When I recently learned the Entity Framework, I found that VS2013 installed without the ADO Entity Data Model template, so I looked up the answers on the web. Basically see Class 3 solutions.
a==> Reinstall Eftools.msi
b==> Restore the default template according to the official document scheme
c==> Uninstalling VS2013, reinstalling
Personally, it is more time-saving to try to solve the problem in the order it was resolved. The specific operation is relatively easy, here is a brief description of it! I'm sorry ...
A==> The local Disk search file Eftools.msi, the V12 version of the first remove install, to be installed to restart the computer, again open VS2013 can see the ADO Entity Data Model template.
B==>http://msdn.microsoft.com/zh-cn/en-cn/library/ms247116.aspx
C==> This does not need me to speak, everybody OK.
PS: I first write a blog, there is a bad place to correct, thank you
VS2013 add an ADO Entity Data Model template