coolcode

Stories kicked 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

Recent SQL Injection Attacks against Server(west-wind.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"For the last couple of days I've noticed that my server's been inundated with a huge number of unwanted requests." -Article shows how Rick Strahl solved the problem with IIS7. read more...

add a comment |category: |Views: 19

tags: another

Multilingual OCR(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 9 months ago

The challenges of accommodating multilingual OCR engines - and what does "multilingual" really mean anyway when it comes to technical implementation? read more...

add a comment |category: |Views: 129

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

How to Build a Managed/Unmanaged Library(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 10 months ago

Working with an unmanaged static library - with that, you can build a managed C++ wrapper that exposes the functionality that you need. The C++ compiler does some fairly amazing things in terms of knowing when to do unmanaged/unmanaged transitions, but sometimes it does some surprising things that will cost. [Sample code included in the post] read more...

add a comment |category: |Views: 139

tags: another

Queuing up Your Remote Invokes(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 11 months ago

Serializing requests for remote invoke or multiple requests at will? Here is some sample code and a free download that can help with setting this up. read more...

add a comment |category: |Views: 83

tags: another

Tips on Creating Portable APIs(atalasoft.com)

submitted by tomdogtomdog(3230) 3 years, 11 months ago

Five tips and hints on creating good portable APIs. read more...

add a comment |category: |Views: 272

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

BlogEngine.NET - Powerful, open source blog engine written in ASP.NET (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

When I decided to run a new blog, I was in a dilemma whether to write engine from scratch or to use some existing solution. Since I wanted to do it fast, I started to search and BlogEngine.NET grabbed my attention. It is an open source project written in ASP.NET 2.0, which was a good starting point for me. Since I use Microsoft technologies in my everyday work it was easy to customize the solution. read more...

add a comment |category: |Views: 205

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

.NET 3.5 Framework Distribution Size(west-wind.com)

submitted by anubis_iranubis_ir(320) 4 years, 1 month ago

....This is certainly an issue that's making me think twice - at least right now - of using .NET 3.5 for vertical/desktop applications. Distribution sizes do matter and people are weary of downloading a 200 meg runtime in order to run an application that has a 2 meg footprint on its own. read more...

add a comment |category: |Views: 51

tags: another