Newest .NET Articles Performance Improvement: Understanding By Robert Bogue - Published 06/29/2009 The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong.
Create Quick Database Interfaces with ASP.NET Dynamic Data By Jani Järvinen - Published 06/08/2009 Very often web applications utilize a database, but creating a set of pages to view, edit, delete and insert data to the database seems like a repetitive task. Every application has the same set of basic features. To ease the process, Microsoft has recently developed a new technique for creating such applications. Enter ASP.NET Dynamic Data.
Handling Data Conflicts in the Microsoft Sync Framework By Matt Goebel - Published 04/23/2009 Synchronization of data between local clients and a central server are inseparable from data conflicts that occur when data is changed simultaneously on multiple systems. In this tutorial we'll learn how to handle these data conflicts using the Microsoft Sync Framework.
Using SQL Server 2008 Change Data By Jani Järvinen - Published 04/14/2009 In many business applications, it is crucial to know how data has changed over time. For developers, this is not a new problem; many different solutions have been created to log changes. But creating a log is time-consuming. Read on to learn how SQL Server 2008 can help you save time and work more effectively.
Building a WPF Animation DSL Using M and the Oslo SDK By Jeffrey Juday - Published 04/07/2009 Overwhelmed with the new ideas and wealth of information on Oslo, M, and MGrammar? Here is your starting point for figuring out how Oslo M can solve your business problems.
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.