Get the latest news, articles, and hottest posts from around Codeguru.
Latest Sponsored Developer Features Articles - Page 11
Codeguru Update eNewsletter - February 24th, 2009
If you're going to the Microsoft MVP Summit, please let folks know so you can all meet up and chat. Plus, CodeGuru is looking for short articles and tips. Have any you can send?
Codeguru Update eNewsletter - February 17th, 2009
With open sourced Microsoft, you get things like Mono 2.0 and Moonlight. What a concept!
Codeguru Update eNewsletter - February 10th, 2009
Social bookmarking is a hot topic right now, but how many do you have to add to a web page before you cool off your visitors? Take our quiz and see how many bookmark icons you recognize!
Codeguru Update eNewsletter - February 3rd, 2009
Two big topics this week: Did you know how big Jupitermedia, CodeGuru's parent company is, and what it can do for you? And, lots of conferences are coming up. If you can't attend the ones you want, you can learn what happened at them here.
Codeguru Update eNewsletter - January 27th, 2009
CodeGuru has added some new forums. Please stop by and check them out. And, always feel free to suggest new forum areas.
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.
