-
I was asked today if I knew of a way to get started with Visual Studio 2005. So I checked the Visual Studio Express Edition website and found the Absolute Beginner's Video Series to Visual Studio 2005 Express Editions . This video series is designed specifically for individuals who are interested in...
-
This morning I happened to find Sara Ford's blog on MSDN . Don't know why I bumped into this blog, but after reading some of her postings I decided to share it with you. Sara Ford is a tester on the Visual Studio Core team. On of the categories on her blog is about tips for the Visual Studio environment...
-
Everyone knows (or at least should know) about these tools. James Avery wrote this excellent M SDN item about a number of these tools. But since then, I've been pointed at other tools which can be useful in a number of situations. So therefor this post. I will keep it up-to-date with tools I think can...
-
I was looking for resources on code inspections for my next posts on that subject and bumped into this: How to write unmaintainable code . This is just really funny, even if it was found on a Java releted site. Just had to post it here :-)
-
I'm working on a Windows Forms application at the moment and use the internet as a valuable source of information on various windows forms topics. This morning I was looking for a way to retrieve the datarow in a dataset bound to a datagrid after the grid had been sorted. I found the answer at George...