Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    .Net: Master Serverless Architecture Using .Net: 2-In-1

    Posted By: ELK1nG
    .Net: Master Serverless Architecture Using .Net: 2-In-1

    .Net: Master Serverless Architecture Using .Net: 2-In-1
    Last updated 7/2018
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.64 GB | Duration: 3h 48m

    Master serverless architecture techniques with testing, securing, automating deployment, and more!

    What you'll learn

    Build serverless applications end-to-end using Microsoft Azure and .NET example

    Build serverless architectures using cloud-based APIs, cloud data storage, and security

    Build a Serverless Architecture with an Internet of Things (IoT) example application

    Explore other types of cloud-based APIs such as Search Service and Application Insights for customer Interaction and tracking performance

    Front-end your APIs and Business logic with API Management

    Understand the advantages of serverless architecture

    How to get started with the tools and SDKs required to work with Azure and AWS

    Learn by example how to check performance and debug your application

    Requirements

    Prior basic C# programming knowledge is assumed.

    Description

    Serverless architecture allows you to build and run applications and services without having to manage the infrastructure. Many companies have started adopting serverless architecture for their applications to save money and improve scalability.


    The goal of the course is to you get acquainted with the Function-as-a-Service offering from Microsoft Azure and Azure Functions. After understanding Serverless Architectures, the course will dwell into triggers and how to use them in code to react to events that occur in several Azure Services.


    This comprehensive 2-in-1 course is a step-by-step tutorial to mastering serverless architecture techniques with testing, securing, automating deployment, and more!  Design and set up data flows between cloud services and custom business logic. Build scalable, reliable, and cost-efficient applications with serverless architectures. Migrate your existing .NET applications to a serverless architecture.


    Contents and Overview

    This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.


    The first course, Going Serverless with .NET, covers Testing, securing, automating deployment, and more! Design serverless architectures for your applications with Microsoft Azure as the cloud service provider and using the .NET Core runtime. Understand serverlessarchitecture, its advantages and disadvantages. Set up the Azure environment and test a simple serverless function using AWS platform. From here you will learn to build a real multi-tier, a serverless application with C# as the scripting language. You will also learn to build, test and deploy the Middle tier application along with Data and Presentation tiers. Finally, you will look at testing, securing and authenticating your serverless application. By the end of the course, you will be equipped with the knowledge to build scalable and cost-efficient .NET applications with serverless architectures.


    The second course, Serverless Architecture using .NET: Advanced Techniques, covers mastering serverless architecture techniques. Learn about IoT Solution Architecture and get into the meat of Azure IoT Hub including deploying IoT Hub, simulating devices, sending and receiving messages and building ServerlessIoT Solutions using Azure Functions and IoT Hub. Finally, the course will cover advanced Azure services like API Gateways, Azure App Insights, Azure Search and Azure Billing. By the end of this course, you will be well familiar with the advanced techniques in Serverless Architecture.


    By the end of the course, you’ll master serverless architecture techniques with testing, securing, automating deployment, and more!About the Author
    Dan Bailey has over 15 years' commercial experience developing and supporting successful software, working mainly for multinational companies and holding increasingly senior positions. He also taken an active interest in the open source community and contribute to technical forums. Over the years he has enjoyed working with people of many nationalities and backgrounds and have worked with a large range of technologies, and used several programming languages, including .NET and Java. He’s implemented and taken lead roles for large-scale industrial solutions. His experience started with trusted languages such as C and C++, all the way through to the latest .NET and Java frameworks. He’s an expert in many communication protocols including REST/HTTP, TCP/IP, web services, and in particular associated design patterns, which are ever more important for connecting systems together. Modern factories are smart and connected in the age of the Internet of Things. He’s has been at the cutting edge of software development across this domain, for well-known global companies who manufacture mobile phones, and automotive electronics, for example. Software quality and performance are paramount at all times. Over recent years he’s been the inventor and lead architect for new event-driven communication standard used in Internet of Things industrial products. Dan holds a first-class honors Master's degree in engineering, and is a chartered engineer with the IEE, UK in addition to several other certifications. He’s published several white papers on different software subjects. Outside software-related work, Dan spends his time with his family, and enjoy cycling and part time football coaching.

     Manojis currently working with Microsoft Australia as a Cloud Solutions Architect. In his current role, he enables Cloud and Enterprise Customers to design, position, sell and deploy and troubleshoot Microsoft Azure Cloud Solutions. Prior to Microsoft, Manoj worked with AWS as an Ecosystem Solutions Architect, as an AWS Senior Technical Trainer and as Technical Instructor with DDLS, Sydney specializing on Microsoft Infrastructure Solutions. In his earlier role as a Partner Technical Consultant, he has delivered many technical webcasts/talks/Practice Accelerator Workshops. System Center Suite, Forefront UAG, PowerShell and Virtualization to educate, evangelize and create awareness on new Microsoft technologies and drive adoption. In his earlier roles, Manoj worked as a Trainer and as a Tier 3 Windows Support Engineer managing the Windows Component of a major US Retail Chain Client IT Infrastructure. He absolutely LOVES technical training and is a Microsoft Certified Trainer (MCT) since January 2008 along with other Microsoft and Citrix Certifications. He has recorded screencasts for Microsoft TechNet EDGE and is passionate about blogging on Microsoft Technologies especially PowerShell. In his spare time, he loves spending time with loved ones, watching movies, listening to soft music and enjoys long bike rides. You can follow him on twitter.

    Overview

    Section 1: Going Serverless with .NET

    Lecture 1 The Course Overview

    Lecture 2 Creating Cloud Service Accounts

    Lecture 3 Development Environment

    Lecture 4 Serverless Function with Azure

    Lecture 5 Serverless Function with AWS

    Lecture 6 Understanding Serverless

    Lecture 7 Application Design

    Lecture 8 Building the Middle Tier

    Lecture 9 Testing and Deploying the Middle Tier

    Lecture 10 Building the Data Tier

    Lecture 11 Testing and Deploying the Data Tier

    Lecture 12 Building the Presentation Tier

    Lecture 13 Deploying the Presentation Tier

    Lecture 14 Configuring Authentication

    Lecture 15 Second Development Iteration User Interface Tier

    Lecture 16 Adding Serverless Function

    Lecture 17 Logging and Debugging

    Section 2: Serverless Architecture using .NET: Advanced Techniques

    Lecture 18 The Course Overview

    Lecture 19 Concept of Serverless Functions

    Lecture 20 Deploying and Testing a Function in Azure

    Lecture 21 Using Queue Trigger with a Function

    Lecture 22 Using Time Trigger with a Function

    Lecture 23 Using Blob Trigger with a Function

    Lecture 24 IoT Solution Architecture

    Lecture 25 Create an Azure IoT Hub

    Lecture 26 Create a Device Identity Using .Net SDK

    Lecture 27 Create a Device App using the .NET SDK

    Lecture 28 Receive Device-To-Cloud Messages

    Lecture 29 Running the Apps

    Lecture 30 Azure Functions with IoT Hub

    Lecture 31 Azure API Management

    Lecture 32 Azure Application Insights

    Lecture 33 Azure Search Service

    Lecture 34 Azure Billing Service

    Lecture 35 Course Summary

    .NET developers who would like to learn about serverless architectures.,Software developers/engineers who, already familiar with building simple serverless applications with .NET for Azure and would like to explore in depth how to work with newer advancements and technologies.