.NET Development Coding Standards..??

While coding, is necessary to follows guideline or criterion of coding standard? We have a problem and we are going to write code for that. We are getting what we want then what is the need of terms like coding standard? Are they really useful? In this article we are going to find out answers ...

How to integrate AJAX Control Toolkit controls in ASP.NET

To create your first AJAX-Enabled website you should have Visual Studio installed on your computer and AJAX Extension. After installing the AJAX Extension the updated toolbox looks like - Now we can create our first AJAX-Enabled website. Open Visual Web Developer 2005 Express Edition and create a new Web Site (File -> New -> Web Site). In ...

Regular Expressions in .net Using Metacharacters – POSIX Character Classes

Regular expressions is a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Today, regular expressions are supported by most programming languages, as well as many scripting languages (like ASP, Visual Basic, .NET, C#, Java, PHP and many ...

LINQ: .NET Language-Integrated Query

LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities. The term language-integrated query is used to indicate that query is an integrated feature of ...