Prem's views on life, .net and software development (everything contained in one strongly typed weblog).
Saturday, February 24, 2007
Free Online course offered by MIT
Choose a topic and get rocking !! My weekends are going to be busy for some time.. Don't we sometimes hope that we could have got access to such amazing sites a bit earlier in our career.
Better late than Never !!
I have an OpenID Account
BTW "What is OpenID anyway?", It is a new way to authenticate yourself in the web. You can use it in any of the website using OpenId as the login mechanism. The common problem users face is there are 100 different website they access and every website has some kind of username/password, after some time it becomes tedious to maintain this info. So OpenId is a protocol developed by diverse community to address this issue. Using OpenID you could go ahead and login to a OpenId enabled site as if you have already created a username/password. Hope everyone remember Microsoft's similar effort few years ago by trying use Hotmail passport as the centralized place for hosting user info. But users quickly rejected the idea of Microsoft having all the users data in a centralized place which could be a problem down the line. OpenID is trying to achieve the same but it's by a group of people from diversified community coming together to achieve this. At this point I am not sure how far it will be successful but I like the solution it offers to the end user.
There is a good screencast if you want to learn about OpenId.
Tuesday, February 20, 2007
Enforcing coding standard
This is the first time I am hearing about DxCore library for creating plugin(s) for Visual studio, but after googling I am finding quite a lot of good plugins that have been created using this.
I am going to install this plugin in all my team members system to enforce the standards rathar than throwing a document at them to enforce standards :)
You can create your own plugin by reading about it in this blogpost from Jason.
Wednesday, February 14, 2007
Down the memory lane - Trip to Maldives
We took the air-taxi from the airport to the resort and we were able to see the corels and the different colors of the water. We were put up in a water bungalow ( where you can walk down the steps and be in water..) Isn't it amazing ??? I certainly don't have words to explain the beauty of the resort we stayed in. Water in all imaginable Blue shades, crystal clear water for miles !!!
I hope to go back to Maldives again for a short vacation sometime soon.. I would suggest maldives as one of the best vacation spot for anyone in India. Let me know if anyone is looking for further information regarding Maldives.
Tuesday, February 13, 2007
SQL Server 2005 Installation problem in Vista
Monday, February 12, 2007
.Net 3.0 WPF Crash Course
Sunday, February 04, 2007
Role of Business Analyst, Developer and QA in a project
- Business Analyst
Typically the first person to get to know the change in business requirement, gather them and document it completely and they will be the point of contact of any questions/clarifications in the requirements document. - Developer
This person will take the business requirement and create a high level technical design document and will start coding using his favourite tool (.net) :). They should be responsible for ensuring that all the aspects of the service like scalability/reliability/extensibility of the code has been taken care of. - QA
QA is a person who should create the test cases based on "Requirements Document" and should never interact with the developer for any questions/clarifications. They are in charge of making sure the final code that gets released is error free (typically through black box testing).
Alrite... I hope all of us are in the same page with regards to the functionality of these resources. Now let's take the scenario after this code has been rolled into production. I am sure any code that gets released will have bugs in them who takes the responsibility for the bugs. This is my idea on who should be responsible for the bug.
- Functionality missing
Has this been documented in Business Requirements ? If so, where there test cases created by QA to cover this ? In case the functionality has not been documented the blame should go to the business analyst and in case there were no test case the blame should go to the QA. - Scalability/Reliability Issue
The Developer should be solely responsible for such issues. These things are difficult to test by QA and the design should have addressed these issues. - Functionality not working as per requirements document
When a clearly documented functionality is not working, the blame should go entirely on the QA for not testing it appropriately.
But I don't see this process happening in many places, the developer is the first and only person to be caught for any bugs being reported and he is instructed to fix those issues within the next business day. Being a developer and hearing the same from friends working in startup companies, I am tired of working in such environment. I hope this trend will change in future and the appropriate resources will be pointed for their mistakes.