All Projects → ErikEJ → Efcorepowertools

ErikEJ / Efcorepowertools

Licence: mit
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization for EF Core

Projects that are alternatives of or similar to Efcorepowertools

Entityframework.exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql
Stars: ✭ 266 (-65.63%)
Mutual labels:  entity-framework, entity-framework-core, sql-server
Efdesigner
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
Stars: ✭ 256 (-66.93%)
Mutual labels:  entity-framework, entity-framework-core, visual-studio
Sqlcetoolbox
SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
Stars: ✭ 651 (-15.89%)
Mutual labels:  entity-framework, sql-server, visual-studio
Msbuild.sdk.sqlproj
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
Stars: ✭ 142 (-81.65%)
Mutual labels:  hacktoberfest, sql-server, visual-studio
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-96.25%)
Mutual labels:  sql-server, entity-framework-core
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-96.25%)
Mutual labels:  sql-server, entity-framework
BookCart
An e-commerce application for an online book store.
Stars: ✭ 116 (-85.01%)
Mutual labels:  sql-server, entity-framework-core
EFCore.Cassandra
Entity Framework Core provider for Cassandra
Stars: ✭ 23 (-97.03%)
Mutual labels:  entity-framework, entity-framework-core
Aspnetcoregraphql
Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.
Stars: ✭ 272 (-64.86%)
Mutual labels:  entity-framework-core, sql-server
Sqlserverdsc
This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
Stars: ✭ 278 (-64.08%)
Mutual labels:  hacktoberfest, sql-server
Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Stars: ✭ 4,842 (+525.58%)
Mutual labels:  hacktoberfest, visual-studio
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (-86.43%)
Mutual labels:  sql-server, entity-framework-core
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-97.55%)
Mutual labels:  sql-server, entity-framework-core
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (-94.96%)
Mutual labels:  sql-server, entity-framework-core
CodexMicroORM
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Stars: ✭ 32 (-95.87%)
Mutual labels:  entity-framework, entity-framework-core
Graphql Engine
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Stars: ✭ 24,845 (+3109.95%)
Mutual labels:  hacktoberfest, sql-server
Msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
Stars: ✭ 4,643 (+499.87%)
Mutual labels:  hacktoberfest, visual-studio
emplea do
Open source tech jobs portal. Made with .Net Core
Stars: ✭ 75 (-90.31%)
Mutual labels:  visual-studio, entity-framework-core
reconciler
Update an entity graph in store to a given one by inserting, updating and removing the respective entities.
Stars: ✭ 24 (-96.9%)
Mutual labels:  entity-framework, entity-framework-core
Efsecondlevelcache.core
Entity Framework Core Second Level Caching Library
Stars: ✭ 300 (-61.24%)
Mutual labels:  entity-framework, entity-framework-core

EF Core Power Tools

Reverse engineering, model visualization and migrations UI for EF Core.

Aims to lower the bar for getting started with EF Core, by providing GUI based assistance with reverse engineering of an existing database, creating migrations and visualizing your DbContext model.

Visual Studio Marketplace Version Twitter Follow

Demo at EF Core Community Standup

EF Core Power Tools presentation

My tools and utilities for embedded database development

If you use my free tools, I would be very grateful for a rating or review here

Documentation

Getting started and user guide

Release notes

Downloads/builds

Requirements

.NET Framework 4.7.1 or later is required. For EF Core reverse engineering, .NET Core 3.1 x64 runtime must be installed.

Release

Download the latest version of the Visual Studio extension from Visual Studio MarketPlace

Or just install from the Extensions dialog in Visual Studio.

Daily build

You can download the daily build from Open VSIX Gallery

Ensure you always have the latest daily build (if you are brave) by installing this extension

How do I contribute

If you encounter a bug or have a feature request, please use the Issue Tracker. The project is also open for pull requests following standard pull request guidelines

Building and debugging

To build and debug, run latest version of Visual Studio as Administrator with the "Visual Studio extension development workload" installed. Make EFCorePowerTools the startup project, and ensure your build configuration is Debug, x86 (not AnyCPU).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].