-
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
Category Archives: introduction
NHibernate 3 Beginners Guide published
I am very pleased to announce that my book NHibernate 3 Beginners Guide has finally been published. It is a wonderful feeling to finally have a book in my hands that cost me a couple of months of intense work. … Continue reading
Also posted in book, NHibernate, tutorial
16 Comments
NHibernate 3 Beginners Guide
I am heading towards another mile stone in my life. Later this year my first book will be published. I have always wanted to write a book but never had a topic that is at the same time interesting for … Continue reading
Also posted in book, NHibernate
13 Comments
New book on NHibernate
Yesterday a new excellent book about NHibernate has been published by www.packtpub.com. (Disclosure: I have been a reviewer thus consider that when reading this post) The book is called “NHibernate 3.0 Cookbook” and can be ordered here. There is even … Continue reading
Also posted in book, NHibernate, review
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, 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
Also posted in data binding, fluent Silverlight, Silverlight
Comments Off
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, 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
Also posted in fluent Silverlight, How To, Silverlight, 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, Mono Cecil, Silverlight
1 Comment
Writing a profiler for Silverlight applications – Part 1
In this article I want to discuss the steps needed to instrument a Silverlight assembly such as that it can be profiled. To achieve this task I use Mono Cecil, a library from the Mono platform which is an open … Continue reading
Also posted in How To, Mono, Mono Cecil, MSIL, Silverlight
4 Comments
Fluent Silverlight – Part 1
Introduction We (that is Ray Houston and myself) want to introduce a new framework we developed in the past few months. This framework provides a fluent interface to Microsoft Silverlight. As we have been able to leverage a lot of … Continue reading
Also posted in fluent Silverlight, lambda expressions, patterns, practices, reflection
11 Comments
