codeplex.com
CodePlex - EisenbergEffect
http://www.codeplex.com/site/users/view/EisenbergEffect
Project Hosting for Open Source Software. Member Since January 10, 2008. Last Visit April 26, 2014. Caliburn.Micro: Xaml Made Easy. Image Wall Control for Silverlight. Roids: an asteroids clone for Silverlight and XNA. No activity in the last 60 days. Amazon SES (Simple Email Service) C# Wrapper. ASPNET MVC Extensible Donut Caching. Caliburn.Micro: Xaml Made Easy. ColorCode - Syntax Highlighting/Colorization for .NET. HTML App Host Framework. Irony - .NET Language Implementation Kit. Restbucks on .Net.
dhuvelle.com
Denis Huvelle: Donut Caching with ASP.NET MVC 4
http://www.dhuvelle.com/2012/10/donut-caching-with-aspnet-mvc-4.html
Technical blog of a .NET developer. Saturday, October 27, 2012. Donut Caching with ASP.NET MVC 4. I'm working on a new personal project during my free time and I chose to develop it with ASP.NET MVC 4. Hosted on Azure of course.) to test the new features of this version. In this project, I need to display "Logged in as xxxx " (if the user is logged.) in the header of the page. This is a simple scenario to implement but caching could complicate the development of my web app. For ASP.NET MVC 3 and later.
dhuvelle.com
Denis Huvelle: October 2012
http://www.dhuvelle.com/2012_10_01_archive.html
Technical blog of a .NET developer. Sunday, October 28, 2012. Programmatically remove HTTP response headers. By default, all the responses of your server will be sent with some embarrassing details. For an ASP.NET MVC web application, you have these headers :. Which is added by IIS. Which is added at the time of Flush in HttpResponse. Which is added by MvcHandler in System.Web.dll. Which is added by IIS. Moreover, these headers add a weight to all your responses (a few bytes, but I like optimizing.).
biasecurities.com
Development | Bia Securities
http://biasecurities.com/category/development
May 13, 2013. I recently created a library that compliments the fantastic Dapper library. I called my library Spruce. As a play on the word dapper. The spruce library contains a set of extension methods that simplify querying and saving. When I’m in working in .net land, I primarily use MS Sql server 2008 , so that is what the library is written against. Until I have a need (or get a pull request), I don’t have plans to extend the library to support other databases. Spruce is available as a nuget. I own ...
biasecurities.com
Spruce and CacheStack | Bia Securities
http://biasecurities.com/2013/05/spruce-and-cachestack
May 13, 2013. I recently created a library that compliments the fantastic Dapper library. I called my library Spruce. As a play on the word dapper. The spruce library contains a set of extension methods that simplify querying and saving. When I’m in working in .net land, I primarily use MS Sql server 2008 , so that is what the library is written against. Until I have a need (or get a pull request), I don’t have plans to extend the library to support other databases. Spruce is available as a nuget. Your e...
biasecurities.com
open source | Bia Securities
http://biasecurities.com/category/open-source
Category Archives: open source. May 13, 2013. I recently created a library that compliments the fantastic Dapper library. I called my library Spruce. Spruce is available as a nuget. And is also available on github. There is detailed example usage available at the project’s github page. If you’re interested in seeing Spruce in a real-world project, it is being used with the MvcKickstart project. The other library that I recently created is all about caching. It’s called CacheStack. December 2, 2010. Over ...
biasecurities.com
Jim Geurts | Bia Securities
http://biasecurities.com/author/admin
All posts by Jim Geurts. May 13, 2013. I recently created a library that compliments the fantastic Dapper library. I called my library Spruce. Spruce is available as a nuget. And is also available on github. There is detailed example usage available at the project’s github page. If you’re interested in seeing Spruce in a real-world project, it is being used with the MvcKickstart project. The other library that I recently created is all about caching. It’s called CacheStack. And is also available on github.