Fadzai Chamba

I disagree with everything I just said

Published by

Comments

# Design patterns – easy ways to improve code quality@ Monday, October 05, 2009 6:57 PM

I have spent the last couple of weeks going over an application I wrote 5 years ago, (the one I referred

# re: Predicates and Lambda functions for filtering and searching @ Friday, October 30, 2009 3:25 PM

I apologize for having no code formatting. I've had to re-install Windows on my PC and am now getting strange behavior with Visual Studio, I haven't had time to configure Windows Live Writer and any of the plugins that can format the code.

As soon as this is done, I will edit it and modify this post.

# PowerTab revisited@ Tuesday, November 17, 2009 5:33 PM

Last week I wrote about PowerTab and how it can be helpful. I went to www.dnrtv.com and saw something

# Jump List – Post Fixed@ Saturday, January 09, 2010 9:31 AM

After the formatting disaster that was my attempt at posting about JumpLists in Windows 7 , I tried in

# re: No longer anonymous types@ Monday, February 15, 2010 6:20 PM

I never did get back to posting the C# version. Well, in C# you can achieve the same thing but it is a mroe involved procedure.

You start by typing the intended name for your class. At this point you then click on the smart tag and generate the class from usage.

Next, for each property, you click the smart tag and generate from usage.

It's not the breeze you get from VB but you still get the job done, and it beats the life out of writing the code for the new class out for youself.

# re: Visual Studio 2010 Release Candidate Has Arrived@ Tuesday, March 02, 2010 5:13 PM

I must apologize to all the left-brained developers out there. After downloading the RC, along with TFS, I realized that the screen-shot I had seen with a bug entry screen, was not a prototyping thing, but it was Microsoft Test Manager, formerly Test Lab something something.

I never had TFS before so I've never seen it run before, and had my hopes up thinking we had a Visual Studio equivalent for sketchflow. Well it isn't, and I apologize for raising hopes to those of us who are not designer types. But probably MS can take a hint and make something like that in the next version.

# re: Just Decompile@ Thursday, August 18, 2011 9:21 PM

Yeah, Red Gate said *they* were going to keep Reflector free, but then made the "business decision" to start charging for it.

For a free tool, Just Decompile is great. It has my love. Telerik, please don't break my heart the way that Red Gate did...

by Steve Kaschimer

# re: Record Skype@ Friday, September 09, 2011 9:08 AM

as for me, i prefer to use this tool to record skype calls www.imcapture.com/IMCapture_for_Skype, it's nice!)

by ferry

# re: Record Skype@ Tuesday, September 13, 2011 5:40 PM

Thanks for the link ferry. Didn't know about that product. What appealed to me about the one I posted about was that it has source code in .NET which is very cool for people like me.

Always like to see some cool code. :)