.Net blog of Sijin Joseph
My experiences with .Net
-
Version transistion
I realized one thing today, you just can't develop an initial prototype and then stop development on it and start from scratch all over again. I had hacked together a prototype version of the product in about 6 months time it worked well for a single user and was good enough for demo purposes, after that i started work on a new and stable version this time with a team of 3 developers assisting me. The funny thing is most of the time i am fixing bugs in the old version and and since i had no tests written for the old version i am afraid to make changes. This led me to increasingly dislike requests for bug fixes as i knew that the version was going to be dumped anyways.
-
Hello World!
This blog details my experiences and insights while working on an enterprise class multi-tier product using .Net. I will be writing about the challenges i face daily and the solutions to them, hopefully it will help other developers avoid the mistakes that i make.