Newest .NET Articles Automating Software Testing with Microsoft Hyper-V By Jani Järvinen - Published 11/19/2008 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.
Getting Functional with F# By Jani Järvinen - Published 11/14/2008 Most mainstream programming languages are based on the paradigm called imperative programming, in which the programmer tells the computer the exact steps what to do. In contrast, there are multiple programming languages that are based on functional programming. Functional programming is making its way to the .NET world with the advent of the F# language. Discover what F# is and why it is useful.
OP-ED: The Realities of an Uncertain Economy By Paul Kimmel - Published 10/23/2008 When handed a crate of lemons, make lemonade. Success in a tough economic climate is about perspective and attitude.
Silverlight 2.0 Releases Today - Prior to PDC Published 10/14/2008 By Bradley Jones - Silverlight development on Eclipse, XAML language released for public use, no support for Silverlight 2.0 tools in Visual Studio 2005, and most importantly - the official release of Silverlight 2.0.
How to Maximize SharePoint's Out-of-the-Box Features By Daan De Brouckere & Raj Agarwal - Published 09/10/2008 Review two real-world solutions you thought couldn't be implemented with SharePoint out-of-the-box features but can with some creativity. We'll take a practical approach by demonstrating them with examples from real projects.
Modifying Spell Check for SharePoint Server 2007 By Gustavo Velez - Published 09/05/2008 A valuable feature of SharePoint 2007 is the introduction of an online spell check program. But, that list of words may not always fit your needs. See how you can modify the spell check to include words specific to your industry.
Creating Native Web Services in SQL Server By Bipin Joshi - Published 08/25/2008 Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.
Highlighted .NET Tutorials Microsoft .NET Glossary By Bradley L. Jones -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
Microsoft .NET Glossary By Developer.com Staff -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
A Developer's Perspective
.NET ("dot Net") is Microsoft's new direction for developers. Do you understand what it is?
Microsoft Certifications: What's Your Path? By Steve Rowe -
MCP, MCSA/MCSE, MCAD/MCSD, MCDBA, and MCT -- The Microsoft certification read like a bowl of alphabet soup! Learn if a Microsoft certification might be good for you.
Microsoft Developer Certifications: What's Your Path? By Steve Rowe -
Learn if a Microsoft certification might be good for you. Learn if the Microsoft's MCAD, MCSD, MCDBA, and MCT certifications should be in your future.
.NET Under the Hood: a Little ILDASM By Kate Gregory -
Does a simple C++ application compile to the same IL as the equivalent VB or C# application in .NET? Let's see.
.NET Remoting Versus Web Services By Thiru Thangarathinam -
.NET remoting and ASP.NET Web services are powerful technologies that provide a suitable framework for developing distributed applications. It is important to understand how both technologies work in order to choose the one that is right for your application.