- Gentle Introduction to MEF&… by david
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Three, where I complete the application created in Part One and modified to use MEF in Part Two. This part will show MEF composing [...]
- Choosing an MVVM Framework by david
I have recently begun planning a new project, and I needed to do all the standard pre-project decision making on build runners, test frameworks, continuous integration tool, IoC, and since it was going to need a UI, an MVVM framework. These decisions are usually quite quick since I tend to [...]
- Gentle Introduction to MEF&… by david
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is Part Two, where I show the application created in Part One using MEF. Recap In Part One I created an application the generates some text, [...]
- Gentle Introduction to MEF&… by david
At the Tampa C# Meetup on August 3rd, I presented this Gentle Introduction to MEF using the same project modified over three steps. This is part one, where I show the application without MEF. Functionality The target program will have the following functionality: Transform text data using a selectable transformation [...]
- Caliburn.Micro EventAggrega… by david
When working with the EventAggregator, I occasionally stumble upon situations in which I want to subscribe to multiple instances exposing the IHandle interface. It is not often, but happens enough that I got tired of the same code multiple times, and created a couple of extension methods to deal with [...]
- Caliburn.Micro.Logging for … by david
I just released an update for Caliburn.Micro.Logging, Caliburn.Micro.Logging.NLog, and Caliburn.Micro.Logging.log4net. All three are now at version 1.2.1, and are available on NuGet. This is a just a minor patch release with the version notes below. Please see the following posts for usage: Introducing Caliburn.Micro.Logging Introducing Caliburn.Micro.Logging.NLog Introducing Caliburn.Micro.Logging.log4net Version Notes [...]
- Caliburn.Micro.Autofac 1.2.… by david
I just released Caliburn.Micro.Autofac 1.2.1 to NuGet. This is a minor patch release, call it the OOPS release if you will. My build script was not good enough yet. It should be fixed now. Please see Introducing Caliburn.Micro.Autofac for usage. Version Notes Fixed missing references in Caliburn.Micro.Autofac for .NET 4 [...]
- Caliburn.Micro.Autofac 1.2 Released by david
I just released Caliburn.Micro.Autofac 1.2 to NuGet. Please see Introducing Caliburn.Micro.Autofac for usage. Version Notes Upgraded .NET 4 and Silverlight 4 versions to Caliburn.Micro 1.2.0 Created a psake build script to be used in Continuous Integration Added new sample applications First version of Windows Phone 7 support Known Issues with [...]
- Core Development Tools and … by david
I have recently needed to rebuild my Continuous Integration server, and once more found out that I never documented my configuration the last time I set it up. The same has happened when I rebuild my development machine every 18 months or so. Having wasted hours re-discovering the list of [...]
- Caliburn.Micro.Autofac 1.1 Released by david
I just released Caliburn.Micro.Autofac 1.1 to NuGet. Please see Introducing Caliburn.Micro.Autofac for usage. Version Notes Cleaned up source directories slightly Refactored AssemblyInfo.cs into GlobalAssemblyInfo.cs, VersionAssemblyInfo.cs, and project AssemblyInfo.cs Upgraded Autofac to version 2.5.1 Added support for Silverlight 4 I have also started working on making this library compatible with Windows [...]
- Programming (43)Recent Posts
- Gentle Introduction to MEF&… by david
- Choosing an MVVM Framework by david
- Gentle Introduction to MEF&… by david
- Gentle Introduction to MEF&… by david
- Caliburn.Micro EventAggrega… by david
- General (14)Recent Posts
- Introduction to Social Medi… by david
- Introduction to Social Medi… by david
- Introduction to Social Medi… by david
- Introduction to Social Medi… by david
- Introduction to Social Medi… by david
- Politics (5)Recent Posts
- An Open Letter to President… by david
- The state of our union must… by david
- Government Considers Amnest… by david
- WMD's by david
- Embarrassment by david
- Management (5)Recent Posts
- Hiring A Virtual Assistant … by david
- Using a Virtual Assistant t… by david
- Defining Project Success by david
- Bill Gates Strolls Away by david
- Manage Your Management Skills by david
- Internet (3)Recent Posts
- Retro Junk | Hey I remember that by david
- Word Play with Wordle by david
- Google Cheat Sheet (Version 1.06) by david
- Reviews (2)Recent Posts
- The force is with us again! by david
- A movie about 42 by david
- Virtual Assistant (2)Recent Posts
- Hiring A Virtual Assistant … by david
- Using a Virtual Assistant t… by david
- More...
- Apurva about How To Do Logging with Cali…I am trying to log unhandled exceptions in my bootstrapper...and I use this code to get Logger... ILog _log=LogManager.GetLog(typeof(StructureMapBootStrapper)); But I always ...
- Apurva about Introducing Caliburn.Micro.…Hello, I am using your package to integrate log4net with Caliburn Micro in my WPF Application. I do have a few ...
- Jaans about Introducing Caliburn.Micro.LoggingThanks for the efforts and the logger. Can you please update it for SL5 and create an updated logger NuGet package ...
- Sambhaji about Gentle Introduction to MEF&…I am facing one issue. Why RealMEF Project (which contains UI) does not build without following line.. using System.ComponentModel.Composition; It gives error ...
- Shirl about Extending and Demonstrating…In the complicated world we live in, it's good to find simple soluiotns.
- david about Extending and Demonstrating…Raised as Issue # 2 (https://github.com/dbuksbaum/unity.extensions/issues/2)
- david about Extending and Demonstrating…Raised as Issue # 1 (https://github.com/dbuksbaum/unity.extensions/issues/1)
- david about Extending and Demonstrating…Looks like some errors in the formatting of the documentation. Thanks for the catch, I will try and reproduce.
- david about Extending and Demonstrating…Thanks Allen. I will see if I can create a test case to reproduce.
- Allen about Extending and Demonstrating…On another note, is there some way to get rid of these compiler warnings? BTW: For my own reasons, ...
