Napa, codename for Microsoft's pre-development toolset for the development of new Office and SharePoint apps, and LightSwitch codename for Microsoft tool for building Business apps.
Latest Daily News Articles - Page 19
The Conference for Mobile Developers
AT&T is having their annual Developer summit January 5th through7th in Las Vegas, Nevada. This summit goes beyond AT&T to cover many of the key topics that are of interest to mobile developers today.
Microsoft Developing Apollo+ Update For Windows Phone 8
Microsoft is now working on a brand new Windows Phone 8 update called Apollo+
Microsoft Today Announced New Windows Azure's Federation Capabilities
Microsoft Windows Azure Active Directory now federates with Windows Server and Single Sign-On capabilities.
Microsoft Announces the Release of IE10 Preview for Windows 7
Microsoft Internet Explorer 10 Preview for Windows 7 is now available for download.
VS 2012’s Update Includes XP Support
Windows 8 may not include downgrade rights but that’s not stopping Microsoft from including support in their flagship development tool for the popular OS of all times.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

How to use Visual Studio 2012 to Download Images from Websites
Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
