2007-04-10

mik3cap: (Default)
2007-04-10 04:11 pm

Dot Net Ain't So Tough

I've been playing with .Net webforms lately... it took long enough, but Microsoft's finally done some things right. All the functionality I used to have to code back in the late 90s is now just a click of a property, visual-style. I was worried that going back to the world of traditional webapp development was going to be a bitchy transition, but this shit is a cakewalk.

I can see though how old school web designers/developers would be frightened off by the prospect of having to code in Visual Studio Land. Working in object-oriented Microsoftthink in C# or VB.Net can't be easy for someone who's never been exposed to that kind of thing, and you really do need to write your own classes and get under the hood to really get the cool stuff done. But I really like that there's a layer of abstraction above that level with the XML-style notation of web controls at the form source level; if you learn that stuff, you could pretty much hand code basic webforms.