Sunday, April 18, 2004

Ignorance Isn't Bliss

In my never ending quest to browse the entire Internet, I came across a message thread in a board for a really cool app. Some misinformed kid was bashing .NET. I decided to set the kid straight. To save you the trouble if clicking, I'll reproduce the conversation here.

ProfessorCRX: Can you tell me why .net has to be installed to make this work? I've got major problems with M$ .net.

In my eyes, Security > convience [sic]. Ms seems to see it the other way around. Is there ANY way possible to use this program without it? Or will there be? It looks pretty ill, but I just don't know about the.net BS. I think that needs to be rethought.

Travis: .NET is all about security. In fact, it makes security extremely convenient. Microsoft is making a huge security push internally and with all of its developers. Every attendee to the PDC last October got a copy of Writing Secure Code, 2nd edition. Managed code (.NET) makes things like buffer overflows almost impossible. The app throws an exception if you go out of bounds in an array instead of writing into memory that it's not supposed to be able to write to. How many security exploits have you seen in IIS 6, one of their first releases since the security push?

Basically, your prejudices are unfounded and result from you being ill-informed. .NET is a great platform both to develop on and from a security-minded user perspective. Looking towards the future, MS Longhorn (the next version of Windows) will be largely written in .NET. Get used to it, buddy, .NET is the future. IMO, that's a good thing. Install the .NET runtime, try out the app, and enjoy the wealth of apps that can easily be written by using .NET.

I can't speak for the author, but I wouldn't hold your breath for a native version of this app. He would have to scrap everything he's written and start over in unmanaged C++. Not gonna happen.

It's funny to me that I didn't know anything about .NET a year ago. I thought C# was just created because of the Microsoft/Sun Java lawsuit (not entirely untrue). But now I think .NET is an amazing platform. It's so easy to get quality apps out the door. And the Visual Studio IDE makes life so easy. It's possibly Microsoft's best product. Either Studio or Office...I can't decide. But I like .NET enough to stick up for it when the masses bash it.

No comments: