This post originated from an RSS feed registered with .NET Buzz
by Eric Gunnerson.
Original Post: App Building - Day 2
Feed Title: Eric Gunnerson's C# Compendium
Feed URL: /msdnerror.htm?aspxerrorpath=/ericgu/Rss.aspx
Feed Description: Eric comments on C#, programming and dotnet in general, and the aerodynamic characteristics of the red-nosed flying squirrel of the Lesser Antilles
Today was the second day of app building. But first, a few comments on the comments on my last post.
One set of comments is around what I meant by “real apps”. It's true that when I say “real apps”, I don't mean the sort of apps that our real customers write. And that's one of the problems that we face - we can't simulate what you do every day with our product.
We do attempt, however, to try out a variety of different features in ways that we think you'll be using them, so we can figure out how the product is shaping up overall.
The app building is just on the PM side. We have devs that use C# every day (lots of .NET is built with C#), but they don't try to take the broader approach that we do.
On the intellisense question, I wasn't talking about the March version, but versions earlier than that.
*****
I spent the morning fighing with Mappoint to try to get it to run faster when adding lines. It's painfully slow. I explored writing the lines myself as an overlay, which I did get to work but not so that events could get underneath.
This afternoon I gave up on that approach, decided to go with a single polyline, and go the app essentially working. It's really fairly cool right now, but needs some more work on it.
My IDE experience as pretty good today - no crashes.