How to get the ADO.NET entityframework templates in VS 2008?
could any开发者_StackOverflow中文版 one help me in order to get the Entity Framework in VS 2008?Thanks in advance..
Entity framework templates are part of the VS 2008, so these should be installed by default. Did you intended to ask, how to use them ?
You need to install VS2008 SP1 as EF did not appear until .NET Framework 3.5 SP1. A vanilla install of VS2008 will not include EF.
精彩评论