Posts

Showing posts from 2023

SQL Server 2022

Image
SQL Server 2022 I made some videos on SQL Server 2022 that you can find on my YouTube playlist " SQL Server 2022 ". JSON support in SQL Server 2022 Top Create and Manage Data in a Hierarchical Table Top   CLR Integration in SQL Server 2022 Top Exploring SQL Server Data Tools (SSDT) in Visual Studio 2022 Top   SQL Graph in SQL Server 2022 Top

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...

Introduction to message systems

Image
If you need an intro/introduction to any of the following message systems RabbitMQ, Kafka, SQS, Celery , please watch my videos on my YouTube playlist “ Introduction to message systems ”. Introduction to RabbitMQ RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol (STOMP), MQ Telemetry Transport (MQTT), and other protocols. Written in Erlang, the RabbitMQ server is built on the Open Telecom Platform framework for clustering and failover. Client libraries to interface with the broker are available for all major programming languages. The source code is released under the Mozilla Public License. Originally developed by Rabbit Technologies Ltd. which started as a joint venture between LShift and CohesiveFT in 2007, RabbitMQ was acquired in April 2010 by Sp...

Introduction to markup languages

Image
If you need an intro/introduction to any of the following markup languages HTML, XML, Markdown, MathML, SVG, XHTML , please watch my videos on my YouTube playlist “ Introduction to markup languages ”.     Introduction to HTML The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as he...

Introduction to tools

Image
If you need an intro/introduction to any of the following tools Git, Docker, Yarn, Kubernetes, Ansible, Terraform, Xamarin, Puppet, Deno, Chef, GraphQL , please watch my videos on my YouTube playlist “ Introduction to tools ”. Introduction to Git Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems). Git was originally authored by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development. Since 2005, Junio Hamano has been the core maintainer. As with most other distributed version control systems, and unlike most client–server systems, every Git directory on every computer is a full-fledged repository with complete history and full...