WOWZAPP 2012 has begun with more than 14,000 students in 100 locations scheduled to create Windows Store apps.
Latest Daily News Articles - Page 21
Microsoft updates 'Napa' and 'LightSwitch developer tools
With yet, one more codename for another Microsoft Took-Kit, Microsoft updates Napa, providing developers with a great new tool to help build Office and SharePoint apps.
Microsoft Announces Renewed Commitment to R&D with a100 Million Dollar Investments
Microsoft announces a planned $100mn investment into R&D and innovation projects located in the country of Brazil.
Microsoft on the Record and Developing Custom Agile Platform for Intelligent Systems
Microsoft looks to continue building customer loyalty from a personalized experience by offering and delivering custom built end-to-end business solutions.
Microsoft Office for iOS to be Released
Even with their own line of tablets, Microsoft will still be launching the much sought after Office Suite for the iOS.
Microsoft Announces the Release of their new Kinect for Windows tool: Kinect Fusion SDK
Kinect Fusion allows users to create 3D models of real world objects or environments by combining a continuous stream of data from the Kinect for Windows sensor. As the data is streamed from the cameras, it's combined into a 3D representation of an object or environment. Read the full story here.
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.
