Sign In
Rexiology@MSDN
Nothing but Microsoft Technologies...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Architecture
ASP.NET
Blog Framework / Tools
Business
Concurrency
crm
Database
dynamics
HPC
I.T. News
Information Technology
Linux
misc
Programming
Readings
Tips and Tricks
Useful Tools
virtualization
Archive
Archives
August 2009
(1)
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(2)
December 2008
(1)
November 2008
(2)
October 2008
(1)
September 2008
(3)
August 2008
(10)
June 2008
(9)
May 2008
(3)
April 2008
(4)
March 2008
(3)
February 2008
(1)
January 2008
(3)
December 2007
(5)
October 2007
(9)
September 2007
(7)
August 2007
(3)
July 2007
(4)
June 2007
(7)
May 2007
(16)
April 2007
(1)
March 2007
(7)
January, 2008
MSDN Blogs
>
Rexiology@MSDN
>
January, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rexiology@MSDN
.NET Framework Source Code now Available...
Posted
over 4 years ago
by
Rex Tang
1
Comments
[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...
Rexiology@MSDN
asp.net: checking session size in SQL Server ASPState DB...
Posted
over 4 years ago
by
Rex Tang
2
Comments
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...
Rexiology@MSDN
T-SQL: Convert Hex String to VarBinary...
Posted
over 4 years ago
by
Rex Tang
7
Comments
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...
Page 1 of 1 (3 items)