When developing Web applications with ASP.NET, you sometimes need to access data which is shared among users again and again throughout the life of the application.
If you want to share a value or an object instance between all sessions, you typically use the Application object. However, a better alternative to Application object is a static property defined in a class. Static properties maintain their values throughout the Application. So they work like the Application object.
Storing and reading a static value is faster when we compare it with the Application object because static variables do not need to look-up in a collection when you refer to them and you do not need to cast from object to a specific type.
The key reason that the Application object exists in ASP.NET is for compatibility with classic ASP code to allow easy migration of existing applications to ASP.NET.
Currently rated 5.0 by 3 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
IZWebFileManager is a web based file manager server control for Microsoft IIS web servers, written for ASP.NET 2.0. It is compatible with most-used browsers like Internet Explorer, Firefox and Netscape.
Its features include: copying, moving, renaming, deletion of files and folders; ability to work with several files at ones; uploading; easy duplication of files and folders; Windows Explorer like right-click context menu; short-cut support; permission control; file size limit; multilingual interface; unicode and right-to-left support; easy to install without configurations.
IZ WebFileManager - ASP.NET Advanced Web File Manager
For More Details: IZWebFileManager Web Site
For an Online Demo: IZWebFileManager Online Demo
Currently rated 4.5 by 2 people
- Currently 4.5/5 Stars.
- 1
- 2
- 3
- 4
- 5