-
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
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, introduction, Mono, Mono Cecil, MSIL
4 Comments
Fluent Silverlight – Part 3 – Binding Events to Commands
Introduction In the last two posts I introduced Fluent Silverlight which is a new framework designed to offer a strongly typed alternative to the XAML based definition of Silverlight views and its “magic string” based data binding of properties of … Continue reading
Also posted in commands, data binding, fluent Silverlight, lambda expressions
23 Comments
Silverlight Beta 2 Released and what that means for the Testing Framework.
ok.. So Silverlight Beta 2 was released on and it has some great new features. But what is the story about testing…? 1 Jeff Willcox blogged about a small change you will need to make in order to use the … Continue reading
Also posted in jQuery, plugins
16 Comments
Silverlight Testing – Part 2 – Making the test easier understand.
Now that we have a working test that can make the proper assertions, the next step is to make the test easier to understand. First, here is the existing test. The test is loaded with infrastructure code that helps execute … Continue reading
Also posted in jQuery, validation
11 Comments
Silverlight Testing – Part 1 – Testing the untested.
The Silverlight testing framework was recently released and shows some great potential for being a first class application platform. For more information about the test framework see this post fromJeff Wilcox. To start off I choose to use a code … Continue reading
Also posted in design, practices, refactoring
11 Comments
Silverlight Testing framework bug – FrameworkElements are not visible on the TestSurface
Technorati Tags: Silverlight,Unit Testing,Test Framework Working with the Silverlight testing framework the last three weeks has been interesting. I ran into a crazy intermittent bug which drove me made for about 2 hours. The usercontrol that I was adding to … Continue reading
Also posted in design, patterns, practices, SOLID
7 Comments
