ASP.NET Hosting

Mike Woodring's .NET Sample Page

While searching for a particular code sample, I found back Mike Woodrings great .NET sample page. This web page contains many very technical code samples which are very useful one day or another.

This page should be in your bookmarks and you should mine the samples if you're a geek. I won't go into the details of what you'll find there, go see by yourself! You can start with a look at the AssemblySettings class for example which is the counterpart of AppSettings but per assembly.

2 Comments

  • I use the CustomThreadPool a whole lot, especially useful for Async ASP.NET stuff (since it doesn't use threads from the ASP.NET pool)

  • I have been using your AssemblySettings custom class to read from config files in Class library and would like to thank you for providing the same.

    It really solved my headache of hardcoding in my app and made my app configurable.


    I would appreciate if there can be enhancement to the DLL. Can we have section groups created just as we do to web.config.































    This would also really help in making this DLL more useful.



    Hope you will reply to the query.

Comments have been disabled for this content.