Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-11-22 20:18:13
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 14 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development ASP.NET Core

Building microservices using asp.net core 5.0 and docker

Building Event-Driven Microservices apps Using AspNet Core 5.0, Rabbitmq, Masstransit, Face detection and SignalR Core
Rating: 4.2 out of 54.2 (71 ratings)
804 students
Created by F. Frank Ozz
Last updated 1/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • building event-driven microservices apps using aspnet core 5.0, rabbitmq,masstransit, signalr core and face detection
Curated for the Udemy for Business collection

Course content

11 sections • 49 lectures • 5h 33m total length

  • Preview00:21
  • Preview02:16
  • Preview05:32
  • Preview12:14
  • Preview07:50

  • Preview01:52
  • Preview09:58
  • Building the Face Detection Microservice
    09:48
  • Building a Test Project to Test the Face Detection Microservice
    12:44

  • Preview07:19
  • RabbitMq-MassTransit interaction, MassTransit Sending and Publishing methods
    04:37

  • Docker Fundamentals
    05:58
  • Docker Install
    03:34
  • Docker test
    07:25

  • Docker settings for Linux container production, Memory and CPU requirements
    04:30
  • RabbitMq docker container creation and testing the container
    04:23
  • Creating the Mvc Web Application and setting up masstransit-rabbitmq server
    10:52
  • Mvc Web Client Action Methods Development for data posting to EventBus
    06:14
  • Mvc Web Client Razor Views Development for data posting to action method
    04:00
  • Sending Messages from MVC Web Client to RabbitMq Broker
    05:27

  • Orders Microservice Intro
    05:13
  • OrdersApi Hands-on 1-Setting up massTransit Infrastructure
    09:00
  • Setting up Entityframework Core Persistence components and designing entities
    07:48
  • Setting up the mssql docker container and applying the migrations
    04:49
  • Building the Repository layer and RegisterOrderCommandConsumer-1
    07:25
  • Testing the Consumer object for message reading and saving it in database
    02:29
  • Sending Http requests from OrdersApi to FacesApi for face detection
    13:49

  • Building the OrdersApi's OrdersController class and creating two action methods
    06:22
  • Building the OrderManagementApi class in the MvcWeb project
    08:00
  • Building MvcWeb OrderManagementController class, Index View Part1
    06:31
  • Building MvcWeb OrderManagementcontroller and Details View- Part 2
    03:57
  • Demo-OrderManagementController
    02:15

  • Creating the NotificationService microservice- part1
    08:20
  • CustomerNotificationServicePart2-Fleshing out Consumer class
    03:37
  • EmailService Class Library Building
    08:44
  • Adding EmailSender to the Consumer class and Host configuration nitty-gritties
    05:57
  • OrdersApi Receiving and Consuming the IOrderDispatchedEvent type message
    03:43
  • Demo Notification
    01:44

  • SignalRCore brief Introduction
    05:17
  • SignalRCore Server Side Programming
    05:43
  • SignalRCore Client Side (java script) Coding
    08:49
  • SignalRCore Push Notification Demo
    01:35

  • Remaking of the FacesApi Microservice to overcome the dockerization obstacle
    09:30
  • Adapting the FacesApi to utilize the Microsoft Face Rest Api
    11:30

Requirements

  • Intermediate knowledge of C#

Description

Please watch the PROMO video of the course or Contact me!

This course is going to teach you how to build event-driven microservices apps using the  latest dotnet core version 5.0.

While you learn microservices apps, you will practice how to design microservices which communicate via a message bus,  via HTTP Rest and also via  SignalR Core.

The course will teach you the message-driven architecture  as applied to an image processing app through which you will get to learn the important libraries available for image processing with C#.

You will also have a go at using the Microsoft Azure's  Freely Available Face Detection facility to get your faces detected and sent back to your application instead of doing it by yourself. To that end, you will learn how to get Face API keys from Azure site and adapt your code so that it can communicate with that service offered by MS.

You will learn how to convert jpeg images to byte arrays for transmission over the message bus  and also over the Http channel, and how  to store them in database tables in byte array format. . You will also learn how to get back the original images from the byte arrays.

You will learn how to dockerize your microservices and orchestrate them via   docker-compose technology.

Please watch the first free video of the course for a surprise!


Who this course is for:

  • distributed application developers preffering to use aspnet core technoology stack

Instructor

F. Frank Ozz
Software Architect, Author
F. Frank Ozz
  • 4.1 Instructor Rating
  • 729 Reviews
  • 3,404 Students
  • 5 Courses

I have been working in software development industry   as an architect and teacher totaling  12 years now.  Prior to that I had been working  in automotive manufacturing industry for over 15 years  as management professional.  I have a  BSc degree  in Textile Machinery Engineering    from the Leeds University in the UK  and  also an MSc  degree in Software Engineering . I have been teaching mainly software development   with .NET  and JAVA  technologies to various student groups from banking software developer personnel to  IT development company engineers at software institutions.

I am the author of a book published in the UK on developing "Practical Image Processing" projects with C# Programming Language.

I have also good experience in  electronics and robotics    and  designed and built many mechatronics involved  testing equipment for the plants I worked.  

Nowadays I am very much into designing and building applications using dockerized microservices with aspnetcore.


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.