.NET Videos Tutorials

.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
.NET Videos Tutorials

Building maintainable enterprise WPF applications using Composite Application Guidance

Are you building complex enterprise applications with WPF? Once you get past the initial twilight period of amazement at WPF’s power, you’ll quick arrive a set of real problems that the WPF books might not answer. How can you partition that application into separately evolving pieces that can be developed …

Dynamic code

This in depth session will penetrate the advantage of using dynamically created code in your applications. Yesterday we coded the creation of object instances our selves in each location that we needed them with strong references between our code modules. Maintenance in this code base was a nightmare and modular …