By Matt Goebel and Rachel Baker
| .NET Article Published 25-Feb-09
Microsoft's ClickOnce framework is a powerful tool for deploying and updating Windows forms applications. Learn how to deploy separate application configurations via two methods: installing and updating from different locations, and using URL parameters.
By Jani Järvinen
| .NET Article Published 20-Jan-09
By now, you have heard of Windows Azure, Microsoft's cloud computing platform. But, what does Azure provide for developers and users, and how can you benefit from it in your .NET applications? Read on to find out.
By David Consdorf
| .NET Article Published 08-Jan-09
Aspect-Oriented Programming (AOP) allows developers to achieve greater modularity in their applications by allowing the separation of cross-cutting concerns. Explore basic AOP concepts and their implementation using Spring.Net, a popular open source application framework by walking through several examples.
By Jeffrey Juday
| .NET Article Published 18-Dec-08
Learn modeling and M development with the Oslo CTP SDK.
By Mark Grand
| .NET Article Published 12-Dec-08
The Unified Modeling Language (UML) is a notation you can use for object-oriented design. This article contains a brief overview of UML to introduce you to the subset of UML that you can use to describe classes, interfaces, objectsand the relationships among them.