Browse by Tags

All Tags » XML (RSS)

Case-insensitive XPath query search on XML Document in ASP.NET by hajan

Sometimes we need to read XML files that are manually written by users and find some elements in the XML tree. Using .NET library, we can easily navigate throughout the whole XML file since the library has excellent support for working with XML files...
Filed under: , ,

Working with Code Snippets in VS.NET by hajan

INTRODUCTION Creating code snippets using VS.NET is very useful tip because it may help you when you need to write code repeatedly within your applications. For instance, we may use try catch finally block very often. Rather than writing the complete...
More Posts