Recent Posts

7
Comments

Generic implementation of Repository pattern for Entity Framework Code First by paxer

I have been inspired by beautiful MVC starter kit by Rob Conery from ASP.NET MVC 2 Starter Kit and i 've created implementation of Repository pattern for my project where i use Entity Framework Code First and ASP.MVC 3 using System ; using System.Collections...
2
Comments

Convert String to enum System.DayOfWeek by paxer

As far as i see, there are two ways how to convert string representation day of week to enum System.DayOfWeek Let see the first one: switch ( strDayofWeekFromXml ) { case " Monday " : BuildingOpenDate . DayOfWeek = DayOfWeek . Monday ; break...
Filed under: ,
8
Comments

ASP.NET, HTTP 404 and SEO by paxer

The other day our SEO Manager told me that he is not happy about the way ASP.NET application return HTTP response codes for Page Not Found (404) situation. I've started research and found interesting things, which could probably help others in similar...
Filed under: , , ,
3
Comments

Syntax Highlighting for blog posts. Visual Studio 2008 plugin. by paxer

The are several syntax highlighting services available in the Internet, but many Visual Studio developers does not know about one really handy free and open source plug in for Visual Studio 2008. http://copysourceashtml.codeplex.com/ CopySourceAsHtml...
Filed under:
More Posts