ASP.NET Core: Communication Management

Go to class
Write Review

Free Online Course: ASP.NET Core: Communication Management provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. ASP.NET Core: Communication Management is taught by Ervis Trupja.

Overview
  • Discover how to integrate email services into your ASP.NET Core application. Learn how to use services such as SendGrid to send and track emails and help build your business.

Syllabus
  • Introduction

    • Managing your communications with ASP.NET Core
    • What you should know
    1. Getting Started with Mailing Services
    • What is an email service?
    • Why use an email service?
    • What are the common emailing services?
    2. SendGrid Integration with ASP.NET Core
    • Set up a SendGrid account
    • Set up a SendGrid development environment
    • Send an email to a single receipt using SendGrid
    • Challenge: Send an email to multiple receipts using SendGrid
    • Solution: Send an email to multiple receipts using SendGrid
    • Send an attachment using SendGrid
    3. Real-Time Email Activity Dashboard Using Webhooks
    • What is a webhook?
    • Setting up ngrok
    • Adding an event webhook in ASP.NET Core
    • Update email status on webhook event
    • SendGrid communication dashboard
    Conclusion
    • Where to go next