Tag Archive

Visual Studio 2010 and .NET Framework 4 Beta 1

Published on July 21, 2009 By admin

Availble for download as kits and not as virtual machines on Microsoft’s msdn site Visual Studio 2010 .NET Framework 4 Beta 1 Download link http://msdn.microsoft.com/en-gb/netframework/dd819232.aspx

TB20.exe – TAPI old tools

Published on March 9, 2009 By admin

One of the greatest tools for testing TAPI is the old software TB20.exe Microsoft description: TB (TAPI Browser) is an application that allows a user to interactively call into the Windows Telephony interface and inspect all returned information. Becouse this application is not availble anymore on Microsoft site and is very hard to find on [...]

Microsoft SQL Server – Data Types

Published on May 20, 2008 By admin

char[(n)] Fixed-length non-Unicode character data with length of n characters. n must be a value from 1 through 8,000. Storage size is n bytes. nchar[(n)] Fixed-length Unicode character data with length of n characters. n must be a value from 1 through 4,000. Storage size is two times n bytes. varchar[(n)] Variable-length non-Unicode character data [...]