DCSIMG
ASP.NET,Velocity - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » ASP.NET » Velocity (RSS)
Replacing ASP.NET Session with Velocity Session Provider
Replacing ASP.NET Session with Velocity Session Provider One nice feature of Microsoft Distributed Cache aka Velocity is a custom session provider that can replace the ASP.NET default session provider . In this post I’ll explain how to replace ASP.NET session with the Velocity session provider that is being provided with Velocity . Why Replacing the ASP.NET Session with Velocity Session? Sometimes we want to share a session across servers in a server farm. The ways to do so are to use a State Server...
Building a Simple Cache Manager
Building a Simple Cache Manager As I wrote in a previous post , I’ve started to work in a new project. My role there is a technical team leader of a very big team (10 developers). Part of my role is helping the team to create infrastructure for their applications. As part of the application’s infrastructure, I recommended to start using caching for better performance . In the post I’ll demonstrate the simple cache manager I’ve built for the team. ICacheManager Interface Before building the cache...