Software Alternatives, Accelerators & Startups
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.
  • Introduction to Object-Relational Mappers (ORMs)
    Documentation: Entity Framework Core Documentation. - Source: dev.to / 25 days ago
  • Personal Project: Backlog Tracker
    I needed a way of persisting user data so I decided to use Entity Framework and .NET Identity. This took out a lot of the complexity around doing things like setting up my own SQL database and building my own user authentication functionality. - Source: dev.to / 3 months ago
  • Push your skills
    One possible path is working with databases using Microsoft Entity Framework Core (EF Core) or using a data provider like Dapper. - Source: dev.to / 3 months ago
  • C# Excel read/write on the cheap
    Data operations are performed by Microsoft Entity Framework Core 8. - Source: dev.to / 3 months ago
  • Building business processes with Azure Durable Functions
    Traditionally, building business processes involves a highly database-centric approach. Development typically begins with a comprehensive database design, setting up schemas and tables before moving on to create classes and properties. These classes would then map to the database schema using Object-Relational Mappers (ORMs) like Entity Framework, NHibernate or Dapper. This method, while effective, often leads to... - Source: dev.to / 4 months ago
  • 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 / 7 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 / 10 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 / 10 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: about 1 year 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 / over 1 year 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: over 1 year 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 / over 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: almost 2 years 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: almost 2 years 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: almost 2 years 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 / about 2 years 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: about 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

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.