-
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
Category Archives: Silverlight
JavaScript Can’t Do Math – SilverlightCalculator A New Silverlight OSS Project
It’s amazing what a lack of sleep can do for the OSS World. Over the last year I have encountered numerous places where I wanted to do simple financial equations in my JavaScript applications. You know really complex stuff like … Continue reading
Also posted in delegates, introduction, lambda expressions
16 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
Also posted in fluent Silverlight, How To, Styles and Templates
1 Comment
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
Also posted in fluent Silverlight, How To
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
Also posted in data binding, fluent Silverlight, framework, MVVM pattern
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
Also posted in data binding, fluent Silverlight, introduction, lambda expressions, reflection
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
Also posted in data binding, fluent Silverlight, introduction
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
Also posted in fluent 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
Also posted in fluent Silverlight, How To, introduction
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
Also posted in fluent Silverlight, How To, introduction, tutorial
5 Comments
Writing a profiler for Silverlight applications – Part 2
Introduction Unfortunately there doesn’t yet exist any decent profiler for Silverlight applications. This fact inspired me to write my own profiler which is able to profile any member of any assembly of our solution and help me track down performance … Continue reading
Also posted in How To, introduction, Mono Cecil
1 Comment
