Monthly Archives : January 2012

Similarities in your dentist and offshore development company

The relationship with your off-shore development team is more like it with your dentist. It’s painful but you don’t see other way out. Your dentist is doing his job, has got his degree and you have seen many other patients in Read more

Why developers don’t like JavaScript

Recruiters and non-technical project managers may not know this but you will find plenty of web developers who are not good at Javascript, HTML or CSS. In a way definition of being a web developer is to know these technologies. Read more

Horror stories of offshore development.

If you are working in IT, you may have encountered a programmer from countries like India, China or some East Asian nation. Off-shore development is ubiquitous (if not popular) in US companies. And countries like Australia, New Zealand and Western Read more

ASP.Net Tip – Session

Sessions are an important part of any web application. Session is more of a concept than a Class or Object or Keyword. ASP.Net’s Page class allows you to store and retrieve variables from current user session in following way: Session[“MyVariable”] = Read more

Sample architecture of a simple asp.net web application

This post is intended for a beginner to mid-senior level developers who need to create a new asp.net web application. While starting any new application or project, there is a set of questions that need to be answered and answers Read more