At times when certain Websites are blocked, or in the case of no internet connectivity, PageGetters serve a mammoth boon. Read along as we overview the use of the .NET Framework to build an easy one in less than an hour and serve yourself as a "PageGetter" to your friends.
Latest Internet Articles - Page 2
WinForms to Web
Learn about the various migration options of desktop/smart client applications to the web available using Visual WebGui.
Adding Attachments to Excel 2007 Email Hyperlinks
Learn to add attachments to hyperlinks that contain email addresses by using a little bit of VBA.
Leveraging Content Types in SharePoint Document Libraries and Lists
Many organizations are not fully realizing the power of content types when using SharePoint. Here you will learn how to leverage content types and use them properly through examples.
Sharing Cookies Across Domains
This article shows you how to share the same cookie across multiple sub-domains and multiple domains. Learn about sharing state information across web farms using SQL Server. The examples in this issue highlight the power of redirection within Active Server page and enforce the concepts that relate to cookie manipulation.
You've Got the BizTalk POP3 Adapter
Leverage the BizTalk POP3 Adapter to manage an inbox.
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...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

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.
