Learning SQL Server Reporting Services
If you are looking for a good starting point to learn SQL Server reporting services I have two links for you.
By Mirek on (tags: SSRS, categories: tools)If you are looking for a good starting point to learn SQL Server reporting services I have two links for you.
By Mirek on (tags: SSRS, categories: tools)A time ago I have presented a way of implementing wpf plugins with use of Managed Extensibility Framework. Today I will show you how to integrate your MEF exports with Autofac dependency container.
By Mirek on (tags: Autofac, MEF, Plugins, categories: architecture)One of the beauties of xml, is that it can be extended without breaking applications. You can add element to the xml document tree and the application should not crash or fail while consuming this xml. This is what we can read on the w3schools.com xml tutorial. But how is this with serialization of the xml?
By Mirek on (tags: Version Tolerant Serialization, XML, categories: architecture, code)