Web & Mobile App Development Blogs

ASP.NET - how to track if email is opened or read!
how to track if email is opened or read using asp.net. It can be achieved in html emails by sending a small image called beacon or web bug in email body

How to choose the right software company when outsourcing to India
Are you looking for a good software outsourcing company in India? Read to find out which factors to consider while choosing IT outsourcing company.

Software outsourcing in India - Good or Bad
Are you looking for a software outsourcing company in India? Advantages of choosing Software outsourcing to India.

Find and Replace in Visual Studio using regular expression
Visual Studio Find and Replace using regular expression. This feature is very useful while you need to perform any repeating pattern based task.

SQL Server - Bulk data import using .Net SqlBulkCopy Class
SqlBulkCopy Class in System.Data.SqlClient namespace lets you efficiently bulk load a SQL Server table with data from another sources like csv, xls etc.

SQL server: List out last modified procedures and functions
SQL server - how to list out last modified stored procedures, functions, views and tables from Sql Server using sys.objects