Skip to content
| Marketplace
Sign in
Visual Studio>Tools>EF Core CodeGen
EF Core CodeGen

EF Core CodeGen

Adesh Shukla

|
1,480 installs
| (0) | Free
This extension is used to generate POCO classes for Tables and Stored Procedures in Entity framework core.
Download

Generate POCO classes for Tables and Stored procedures in Entity Framework Core

Pre-requisites

  1. dotnet ef must be installed as a global or local tool. dotnet tool install --global dotnet-ef

  2. Install the .NET Core SDK from https://dotnet.microsoft.com/download

  3. Below dependencies are are automatically installed when using the tool. In case these are not correctly installed automatically , please install them manually.

    • Microsoft.EntityFrameworkCore.Design >=3.1.7
    • Microsoft.EntityFrameworkCore.SqlServer >=3.1.7

# Steps to use

  1. Install the extension from visual market place or from Visual Studio --> Extension --> Manage Extension menu.
  2. The extension will successfully install after you close the visual studio.
  3. Open your project solution
  4. Right click on Project and click on "EF Core CodeGen" menu.
  5. Provide connection details and click on "Next".
  6. Select Objects to generate POCO classes and click "Finish".
  7. DataContext will be generated successfully.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft