ASP.NET Virtual Earth control

Wednesday, Aug 13, 2008 2 minute read Tags: ajax asp.net
Hey, thanks for the interest in this post, but just letting you know that it is over 3 years old, so the content in here may not be accurate.

So I was going through my blog feeds the other and came across a post about the CTP release of an ASP.NET Virtual Earth server control (Channel9 video here).

I'm doing quite a bit of work with Google Maps at the moment so I was interested in seeing what was available in this Microsoft incarnation.

Well to be honest I was really quite dissapointed in the attitude of the people doing this, in regards to what an ASP.NET developer should be capable of knowing/ doing.

Essentially the control is an ASP.NET server control you put into your page and can program against using C# directly, rather than having to interact through JavaScript. Great idea in theory, poor idea in practice.
The video goes on then to show how "cool" it is to integrate with the UpdatePanel to "completely remove the need to code JavaScript".

Sorry... what? There was also some comment along the lines that ASP.NET dev's don't have the time to do JavaScript.
Again... what?

I don't believe any good ASP.NET developer, or any web developer for that matter, can survive without having knowledge of JavaScript. For making rich web UI's it can't be beaten (unless you're going down the flash/ silverlight path, but then they aren't entirely web UI's).

Another thing was a glimse of the source of the page and a quick scroll past the ViewState, which was... large.
Combine a large ViewState with an UpdatePanel as they do any you're into a world of poor performance.

Kudos to Microsoft for triyng to make Virtual Earth more accessible to web developers, but poor form in thinking that an ASP.NET server control is the best way to go about it.