Artem Community
Artem interactive communities
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Wikis
Groups
Velio's Blog
»
All Tags
»
Programming
(
RSS
)
Browse by Tags
Velio's Blog
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Generic extension method for a safe item value fetch from HttpSessionState.
Tags
.net c#
ASP.NET
asp.net VisualStudio2008
C#
Common
GoogleMap Control
JavaScript
Programming
Seeems
View more
Archives
February 2010 (1)
November 2009 (3)
October 2009 (1)
April 2009 (2)
March 2009 (3)
February 2009 (2)
January 2009 (1)
December 2008 (3)
ASP.NET
C#
Generic extension method for a safe item value fetch from HttpSessionState.
del.icio.us Tags: ASP.NET , C# Hi there, Here is an extension method for getting a value from the session in a safe manner. 1: static public bool TryGet<T>( this HttpSessionState session, string key, out T value ) { 2: 3: bool flag = false...
Published
10-09-2009 8:46
by
velio
Filed under:
Programming
,
ASP.NET
,
C#