Articles Archive for January 2009
Asp.net »
State Management
The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.
There are two major category of the above :
I. Server-Side State Management
Session State:
Its nothing but defined as a period of time shared between the web application and user. Every user has individual session. Items/Objects can be placed into the Session which would only define these object for that user. Session contains key variables which help to identify the related values. This can be thought of as …
Technology News »
Iron Speed : Provides facility to automatically generate asp.net web site directly from database.
Generate database and reporting applications for .NET in minutes. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy to customize and ready to deploy.
Working :
Simply point to an existing database and let Iron Speed Designer build a sophisticated, database-driven application that’s ready to deploy. In just minutes, Iron Speed Designer generates your application’s ASPX pages, user interface code, data access logic and SQL statements. Say good-bye to hand-coding!
Refer : http://www.ironspeed.com/products
Features:
1. Sophisticated pages and …
Asp.net »
Its the path providing facility to provide the virtual content to compiler. For example, a virtual path provider provides a means to supply content from locations other than the file system.
To attain the same following step(s) are required :
1. Create a VirtualPathProvider class, and implement all the required methods to handle files and folder requests.
2. Register the virtual path provider to let the ASP.NET hosting environment know where the content will be served from.
3. Create VirtualFile and VirtualDirectory objects to stream the content.
Visit : http://support.microsoft.com/kb/910441
Tweet This Post
