AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
Restart ASP.NET apps Programmatically, Log Application_End Events, and use Web Management logging : Peter A Bromberg
Saturday, January 10 2009
Shows how to instrument your ASP.NET application for custom restarting of the app, logging exceptions and using the built-in ASP.NET 2.0 Management Events and Auditing providers. Recently I put a new web site online at a new hosting company, and one of the first things I noticed was that the application was restarting way too often, and taking a very long time to restart as well. This is not a large application, and the initialization that I do when the app starts should only take about 1/2 of a second, so I knew there was either something wrong with my code somewhere that was being affected only when the app ran in production on the shared hosting server, or that there was something wrong with the hosting company's setup and maybe I should find a better hosting company. The app ran fine on my local development machine, and I had done some load testing already that indicated the app was fast and could handle a pretty significant load. It was one of those "It runs great on my machine!" cases....Building Model-View-Presenter applications with MVC# framework : Oleg Zhukov
Security Features in ASP.NET 2.0 : Richard Bean
Efficiently Paging Through Large Amounts of Data : Scott Mitchell
Working with Email using ASP.NET 2.0 : Jason N. Gaylord
Using Syndication Classes to Read RSS Feeds : Bipin Joshi

