Skip to main content

Microsoft Blazor / ASP.Net Core video Collection Tutorials

Video Collection related to Microsoft Blazor

What is .Net? | .Net ASP.NET Core 101 - Series by Scott Hanselman & Kendra Havens
This tutorial explains what is .NET anyway? .NET is an open source development platform which is just a way of saying it's a collection of languages and libraries that can all work together to build all kinds of apps!
Entire Series here
 

ASP.NET Core - Beginner - 3.1 Razor Pages

Whats new in ASP.NET Core 3.1 Preview 1 for Blazor.
In this video we'll update our Blazor Application to use ASP.NET Core 3.1 Preview 1. Also, we'll explore the new features of this version of .NET Core.

Blazor, a new framework for browser-based .NET apps - Steve Sanderson
Today, nearly all browser-based apps are written in JavaScript (or similar languages that transpile to it). That’s fine, but there’s no good reason to limit our industry to basically one language when so many powerful and mature alternate languages and programming platforms exist. Starting now, WebAssembly opens the floodgates to new choices, and one of the first realistic options may be .NET.
Blazor is a new experimental web UI framework from the ASP.NET team that aims to brings .NET applications into all browsers (including mobile) via WebAssembly. It allows you to build true full-stack .NET applications, sharing code across server and client, with no need for transpilation or plugins.
In this talk I’ll demonstrate what you can do with Blazor today and how it works on the underlying WebAssembly runtime behind the scenes. You’ll see its modern, component-based architecture (inspired by modern SPA frameworks) at work as we use it to build a responsive client-side UI. I’ll cover both basic and advanced scenarios using Blazor’s components, router, DI system, JavaScript interop, and more.

Microsoft Blazor - Getting Started
The new Microsoft framework Blazor uses a unique approach to leverage your existing C# and .NET skills to create single-page applications running in web browsers.


Full stack web development with ASP.NET Core 3.0 and Blazor
ASP.NET Core 3.0 is loaded with new features for building modern web applications and services. In this session, we'll show you how to use ASP.NET Core 3.0 to build beautiful and interactive client-side web UI with Blazor backed by high-performance gRPC microservices and long-running worker service processes. We’ll show you how to secure your APIs with IdentityServer integration, use SignalR for client-to-server streaming and take advantage of the latest performance improvements.

What are Blazor Layouts? Server Side Authentication & Dependency Injection




ASP.Net Core Intermediate to advanced course
Get started with Tag Helpers, explore authentication with ASP.NET Core, and get the details on authorization. Learn how to create your own Web API, check out Entity Framework Core, look at publishing and deployment, and much more, as you skill up for the advanced ASP.NET Core course.
  1.  ASP.NET Core Internals :Learn the ins and outs of an ASP.NET Core application, and get a detailed look at the file structure.
  2. Tag Helpers: Learn about basic Tag Helpers and how to make custom Tag Helpers. Take a look at third-party Tag Helpers, and see how to leverage them in your application.
  3.  Entity Framework Core: See what's new in Entity Framework Core 2.0, and find out how to get started.
  4. Authentication and Authorization: Learn how to enable authentication and authorization. See how to add two-factor authentication and QR code generation into your application.
  5. Web API and Swagger: See how to build Web APIs that can handle a variety of formats, provide rich metadata, and support client generation.
  6. Publishing & Deployment - Azure & Docker:Learn how to deploy your application to Azure and take advantage of Application Insights.
 

Blazor CRUD videos
How to insert, update, read and delete in blazor 
Blazor client-side app with CRUD operations against a Web API endpoint


 

CRUD Using Blazor And Entity Framework Core in ASP.NET Core. 

 

Comments

Popular posts from this blog

How to unblock your website on Facebook within 24 hours - unblock Facebook share

We recently noticed that one of our website was blocked by Facebook and we where not able to share any post on facebook.com and every time we tried to post on Facebook we used to get this message After reading tones of post and Facebook Help Centre, it was not very clear what caused this block our website which is related to company didn't violate any Community Standards. So our guess was that somebody maliciously reported our website as spam which resulted in block or it was false positive on Facebook side. How did we resolve it & action taken from our side. Step1 (didnt work) : First thing we did was to report it to Facebook using the link "Let us Know" which showed on error message when sharing any post from our website. This was not of much help as Facebook doesn't reply quickly or at all based on the feedback i got from forums, blogs & Facebook forums it self. Step 1 could work if Facebook can't get back & resolve the issue as false

Japanese new era date - 日本の新時代の日付

Since April 1, 2019, the new era name was announced for Japanese date Reiwa (令和). I came across few question by programmers regarding Japanese date and most of it was showing old era as not all user had updated their operating systems libraries. On April 25, Microsoft released packages for different Windows operating systems containing the updated registry key with the new era name. Update your device and check your registry to see if it has the new key, and then test your application. The Japanese calendar is divided into eras, and for most of the modern age of computing, system have been in the Heisei era; however, on May 1, 2019, a new era began Reiwa (令和). Because this is the first time in decades for an era to change, software that supports the Japanese calendar will need to be tested to ensure it will function properly when the new era begins. In the following sections, you will learn what you can do to prepare and test your application for the upcoming new era.

How to create Whatsapp Click To Chat link

WhatsApp now offers a feature called" Click To Chat " which allow recipient of email to initiate a chat with you with just click of  button or link So how to create a link or a button? WhatsApp now offer  " Click To Chat " feature which allows you to begin chat with someone without having having their number saved in contacts. This feature is very useful for marketing enthusiast. You can add a link with your WhatApp phone number in EDM / Newsletter so that user / recipients can get back to you with a click of a button or link. How do i add button / link to my EDM / Newsletter? You can do so by adding phone number & predefined message to following link https://api.whatsapp.com/send?phone=XXXXXXXXXX&text=My Message will go here You need to remember few thing while creating this link Add phone number without without Zero's 00 or Plus + to start of phone number You also need Encode message of you can encode complete URL   https:/