Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.

Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.
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.
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!
OASIS standardizes OData.
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...
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.
Become proficient at C++/CLI programming under the .NET context by posting a first CLR console base project.
Use code extensions to expand the core principles of code re-use.
Learn how to create various odd shapes.
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.