LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Dometrain – From Zero to Hero Integration testing in ASP.NET Core

13/03/2024 Learning for Life Leave a Comment

Dometrain – From Zero to Hero Integration testing in ASP.NET Core
English | Tutorial | Size: 1.08 GB


Integration testing has quickly become one of the most used and most important types of testing for modern .NET and ASP.NET Core applications. [Read more…]

Programming .NET, ASP, Core, Dometrain, From, Hero, Integration, Testing, Zero

PluralSight – Logging And Monitoring In Asp Net Core 6

02/03/2022 Learning for Life Leave a Comment

PluralSight – Logging And Monitoring In Asp Net Core 6 Bookware-KNiSO
English | Size: 629.89 MB
Category: Tutorial

Good logging and monitoring is critical to enable support for your web applications. [Read more…]

WEB/HTML/CSS/AJAX ASP, BOOKWARE, KNiSO, Logging, Monitoring, Net Core 6, Pluralsight

Skillshare – Complete ASP Net 5 Web API Development-SkilledHares

12/02/2021 Learning for Life Leave a Comment

Skillshare – Complete ASP Net 5 Web API Development-SkilledHares
English | Size: 5.13 GB
Category: Tutorial

Learn how to build a RESTful API using ASP.Net Core API, Entity Framework, enterprise grade practices for a scalable and future proofed Web API solution. We will implement various support tools for logging, documentation, security and error handling. [Read more…]

Programming ASP, Complete, NET 5, Skillshare, Web

WintellectNOW – Identity Enhancements in ASP.NET Core 2.1-CONSORTiUM

14/08/2020 Learning for Life Leave a Comment

WintellectNOW – Identity Enhancements in ASP.NET Core 2.1-CONSORTiUM
English | Size: 218.45 MB
Category: Tutorial

ASP.NET Core 2.1 introduces many new updates for authentication, authorization, and the protection of personal data, including support for two-factor authentication and GDPR. Learn about the latest developments and get a fast start on incorporating them into your code. [Read more…]

Programming .NET, ASP, Enhancements, Identity, WintellectNow

WintellectNOW – Getting Started with ASP NET Core

31/07/2020 Learning for Life Leave a Comment

WintellectNOW – Getting Started with ASP NET Core-CONSORTiUM
English | Size: 292.86 MB
Category: Tutorial

Introduction
API Controller Updates
Documentation for API Controllers
ProducesResponseType
ApiConventionType [Read more…]

Programming .NET, ASP, Core, Getting Started, WintellectNow

Linkedin Learning – Advanced ASP.NET Core Unit Testing

05/05/2020 Learning for Life Leave a Comment

Linkedin Learning – Advanced ASP.NET Core Unit Testing-XCODE
English | Size: 418.41 MB
Category: Tutorial


No developer wants to turn in buggy code. Unit testing is a highly efficient way to ensure that everything in your app is working by design before it’s launched into production. In this course, learn how to write automated tests for your personal or commercial ASP.NET Core apps. Instructor Ervis Trupja details how to unit test ASP.NET Core console, Web API, and MVC apps. Ervis begins by providing a general overview of application testing strategies, as well as how to determine which unit testing framework is right for you. Then, he steps through how to set up and test ASP.NET Core console, Web API, and MVC apps, providing challenges along the way that allow you to put your new skills to the test. [Read more…]

Programming .NET, Advanced, ASP, Core, Learning, LinkedIn, Testing, Unit, Xcode

PluralSight – Building a RESTful API with ASP NET Core 3

03/11/2019 Learning for Life Leave a Comment

PluralSight – Building a RESTful API with ASP NET Core 3-BOOKWARE-KNiSO
English | Size: 561.97 MB
Category: Tutorial


Release Notes: In this course, you’ll learn how to build a RESTful API with ASP.NET Core 3. Creating a truly RESTful API is quite different from creating a regular web API, but in this course, Building a RESTful API with ASP.NET Core 3 , you ll learn how. You’ll start by exploring how to interact with your API using the correct HTTP methods and status codes, and what method safety and idempotency are all about. Next you’ll learn how to validate input that s sent to the API and how to implement common features like filtering and searching. By the end this course, you ll know all about REST constraints, what the advantages are, and how to implement them when building your API with ASP.NET Core 3 [Read more…]

Programming .NET, API, ASP, BOOKWARE, Building, Core 3, KNiSO, Pluralsight, RESTful

PluralSight – Implementing Advanced RESTful Concerns with ASP NET Core 3

25/10/2019 Learning for Life Leave a Comment

PluralSight – Implementing Advanced RESTful Concerns with ASP NET Core 3-BOOKWARE-KNiSO
English | Size: 436.90 MB
Category: Tutorial


Release Notes: In this course, Implementing Advanced RESTful Concerns with ASP.NET Core 3, you’ll learn how to implement advanced RESTful concerns with ASP.NET Core 3. Implementing these will lead to a better, more evolvable API. You’ll learn how improve your API with paging, sorting, and data shaping You’ll also learn how to make your API more evolvable and robust with HATEOAS and advanced content negotiation, and how to deal with caching and concurrency. By the end this course you ll know all about REST constraints and you ll end up with a level 3 RESTful API, which is the highest possible level of maturity [Read more…]

Programming .NET, Advanced, ASP, BOOKWARE, Concerns, Core 3, Implementing, KNiSO, Pluralsight, RESTful

PluralSight – Building an API with ASP NET Core

24/10/2019 Learning for Life Leave a Comment

PluralSight – Building an API with ASP NET Core-JGTiSO
English | Size: 457.23 MB
Category: Tutorial


As technology advances, the requirements do as well. In this course, Building an API with ASP.NET Core, you will learn foundational knowledge on how to build an API from start to finish. First, you will explore how to use ASP.NET Core to build reliable APIs. Next, you will discover REST and when to be pragmatic about it. Finally, you will learn how to version your APIs. When you are finished with this course you will know how to implement an API that is easy to use and easy to maintain [Read more…]

Programming .NET, API, ASP, Building, Core, JGTiSO, Pluralsight

PluralSight – Building a Web App with ASP NET Core MVC Entity Framework Core Bootstrap and Angular

23/10/2019 Learning for Life Leave a Comment

PluralSight – Building a Web App with ASP NET Core MVC Entity Framework Core Bootstrap and Angular-BOOKWARE-KNiSO
English | Size: 1.52 GB
Category: Tutorial


Release Notes: Hello! My name is Shawn Wildermuth, and welcome to Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap and Angular. In this course, you will be building a website from scratch using the latest version of Microsoft’s ASP.NET Core framework. You will get there by learning about major topics like explaining.NET Core, learning the basics of web technologies like HTML, JavaScript and CSS. You’ll also be exploring technologies inside of ASP.NET Core like Entity Framework Core, using ASP.NET Identity, building APIs with ASP.NET MVC, and deploying your app to the server or the cloud. In addition, you’ll be building an Angular application to show you how to mix server and client-side development in ASP.NET Core. By the end of this course, you will be able to build websites and APIs using ASP.NET Core. Before you begin make sure you are already familiar with C#. Exposure to Visual Studio would help too but is not required. After this course, you’ll have a very basic understanding of all the technologies used, but would benefit from moving on to more in-depth courses on Angular, API design, and web development I hope you’ll join me, and I look forward to helping you on your learning journey here at Pluralsight [Read more…]

WEB/HTML/CSS/AJAX .NET, ASP, Bootstrap, Building, Core, Entity, Framework, MVC, Pluralsight, Web App

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next Page »
  • Udemy – Mastering Power BI: From Data to Dynamic Dashboards
  • Udemy – Terraform on Azure with IaC DevOps SRE – Real-World 25 Demos
  • Udemy – Full Excel Journey Master Basics to Advanced Functions
  • Quest – SafeGuard BootCamp
  • Udemy – Multi-Modular Ecommerce App for Android & iOS (KMP)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in