Newest Microsoft & .NET Articles Records Management for Microsoft Office SharePoint Server By Gustavo Velez - Published 11/21/2008 The Records Center is an important MOSS (Microsoft Office SharePoint Server) component for companies that need to save critical or legally sensitive information. Discover how to create a Records Center then secure its contents with the MOSS Object Model and one of its default WebServices.
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.
LINQ to XML By Mark Strawmyer - Published 11/17/2008 Gain an understanding of LINQ (Language Integrated Query) to XML and see why you'll never want to use the DOM again.
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.
C++ CLR Compilation By Nick Wienholt - Published 11/11/2008 The Visual C++ compiler has a number of switches that control the generation of native and managed instructions within an executable image. Choosing the correct setting is an important consideration for application performance, deployment, and execution, as well as having implications about which development toolkits can be used.
Create Your Own Thread Pool By Chris Bennett - Published 11/10/2008 Need a thread pool with a customized level of control? Learn how to create your own thread pool in .NET.
Dumping an Object's State with a DynamicMethod By Paul Kimmel - Published 11/07/2008 Emitted code and the DynamicMethod have the benefit of speed and the emitted code can be unloaded when the DynamicMethod goes out of scope, resulting in the best of all worlds.
Speed Up Your Reflection Processes By Paul Kimmel - Published 10/28/2008 Use Reflection.Emit to speed up Reflection intensive processes by writing one general algorithm that emits a specific solution.
Highlighted Microsoft & .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.
Discovering Visual Basic .NET By Bill Hatfield -
There is no need to put off learning Visual Basic .NET any longer. With this tutorial you will be on your way!
An Active Server Pages Tutorial, Part 1 By Anand Narayanaswamy -
In a two-part introduction to the basics of plain ASP, the author walks you through the steps needed to employ scripts for creating dynamic Web pages.
.NET Data Secrets, Part 1 By Karl Moore -
Among the top solutions being built today are database applications. Karl more teaches some time saving tricks to get the most out of database development for .NET.
IIS 6.0 and ASP.NET, Part 1 By Thiru Thangarathinam -
IIS 6.0 is a key component of Windows Server 2003. Learn about the request processing architecture of IIS 6.0, about the steps for installing IIS 6.0 , and about enabling ASP.NET applications using the Web Service Extensions. Included is a demonstration on configuring IIS that will help you to use the appropriate version of the .NET Framework.
Multithreading in .NET Applications By Mark Strawmyer -
Multithreading is a powerful tool for creating high performance applications, especially those that require user interaction. In this article, you will explore multithreading with the .NET Framework as well as learn how multiple threads can be used to improve an application's user interface.
.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.
Acronym Anarchy By Bradley L. Jones -
Acronyms are getting out of control. Do you have what it takes to be an Acronym Guru?