Scripts n'Stuffs
Directory

Subscribe to this category

Top > ASP.NET > Tips and Tutorials  

Web Links
Sort By :
51. Web Forms Internals



ASP.NET pages are dynamically compiled on demand when first required in the context of a Web application. Dynamic compilation is not specific to ASP.NET pages (.aspx files); it also occurs with Web Services (.asmx files), Web user controls (.ascx files), HTTP handlers (.ashx files), and ASP.NET application files such as the global.asax file. But what does it mean exactly that an ASP.NET page is compiled?
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

52. ASP.NET Debugging



ASP.NET provides extensive tracing and debugging capabilities, an area that has been neglected for web developers in the past. With its new compilation model, debugging a page becomes as natural as debugging any other application.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

53. Setting up your ASP .NET server (IIS)



A guide that shows you how to install IIS server and configure it to work with ASP .NET (.aspx files), not just with ASP.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

54. ASP.NET Caching: Techniques and Best Practices



ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases. The cache API provides additional flexibility (quite a lot, in fact), and can be used to take advantage of caching throughout every application.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

55. Generating Random Number Using RND Function And Randomize Statement



We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 12 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

56. Generating Serial Code For Your Applications



In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real application.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

57. Design Patterns Tutorial



An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

58. Search engine friendly URLs using ASP.NET (C#.NET)



This article explains how to convert the database-driven query string containing links to search-engine friendly ones.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 6 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

59. ASP.NET Web Matrix Project Guided Tour



The ASP.NET Web Matrix Project Guided Tour is a series of walkthroughs and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web Matrix Project development environment. The walkthrough samples are designed to be short, easy-to-understand illustrations of ASP.NET Web Matrix Project features.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

60. ASP.NET MVC Pattern for Struts developers



Programmers familiar with JSP's Model II/struts architecture and others generally familiar with Model View Controller (MVC) architectures, immediately wonder how the MVC pattern can be applied in an ASP.NET world. This article demonstrates how the MVC pattern can be applied to an ASP.NET web application without breaking the basic Microsoft supplied architecture.
Category:   ASP.NET > Tips and Tutorials

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages:       6     


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS