Posts

Showing posts from April, 2023

EF7 getting started with Windows Forms

Image
EF7 getting started with Windows Forms I made some videos based on EF7 tutorial "Getting Started with Windows Forms" that you can find here https://learn.microsoft.com/en-us/ef/core/get-started/winforms     EF7 getting started with Windows Forms - Intro Top   EF7 getting started with WinForms - Install EF Core NuGet packages | Define a Model Top   EF7 getting started with WinForms - Define DbContext | Adding controls to the form Top   EF7 getting started with Windows Forms - Data binding Top   EF7 getting started with Windows Forms - Configuring what is displayed Top   EF7 getting started with Windows Forms - Connecting to EF Core Top   EF7 getting started with Windows Forms - Populating the Products view Top   EF7 getting started with Windows Forms - Saving changes Top

EF7 with Razor Pages

Image
EF7 with Razor Pages I made some videos based on EF7 tutorial "Razor Pages with Entity Framework Core in ASP.NET Core" that you can find here https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-7.0&tabs=visual-studio   EF7 with Razor Pages - Intro Top   EF7 with Razor Pages - Dependency injection Top   EF7 with Razor Pages - Add sorting, filtering and paging functionality to Students page     Top   EF7 with Razor Pages - View grouping functionality used by About page Top   EF7 with Razor Pages - No-tracking queries Top   EF7 with Razor Pages - Eager loading Top   EF7 with Razor Pages - Concurrency Top      

EF7 with ASP.NET Core Blazor Server

Image
EF7 with ASP.NET Core Blazor Server I made some videos based on EF7 tutorial "ASP.NET Core Blazor Server with Entity Framework Core (EF Core)" that you can find here https://learn.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core?view=aspnetcore-7.0   EF7 with ASP.NET Blazor Server - Intro Top   EF7 with ASP.NET Blazor Server - Database access Top EF7 with ASP.NET Blazor Server - Add new contact Top   EF7 with ASP.NET Blazor Server - View contact Top EF7 with ASP.NET Blazor Server - Edit contact Top   EF7 with ASP.NET Blazor Server - Delete contact Top   EF7 with ASP.NET Blazor Server - Concurrency Top

C#

Image
C# I made some videos on C# features that you can find on my YouTube playlist " C# ". Asynchronous programming in C# Content source: https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/ Top PLINQ in C# Content source: https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/introduction-to-plinq Top Attributes and reflection in C# Content source: https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/reflection-and-attributes/ Top How to in C# Content source: https://learn.microsoft.com/en-us/dotnet/csharp/how-to/ Top C# Keywords Content source: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/ Top What's new in C# 11 Content source: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-11 Top What's new in C# 10 Content source: https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10 Top What's new in C# 9 Content source: https://learn.microsoft.com/en-us/dotnet/csharp/wh...

Entity Framework Core 7 (EF7)

Image
Entity Framework Core 7 (EF7) I made some videos on EF7 tutorials and new features that you can find on my YouTube playlist " EF7 ". Tutorial "ASP.NET Core Blazor Server with Entity Framework Core (EF Core)" Content source: https://learn.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core?view=aspnetcore-7.0 Top   Tutorial "Razor Pages with Entity Framework Core in ASP.NET Core" Content source: https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-7.0&tabs=visual-studio Top   Tutorial " Getting Started with Windows Forms " Content source: https://learn.microsoft.com/en-us/ef/core/get-started/winforms Top   Migrations in EF7 Content source: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli Top   What's new in EF7 Content source: https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew Top

ASP.NET 7

Image
ASP.NET Core 7 I made some videos on ASP.NET 7 tutorials and new features that you can find on my YouTube playlist " ASP.NET Core 7 ". Tutorial "Create a minimal API with ASP.NET Core" Content source: https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-7.0&tabs=visual-studio Top   Tutorials "Create a web API with ASP.NET Core" and "Call an ASP.NET Core web API with JavaScript" Content source: https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-7.0&tabs=visual-studio https://learn.microsoft.com/en-us/aspnet/core/tutorials/web-api-javascript?view=aspnetcore-7.0 Top   Tutorial "Create a web API with ASP.NET Core and MongoDB" Content source: https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mongo-app?view=aspnetcore-7.0&tabs=visual-studio Top   Filters in Minimal API apps Content source: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minim...