From “Hardcore Visual Studio.NET” :
“By default, Whidbey creates a Web form using inline coding, not code-behind. That means your HTML formatting and your code are all in a single file.”
I guess I can understand this. It may encourage developers to treat aspx classes as true presentation-only code and nudge toward using separate tiers for business logic. But, I'm really used to using code-behind. You can, of course, continue to use code behind, but if this is the way of the future, I don't want to create any more code that will have to be converted someday. Anyone care to chime in on this one?
Posted
Mon, Mar 1 2004 7:42 AM
by
Brendan Tompkins