< Browse > Home /

| RSS

Presenting Entity Framework At WDNUG

Tomorrow i.e. Wednesday 10th September, I will present Entity Framework at Wollongong .NET User Group (WDNUG). My presentation will focus on What, Why and How of Entity Framework. WDNUG meets at CSC Offices in Wollongong. You can find more details of the venue here.
I hope to see you there.

[ More ] September 9th, 2008 | No Comments | Posted in News |

Use EDMGEN To Generate Entity Framework Model

.NET Framework 3.5 SP1 ships with a tool called edmgen. This tool can be used to generate the EDM (Entity Data Model). Being a command line tool it can be executed from a batch file or a Powershell script.
Edmgen can be used to generate either a full model or selected artifacts such as CSDL, MSI, [...]

[ More ] September 1st, 2008 | No Comments | Posted in Programming |