dotnet
Stumbling through ASP.net
One of the humbling (and slightly frustrating) parts of switching technology stacks is learning how to do something you knew by heart in the old tech. Case in point: figuring out which item you selected in a GridView in ASP.net. I had a pattern down cold for this in Java web development. I eventually found [...]
Read Full Post | Make a Comment ( None so far )C# and Yield
I just discovered yield. Wow. After using some of the new tools languages like Ruby provided (blocks, process control), it’s been hard to go back to Java. Nice to C# is up to more than just adding syntactic sugar (cough, Java5, cough).
Read Full Post | Make a Comment ( None so far )Diving Into .NET
I’ve been coding Java for a good seven years now, ever since I walked away frustrated from writing business applications in lower level COM+, ATL, and C++. Tonight I dug into a .NET training book for the first time, as I plan on getting certified mainly as a goal for learning. It’s really [...]
Read Full Post | Make a Comment ( None so far )