CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews
Codebase for an MSBuild based version of the Entity Framework 6 Power Tools Generate Views command
This tool helps .NET developers who use Entity Framework 6 streamline the process of generating database views for their applications. It takes your Entity Data Model (EDMX) file or Code-First migrations and automatically produces optimized SQL views during the build process, which are then included in your project. This is designed for developers working on applications that interact with relational databases using EF6.
No commits in the last 6 months.
Use this if you are a .NET developer working with Entity Framework 6 and want to automate the creation of pre-generated database views to improve application startup performance.
Not ideal if you are using Entity Framework Core (EF Core) or a different Object-Relational Mapper (ORM) for your .NET projects.
Stars
12
Forks
1
Language
C#
License
MIT
Category
Last pushed
Aug 03, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/CZEMacLeod/C3D.MSBuild.Tools.EF6.GenerateViews"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...