https://github.com/funktechno/efpowertoolsexample
An example on how to use Entity Framework power tools 4 beta for visual studios 2010 - 2015
https://github.com/funktechno/efpowertoolsexample
Last synced: 9 months ago
JSON representation
An example on how to use Entity Framework power tools 4 beta for visual studios 2010 - 2015
- Host: GitHub
- URL: https://github.com/funktechno/efpowertoolsexample
- Owner: funktechno
- Created: 2016-07-26T00:01:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T09:53:23.000Z (about 2 years ago)
- Last Synced: 2025-04-03T06:22:42.659Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 282 KB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EFPowerToolsExample
* Description:
An example on how to use EF power tools 4 beta for visual studios 2015
* Purpose
Clean visual studios project that uses Entity Framework Power tools
* Installation
Open the extensions folder and install the file there. Restart visual studios afterwards.
* Note
EFPowerTools.vsix only supports visual studios 2010, 2013, and 2015. The one on the website [link](https://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d) Only does 2013 and 2015. There is a guide for adding new versions which involves zipping this installer file adding the version in the xml and unzipping.
Also this saves a great deal of time, but has some minor glitches. The .NET version must be changed each time for it to work. Right click on the project and click *properties* change the Targest framework (doesnt matter what) and then save.
* Instructions:
Right click on the project and look for the button below. Add the server, database credentials, and then run to generate your classes and mappings.
