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.

Categories: C#.Net

Boxing and Unboxing in C#

This article explains about Boxing and Unboxing techniques in C#, how to store the value type variable in reference type variable.

Categories: C#.Net, Asp.Net

Entity Classes and Entity Objects in C#

This article explains about how to use Entity classes, Entity Objects in C#.Net and how Entity object increases the performance.

Categories: C#.Net

Indexers in C#

This article discuss about Indexers in C# and what are the advantages of Indexers in .Net

Categories: WPF

Different Containers in WPF

It explains about different containers in WPF and advantages of the containers in WPF.

Categories: WPF

Introduction to WPF and Why WPF, Windows Presentation Foundation

This article discuss about WPF introduction, What is WPF, Why WPF and difference between windows application and WPF.