-
Recent Posts
Recent Comments
- A on How-To add a custom validation method to the jQuery validator plug-in
- 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
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
Monthly Archives: January 2010
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
Silverlight and styles
This post is the result of a couple of frustrating moments passed yesterday. In our application we use the date picker control of the Silverlight toolkit. Unfortunately this control does not work exactly as we would like to thus I … Continue reading
Posted in fluent Silverlight, Silverlight, Styles and Templates
2 Comments
Fluent Silverlight – Fluent API and inheritance
Please view the table of content of this series for reference. Introduction In my last post I showed how we can implement a fluent API to help us construct instances of specific classes. When using a fluent API the code … Continue reading
Posted in fluent Silverlight, How To, introduction, Silverlight
1 Comment
Fluent Silverlight – Implementing a fluent API
Please view the table of content of this series for reference. Introduction Quite some time has passed since we published our Fluent Silverlight framework. In the mean time we have been very busy extending the framework and using it in … Continue reading
Posted in fluent Silverlight, How To, introduction, Silverlight, tutorial
5 Comments
