Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Entity Framework Core

Application and Data, Data Stores, and Object Relational Mapper (ORM)

Entity Framework Core Reviews and details

Screenshots and images

  • Entity Framework Core Landing page
    Landing page //
    2023-08-27

Badges

Promote Entity Framework Core. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Getting the best out of Entity Framework Core - Jon P Smith

Entity Framework Core 5.0: The Next Generation for Data Access

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Entity Framework Core and what they use it for.
  • Working with Dapper/SQL-Server Framework 4.8 C#
    What about Entity Framework? This is a valid path but lessens the learning process for working with data. Once creating web and other project types that include Window Forms the choices are working with a data provider or Microsoft EF Core. - Source: dev.to / 3 months ago
  • Soft introduction to Dapper and EF Core
    Here there are three basic paths, working with json for a crude way to store data to using SQL-Server database where there are two paths, the first using Dapper and the second EF Core. - Source: dev.to / 5 months ago
  • Optimizing C# code analysis for quicker .NET compilation
    Several well-known NuGet packages such as xUnit.net, FluentAssertions, StyleCop, Entity Framework Core, and others include by default a significant number of Roslyn analyzers. They help you adhere to the conventions and best practices of these libraries. - Source: dev.to / 6 months ago
  • How could i Replace a powershell Script (ps2exe) through a Self programmed program
    If we are talking C# you can use EntityFramework (EF) for the SQL connection bit and to start the process you use the Process class to start the mstsc process. Source: 10 months ago
  • Data is Null. When "safety" is in the way.
    Now lets consider string notes; A string can be null and for decades we used String.IsNullOrEmpty() to check that. The same goes for databases such as Microsoft SQL Server (MSSQL) which allows you to have a NULL value in column of NVARCHAR type To glue this together in .NET you can use Entity Framework Core (EFCore) with Database First approach creating DbContext and following DBO: Assuming we have some data... - Source: dev.to / 11 months ago
  • I've landed my first job as an entry level .NET Developer. What can I expect and what should I do to excell at my job?
    As for getting started in dotnet/C#, a few resources/things I would recommend: - Dotnet documentation. This is really well maintained and is a very good kicking off point. - ASP.NET Core (everyone loves API's) - Entity Framework. Source: 12 months ago
  • Insert/read SQL-Server images with EF Core, Dapper and SqlClient
    Learn how to read and insert images into a SQL-Server database using Dapper, Entity Framework Core and SqlClient data provider. - Source: dev.to / about 1 year ago
  • SQL-Server: Computed columns with Ef Core
    The code samples provided are based on an expressions with emphasis for EF Core while provides a data provider sample also. - Source: dev.to / over 1 year ago
  • Switching to web/backend from Unity dev
    Then look into EF Core to handle your interactions with the database. Source: over 1 year ago
  • Using EF Core and Bogus
    In this article with basic to intermediate code sample, learn how to generate data which can be used for working through data schemas along with Entity Framework Core (EF Core) using Bogus. - Source: dev.to / over 1 year ago
  • Please explain brifely the C# ecosystem to a Java dev
    EF Core, which is an ORM similar (and more powerful IMO) than JPA and Spring Data. Source: over 1 year ago
  • Live Search from MySQL DB in Blazor Server
    Querying a (MySQL) database can be done in multiple ways in .NET, I usually prefer to use Entity Framework Core. For components, I like to use the MudBlazor component library. It also has an autocomplete component. If you want to look at different options for Blazor libraries/components(and more) you can take a look at this awesome collection. Source: over 1 year ago
  • How to connect database into a project?
    In your case with .NET, you probably want to check out Entity Framework. It's .NET's main ORM, and it can be used outside of the ASP ecosystem for just about anything you could need it for. It does abstract away most of the SQL from you, so if your goals is to learn SQL, you probably want to do that first, but it's a great way to just get going with a database in C#. Source: over 1 year ago
  • Multitenancy database design
    Database and possible choices: I don't know if you've already chosen how to interact with your database. But from your description I would go for entity framework core (or rather EF core). Source: over 1 year ago
  • How to Build a WEB API ASP.NET Core 6
    We are starting building a Customer Web API with Net Core 6 Using the native dependency injection provided on this framework and creating a repository pattern taking advantage of the entity framework and one of the most used nuget packages, automapper following the Solid Principles. - Source: dev.to / over 1 year ago
  • Is entity framework really that important?
    Little to no documentation? Did you look at all? This is some of Microsoft’s best documentation to date.. https://docs.microsoft.com/en-us/ef/core/. Source: over 1 year ago
  • F*** SQL, All My Homies Use LINQ
    Early last year I was building out a database site for a game and decided it would be a good opportunity to start playing with Entity Framework (or EF Core, as it's now called) that I'd been meaning to get into for awhile, but never got to using. I already had my database setup and some data inserted but I figured it wasn't a big deal to just re-write it with EF Core and generate a new database. - Source: dev.to / over 1 year ago
  • Coming from Django Web Framework... ASP.NET Core Vs ASP.NET MVC - What am I looking for?
    The ASP.NET Core does not dictate how you want to use your database. You can use a full-scale ORM like Entity Framework Core, a micro-ORM like Dapper or execute SQL statements directly with ADO.NET (it's the same both on older .NET Framework and newer .NET). You can also use NoSQL database like MongoDB. You can also not use any database at all. Up to you to decide. Source: almost 2 years ago
  • How to perform CRUD operations with Entity Framework Core and PostgreSQL
    There are a lot of things you should know about EF if you're new to it. In this case, the best resource is its official documentation. - Source: dev.to / almost 2 years ago
  • Hi ! Where can I find good resources about making websites in VS using C# and MVC ?
    I think I found them! : https://docs.microsoft.com/en-us/ef/core/. Source: almost 2 years ago
  • Trackor - a Blazor WebAssembly PWA using EFCore and SQLite in the browser
    EF Core backed by a SQLite database, in the browser cache, with the help of SqliteWasmHelper. Source: almost 2 years ago

Do you know an article comparing Entity Framework Core to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Entity Framework Core discussion

Log in or Post with

This is an informative page about Entity Framework Core. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.