Advertisements
Category Archives: Uncategorized
Optimize performance of your Entity Framework 4 on Client Side
If you want to improve the perforamance of your entity framework in client side, you can use Cache fromSystem.Web.Caching.Cache object. If you like to reset values, Cache.Remove(“Name of your Cache”); If you wish to store the value to a cache,if … Continue reading
Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Posted in Uncategorized
1 Comment