.Net and VFP
As I've
posted before, I'm finally working my way through .NET and actually building something with it. That doesn't mean I'm doing less Fox, except to say that my Project Manager replacement is on hold (do more to lack of a suitable treeview control). I'll have more to say on my .Net project next week.
If you're a Fox developer looking at .NET, I can't agree more with John Koziol, who is learning VB.Net (I chose C#). You can read about what John is doing
here and
here.
Rick Strahl made a great post on the Universal Thread earlier this week that also includes some good tips. I don't have the exact quote, but it was something along the lines of, "VFP developers are used to having the data language and the rest of the language intermingled. It's easy to manipulate data because it's all the same. When moving to .Net, you have to do what developers from other languages do...create a connection to the data and manipulate it outside of the application." In other words, don't bring the data into the application to things like searching for a particular record or doing some data munging. This should be done on the server. Don't do things like SELECT * FROM MyTable and bring down then entire table. Find what you need on the server and bring down only what you need. In other words, include a WHERE clause that limits the data.
8:34:00 AM -
Got Your Towel
One of my favorite books of all time is
Hitchhiker's Guide to the Galaxy. I'm anxiously awaiting the premiere of the movie on April 29. Amazon.com is showing the latest
trailer.
8:14:00 AM -
DevTeach is Coming
I've heard good things about the
DevTeach conference in Montreal. This year it will be held June 18-22. I'm pleased that I will be there presenting topics on COM+ and the Windows Event Log.
6:43:00 AM -