Posts Tagged ‘EF Core’
The Harmonious Dance of EF Core and SQL Server | Jernej Kavka | User Group
.NET 8 has improved the data story with new features, waiting to be discovered. Let’s embark on a journey from understanding basic scaffolding to the intricacies of schema evolution and SQL debugging. It’s time to be inspired by the art of database craftsmanship.
Read MoreTech News: .NET from Xamarin to MAUI, Visual Studio 2022, GitHub Actions, Microsoft Teams, AngularJS (RIP)
Join Adam Cogan as he goes through SSW Tech News: .NET from Xamarin to MAUI, Visual Studio 2022, GitHub Actions, Microsoft Teams, AngularJS (RIP)
Read MoreTech News: EF Core 6 released, Windows 11 updates Notepad, Apple to release autonomous car
Join Adam Cogan as he goes through SSW Tech News: EF Core 6, Azure Communication Services, Windows 11 Notepad, Apple plans to release fully autonomous car, Visual Studio 2022
Read MoreGet the most out of EF Core by avoiding these common mistakes
Do you know how to get the best performance from your EF Core projects? SSW Senior Software Architect Andreas Lengkeek speaks with SSW Solution Architect Jernej (JK) Kavka about common mistakes on EF Core projects and how to fix them.
Read MoreClean Code with Entity Framework Core | Brendan Richards
Object Relational Mappers like EF Core exist to take the drudgery out of getting your Object-Orientated C# code to talk to a relational database. Opinions on this vary from “ORMs are the Vietnam of Computer Science” to “If you write data access code, you are stealing from your client”. Like any powerful tool, EF Core…
Read MoreClean Architecture with ASP.NET Core 2.1 | Jason Taylor at DDD Sydney 2018
The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let’s change that now. This talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organizing…
Read MoreMaking unit tests simple again with .Net Core and EF Core | Jernej Kavka at DDD Sydney 2018
Unit testing can be hard especially when databases are involved. In this talk, JK will teach you how to include EF Core to simplify testing of “Will this actually work on a real DB” while keeping the tests self-contained and repeatable. You’ll also walk away knowing how cool the combination of EF Core in-memory and…
Read More