Displaying Browser Capabilities in ASP.NET
Displaying Browser Capabilities in ASP.NET is a web based tutorial in which author describes the method of detecting browser capability in ASP.NET. Here the author explains each properties of HttpBrowserCapabilities object, which helps in collecting the users browser information and ...
December 13th 2005
Free
The SQL Server Transact-SQL User-Defined Function of the Week
T-SQL user defined functions are explained in the weekly newsletter clearly. These user defined funtions are added to the SQL Server database which is very useful for the database administrators and programmers. UDF helps us to reuse the code any ...
December 11th 2005
Free
Working with Frames in .NET
Working with Frames in .NET is an article where you can clearly understand frames and how to work with frames in ASP.NET. The author breaks about the misconceptions about frames based websites and lists all their benefits on websites.
December 10th 2005
Free
DotNetJunkies.co m
DotNetJunkies.com is created for people who use Microsoft .NET Framework. There is discussion board for subject related topics. This site was started in July of the year 2000.
November 25th 2005
Free
Design Patterns Tutorial
An article that briefly describes commonly used Design Patterns,- Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.