Is Entity Framework available for Visual Studio 2008 Express editions?

I want to use Entity Framework to access data in a project I am writing in Visual C # 2008 Express Edition.

Can this be done? What do I need to know?

Update . My question has been answered, so thanks. As a follow up, can you use the visual design tool, or get stuck with the EdmGen.exe command line tool?

+2


source to share


2 answers


I am using EF in Visual Web Developer 2008 Express, so I guess yes, it will also be available in Visual C # Express.



+3


source


According to this link , it comes as standard



Build data-backed applications with lightweight SQL Server Compact edition or powerful client / serve applications with SQL Server 2008 Express

  • Build applications using Language Integrated Query (LINQ), which adds data query capabilities for SQL Server, XML, and Objects for Visual C #
  • Entity Framework and Designer Support
+3


source







All Articles