Step-by-step tutorial to write Stored Procedures for ASP.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.
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 num
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.
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.
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
An article that briefly describes commonly used Design Patterns,- Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy. |