|
AutoSortArrayList Class
|
Total Hit (722) |
It can sort any type of object, so long as that class implements the IComparable interface or you have a Comparer object. AutoSortArrayList has a property to assign your Comparer object. For instance, if you want to use AutoSortArrayList for strings, assign System.Collections.CaseInsensitiveComparer
....Read More |
Rating
|
|
|
compile components without having to use a compiler
|
Total Hit (783) |
ability to compile components without having to use a compiler and or push a compiled component
on the server. It completely slipped my mind that we already have support
for this built-in to the pre-release.
|
Rating
|
|
|
Using the HttpBrowserCapabilities Class
|
Total Hit (672) |
There are any number of reasons to need to know certain capabilities of your user's browser. The HttpBrowserCapabilities Class provides you with many of the properties of the user's browser allowing you to adjust your presentation accordingly
|
Rating
|
|
|
Using WebRequest and WebResponse classes
|
Total Hit (851) |
.NET framework provides extensive set of classes for network programming. The System.Net namespace contains many such classes. In order to develop applications that involve web and HTTP .NET provides two important classes - WebRequest and WebResponse. There is another class called WebClient that act
....Read More |
Rating
|
|