By Chris Bennett
| Visual C# Article Published 23-Jan-09
Learn how to create Word documents in your application without using Office Interop or third-party libraries.
By Jani Järvinen
| Visual C# 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
| Visual C# 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 Chris Bennett
| Visual C# Article Published 05-Jan-09
Learn how to implement a simple Standard Deviation function for LINQ (Language Integrated Query).
By Jani Järvinen
| Visual C# Article Published 10-Dec-08
ASP.NET MVC applications provide interesting possibilities to accept input and work with database data. See how you can do this effectively in your work.
By Jani Järvinen
| Visual C# Article Published 03-Dec-08
ASP.NET has its drawbacks, and to counter these, Microsoft is preparing a new technology called ASP.NET MVC.
By Jani Järvinen
| Visual C# Article Published 19-Nov-08
Testing software applications can be hard. You might already be using virtual machines to test your applications, but chances are you are still doing this manually. Learn how to automate your testing procedures with Microsoft's new Hyper-V virtualization technologies.
By Mark Strawmyer
| Visual C# Article Published 17-Nov-08
Gain an understanding of LINQ (Language Integrated Query) to XML and see why you'll never want to use the DOM again.
By Chris Bennett
| Visual C# Article Published 10-Nov-08
Need a thread pool with a customized level of control? Learn how to create your own thread pool in .NET.
By Jay Miller
| Visual C# Article Published 03-Nov-08
Monitor the health of the processes running on your system.
By M. Rajesh
| Visual C# Article Published 20-Oct-08
Discover how to use Visual Studio 2008 SP1 and Expression Blend to create a cool interface for a Silverlight 2 application with your original knowledge of .NET.