Lance's Whiteboard
Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.
-
Microsoft Developer Tools Roadmap 2003-2005
Microsoft has updated their roadmap for Development tools....after a quick glance, it looks worth reading.
-
Review of the Dell Axim X5..
After playing with the Axim X5 for 3+ days, here are my initial thoughts:
-
Quake II .NET !!!
A friend just sent a link that made me go "Wow"!
-
GotDotNet: "Patterns & Practices" Workspaces
I've been meaning to post this for a while now, but if you havent seen it yet, MS has been creating workspaces for its "Patterns & Practices" group for the past 4+ months.
-
New Dell Axim X5: T-minus 18 hours and counting....
I'm finally getting a nice Dell PocketPC after using an old beat-up Compaq IPaq for the past year.
-
Exploring my thoughts about O/R mapping....[Philosophy]
My feelings towards O/R mapping currently lack substance, and I plan to try again before truly discarding the concept, but first maybe I can start by exploring my feelings about O/R and object persistance techniques;
-
Object Relational for .NET?
Object Relational(OR) mapping and Object Persistance frameworks are one of those approaches to development where my intuition instantly locates the nearest septic tank as soon as I start considering it.
-
Visual Studio .NET 2003 Posters!!
Saw someone post this link to MSDN's downloadable .NET posters, with updates for VS.NET 2003.
-
Sledgehammer + Tac = Picture hung INSIDE the wall !!
It just seems sometimes that everytime I look at someone elses' code I see one of two things; Over-designed object models, or under-implemented code.
David Findley and I were discussing such a situation today, where we found ourselves looking at something like this:
Strongly-typed DataSet -> Derived Base-class -> Derived Class -> Derived-derived Class being consumed by a class that uses a custom (read proprietary) Data Provider class that fills the much-derived strongly-typed data-set.
All of this work, was done to implement 4 simple functions: GetEmails, AddEmail, UpdateEmail, and DeleteEmail.
Sometimes I really don't understand why people make their lives so complex....*sigh* -
"Look Ma, One Hand!"
I have a love-hate relationship with many of the articles on the Research site at microsoft. The descriptions of their various projects are always greatly intriguing with tantelizing glimpses at their effort, but they are equally often bereft of any specific details, examples, of even photos of their results.