asp.net

Past the AJAX Hype

by fred on December 29, 2005

in Code

Some things to think about

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 Was Here

by fred on October 5, 2005

in Code

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

SAL – Simple AJAX Library

by fred on October 5, 2005

in Code

Great article on AJAX

How to Dynamically Create Images

by fred on September 2, 2005

in Code

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 [...]

The Secrets to Uploading Files with Ease

by fred on September 2, 2005

in Code

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. [...]