Contents tagged with Community News
-
CacheAdapter 4.2.0 Released
The latest version of cache adapter has now been released and is available via Nuget or you can download the source code here.
-
Cache Adapter 4.1 Released
The latest version of cache adapter has now been released and is available via Nuget or you can download the source code here.
-
CacheAdapter 4.0 released with Redis support.
My 'Glav.CacheAdapter' package has recently had a major release and is now at version 4.0. If you are not familiar with what this package does, you can look at previous posts on the subject here and here. In a nutshell, you can program against a cache interface, and via configuration, switch between ASP.Net web cache, memory cache, Windows Azure Appfabric, memcached and now redis.
-
CacheAdapter 3.2 Released
I am pleased to announce that my 'Glav.CacheAdapter' package has recently been updated to 3.2 (we skipped 3.1 for a few reasons).
-
Owin, Katana and getting started
This article describes an emerging open source specification, referred to as Owin – An Open Web Interface for .Net, what it is, and how this might be beneficial to the .Net technology stack. It will also provide a brief, concise look at how to get started with Owin and related technologies. In my initial investigations with Owin and how to play with it, I found lots of conflicting documentation and unclear ways of how to make it work and why. This article is an attempt to better articulate those steps so that you may save yourself lots of time and come to a clearer understanding in a much shorter time than I did.
-
Debugging Pain–End to End
We had an issue recently that caused us some time and quite a lot of head scratching. We had made some relatively minor changes to our product and performed a release into staging for testing. We released our main web application as well as our custom built support tool (also a web app).
-
CacheAdapter minor update to version 2.5.1
For information on previous releases, please see here.
-
Writing an ASP.Net Web based TFS Client
So one of the things I needed to do was write an ASP.Net MVC based application for our senior execs to manage a set of arbitrary attributes against stories, bugs etc to be able to attribute whether the item was related to Research and Development, and if so, what kind.
-
CacheAdapter 2.5–Memcached revised
Note: For more information around the CacheAdapter, see my previous posts here, here, here and here
-
CacheAdapter 2.4 – Bug fixes and minor functional update
Note: If you are unfamiliar with the CacheAdapter library and what it does, you can read all about its awesome ability to utilise memory, Asp.Net Web, Windows Azure AppFabric and memcached caching implementations via a single unified, simple to use API from here and here..