2/1/10 - 3/1/10

How To create your own DynamicObject

In this post, I will show how to create your own dynamic object in c# 4.0. Create a class and Inherit it from DyanicObject (Provides a ...

santosh 27 Feb, 2010

ExpandoObject and Dynamic Programming in c# 4.0

ExpandoObject is a powerful tool available in both JavaScript and C# for creating dynamic objects with the ability to add and remove prope...

santosh 27 Feb, 2010

How to create xml from Collection using Linq

In this post, I am going to show you how to create XML from the database(for demo purpose I have created a List of person). using Syst...

santosh 21 Feb, 2010

Autocomplete using Jquery in ASP.NET

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, an...

santosh 15 Feb, 2010

Difference between "throw" and "throw ex" in .NET

Exception handling is a critical aspect of programming, and handling exceptions correctly is crucial to prevent issues and ensure smooth ...

santosh 14 Feb, 2010

How To Create Assembly with more than One Module

In this post, I will show how to create an assembly that contains more than one module. Create below files in the same folder Bar.cs ...

santosh 10 Feb, 2010