ElasticSearch is a great and powerful open source search engine that can be used to solve a great range of problems. Here we'll take a look at how we can use ElasticSearch in an ASP.NET MVC application.
I’m happy to announce Truffler Sample, a project that illustrates basic usage of Truffler and it’s .NET API. It’s both a site online at sample.truffler.net and an ASP.NET MVC project that you can download the source code for over at GitHub.
Solving the mysterious CS1061: 'object' does not contain a definition for... exception after upgrading to a new Visual Studio version.
Out of the five SOLID principles the Open/Closed Principle is probably the one that I’ve had the hardest time understanding. However, a while ago though I found some code that I had written years ago that made me think to myself “Hey, this is clearly violating the Open Closed Principle!”.
How to create a custom action result to easily generate XML site maps in an ASP.NET MVC controller.
I really like the simplicity of the AJAX paging at Twitter so I decided to use the same type of paging, including a similar more button, on the start page on this site. It actually surprised me how simple it was to build it with ASP.NET MVC and a few lines of javascript with jQuery.
I recently began working on the new version of this blog which will be built with ASP.NET MVC. One of the first things I set out to do was to implement a custom controller factory which uses the IoC container StructureMap to resolve dependencies and instantiate controllers.