Pavel Kotlyar
is happy to live on the Gold Coast, Australia and working with .Net
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
404
ASP.NET
C#
Entity Framework Code First
HTTP
SEO
Visual Studio
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2010 (2)
May 2010 (1)
October 2009 (1)
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...
Filed under:
C#
,
.NET
,
Entity Framework Code First
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:
C#
,
.NET
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:
SEO
,
404
,
HTTP
,
ASP.NET
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:
Visual Studio
More Posts