Skip to content

mariobot/MicrosoftLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Learn

Hold all the labs provides from https://docs.microsoft.com/en-us/learn/ Microsoft Learn Platform.

AZ-204 Azure Developer (exam az-204) az-204

This folder holder all the code practice labs, excersices, documents and different resources from AZ-204 certification exam https://docs.microsoft.com/es-es/learn/certifications/azure-develope

Cosmos db app cosmos-db-app

This folder hold the lab Cosmos db in vs code https://docs.microsoft.com/es-es/learn/modules/build-cosmos-db-app-with-vscode/

Redis cache APP redis-cache

This folder hold the lab Redis Cache https://docs.microsoft.com/es-es/learn/modules/optimize-your-web-apps-with-redis/

Azure Functions azure-functions

This folder hold the lab https://docs.microsoft.com/es-es/learn/modules/create-serverless-logic-with-azure-functions/

Web API Asp Core web-api-core

This folder hold the lab https://docs.microsoft.com/es-es/learn/modules/build-web-api-net-core/

Swagger with APIs swagger

This folder hold the lab https://docs.microsoft.com/es-es/learn/modules/improve-api-developer-experience-with-swagger/

Razor with ASP Core razor-pages

This folder hold the lab https://docs.microsoft.com/es-es/learn/modules/create-razor-pages-aspnet-core/

User-Secrets user-secrets

The practic lab from the official Microsoft web page to apply secrets in the configuration seccitions. The documentation original was privided from https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows

Practic lab to execute a simple calculator with blazor https://docs.microsoft.com/es-es/learn/modules/build-blazor-webassembly-visual-studio-code/ and Blazor Official PDF Document

Webjobs webjobs

Practic to deploy a webjob in azure app aplication https://docs.microsoft.com/es-es/learn/modules/run-web-app-background-task-with-webjobs/

MVVMSample mvvm-asp-core

Practice lab from CODEM Code Magazine, Apply a MVVM Pattern at asp-core project

Service Bus service-bus

Practice lab to create a simple service bus integration https://docs.microsoft.com/en-us/learn/modules/implement-message-workflows-with-service-bus/

Azure Queue storage azure-queue-storage

Practice lab to create a queue storage https://docs.microsoft.com/en-us/learn/modules/communicate-between-apps-with-azure-queue-storage/

TailWind with ASP-CORE tailwind-asp

Practice lab from https://khalidabuhakmeh.com/install-tailwind-css-with-aspnet-core to create an asp-core mvc project with tailwind css framework.

Minimal API Design with .NET 6 minimal-api

Practice lab form https://docs.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-6.0&tabs=visual-studio to create an minimal api back end using .Net 6 Practice lab form https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-javascript?view=aspnetcore-6.0 to consume an minimal api back end using javascript

Api with Dapper dapper-webapi

Practice lab to use Dapper Minimal ORM implementing in a simple API Lab from this video https://www.youtube.com/watch?v=OYbf9XGXgzA

Supermarket Blazor App supermarket-management

Practice solution to make a simple supermarket management system build with blazor. The original YouTube Tutorial you cand find in the next link https://www.youtube.com/watch?v=DWrH7br4DsM&t=18393s

Blazor Material UI blazor-material-ui

Practice Tutorial to apply Materialized UI design with blazor and MudBlazor framework. The original article you cand find in the next links:

AngularJS Youtube tutorial by (codigofacilito.com) angular-js

This repo hold all the code replicated in the tutorial provided by codigofacilito.com to learn the principle concepts to Angular JS The original YouTube Tutorial link cand find in https://www.youtube.com/watch?v=U4ejmeEals0&list=PLpOqH6AE0tNhdnOl1mOBthj4C7OHdwQB2

Building a SPA Framework Using AngularJS (Pluralsigh.com) framework-angular-js

Angular Single Page Apps (SPA) Menus, dashboards, and widgets are important parts of many Angular apps. In this course, we'll build components to easily add these items to any project. The original course you cand find in this link https://app.pluralsight.com/library/courses/building-spa-framework-angularjs/table-of-contents

A Deep Dive into the Back-End for Front-End Pattern (BFF Pattern) bff-pattern

Back-end for front-end is a design pattern intended to help both developers and end-users. It makes your front-end applications resilient to changes in the domain services while also avoiding over-fetching and over-requesting issues The Tutorial resource cand find in https://www.codemag.com/Article/2203081/A-Deep-Dive-into-the-Back-End-for-Front-End-Pattern

Microservices with kubernetes and .Net (Microservices) microservices

A practical tutorial from Youtube to use kubernetes to deploy and create an microservices project.

Minimal api (Minimal api) min-web-api

A practical tutorial from Youtube to use minimal api in a simple project to create the basic CRUD actions with minimal api structure.

Mediator Pattern (Mediator Pattern) mediator-pattern

A practical tutorial from Youtube to implement Mediator pattern in a C# Project with the simple definition of queries, commands and handles.

MVC Application in dotnet 6 (MVC Application 6) mvc-6

A pratical tutorial from Youtube to create a basic pizzas webpage with the new razor and page definition with dontet 6

Test Driven Development in Dotnet6 (API TDD) api-tdd

A pratical tutorial from Youtube using Test patterns Building a .NET 6 API Using TDD https://www.youtube.com/watch?v=ULJ3UEezisw

Suggestion App with Mongo, Blazor and A2BC (Suggestion App) suggestion-app

Welcome to the course on building a Suggestion Site App. In this course, we are going to design, build, and test a production-ready application using C#. Is possible to get the videos from this course for free here on YouTube https://www.youtube.com/watch?v=eEyAKk4NeSg&list=PLLWMQd6PeGY0cZFMqx5ijmdaD87sJKCsU.

Build web apps with Blazor data-blazor

This folder hold the lab Build web apps with Blazor https://learn.microsoft.com/es-mx/training/paths/build-web-apps-with-blazor/

Bicep fundamentals Lab bicep-lab

This folder hold the lab Bicep Fundamentals https://learn.microsoft.com/es-mx/training/paths/fundamentals-bicep/

CRUD with a .NET 6 Web API super-hero-api

This folder hold the lab to create a basic api in asp core 6 https://www.youtube.com/watch?v=Fbf_ua2t6v4

Create a basic CRM system using Blazor Syncfusion blazor-syncfusion-crm

This folder hold the lab to create a basic CRM app using Blazor Syncfusion https://www.youtube.com/watch?v=M54UdG45dwM

Make a basic JWT auth page with register, login and JWT token jwt-web-api

User Sign-Up Verify/Confirm Email & Forgot/Reset Password with a .NET 6 Web API verify-email

This folder hold the lab to create a basic auth action in a basic solution https://www.youtube.com/watch?v=2Q9Uh-5O8Sk&t=2546s

JSON Columns with Entity Framework 7 / EF 7 ef7-json-column

This folder hold the lab to create a basic relationship between an entity and json column info https://www.youtube.com/watch?v=C5AkBDp_YjI&t=1409s

Node JS MiduDev Course node-js

This folder hold all practic clases to learn Node JS with a practical excersices to handle the basic concepts

Learn to build a REST API in Node.js node-sqlserver

This folter hold a practical project to create a basic API with SQL Server database. More info in the next tutorial https://www.telerik.com/blogs/step-by-step-create-node-js-rest-api-sql-server-database

Build an SpaceX Launch site with Astro astro-demo

This folder hold a practical course to understand the principales features provides by astro.build. More information and video tutorial in https://www.youtube.com/watch?v=RB5tR_nqUEw

.NET 7 Blazor WebAssembly Full-Stack Full Course Part (with a Web API, EF Core & SQL Server) blazor-net7

This folder hold the practical course to understand a basic concepts from Blazor in .Net 7

Tweet Using a .NET 8 (api client and scheduler solution with hangfire) tweet-net8

This folder hold the practical course to understand a basic concepts from .Net 8 using to make a Twitter client and scheduler client

.NET 8 Authentication with Identity in a Web API with Bearer Tokens & Cookies auth-net8

This folder hold the practical course to create a basic api with identity features provides from .Net 8

CRUD w/ Blazor in .NET 8 All Render Modes (SSR, Server, Wasm, Auto), Entity Framework & SQL Server blazor-net-8

This folder hold a practical lab to understand all render modes (SSR, Server, Wasm, Auto) in .Net 8 with Blazor.

CRUD with Blazor SSR (Static Server-Side Rendering) in .NET 8 blazor-crud-ssr

This folder hold a practical lab to understand the Static Server-Side Rendering with Blazor .Net 8 with a basic crud actions.

Project to test FluentUI blazor components library (Fluent UI Blazor) in .NET 8 fluent-ui-blazor

The project use the last FluentUI blazor library to use a front end components with a minimal and fluent design.

Multitenancy application in .NET multi-tenancy

This folder hold a practical lab to understand the multi tenancy architecture with a practical examples

.NET Clean Architecture in Spanish clean-architecture

This folder hold a practical lab to understand the clean architecture with a practical model applied.

Hydro Create .NET apps with SPA feeling. hydro

This folder hold a project to use Hydro framework in a WebApp not using JS