Popular Articles
Last viewed:
- C# Free Component to Generate PDF - Convert HTML to PDF
- Using Stored Procedures in the Entity Framework with Scalar Return Values
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - LINQ Compiled Queries: Part 2
- C# Store/Retrieve File in Database Image Field using ODBC
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- How to Highlight the Day in the ASP.NET Calendar Control with the SelectedDate Property
Recent comments
- Awsome!!
8 hours 4 min ago - C# insert image
22 hours 57 min ago - jkll
3 days 11 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 1 hour ago - thanks
1 week 12 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

DevToolShedModel.Designer.cs - Namespace ?
Hi,
Thank you for these valuable informations.
I've a simple question(maybe i'm wrong ?)
When you create the EDMX in the EntityComponentTest.Server.Data project, the namespace of DevToolShedModel.Designer.cs is set to 'EntityComponentTest.Server.Data'.
Thus, trying to move the metadata file to 'EntityComponentTest.Server.Service' Namespace, will failed.
Looking at your sample, I've seen that the DevToolShedModel.Designer.cs is in 'EntityComponentTest.Server.Service' Namespace.
Have you moved the namespace ? Is this point missing in the tutorial ?
Thanks again for the job.