Feeds:
Posts
Comments

Archive for the ‘Uncategorized’ Category

Roy Osherove is giving an hands-on TDD Masterclass in the UK, September 21-25. Roy is author of “The Art of Unit Testing” (http://www.artofunittesting.com/), a leading tdd & unit testing book; he maintains a blog at http://iserializable.com (which amoung other things has critiqued tests written by Microsoft for asp.net MVC – check out the testreviews category) [...]

Read Full Post »

We just had a sprint review meeting with Olly who is the technical architect. One thing I am impressed with is that he actively suggest different ways to achieve the value to the product owner. I seem to have an technical guy mindsent and usually I do not challange the business value of the user [...]

Read Full Post »

I bought a refurbished vaio NR38M earlier 2 months ago. It is a nice laptop with good price and has Vista installed with lots of other programs. I wanted to use Windows 7 on it, and usually windows 7 performs better than Vista.
I can find all drivers, but it is very difficult to find a [...]

Read Full Post »

I have installed office 2007, but the product key was used too many times, and the office failed in activation. I received another product key, but was not sure if I could change it wihtout reinstalling it. A simple google search takes me to http://bloggingabout.net/blogs/mglaser/archive/2006/12/12/Change-Office-2007-Product-Key.aspx. I tried and succeeded in changing the product key and [...]

Read Full Post »

Today, I had an automated build failure on the test server. I spent half a day to fix the issue and discovered that someone changed the CopyLocal property of reference to false. Of course, if you reference a dll in GAC, you need to set it to false, so that you reference the dll in [...]

Read Full Post »

마침 김창준님의 블로그 RSS를 구독하던 터라 김창준님의 presentation을 보게 되었습니다. 많은 생각을 하게 하는 presentation이였습니다. 먼저 presentation zen을 언급하셨는데, 저역시 이책을 읽고 이에 따라 prensetation을 하려고 애쓰던 중이라 약간 뜨끔했습니다. 하지만 창준님이 가지고 나오신 한장 짜리 슬라이드는 동영상으로는 눈에 잘 안들어 오더군요. 역시 슬라이드에는 그림이나 사진이 들어가야 제맛인게 아닐까요?^^
엥겔바르트와 Allan Kay. 개발자이지만 저도 잘 몰랐다는 [...]

Read Full Post »

related post: http://simplelifeuk.wordpress.com/2007/10/05/writing-a-visual-studionet-2003-add-in/
resources
http://www.koders.com/csharp/fidA05F9CFC9911DC901EC86C43DD8CAD4F82AE1CB0.aspx
Visual studio.net 2003 Automation Samples

This is my 2nd visual studio-in. What it does is to recycle all application pools in IIS to make sure GAC is refreshed with newly built dlls.
There were a few things to tweak. This is an add-in for visual studio 2003, so it may not be suitable for vs [...]

Read Full Post »

Resource

TFS command-line help: http://blogs.msdn.com/noahc/archive/2007/01/22/real-tfs-command-line-help.aspx
SDC Tasks: http://www.codeplex.com/sdctasks
remotely copy with user credential: http://www.experts-exchange.com/OS/Miscellaneous/Q_21207420.html
xcopy help: http://www.computerhope.com/xcopyhlp.htm

This is a simple task, but it took some time for me to udnerstand, as MSBuild was a new thing to me.
First, Get the latest code from TFS is TFS task, not MSBUild task. So, you can use tf.exe command-line utility.

"C:\Program Files\Microsoft Visual [...]

Read Full Post »

nested using staments

I love using statement for database access. It closes the connection automatically when all the codes within the using statment are executed. Recently I had to nest using staments for the project I was working on, and there were guys who thought it wasn’t elegant. The arguments were, first, they doubted if nesting using actually [...]

Read Full Post »

As most companies do, you would have different environments such as INT (intergration), Staging, and Live servers. Web.config is really handy, but you cannot put environment specific settings there, because the same file is deployed across all environments.
This troubleed me and my company (which is Totaljobs) for a while and I came across this file [...]

Read Full Post »

Older Posts »