Codebehind

  • Thread starter Thread starter Gav
  • Start date Start date
G

Gav

I have heard that you can use codebehind and still have it compile
dynamically. Is this true?

Regards
Gav
 
Hello Gav,

Thanks for your post. It will be a new feature in the upcomming release of
ASP .NET "Whidbey" which allows both Web Forms pages and Codebehind classes
to be compiled dynamically at run time, eliminating the need to rebuild an
entire project for a single change. Please refer to the following MSDN
article for detailed information:

New Code Compilation Features in ASP.NET Whidbey
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/codecompilation.asp

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top