Click here to Skip to main content
15,888,527 members
Articles / Web Development / ASP.NET

No More Session Variable Misspellings

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
29 Jun 2011CPOL 4.4K   1  
I came with another one. I happen to love Lambda expressions. The idea is to extend this base class:public class SafeSessionBase{ HttpSessionState _session; public SafeSessionBase(HttpSessionState session) { _session = session; } protected TResult...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect SunHotels
Spain Spain
I Received a Bachelor's Degree in Computer Science at the Mathematics and Computer Science Faculty, University of Havana, Cuba.

I mainly work in web applications using C# and some Javascript. Some very few times do some Java.

Comments and Discussions