Entity Framework Core
7 Topics.NET Data Community Standup - New CLI Edition of EF Core Power Tools
In today's standup, Erik will demonstrate the new CLI edition of EF Core Power Tools and show how he used a number of community NuGet packages to improve the user experience when creating a CLI tool. Featuring: Erik EJ (@ErikEJ), Arthur Vickers (@ajcvickers), Shay Rojansky (@ShayRojansky) #EFCore #PowerTools #Community484Views1like0Comments.NET Data Community Standup - Collections of primitive values in EF Core
In this episode of the .NET Data Community Standup, the .NET Data Access team dive into new support for collections of primitive values, just released in EF Core 8 Preview 4. Collections of a primitive type can now be used as properties of an entity type and will be mapped to a JSON column in the relational database. In addition, parameters of primitive values can be passed to the database. In either case, the native JSON processing capabilities of the database are then used to exact and manipulate the primitive values, just as if they were in a table. This opens up powerful query possibilities, as well as optimizations to common problems such as translating queries that use Contains. Featuring: Arthur Vickers (ajcvickers), Shay Rojansky (@shayrojansky) #EntityFramework #DotNet #EFCore1.2KViews0likes0CommentsAzure Developers - .NET Day 2023
Experience Cloud Computing in Full Force with .NET on Azure. See the full agenda: https://learn.microsoft.com/events/learn-events/azuredeveloper-dotnetday/ As a .NET developer building for the cloud, do you want to stay ahead of the curve and maximize your potential? Join us to discover the latest services and features in Azure designed specifically for .NET developers. You'll learn cutting-edge cloud development techniques that can save you time and money, while providing your customers with the best experience possible. During the event, you'll hear directly from the experts behind the most sought-after cloud services for developers, spanning app development/compute, data services, serverless computing, cloud-native computing, and developer productivity. Don't miss this chance to participate and engage with the team throughout the day. Join us and take your cloud development skills to the next level! #azure #azuredevelopers #azurefunctions #azurecontainerapps #azuredevcli1.4KViews0likes0Comments.NET Data Community Standup - EF Core internals: IQueryable, LINQ and the EF Core query pipeline
In this standup, we'll dive deep under the hood to see how EF Core processes LINQ queries, translates them to SQL and executes them on your database. We'll introduce key concepts such as IQueryable and LINQ providers, and see how EF Core uses caching to make your querying lightning-fast. Join us to understand how the magic works!1.1KViews0likes0CommentsEntity Framework Community Standup - Hot Chocolate 12 and GraphQL 2021
Hot Chocolate 12 allows for more schema-building options with deeper integrations into EF core. Hot Chocolate has already implemented the new GraphQL October 2021 spec, and we will explore the new capabilities. We now support the complete stream and defer spec and will look into these new data fetching capabilities. Community Links: https://www.theurlist.com/efcore-standup-2021-12-01 Featuring: Jeremy Likness (@JeremyLikness), Michael Staib (@michael_staib) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #efcore #graphql #webapi601Views0likes0CommentsLearn C# with CSharpFritz - Data Access with Entity Framework
Your application needs to interact with a database, so how do we connect to one with C#? In this session, Jeff Fritz talks about Entity Framework and how you can use it to read, write, and build databases for your application Community Links: https://github.com/csharpfritz/csharp_with_csharpfritz Featuring: Jeff Fritz (@csharpfritz) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #beginner #csharp #entityframework469Views0likes0Comments