Categories: C#.Net, Asp.Net

.NET Introduction, .NET Languages, .NET Framework

This article discuss about .Net overview, .Net languages, .Net framework, Managed Code and Un-manged code.

Categories: C#.Net, Asp.Net, LINQ

Compare Two Data tables using LINQ in C#

This article discuss about how to compare two data tables using LINQ in C#, Asp.Net. Also discuss how to get the records from one data table which are not there in second data table.

Categories: C#.Net, Asp.Net, LINQ

Find and Delete empty records from Data Table using LINQ in C#, Asp.Net

This article discuss about how to identify the empty records from a data table by using LINQ in C# and how to delete empty records from the data table using LINQ in Asp.Net, C#.

Categories: C#.Net, Asp.Net

Convert Datatable into Entity Object in ASP.NET

This article explains about Entity Class advantages in C#, how to convert Dataset into Entity Object and Datatable into Entity Class Object. Convert Datatable data into Entity object Collection.

Categories: C#.Net, Asp.Net

Cross-Site Scripting (XSS) in .NET

This article discuss about Cross-Side Scripting(XSS) affects the web applications, how to avoid Cross Side Scripting in .Net.