Howdy again.
As promised, i will make a short tutorial with exploration in a bit more complex app.( If you see this for the first time i strongly recommend that you read this post first, just to understand the basics of the… Continue reading
Posts Tagged ‘windows phone’
MVVM WP7 intro with mvvm light toolkit continue
Posted: 5th August 2011 by Vladimir in .NETTags: model, mvvm, silverlight, view model, windows phone
MVVM WP7 intro with mvvm light toolkit
Posted: 4th August 2011 by Vladimir in .NETTags: model, mvvm, silverlight, view model, windows phone
Mvvm therm stands for “Model View View Model” , an architectural pattern used in any language capable of data binding.
I’m not going to explain mvvm concept again, because the net is full with articles about it . Furthermore i believe the best “noobish” tutorial explaining it is found here
Autofac 2.5 Released
Posted: 12th July 2011 by Iulian Margarintescu in .NETTags: autofac, container, dependency injection, ioc, release, windows phone
Autofac 2.5 is now available on the project site and via NuGet.
Included changes are:
- Issue 329 – types are filtered by compatibilty before invoking key mapping functions when scanning assemblies
- RegisterAssemblyTypes(…).WithMetadataFrom<T>() simplifies extraction of metadata from attribute properties
- Module.ThisAssembly simplifies implementation of modules that scan their own assembly
- Issue