• Home
  • Blog
  • About Me
  • Home
  • Blog
  • About Me

.NET

.NET
Entity Framework – Pain Continued

Following on from previous post. If you are converting an existing project and database with lots of stored procedures to EF then you have a big job. Support for returning procedures is limited and involves hand editing the EDML file. […]

Continue Reading
8th May 2009

.NET
Entity Framework – Functions are a pain

As part of my on going project to use and learn the Entity Framework I have come across a bit of a problem. The Entity Framwork does not easily map database functions onto the model. At present there does not […]

Continue Reading
5th May 2009

.NET
ASP.NET – Dynamic Data – Read Only Column

This is a simple way to configure columns as Read Only when using Dynamic DataMake two copies of the Text.ascx field template and name one ReadOnly.ascx and the other ReadOnly_Edit.ascx then annotate the field in your metadata partial class as […]

Continue Reading
30th March 2009

.NET
Dynamic Data Partial ClassGenerator

If you have ever done any .NET remoting in the past you would would have come acrossIngo Rammer part of the ThinkTecture Team. Ingo really knows his stuff and is a great speaker. Anyway Ingo has created a small project […]

Continue Reading
26th March 2009

.NET
Dynamic Data Templates in VS 2008

The Dynamic Data templates option in VS 2008 can be a bit confusing so here is an overview. The “Dynamic Data Entities Web Site” template create an empty Entity Framework project and you use Add -> New -> ADO.NET Entity […]

Continue Reading
19th March 2009

12345
Page 3 of 5