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

PLURALSIGHT BUILDING AN API WITH ASP NET CORE

14/02/2019 Learning for Life Leave a Comment

PLURALSIGHT BUILDING AN API WITH ASP NET CORE
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…]

.Net & Java .NET, API, ASP, Core, PLURALSIGHT BUILDING

PACKT MODERNIZE ASP NET WEB APPS WITH AZURE APP SERVICE

14/02/2019 Learning for Life Leave a Comment

PACKT MODERNIZE ASP NET WEB APPS WITH AZURE APP SERVICE
English | Size: 838.04 MB
Category: Tutorial


Do you want to transform and modernize your legacy applications for the cloud? Azure App Service lets you quickly build, refactor, deploy, and scale enterprise-grade web apps running on any platform, without having to manage the infrastructure. You will take a typical legacy ASP.NET web application and transform it into a modern application with ASP.NET Core and Azure App Service as the main drivers of the change.
By the end of this course, you will have the skills to use Azure App Service to refactor, modernize, deploy, and highly scale your legacy applications. [Read more…]

WEB/HTML/CSS/AJAX .NET, ASP, MODERNIZE, Packt, Web

Linkedin Learning ASP NET Core New Features Updated January 2019

11/02/2019 Learning for Life Leave a Comment

Linkedin Learning ASP NET Core New Features Updated January 2019
English | Size: 620.26 MB
Category: CBTs


Navigating all of the new features in each release of ASP.NET Core can be challenging. In this project-based course, Phil Japikse helps to simplify this process by laying out the new features in ASP.NET Core 1.0, 1.1, 2.0, and 2.1, and acquainting you with the benefits of each. Phil begins by providing a general overview of .NET Core and discussing migration considerations. He then dives into ASP.NET Core 1.0, discussing the updated project structure, new environmental awareness, view components, and other new features. He then moves on to discuss ASP.NET Core 1.1, 2.0, and 2.1, diving into helpful new features and functionality present in each iteration of the web framework [Read more…]

.Net & Java .NET, ASP, Core, Learning, LinkedIn

PluralSight Building an API with ASP NET Core

26/01/2019 Learning for Life Leave a Comment

PluralSight Building an API with ASP NET Core
English | Size: 334.95 MB
Category: Tutorial


Release Notes: 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…]

.Net & Java .NET, API, ASP, Building, Pluralsight

PLURALSIGHT INTRODUCTION TO NET TESTING WITH NUNIT 3

11/01/2019 Learning for Life Leave a Comment

PLURALSIGHT INTRODUCTION TO NET TESTING WITH NUNIT 3
English | Size: 406.90 MB
Category: Tutorial


Releasing bug-ridden code to production is a sure fire way of creating unhappy end-users, management, and development teams. Nobody likes to receive a phone call in the middle of the night saying that the production system has gone down and needs fixing, immediately. In this course, Introduction to .NET Testing with NUnit 3, you will gain the ability to create automated tests for you code. First, you will learn how to set up a test project and run tests. Next, you will discover the different ways to assert on test results such as numbers, collections, and expected exceptions. Finally you will explore how to customize the test execution lifecycle, create data driven tests, and customize NUnit When you re finished with this course, you will have the skills and knowledge of automated testing with NUnit needed to help prevent bugs from making their way into production [Read more…]

.Net & Java .NET, Introduction, NUNIT 3, Pluralsight, Testing

PLURALSIGHT DEVELOPING NET CORE APPLICATIONS WITH DYNAMODB ON AWS

21/12/2018 Learning for Life Leave a Comment

PLURALSIGHT DEVELOPING NET CORE APPLICATIONS WITH DYNAMODB ON AWS
English | Size: 510.65 MB
Category: Tutorial


At the core of building web applications that interact with Amazon Web Services (AWS) DynamoDB is a thorough knowledge of ASP.NET Core and the AWS SDK for .NET. In this course Developing .NET Core Applications with DynamoDB on AWS, you will learn how to create an ASP.NET Core application that interacts with DynamoDB using the AWS SDK for .NET. First you will learn how to setup and create a DynamoDB table in the AWS Management Console. Next, you will explore each of the DynamoDB models that are available for you to use to interact with DynamoDB from within your .NET Core application. Finally, you will discover how to create an integration test framework that will test each of the application endpoints. When you are finished with this course, you will have a foundational knowledge of how to create a .NET Core application, use all three DynamoDB models using the AWS SDK for .NET, and set up an integration test framework that will help you as you move forward to creating your own .NET Core applications that interact with DynamoDB on AWS, whether personal or commercial [Read more…]

.Net & Java .NET, Applications, Core, Developing, Pluralsight

Linkedin Learning ASP NET MVC 5 Essential Training Updated December 2018

19/12/2018 Learning for Life Leave a Comment

Linkedin Learning ASP NET MVC 5 Essential Training Updated December 2018
English | Size: 625.69 MB
Category: Tutorial


ASP.NET MVC is the tool of choice for building modern, dynamic, scalable websites. MVC 5 includes features that enable rapid, test-driven development. In this course, Mike Benkovich teaches the essentials of the ASP.NET MVC 5 framework. He explains what models views, and controllers are and how data is passed between them. He shows how to secure applications with the ASP.NET Identity system, use JavaScript libraries, and deploy applications to cloud-based platforms like Azure and Amazon Web Services. He also introduces the test-driven development (TDD) process that ensures you build software that works the way it’s supposed to [Read more…]

.Net & Java .NET, ASP, Learning, LinkedIn, MVC

Learning Deploying ASP NET Applications

06/12/2018 Learning for Life Leave a Comment

Learning Deploying ASP NET Applications
English | Size: 205.54 MB
Category: Tutorial


ASP.NET is still the most popular framework for building enterprise-scale Microsoft web apps. Choosing the right deployment strategy is critical to the success of these applications. Learn the various options, from deploying with IIS on a local Windows machine, deploying to the cloud with Azure, or leveraging containerization with Docker Instructor Tiberiu Covaci, a Microsoft MVP, explores manual and automated techniques using common tools like PowerShell and Visual Studio that make it easy to follow along on your own [Read more…]

.Net & Java .NET, Applications, ASP, deploying, Learning

Pluralsight – Play by Play Get Paid with .NET Core and Modern Payment Gateways

29/08/2018 Learning for Life Leave a Comment

Pluralsight – Play by Play: Get Paid with .NET Core and Modern Payment Gateways
English | Size: 390.1 MB
Category: Tutorial


In this course, you’ll learn about major payment gateways and understand how they keep your company secure when dealing with sensitive data through .NET Core.

Play by Play is a series in which top technologists work through a problem in real time, unrehearsed, and unscripted. In this course, Play by Play: Get Paid with .NET Core and Modern Payment Gateways, Ben Cull and Lars Klint demonstrate how modern payment gateways have made it easy to take payments online, creating security dangers and adding the need for more responsibilities. Learn how to subscribe to a payment plan using .NET Core, capture a customer’s credit card, and explore the .NET Core SDK architecture. By the end of this course, you’ll have a deep understanding about major payment gateways and how they keep your company secure when dealing with sensitive data.
[Read more…]

.Net & Java .NET, Core, Get Paid, Play by Play, Pluralsight

Packt Docker for ASP.NET.Core MVC

20/04/2018 Learning for Life Leave a Comment

Packt Docker for ASP.NET.Core MVC
English | Size: 342.53 MB
Category: CBTs


Discover how to extend and build upon the components of the Xamarin.Forms toolkit to develop an effective, robust mobile app architecture. Starting with an app built with the basics of the Xamarin.Forms toolkit, you’ll go step by step through several advanced topics to create a solution architecture rich with the benefits of good design patterns and best practices. [Read more…]

.Net & Java .NET, ASP, Core, Docker, Packt

  • « Previous Page
  • 1
  • …
  • 28
  • 29
  • 30
  • 31
  • 32
  • Next Page »
  • 2025 Salesforce Flows: The Complete Guide to Lightning Flows | Udemy
  • Zenva – 3D Action-Adventure Game In Godot – Unit 1 – Characters 2025
  • Udemy – Deep Learning: Advanced Computer Vision (GANs, SSD, +More!)
  • Cisco CCIE Security v6.1 ASA Firewall All-in-One Course | Orhan Ergun
  • Flower Films – All in this Tea (2006)

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