#entityframework search results

While I was looking some sln for an EF query, I found the following mess on github😂 have you ever seen such a big query? #Dotnet #entityframework #csharp

khungersumit's tweet image. While I was looking some sln for an EF query, I found the following mess on github😂

have you ever seen such a big query?

#Dotnet #entityframework #csharp

Curious about when to choose between Dapper and Entity Framework for your .NET project? 🤔 If you need high-performance, lightweight data access, go with Dapper! 💪 For more complex data models and relationships go for Entity Framework. #Dapper #EntityFramework #dotnet

nickproud's tweet image. Curious about when to choose between Dapper and Entity Framework for your .NET project? 🤔

If you need high-performance, lightweight data access, go with Dapper! 💪 For more complex data models and relationships go for Entity Framework.
#Dapper #EntityFramework #dotnet

Create an audit trail of your DbContext changes in #entityframework by overriding SaveChanges #dotnet #csharp trystanwilcock.com/2022/12/05/imp…

trystanwilcock's tweet image. Create an audit trail of your DbContext changes in #entityframework by overriding SaveChanges
#dotnet #csharp

trystanwilcock.com/2022/12/05/imp…

#EFCore News and Progress: aka.ms/ef-news 🦄 Major overall of relationships docs! 🦄 ▶️ 12 one-to-many examples ▶️ 13 one-to-one examples ▶️ 16 many-to-many examples ▶️ FKs and AKs ▶️ Navigation configuration ▶️ Conventions ▶️ Data annotations #Dotnet #EntityFramework

ajcvickers's tweet image. #EFCore News and Progress: aka.ms/ef-news

🦄 Major overall of relationships docs! 🦄

▶️ 12 one-to-many examples
▶️ 13 one-to-one examples
▶️ 16 many-to-many examples
▶️ FKs and AKs
▶️ Navigation configuration
▶️ Conventions
▶️ Data annotations

#Dotnet #EntityFramework

Discover the power of Entity Framework Core in .NET 8 with @ziggyrafiq's guide! From basics to advanced techniques, unlock the full potential of your database-driven applications. Read more here: tinyurl.com/mrk2wkxn #EntityFramework #DotNet #Database #CSharp #WebDevelopment

CsharpCorner's tweet image. Discover the power of Entity Framework Core in .NET 8 with @ziggyrafiq's guide! From basics to advanced techniques, unlock the full potential of your database-driven applications.

Read more here: tinyurl.com/mrk2wkxn

#EntityFramework #DotNet #Database #CSharp
#WebDevelopment

Boost your C# Entity Framework skills with tips and tricks from the expert, @chaudharyhit! Learn the art of performance optimization to make your applications lightning-fast. Dive into the details: tinyurl.com/2p898wcn #Csharp #EntityFramework #Programming #TechTips

CsharpCorner's tweet image. Boost your C# Entity Framework skills with tips and tricks from the expert, @chaudharyhit! Learn the art of performance optimization to make your applications lightning-fast.

Dive into the details: tinyurl.com/2p898wcn

#Csharp #EntityFramework #Programming #TechTips…

So many SaaS applications are simply single-page applications wrapping a database. So why not learn the #dotnet SPA framework, #blazor and the popular #EntityFramework? zurl.co/vM0Tn

nickproud's tweet image. So many SaaS applications are simply single-page applications wrapping a database. So why not learn the #dotnet SPA framework, #blazor and the popular #EntityFramework?

zurl.co/vM0Tn

EF Core is not the problem. Not knowing your database is. #dotnet #coding #entityframework


Different scenarios require different Entity Framework behaviors See my blog for more information about this Tuesday Bit timdeschryver.dev/bits/different… #dotNET #EntityFramework #TuesdayBit

tim_deschryver's tweet image. Different scenarios require different Entity Framework behaviors  

See my blog for more information about this Tuesday Bit timdeschryver.dev/bits/different…

#dotNET #EntityFramework #TuesdayBit

Want to know how LINQ works? Join us live in 5 hours (10AM Pacific/6PM UTC) to learn about: ▶️ How IQueryable works ▶️ Expression trees ▶️ Shaping/materialization of results ▶️ SQL generation ▶️ Caching ▶️ LINQ for AOT youtube.com/live/1Ld3dtnTr… #DotNet #EntityFramework #EFCore

ajcvickers's tweet image. Want to know how LINQ works?

Join us live in 5 hours (10AM Pacific/6PM UTC) to learn about:

▶️ How IQueryable works
▶️ Expression trees
▶️ Shaping/materialization of results
▶️ SQL generation
▶️ Caching
▶️ LINQ for AOT

youtube.com/live/1Ld3dtnTr…

#DotNet #EntityFramework #EFCore

Struggling with bulk data insertion in your C# projects? Learn how to streamline the process using Entity Framework with this comprehensive tutorial. tinyurl.com/ye7nw5sx #EntityFramework #CSharp @CsharpCorner

naveenc860's tweet image. Struggling with bulk data insertion in your C# projects? Learn how to streamline the process using Entity Framework with this comprehensive tutorial. tinyurl.com/ye7nw5sx #EntityFramework #CSharp @CsharpCorner

EF Core 8 Preview 2 is on NuGet now! ⏩ JSON column mapping on SQLite ⏩ Official HierarchyId support on SQL Server Docs with runnable samples on GitHub! Read more on the .NET blog: devblogs.microsoft.com/dotnet/announc… #EFCore #EntityFramework #DotNet #SQLite #SQLServer #AzureSQL

ajcvickers's tweet image. EF Core 8 Preview 2 is on NuGet now!

⏩ JSON column mapping on SQLite
⏩ Official HierarchyId support on SQL Server

Docs with runnable samples on GitHub!

Read more on the .NET blog: devblogs.microsoft.com/dotnet/announc…

#EFCore #EntityFramework #DotNet #SQLite #SQLServer #AzureSQL

Entity Framework Core 8, scheduled to be released in Nov 2023, brings new features & improvements to features already introduced in EF7. Get a look at what’s new in #EF8: bit.ly/3ZwKo9V #dotnet #EntityFramework #EFCore #EF7 #InfoQ

InfoQ's tweet image. Entity Framework Core 8, scheduled to be released in Nov 2023, brings new features & improvements to features already introduced in EF7.

Get a look at what’s new in #EF8: bit.ly/3ZwKo9V 

#dotnet #EntityFramework #EFCore #EF7 #InfoQ

Entity Framework vs Dapper explained. Learn which ORM delivers better performance, flexibility, and control for your next C# .NET project. - hackernoon.com/entity-framewo… #dotnet #entityframework


EF Core is not the problem. Not knowing your database is. #dotnet #coding #entityframework


When starting a new .NET project, how do you decide between Code First and Database First in Entity Framework? Is it driven by: 🔹 existing legacy DBs, 🔹 control over schema design, 🔹 team workflow, or 🔹 deployment flexibility? #dotnet #EntityFramework #DevTalk


Ever wondered how to customise your EF Core models without cluttering your classes? Fluent API is the key! Check out my latest video to see it in action youtube.com/watch?v=OWN9e2… #dotnet #dotnettutorial #entityframework #Coding

imrahulpandey15's tweet card. Fluent API with Entity Framework Core with Example

youtube.com

YouTube

Fluent API with Entity Framework Core with Example


Entity Framework isn’t just about querying data. It’s about tracking changes, managing relationships, and keeping your domain model clean. ✅ #EntityFramework #dotnet


Modern ve kullanıcı dostu Otel Rezervasyon Yönetim Sistemi. ASP.NET Web Forms, Entity Framework ve Telerik UI ile geliştirilmiştir. Github: github.com/erenmulkoglu96… LinkedIn: linkedin.com/in/erenmulkogl… #ASPNET #Telerik #EntityFramework #WebForm

erenmulkoglu's tweet image. Modern ve kullanıcı dostu Otel Rezervasyon Yönetim Sistemi. ASP.NET Web Forms, Entity Framework ve Telerik UI ile geliştirilmiştir.

Github:
github.com/erenmulkoglu96…
LinkedIn: linkedin.com/in/erenmulkogl…

 #ASPNET #Telerik #EntityFramework  #WebForm
erenmulkoglu's tweet image. Modern ve kullanıcı dostu Otel Rezervasyon Yönetim Sistemi. ASP.NET Web Forms, Entity Framework ve Telerik UI ile geliştirilmiştir.

Github:
github.com/erenmulkoglu96…
LinkedIn: linkedin.com/in/erenmulkogl…

 #ASPNET #Telerik #EntityFramework  #WebForm
erenmulkoglu's tweet image. Modern ve kullanıcı dostu Otel Rezervasyon Yönetim Sistemi. ASP.NET Web Forms, Entity Framework ve Telerik UI ile geliştirilmiştir.

Github:
github.com/erenmulkoglu96…
LinkedIn: linkedin.com/in/erenmulkogl…

 #ASPNET #Telerik #EntityFramework  #WebForm
erenmulkoglu's tweet image. Modern ve kullanıcı dostu Otel Rezervasyon Yönetim Sistemi. ASP.NET Web Forms, Entity Framework ve Telerik UI ile geliştirilmiştir.

Github:
github.com/erenmulkoglu96…
LinkedIn: linkedin.com/in/erenmulkogl…

 #ASPNET #Telerik #EntityFramework  #WebForm

Curious about when to choose between Dapper and Entity Framework for your .NET project? 🤔 If you need high-performance, lightweight data access, go with Dapper! 💪 For more complex data models and relationships go for Entity Framework. #Dapper #EntityFramework #dotnet

nickproud's tweet image. Curious about when to choose between Dapper and Entity Framework for your .NET project? 🤔

If you need high-performance, lightweight data access, go with Dapper! 💪 For more complex data models and relationships go for Entity Framework.
#Dapper #EntityFramework #dotnet

While I was looking some sln for an EF query, I found the following mess on github😂 have you ever seen such a big query? #Dotnet #entityframework #csharp

khungersumit's tweet image. While I was looking some sln for an EF query, I found the following mess on github😂

have you ever seen such a big query?

#Dotnet #entityframework #csharp

I wonder if this SQL query can be simplified… #entityframework

domster's tweet image. I wonder if this SQL query can be simplified… #entityframework

Discover the power of Entity Framework Core in .NET 8 with @ziggyrafiq's guide! From basics to advanced techniques, unlock the full potential of your database-driven applications. Read more here: tinyurl.com/mrk2wkxn #EntityFramework #DotNet #Database #CSharp #WebDevelopment

CsharpCorner's tweet image. Discover the power of Entity Framework Core in .NET 8 with @ziggyrafiq's guide! From basics to advanced techniques, unlock the full potential of your database-driven applications.

Read more here: tinyurl.com/mrk2wkxn

#EntityFramework #DotNet #Database #CSharp
#WebDevelopment

#EFCore News and Progress: aka.ms/ef-news 🦄 Major overall of relationships docs! 🦄 ▶️ 12 one-to-many examples ▶️ 13 one-to-one examples ▶️ 16 many-to-many examples ▶️ FKs and AKs ▶️ Navigation configuration ▶️ Conventions ▶️ Data annotations #Dotnet #EntityFramework

ajcvickers's tweet image. #EFCore News and Progress: aka.ms/ef-news

🦄 Major overall of relationships docs! 🦄

▶️ 12 one-to-many examples
▶️ 13 one-to-one examples
▶️ 16 many-to-many examples
▶️ FKs and AKs
▶️ Navigation configuration
▶️ Conventions
▶️ Data annotations

#Dotnet #EntityFramework

Create an audit trail of your DbContext changes in #entityframework by overriding SaveChanges #dotnet #csharp trystanwilcock.com/2022/12/05/imp…

trystanwilcock's tweet image. Create an audit trail of your DbContext changes in #entityframework by overriding SaveChanges
#dotnet #csharp

trystanwilcock.com/2022/12/05/imp…

🗄️ Master EF Core Migrations in .NET Console Apps! Sync SQLite schemas with C# & VSCode for scalable apps. #dotnet #entityframework #csharp #vscode ottorinobruni.com/how-to-impleme…

ottorinobruni's tweet image. 🗄️ Master EF Core Migrations in .NET Console Apps! Sync SQLite schemas with C# & VSCode for scalable apps. #dotnet #entityframework #csharp #vscode  ottorinobruni.com/how-to-impleme…

Repository pattern over Entity Framework? Harry is not impressed 🤣 #efcore #entityframework #dotnet

Dave_DotNet's tweet image. Repository pattern over Entity Framework? 
Harry is not impressed  🤣
#efcore #entityframework #dotnet

Here's the results for the polls I ran asking .NET devs what they used for DB CRUD. Entity Framework way out in front after 3K+ votes. Thoughts? #efcore #entityframework #dotnet #sql #dapper

Dave_DotNet's tweet image. Here's the results for the polls I ran asking .NET devs what they used for DB CRUD. 

Entity Framework way out in front after 3K+ votes. 

Thoughts? 

#efcore #entityframework #dotnet #sql #dapper

Boost your C# Entity Framework skills with tips and tricks from the expert, @chaudharyhit! Learn the art of performance optimization to make your applications lightning-fast. Dive into the details: tinyurl.com/2p898wcn #Csharp #EntityFramework #Programming #TechTips

CsharpCorner's tweet image. Boost your C# Entity Framework skills with tips and tricks from the expert, @chaudharyhit! Learn the art of performance optimization to make your applications lightning-fast.

Dive into the details: tinyurl.com/2p898wcn

#Csharp #EntityFramework #Programming #TechTips…

Array columns were not supported by #EntityFramework before EF 8 will use JSON to handle them behind the scene #dotnet

ctyar's tweet image. Array columns were not supported by #EntityFramework before
EF 8 will use JSON to handle them behind the scene
#dotnet

Entity Framework 8 with SQL Server will support DateOnly and TimeOnly types. In fact @shayrojansky is working on a pull request for it right now. Great dedication on a SUNDAY morning 💪🏻 ... #efcore #entityframework #dotnet #orm

Dave_DotNet's tweet image. Entity Framework 8 with SQL Server will support DateOnly and TimeOnly types. 

In fact @shayrojansky is working on a pull request for it right now. 

Great dedication on a SUNDAY morning 💪🏻 ...

#efcore #entityframework #dotnet #orm

Using the Entity Framework IN-MEMORY DB for unit tests? It might not be giving you the coverage you think it is 😢... Check out @shayrojansky's response from tonight's FAQ standup on why this might not be the best idea .. youtu.be/2MZNbPT8Q2E?t=… #dotnet #efcore #entityframework

Dave_DotNet's tweet image. Using the Entity Framework IN-MEMORY DB for unit tests? It might not be giving you the coverage you think it is 😢...

Check out @shayrojansky's response from tonight's FAQ standup on why this might not be the best idea ..
youtu.be/2MZNbPT8Q2E?t=…

#dotnet #efcore #entityframework

Loading...

Something went wrong.


Something went wrong.


United States Trends