Bipin Joshi examines Caller Info Attributes, a set of attributes that give you the details about a method caller, what they are and how to use them in a .NET application.
Latest .NET Articles - Page 5
Using Page Inspector to Examine ASP.NET Web Forms
Visual Studio Page Inspector is a diagnostic tool that helps you to dissect and observe the HTML source and styling information of your web pages, presenting the detailed information in an easy to read form. Bipin Joshi shows you how the Page Inspector can be used with ASP.NET Web Forms.
The Cost of Bugs
Software defects and bugs cost $60 billion a year in the US. Check out this infographic to get a few other statistics on the impact of defects in your applications.
Building the Developer.Com Windows 8 App
Join Chris Bennett as he walks you through building a Windows Store Application for the Developer.com Network. This reader app, which runs on Windows 8, has been submitted to the Windows 8 App Store and should be available within a few days. In the meantime, he's sharing with you, including the code!
Telerik Floats Icenium App Development Cloud for iOS and Android
Telerik takes to the cloud to fast track iOS and Android app development for web coding gurus.
A Look at the Caller Info Attributes in C# 5.0
In C# 4.0 or earlier versions, in order to get the caller information at the called method, the caller had to explicitly pass the information as a parameter or by some other means. Arun Karthick examines C# 5.0's Caller Info attributes to accomplish the task with ease.
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.
