Welcome to MSDN Blogs Sign in | Join | Help

Rexiology@MSDN

Nothing but Microsoft Technologies...

January 2008 - Posts

.NET Framework Source Code now Available...
[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, Read More...
asp.net: checking session size in SQL Server ASPState DB...
by setting asp.net application to save session state into SQL Server database, not only can scale application out with multiple web servers, but also provided a way to investigate session usage. Saving session state in SQL Server database will be slower Read More...
T-SQL: Convert Hex String to VarBinary...
Here is some conversion functions in SQL Server... To convert between int and hex values, by referring to this post : SELECT 'Int -> Hex' SELECT CONVERT(VARBINARY(8), 16777215) SELECT 'Hex -> Int' SELECT CONVERT(INT, 0xFFFFFF) To convert a VarBinary Read More...
Page view tracker