Browse by Tags - Simon Ince's Blog - Site Home - MSDN Blogs
Sign in
Simon Ince's Blog
Ramblings of a gadget freak
Tags
ADC
AJAX
AOP
Architecture
ASP.NET
Azure
Bing Maps
Blueprints
C#
csharp
DI
Entity Framework
GAX/GAT
JavaScript
jQuery
LINQ
msbuild
MVC
Patterns
Performance
Routing
Scalability
Security
Sharepoint
Silk
Silverlight
Software Factories
SQL
Surface
Testing
TFS
Unity
VSTS
WCF
WCSF
WebAppGuidance
WIF
Windows
Windows Phone 7
WPF
WSSF
Browse by Tags
MSDN Blogs
>
Simon Ince's Blog
>
All Tags
>
entity framework
Tagged Content List
Blog Post:
Using ASP.NET Dynamic Data in an existing Web Site
Simon J Ince
One of the tasks I used to hate when building a new system was adding admin pages to allow simple create/update functionality for lookup data. For example, maintaining a simple list of Products. It takes ages to write, and is very boring – even if you write templates to generate code it consumes a lot...
on
1 May 2009
Blog Post:
Auditing Data Changes in the Entity Framework: Part 2
Simon J Ince
In my previous post I described the basic concept behind my auditing approach using the Entity Framework, and covered some of the problems I encountered. This post focuses on the solution I went with; do feel free to comment if you have any thoughts. Audit Lifecycle To get to the root of my requirements...
on
20 Apr 2009
Blog Post:
Auditing Data Changes in the Entity Framework: Part 1
Simon J Ince
If you’ve read my last post on Types of Auditing , you should be primed for this one; I’m looking at a way to do Data Operation Auditing in the Entity Framework. That is, I want to track who changes which tables & columns , when , and in what way . Why does this specifically apply to the Entity...
on
17 Apr 2009
Blog Post:
Types of Auditing
Simon J Ince
Auditing almost means something different to everyone I speak to... just a few things people mean when they say “our system has auditing” to me are; Business Operation Auditing . This is recording when a business operation is performed, such as “Hire Employee”. They usually signify that a whole lot...
on
16 Apr 2009
Blog Post:
Mapping two Tables to one Entity in the Entity Framework
Simon J Ince
Whilst at Q-Con a few weeks ago someone asked me about how to map two database tables to one entity in the Entity Framework... something a lot of people want to do at some point or another. At this point I must thank Chris Barker for pinging me some links to get this working. It seems a common thing...
on
23 Mar 2009
Page 1 of 1 (5 items)