-
Recent Posts
Recent Comments
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ☠ on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
- Rvsawant21 on Step-by-step Introduction to Delegates and Lambda Expressions
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
Meta
Author Archives:
We are hiring!
We (TOPAZ Technologies Ltd.) are looking for a junior developer ideally having 1-2 years of experience. If you are eager to work in an agile environment together with a highly motivated team then do not hesitate to contact me. On … Continue reading
Posted in developer, hiring, job
7 Comments
Git and our friction points and beginners mistakes
Introduction A couple of days ago I posted an article talking about our migration from SVN to Git. During our first handful of days working with Git our team found several friction points hindering our daily work flow and we … Continue reading
Posted in Git, Workflow
8 Comments
Migrating to Git
This weekend our development team migrated to Git. As any other migration this migration introduced some friction at the very beginning. But all in all I think it went rather smooth. Disclaimer This post is mainly thought as a self … Continue reading
Posted in Git, Workflow
9 Comments
Working with code based templates in Silverlight
Introduction In our Silverlight projects we are using the AgDataGrid of DevExpress to visualize data. I wrote some expressions that make it possible to use this data grid with Fluent Silverlight. During the writing of those expressions once again I … Continue reading
Posted in fluent Silverlight, How To, Silverlight, Styles and Templates
1 Comment
Creating a bootstrapper with dotNetInstaller
Introduction In previous post I described how to create a Microsoft Installer package with the WIX framework and how to create managed custom actions for an installer created with WIX. We are distributing our products to clients having different environments. … Continue reading
Posted in bootstrapper, How To, installation, WIX
6 Comments
WIX and Custom Actions
Introduction I write this blog-post mainly because I found it hard to get the necessary information about how to create custom actions for WIX. Documentation is sparse and/or incomplete as in many other OSS projects. In a previous blog post … Continue reading
Posted in tutorial, WIX
10 Comments
Fluent Silverlight – Binding control events to actions
Please view the table of content of this series for reference. Introduction A typical Silverlight application (or any application with a GUI) contains elements or controls like command buttons , menu items, text boxes etc. The user of the application … Continue reading
Posted in fluent Silverlight, How To, Silverlight
Comments Off
Fluent Silverlight – Table of content
In a series of posts I would like to introduce our Fluent Silverlight framework and discuss the important concepts behind it and describe some implementation details. This post will be updated continuously as I am adding new posts to the … Continue reading
Posted in data binding, fluent Silverlight, framework, MVVM pattern, Silverlight
Comments Off
Fluent Silverlight – static reflection
Please view the table of content of this series for reference. In my last post about binding dependency properties of a Silverlight control to a view model I used LINQ expressions to define the binding. I have written in the … Continue reading
Posted in data binding, fluent Silverlight, introduction, lambda expressions, reflection, Silverlight
Comments Off
Fluent Silverlight – Binding dependency properties to model properties
Please view the table of content of this series for reference. In my previous posts (here and here) I discussed how one can build a fluent API for the definition of objects. In the context of Fluent Silverlight these objects … Continue reading
Posted in data binding, fluent Silverlight, introduction, Silverlight
Comments Off
