matching (mapping) between SQL Server Data Types and ASP .NET Framwork Data Types

one of the annoying things that i really hate when working with ado.net is the matching between sql server data types and .NET framework data types ... i found lately the perfect answer for this . well , MSDN found it for me .
check this table at MSDN website :

http://msdn.microsoft.com/en-us/library/ms131092.aspx

Comments