20 August 2008 by Ross McLean
After knocking Visual Studio in my last post, I thought I should also point out some of the things I actually like about it!
It’s easy to talk about the bad things and not the good. To buck that trend I’ll post something each time I come across features I like in VS!
I guess a lot of Excel users won’t known an awful lot about .Net incarnations of Visual Studio, so this might help to point out some of the many cool features Microsoft work hard to get in the product (“¦that sounds like it’s come right of the MS marketing wagon sorry!)
To start with: The Task List Window.

There are two parts to the Task List Window (As you can see, I’m using VB 2008, Express here), one is a check list where you can just write down things that you need to do, feed the washing, dry clean the cat that type of thing. The other part, shown in the picture, is the “TODO” list. If in your code you add a comment that start with the key words TODO, the editor will pick them all up and put them in this list. Very handy if your like me and you end up slapping in “less than perfect” code to get things done. When you get a bit of time, pull up your TODO’s and perfection can be achieved at you leisure!
Tags: Dev Tools, VB.Net
Categories: VB.Net •
2 Comments »
18 August 2008 by Ross McLean
One e-mail was all it took, but as of 2 o’clock today the holding page has been taken down and we are back on-line again!
Not sure why the holding page was there in the first place, maybe there’s a God/god and he was trying to tell me something? Maybe some bloke just bunged it on my site by mistake”¦ we will just never know and it’s a mystery I shall take to my grave.
Anyone remember the Krypton Factor? That was a rubbish program, and slightly, well…

Talking of rubbish programs”¦
I have been amazed recently at the complexity of doing what is seemingly simple stuff with databases in VB.NET. Now, I understand that the database classes in the new frameworks allow you to do cleaver stuff, and I know, and I have benefited, from the powerful UI controls. I have also found out that getting what you need done, is not impossible with the help of the internet. By why is it such a carry on? I wish Microsoft would make VB simpler, smaller, and faster and let C# have all the “power”. What’s the point of two languages that at exactly (exactly!) the same? – Oh, and can you write wizards that actually work?! – Donkeys!
Tags: Blogs
Categories: General, VB.Net •
No Comments »