Chuck Bryan

The second you stop fighting it, time really is on your side.

<September 2008>
SuMoTuWeThFrSa
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011


Navigation

Books

Subscriptions



Code Folders

Everyone who actually reads will probably already know this, but, it was new to me.

In your ASP 2.0, you can add a folder called Code to your project. If you add a class file to that directory, it will be dynamically compiled with your site. No build required. I understand that you can put Typed Datasets and WSDL files in there as well and the proxy classes will be generated.

I was breezing through ASP.NET v. 2.0-The Beta Version at B&N (until I noticed that Hurricane Charley had arrived to Chesapeake Va...and my street usually floods out) and saw that you can include both .vb and .cs classes, but you have to define seperate folders under code and configure your web.config so that the compiler knows that it is handling two languages.

I sorta skipped the ASP thing, but I was always impressed with being able to add a page to the site and it ran. I don't think that I want to add my source code to production sites, but for fixing bugs in development/test this will be great.

C

posted on Saturday, August 14, 2004 4:16 PM by c2bryan





Powered by Dot Net Junkies, by Telligent Systems