Learn how to build a light version RSS reader using Windows Presentation Foundation (WPF).
Articles Written by Srinath M S
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...
Obfuscation of Your .NET Application Code
Developers find they have to secure code through Obfuscation -- a term that is defined as "a technique to complicate code so that it is hard to be reverse-engineered". The argument whether one should obfuscate code so as to protect the intellectual property is often debatable. Read on to learn more...
Seven WPF Programming Tips and Tricks
This article offers a list of Windows Presentation Foundation (WPF) tips that when combined can offer simple solutions to big problems.
Browser Debugging Tools to Help Debug ASP.Net Applications
ASP.Net web forms, as the webpages are officially known, can become cumbersome to handle when they grow richer. The first line of defense, in such cases, is offered by the Browser Debugging Tools. Read on to find out more about such tools and how they help.
An Argument for Memory Profiling for Your .NET Applications
Most crucial memory leaks go unnoticed at early stages due to a lack of profiling. Learn how to memory profile your .NET applications for a smaller footprint.