Codegateway - codegateway.com - C# | ASP.net | jQuery | Javascript | linq

Latest News:

Set dropdown text selected from textbox value 25 Apr 2013 | 05:02 pm

In some cases we need to set dropdown list items exact text by matching the value entered in textbox. For that purpose we can use .keyup event in jQuery. In .keyup event simply take the value of textb...

jQuery templates 12 Mar 2013 | 01:56 pm

jQuery templates is a useful plugin developed by Microsofts's ASP.NET team in collaboration with jquery open source team. Templates helps you to manipulate the data at client side and display in brows...

Dynamic in C# 4.0 12 Mar 2013 | 09:03 am

Dynamic type is introduced C# 4.0. As its name specifies type of the defined variable is decided dynamically at runtime. At compile time the variable that is declared as dynamic is assumed to be suppo...

Dynamic in C# 4.0 12 Mar 2013 | 09:03 am

Dynamic type is introduced C# 4.0. As its name specifies type of the defined variable is decided dynamically at runtime. At compile time the variable that is declared as dynamic is assumed to be suppo...

Tuple in C# 4.0 11 Mar 2013 | 10:41 am

Tuple is a new class introduced in C# 4.0. Tuple basically provides way to group the items of different data types. A static Tuple class provides 8 overloads of create method to create Tuple of size 1...

Tuple in C# 4.0 11 Mar 2013 | 10:41 am

Tuple is a new class introduced in C# 4.0. Tuple basically provides way to group the items of different data types. A static Tuple class provides 8 overloads of create method to create Tuple of size 1...

Lazy loading C#. Lazy initialization. 11 Mar 2013 | 09:56 am

C# 4.0 introduced new class Lazy which provided for Lazy initialization. Lazy instantiation here means object is not created until it is get used first time. Primary use of Lazy initialization is perf...

Lazy loading C#. Lazy initialization. 11 Mar 2013 | 09:56 am

C# 4.0 introduced new class Lazy which provided for Lazy initialization. Lazy instantiation here means object is not created until it is get used first time. Primary use of Lazy initialization is perf...

Skip in Linq C# 18 Nov 2012 | 01:13 pm

Skip() in Linq avoids or skips the given number of elements from the sequence. Skip() example in Linq So in above example of skip in linq, we have numArr.Skip(3);, that will skip first three element...

Skip in Linq C# 18 Nov 2012 | 01:13 pm

Skip() in Linq avoids or skips the given number of elements from the sequence. Skip() example in Linq So in above example of skip in linq, we have numArr.Skip(3);, that will skip first three element...

Recently parsed news:

Recent searches: