Skip to content

Latest commit

 

History

History
129 lines (108 loc) · 19.4 KB

back-end-development.md

File metadata and controls

129 lines (108 loc) · 19.4 KB

Back-End Development

Menu: Home

Table of Contents

C-Sharp

  1. Tutorials
    1. C# 101 (Microsoft-youtube.com)
    2. C# 101 video series (channel9.msdn.com)
    3. C# Advanced (Microsoft-youtube.com)
    4. Introduction to JSON with C# (Microsoft-youtube.com)
    5. C#.NET Tutorials (youtube.com)
    6. C# tutorial for beginners (kudvenkat-youtube.com)

Classic ASP

  1. Reading Resources
    1. TLS 1.2 with Classic ASP (article)

ASP.Net MVC

  1. Tutorials
    1. ASP.NET MVC 4 Web Applications Jump Start (Microsoft-youtube.com)
    2. Introduction to ASP.NET MVC (RG Edu-youtube.com)
    3. Building Applications with ASP.NET MVC 4 (Pluralsight.com)
    4. ASP.NET MVC 5 Fundamentals (Pluralsight)
    5. Step-by-step ASP.NET MVC Tutorial for Beginners | Mosh (youtube.com)
    6. Entity Framework 6 (Code Semantic-youtube.com)
    7. Entity Framework Tutorials (kudvenkat-youtube.com)
    8. Implementing Entity Framework with MVC (Microsoft-youtube.com)

ASP.Net Core MVC

  1. Tutorials
    1. ASP.NET Core MVC, Quick and Practical (udemy.com)
    2. Complete ASP.Net Core 3.1 and Entity Framework Development (udemy.com)
    3. Entity Framework Core 101 (Microsoft-youtube.com)
    4. ASP.NET core tutorial for beginners (kudvenkat-youtube.com)
    5. Design Patterns tutorial for beginners (kudvenkat-youtube.com)
    6. ASP.NET Core 101 (Microsoft-youtube.com)
    7. Create a web app with ASP.NET Core MVC (Tutorial-docs.microsoft.com)
    8. Overview of ASP.NET Core MVC (Tutorial-docs.microsoft.com)
    9. ASP.NET Core MVC with EF Core - tutorial series (Tutorial-docs.microsoft.com)
    10. Getting Started with EF Core on ASP.NET Core with a New database (Tutorial-docs.microsoft.com)
    11. Get started with EF Core on .NET Core with a new database using SQLite (Tutorial-docs.microsoft.com)
    12. Persist and retrieve relational data with Entity Framework Core (Tutorial-docs.microsoft.com)
    13. ASP.NET Core Razor Pages with EF Core - tutorial series (Tutorial-docs.microsoft.com)
  2. Reading Resources
    1. ASP.NET Core fundamentals (reference)

Web API

  1. Tutorials
    1. .NET Core 2.2 Web API Jump Start for Beginners (Microsoft-youtube.com))
    2. ASP.NET Web API tutorial for beginners (kudvenkat-youtube.com)

Python

  1. Tutorials
    1. Python Core and Advanced (udemy.com)
    2. Programming with Python (Microsoft Developer-youtube.com)
    3. Python Tutorial for Beginners 2019 [Full Course] (mosh-youtube.com)
    4. Python Tutorials (mosh-youtube.com)
    5. Python for Everyone (udemy.com)
    6. Introduction to Python Programming (udacity.com)
    7. Programming Foundations with Python (udacity.com)
    8. Introduction To Python Programming (udemy.com)
    9. Python for Absolute Beginners (udemy.com)
    10. Python Core and Advanced (udemy.com)
    11. Python 3 For Beginners (udemy.com)
    12. Google's Python Class (developers.google.com)
    13. Learn Python 2 (codecademy.com)
    14. Learn Statistics With Python (codecademy.com)
    15. Introduction to Python (datacamp.com)
    16. Python for Data Science: Fundamentals (dataquest.io)
    17. Python for Data Science: Intermediate (dataquest.io)
    18. Python Programming: Advanced (dataquest.io)
    19. SQL Fundamentals (dataquest.io)
    20. Pandas and NumPy Fundamentals (dataquest.io)
  2. Web Scraping
    1. APIs and Web Scraping (dataquest.io)
    2. Learn the basics of Web Scraping in 60 minutes or less... (udemy.com)
    3. Learn Web Scraping with Python from Scratch (udemy.com)
    4. Introduction Scrapy with Python (udemy.com)
    5. Web Scraping using Python with 5 complete projects (udemy.com)
  3. Web Development
    1. Full Stack Foundations (udacity.com)
    2. Authentication & Authorization: OAuth - Implementing Web Security with OAuth 2.0 (udacity.com)
    3. Designing RESTful APIs - Build and Secure a Backend API Server (udacity.com)
    4. A Beginners Guide to Django! (udemy.com)
    5. Try Django 1.11 // Python Web Development (udemy.com)
    6. Try Django 2.2 - Web Development with Python 3.6+ (udemy.com)
    7. How to Build an E-commerce Website with Django and Python (youtube.com)
    8. Python Django Web Framework - Full Course for Beginners (youtube.com)
  4. Reading Resources
    1. Automate the Boring Stuff with Python (e-book)
    2. Cannot install or upgrade pip "ssl error" (article)

Node

  1. Tutorials
    1. Node.js Tutorial for Beginners: Learn Node in 1 Hour | Mosh (mosh-youtube.com)
    2. Node.jsTutorials (youtube.com)
    3. Express.js Tutorial: Build RESTful APIs with Node and Express | Mosh (mosh-youtube.com)
    4. The MERN Stack Tutorial - Building A React CRUD Application From Start To Finish (CodingTheSmartWay-youtube.com)

Windows Server

  1. Tutorials
    1. Learn Windows Server 2016 (microsoft-youtube.com)
    2. Windows Server 2016 Administration Full Course (ceh it trainer-youtube.com)

Containers

  1. Tutorials
    1. Docker (youtube.com)
    2. Docker and .NET Core 101 (dotNet-youtube.com)