Categories: LINQ

Query Syntax and Method Syntax in LINQ

This explains about query syntax in LINQ, method syntax in LINQ and difference between query syntax and method syntax in LINQ .Net.

Categories: SQL Server

SQL Server Optimization Tips

This discuss about how to optimize the SQL Server by following the simple tips.

Categories: LINQ

LINQ to SQL Introduction with simple example, LINQ SELECT and INSERT Queries in .Net

This article explains LINQ to SQL with simple example in .Net. It covers LINQ to SQL Select and Insert queries in .Net

Categories: C#.Net

Types Of Assemblies, Create Private Assembly in C#.Net

This discuss about what is assembly in C#.Net, different types of assemblies in .Net and how to create private assembly in C#.

Categories: Asp.Net

AJAX Client Side Page Execution Life Cycle in Asp.Net

This discuss about AJAX Client Side Page Execution Life Cycle in Asp.Net through java script.

Tags:
Categories: Asp.Net

AJAX Server Side Page Execution Life Cycle in Asp.Net

This article discuss about AJAX server side page life cycle in asp.net and what are page events executed while asynchronous post back with simple example