Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Monday, December 13, 2010
Container-based Pseudosingletons in ASP.NET Applications
›
There are three different ASP.NET server-side containers which can be used to store the data at the server side: Application – it’s a shar...
Thursday, December 2, 2010
C# Puzzle No.22 (beginner)
›
The .FirstOrDefault(…) LINQ’s method is quite handy until you realize that “default” in fact means default(T) which then means “null” if you...
3 comments:
‹
›
Home
View web version