Some things to think about
asp.net
Development of a framework for master-pages using ASP.NET and C#. More… Masterpage framework in ASP.NET 1.X and ASP.NET 2.0 More…
Good article on .net project architecture
I recently discovered that the app/web.config file can reference an external config file to get some or all of its appsettings. [Paul Wilson's .NET Blog]
AJAX, if you haven’t already heard, stands for Asynchronous JavaScript And XML. If you’re unfamiliar with what AJAX is, I suggest reading AJAX: A New Approach to Web Applications by Jesse James Garrett. AJAX is a relatively new name for a set of technologies that have been around for quite some time. More here.
This web site is a demonstration page of the Ajax.NET library
Great article on AJAX
Ask any ASP developer who has ever tried to dynamically create his own images and he’ll tell you it’s a nightmare. In fact, it’s more than a nightmare. It’s practically hell. The only true solution? Reverting to an expensive, dodgy, third-party control to do the work for you. With ASP.NET however, you can develop your [...]
In the golden, olden days of ASP, managing a file upload was pretty difficult. Most developers reverted to digging deep in their wallets to purchase a third-party add-on to help them achieve the desired result. No longer. Thanks to the new ASP.NET features, you now can upload files with practically a few lines of code. [...]
