Archive for 2008

VS2008 Tips & Tricks

As a .NET developer, I'm sure you have your own tricks to make your life easy. But you may still like to know more tricks on Visual Studio. Read this

General Technology

No Comments

Math Error in JavaScript

Believe it or not, if you do this in JavaScript: 103 x 67.12, you will get 6913.360000000001. This happens on both Microsoft Internet Explorer and Fir

General Technology

No Comments

The custom tool ‘MSLinqToSQLGenerator’ failed. Unspecified error

There is an issue in Microsoft's latest SP1 for Visual Studio 2008. If you have a partial class with Using statement at the top of the file for a Lin

General Technology

14 Comments

A circular reference was detected while serializing an object of type …

I ran into an issue earlier when trying to serialize an object return by LINQ. After Googling it, I found following blog which is very helpful. LIN

General Technology

No Comments

I cannot login to my SQL Server database anymore!

When you attempt to login to your database using SQL Server Authentication and you get an error message that says: Cannot open user default databas

General Technology

No Comments

Kiosk Applications

Kiosk applications and other self-service systems are rapidly growing business area.  Internet connectivity, a greater variety of interface equipment

About Unidev, General Technology

2 Comments

2007 Company Highlights

2007 saw continued growth and expansion of the web marketing and web design service lines of The Net Impact business unit.  The web development tea

News

No Comments

Java Calendar and Date Operations

Java - Find a given date belongs in which quarter: SimpleDateFormat sdf = new SimpleDateFormat(); sdf.applyPattern("MM/dd/yyyy"); Calendar calenda

Java

4 Comments

Improve ASP.NET Performance and Scalability

Do you have performance issue on your ASP.NET website? Do you want to boost your site's scalability? Do you know the bottleneck of your site? Do you w

General Technology

No Comments