MVVM
Choosing an MVVM Framework
·362 words·2 mins
Programming
MVVM
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 reuse the same things I used for my last project. However, every so often I take the time to evaluate the field of choices.
Caliburn.Micro.Logging for NLog and log4net Updated
·79 words·1 min
Programming
Logging
Log4net
Caliburn.Micro
MVVM
NuGet
NLog
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.
Caliburn.Micro.Autofac 1.2.1 Released
·59 words·1 min
Programming
Autofac
Silverlight
Caliburn.Micro
MVVM
NuGet
Windows Phone 7
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.
Caliburn.Micro.Autofac 1.2 Released
·101 words·1 min
Programming
Autofac
Silverlight
Caliburn.Micro
MVVM
NuGet
Windows Phone 7
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 Windows Phone 7 Support The SimpleContainer class is not supported or exposed by the container The PhoneContainer class is not supported or exposed by the container The IPhoneContainer class is not supported or exposed by the container Exposed new Creators for the Windows Phone Bootstrapper CreateFrameAdapter CreatePhoneApplicationServiceAdapter CreateVibrateController CreateSoundEffectPlayer
Caliburn.Micro.Autofac 1.1 Released
·62 words·1 min
Programming
Autofac
Silverlight
Caliburn.Micro
MVVM
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 Phone 7, so look for that in the near future.