Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.
Latest Data & I/O Articles
Understanding .NET Encryption
There's no shortage of functionality built into the .NET framework to help you encrypt and secure your data. Follow along and feel more secure.
Using String.format and Data Formatting in C#
String.format is not just a relic from a bygone era, but is actually still very useful even in today's brave new world. It’s time to dig into some data formatting!
Ode to OData
OASIS standardizes OData.
Using XPath for Your XML Based Queries in C# Programming
XPath is one of the important elements in the W3C's XSLT standard and is often referred as a query language used to help us navigate through attributes, elements and other XML objects. It helps us identify the information and process the data in xml-based data sources in an efficient manner. Read on to learn more...
Tip: File Download in ASP.NET and Tracking the Status of Success or Failure of Download
While working on a e-commerce project I had a requirement to implement such a functionality where the success/failure of the download can be tracked. After searching for the solution I found that there is no such article related to similar problem. Then I came up with this solution after reading an article on transferring file in small packets. I hope this solution will help others struggling with similar problem.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.