Codebehind vs. Codeinline

Victor Garcia Aprea  give some hints about Code Beside in Whidbey.

But Victor can you explain how the framework react if I write twice my classes in code behind and code inline.

Intellisense ?!? At compilation !?

 

1 Comment

  • I think it's safe to say that the code-beside feature will use the new partial classes to make things work. So you can have your void Page_Load inline, and Page_PreRender in a partial codebeside page, and compilation, intellisense, etc will work as if everything is in your codebehind now.



    cheers!

    -Christopher

Comments have been disabled for this content.