coolcode

Stories submitted by coolcode

LINQ Enumerable Class Methods with Examples(programming.top54u.com)

submitted by coolcodecoolcode(105) 1 year, 6 months ago

The System.Linq.Enumerable class provides a set of static methods which enable to query objects that implement IEnumerable<T>. The methods of LINQ enumerable class allow to implement the standard query operators over the data source that follow the LINQ pattern at the back end. You can easily implement the LINQ based traversal, filter, and projection over the data source sequence using these standard query operator methods. read more...

add a comment |category: |Views: 15

tags: another

C# LINQ Enumerable.GroupBy Method(programming.top54u.com)

submitted by coolcodecoolcode(105) 1 year, 7 months ago

The GroupBy method of System.Linq.Enumerable class enables to group the elements of a sequence. The overloaded functions of GroupBy method allows to pass the Group key value to the method according to which you want to group the elements of the sequence. You can also use the IEqualityComparer read more...

add a comment |category: |Views: 45

tags: another

Using AJAX AutoComplete Extender 3.5 SP1 in ASP.Net 2.0(programming.top54u.com)

submitted by coolcodecoolcode(105) 3 years, 2 months ago

In latest version of AJAX Control toolkit AutoCompleteExtender includes 1 special property ShowOnlyCurrentWordInCompletionListItem. This property accepts Boolean value i.e. true or false that enables you to display auto complete words list related to current prefix words only. Don’t worry if you are not in situation to install the latest frameworks read more...

add a comment |category: |Views: 140

tags: another

Using C# XmlNamespaceManager to AddNamespace(programming.top54u.com)

submitted by coolcodecoolcode(105) 3 years, 9 months ago

XMLNamespaceManager to read rss feed nodes with prefixes for example media: prefix for yahoo media namespace in video rss feeds. read more...

add a comment |category: |Views: 257

tags: another

ASP.Net Youtube API Search Keyword(programming.top54u.com)

submitted by coolcodecoolcode(105) 3 years, 10 months ago

Parse the RSS Feed response of Youtube API search method using XmlNamespaceManager and XmlDataSource class object dynamically. read more...

add a comment |category: |Views: 140

tags: another

AJAX Cascading Dropdown Example using XML Data(programming.top54u.com)

submitted by coolcodecoolcode(105) 3 years, 11 months ago

learn how to use the XML data document to populate the data in associated dropdown controls of ASP.Net 2.0 read more...

add a comment |category: |Views: 477

tags: another

Hygenic ADO.Net Connection Usage(programming.top54u.com)

submitted by coolcodecoolcode(105) 4 years ago

Improve the connection pooling performance in ADO.Net connection usage read more...

add a comment |category: |Views: 6

tags: another

Designing a Data Access Layer for ASP.Net Applications(programming.top54u.com)

submitted by coolcodecoolcode(105) 4 years ago

Follow the Design patterns to get more from ADO.Net read more...

add a comment |category: |Views: 37

tags: another

ASP.Net 2.0 C# DateTime IFormatProvider Using ParseExact(programming.top54u.com)

submitted by coolcodecoolcode(105) 4 years, 1 month ago

methods to convert the DateTime format using IFormatProvider read more...

add a comment |category: |Views: 306

tags: another

Security Permissions of Windows Vista for Visual Studio 2005(programming.top54u.com)

submitted by coolcodecoolcode(105) 4 years, 2 months ago

Solutions to solve the problem of "The project is not configured to be debugged" read more...

1 comment |category: |Views: 8

tags: another

ASP.Net Upload image to Database(programming.top54u.com)

submitted by coolcodecoolcode(105) 4 years, 2 months ago

Learn how to upload image to the database table field in ASP.Net read more...

add a comment |category: |Views: 61

tags: another