Morteza Sahragard
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
ALTER SCHEM
ASP.NET
ASP.NET AJAX Error Hnadling Partial Rendering
ASP.NET Ajax jQuery UI effects
ASP.NET Cache HttpRuntime OutputCache
AttachDbFilename He
Backup
C#
Captcha Generic Handler ASP.NET
Data Mapping
Highlighting
HTML
Javascript
Like Operator
LINQ Cache ToList ASP.NET
LINQ to SQL
MVC
Owner
parameterized queries
RegularExpressions
Restore
Schema
SQL
Sql Express
SQL Injection
SQL Server
Stored Procedure
WCF
Web Development
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
September 2009 (1)
July 2009 (2)
June 2009 (2)
March 2009 (1)
December 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (2)
July 2008 (2)
June 2008 (1)
My Favorite Blogs
Persian Developers Resource
Joe Stagner
J.D. Meier
.NET Curry
August 2008 - Posts
2
Comments
Using ToList() method to force LINQ query execute immediately
by
mlife
when using LINQ TO SQL, results of query dose not retrieve until you consume results or on the other hand you iterate in results. in example, assume you have a table in database that keeps users specifications such as Firstname, Lastname and so on. and...
Filed under:
LINQ Cache ToList ASP.NET
3
Comments
How to remove all items from cache memory
by
mlife
Some times you may want to remove all items from cached memory and fill it by new data. Session State has a method for emptying Session memory for specified user (Session.Abandon() ). but in Cache object there is no the same method. with simple technique...
Filed under:
ASP.NET Cache HttpRuntime OutputCache
More Posts