I think what noonespecial is probably getting at is that because .Net is usually written in Visual Studio a lot of people stick applications together in a RAD approach without giving much consideration for what is happening under the hood. Not all, of course, but probably a larger proportion that for platforms that don't have tools with RAD features like Visual Studio.
WebForms in ASP.Net are pretty much an attempt to take the developer experience of Visual Basic and make it work on the web - arguably with mixed results.
I really don't think there is anything wrong with .Net as a platform - but things like WebForms can be rather disturbing if not used with care.
WebForms in ASP.Net are pretty much an attempt to take the developer experience of Visual Basic and make it work on the web - arguably with mixed results.
I really don't think there is anything wrong with .Net as a platform - but things like WebForms can be rather disturbing if not used with care.