Andrew Peters

1,729
reputation
412 views

Registered User

name Andrew Peters
member for 1 year
seen yesterday
website
location Canada
age 33
Microsoft employee working on the Entity Framework. Creator of LightSpeed, NHaml, Inflector.NET, PowerShell Gadget & VS File Explorer. Twitter: http://twitter.com/anpete
Nov
23
awarded  Good Answer
Nov
9
accepted Check if insert(s)s or update(s) was successful in Entity Framework
Oct
15
accepted Transactional (In-Memory) Edits with Entity Framework
Oct
8
accepted Looking for examples of ASP.NET MVC applications with the Entity Framework
Oct
6
comment Transactional (In-Memory) Edits with Entity Framework
Implementing it by hand is pretty straightforward. I would try that first.
Oct
6
answered Questions regarding Entity Framework + DDD
Oct
6
answered Transactional (In-Memory) Edits with Entity Framework
Sep
4
answered Can you programmatically detect pluralizations of English words, and derive the singular form?
Aug
31
awarded  
Aug
25
answered Check if insert(s)s or update(s) was successful in Entity Framework
Aug
25
answered Entity Framework - dynamic sql
Aug
25
comment Mocking Entity Framework Context
The ObjectContext should usually injected into repositories as a dependency - Repository and Unit of Work are orthogonal.
Aug
22
answered Where can I find a good NHibernate and ASP.NET MVC Reference Application
Aug
8
awarded  Yearling
Jul
28
answered How can I Inject Behavior into Entity Framework Object Constructors?
Jul
8
answered entity framework and asp.net mvc
Jul
6
awarded  Popular Question
Jun
26
comment Is it possible to set the actual SQL that the entity framework provider will execute?
Sorry, misread that as "see". Yes, if EF v1 you can use stored procs to execute arbitrary SQL. See: msdn.microsoft.com/en-us/library/…
Jun
25
answered Is it possible to set the actual SQL that the entity framework provider will execute?
Jun
22
answered EF in real life, I want to believe (Does anyone have good pointers to non-trivial EF 1.0(3.5) or 4.0 examples?)…
Jun
22
revised Looking for examples of ASP.NET MVC applications with the Entity Framework
added 122 characters in body; added 3 characters in body
Jun
17
accepted Eager Loading aggregate roots with Entity Framework
Jun
15
comment Eager Loading aggregate roots with Entity Framework
@Bertvan because ReferenceEquals(q, q.Include("Foo")) == false