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 the lobby. You may have even heard from one of Read more
Blog
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. There are many developers who know PHP, ASP.Net, Java, C#, 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 Europe outsource their IT services and development to other countries 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”] = 2012; Session is unique to a user’s browser session. When user 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 of most of the questions may remain same from project Read more

Recent Comments