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)
November 2010 - 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
More Posts