Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Hanselminutes on 9 - ASP.NET MVC 2 Preview 1 with Phil Haack and Virtual Scott
Aug 06, 2009 at 10:41 AMAs far as I know, manually editing a context's designer.cs file doesn't work. Any event (such as moving an entity on the context's designer) causes designer.cs to re-generate wiping out your manual edits.
So, code with dependencies on the attached [DataType(DataType.PhoneNumber)] will break as soon as the context is modified. I tested this behavior using a LINQ to SQL context. Is there a way to prevent manual edits from being wiped out?
Cody Skidmore