Author: SSWUG Research

Community

XPath for .NET Developers

In this article, you’ll learn about XPath and how to use it in .NET applications. The Microsoft .NET Framework supports XPath 1.0 W3C recommendation. The classes in System.Xml and System.Xml.XPath namespaces allow executing XPath queries and working with the result sets. Before we look at these clas

Community

ASP.NET Controls Templates

It is easy to create a custom control in ASP.NET by deriving a new class from an already existing control. Creating a new ASP.NET control from scratch, on the other hand, is more challenging. When you need a Web server control and none of the existing ones meet your requirements, you can derive from