Updated Wiki: Nuget
Nuget Package Installation NuGet is a Visual Studio 2010 extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework....
View ArticleUpdated Wiki: Nuget
Nuget Package Installation NuGet is a Visual Studio 2010 extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework....
View ArticleSource code checked in, #176d21fbd06e46201bff05afd4d88e0aaabf4779
Navigation service exposes back and foward stacks
View ArticleSource code checked in, #a9b8c32929ea5b0273280256e54c3fb7fb2e9287
Binding Scope exmaines ListViewBase.Header and Footer
View ArticleSource code checked in, #b90e2b5e1caff42b7e4ba012f1fe265e13645b5e
update start package: all view models have to implement INotifyPropertyChanged
View ArticleNew Post: View model not attaching to view in alpha2 release
CM 2.0 uses a new caching mechanism for view and view-model types. (see https://caliburnmicro.codeplex.com/SourceControl/latest#src/Caliburn.Micro.Platform/AssemblySource.cs) To detect a class as...
View ArticleNew Post: View model not attaching to view in alpha2 release
Thanks, that works. Nice job in committing an updated sample as well!
View ArticleNew Post: View model not attaching to view in alpha2 release
Assuming the MainPageViewModel is in a separate assembly, how and where do we configure this? I tried adding the following in the bootstrapper constructor and its Configure...
View ArticleNew Post: View model not attaching to view in alpha2 release
You have to override SelectAssemblies() and update the naming conventions so CM will find the view-model. see https://caliburnmicro.codeplex.com/discussions/348490 But this has nothing to do with...
View ArticleNew Post: SimpleContainer. Build instances with container.AllTypesOf
Hello, I think I do not understand the function of SimpleContainer. I have additional assemblies with my services which should be injected into the viewmodels etc. I'hab added the assembly in the...
View ArticleNew Post: viewmodels and views residing in multiple assemblies
If I want to compose a view from multiple viewmodels, which are residing in more than one dll and the corresponding views are also residing in more than one dll, would it be possible to solve this by...
View ArticleNew Post: viewmodels and views residing in multiple assemblies
that combined with telling it about the assemblies with the override for SelectAssemblies() in the bootstrap.
View ArticleNew Post: Why Caliburn Micro and not other
howdy and welcome my suggestion would be to play with both, you will find that some of the stuff they do is exactly the same but in very different manners. CM will do some things differently in some...
View ArticleNew Post: SimpleContainer. Build instances with container.AllTypesOf
is there any metadata associated with IService? //.AllTypesOf<IAirline>(Assembly.LoadFrom("PilotSystem.Schedule.dll")); .PerRequest<IAirline, xxxHttpScrape>() .PerRequest<IAirline,...
View ArticleNew Post: Why Caliburn Micro and not other
Hi Morgan: Thank you for answering. I was looking for complete learning resources on the web regarding CM, and the best I found so far was a Mibdscape blog which got to 6 articles (from Getting Started...
View ArticleNew Post: Win 8.1 ArgumentException in Caliburn.Micro.DLL
Hi everybody, I have a WinRT project, developed under Windows 8, with Caliburn.Micro v1.5.2, and everything worked ok until I tested my app on Windows 8.1 . The app Crashes, throwing an...
View ArticleSource code checked in, #b4681074b98b54ecc11f313538c496afb1e48c37
Support suspend and resume of frame navigation state
View ArticleSource code checked in, #bd91a526e261b566e1d97349be0955c790fc8fd6
Merge branch 'master' of https://git01.codeplex.com/caliburnmicro
View ArticleNew Post: Why Caliburn Micro and not other
as long as I have been using Caliburn.Micro I still don't know enough :P, There a fair amount of tutorials floating around I think that is a fairly complete one MindScape for the most of the things in...
View Article