-
Recent Posts
Recent Comments
- Keith Dahlby on Announcing posh-tf
- Tom de Koning on Announcing posh-tf
- Keith Dahlby on Announcing posh-tf
- Akash Chopra on Announcing posh-tf
- MartinEvans on ASP.NET Web API List Parameter Binding
Archives
Categories
- ASP.NET
- asp.net mvc
- ASP.NET Web API
- Book Review
- ControllerSessionState
- ControllerSessionStateAttribute
- DataContext
- DLINQ
- Expression Trees
- Extension Methods
- F#
- fsharp
- fsrazor
- Functional Construction
- Functional Programming
- git
- git-achievements
- git-svn
- Hacking LINQ
- HTTP Compression
- IDisposable
- IIS
- ILazyContext
- ILazyQueryable
- Iterators
- LazyLinq
- LINQ
- LINQ to SQL
- msysgit
- mvc 3
- NUnit
- Performance
- posh-git
- posh-tf
- powershell
- Queryable
- razor
- red-gate
- Refactoring
- reflector
- RenderAction
- Serializable
- SessionStateAttribute
- SharePoint
- SPExLib
- Stack Overflow
- STLDODN
- testing
- Uncategorized
- WatiN
Meta
Category Archives: IIS
Signup for MvcConf – Virtual ASP.Net MVC Conference
When: Thursday in July 22nd 8am – 5pm CDT Cost: Free Where: Virtual (Live Meeting) Register: http://mvcconf.com MvcConf is a online conference where you can learn about real experiences creating MVC applications as well about what the future … Continue reading
Also posted in git
4 Comments
Deploying your Server Roles: Using MSDeploy for Enterprise Deployments.
This is an update that builds upon the previous posts about how We do Deployments. Part 1: Using MSDeploy to automate your Enterprise Application remote deployments. Part 2 Update on using MSDeploy for remote deployments. The development environment … Continue reading
Script to Enable HTTP Compression (Gzip/Deflate) in IIS 6
One of the easiest ways to improve web site performance is to enable HTTP compression (often referred to as GZIP compression), which trades CPU time to compress content for a reduced payload delivered over the wire. In the vast majority … Continue reading
Also posted in HTTP Compression, Performance
3 Comments
Performance differences in the ASP.Net MVC View Engine when using two View Engines versus a single Composite View Engine.
While I was testing out my VirtualPathProvider implementation in the Opinionated Input Builders series I ran across an interesting performance difference which was quite surprising. In fact even after looking at the source code to the MVC ViewEngineCollection it … Continue reading
Running a x64 build server. Challenges overcome.
We just setup a new build server on my current project and with it came some of those little hiccups which made the setup take longer than planned. Cruise Control Team Foundation Client issues 1. Although our continuous integration server … Continue reading
Also posted in DLINQ, Expression Trees, LINQ, Stack Overflow
Leave a comment
