Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ASP.NET Core Basics in 2h by University Coding Teacher (C#)
Rating: 4.7 out of 5(40 ratings)
681 students

ASP.NET Core Basics in 2h by University Coding Teacher (C#)

.NET | ASP.NET | .NET Core | ASP.NET Core | ASP NET Core: A 2-hour introduction to the Complete ASP.NET Core Course
Last updated 12/2025
English
English [Auto],

What you'll learn

  • Build and manage a complete ASP.NET application from scratch
  • Create and handle RESTful API endpoints using controllers
  • Integrate databases using Entity Framework Core
  • Apply practical coding techniques used in real-world ASP.NET projects
  • Become a professional ASP.NET programmer

Course content

4 sections21 lectures1h 58m total length
  • Dr Albert Sadowski - UniversityCodingTeacher0:44

    Meet Dr. Albert Sadowski, a full stack developer with over 20 years of experience in .NET, Angular, and Azure, who also teaches coding at universities.

  • First application - a list of books10:46

    Build your first ASP.NET Core web API by creating a books controller with in-memory data, defining a book model, and exposing get all and CRUD endpoints, tested via swagger.

  • First application - removing items from the list of books11:36

    Expose a delete endpoint in the books controller to remove a book by id. Use from query to supply the id and return an action result.

  • First application - adding items to the list of books5:55

    Demonstrate adding items to a books list via an ASP.NET Core post endpoint that accepts a book from the request body and returns a success response.

  • First application - updating items in the list of books10:06

    Update a single item in the books list with a put endpoint, using id from query and a book from body to replace the item at its index.

Requirements

  • Basic knowledge of the C# programming language

Description

Topics: .NET | ASP.NET | .NET Core | ASP.NET Core | ASP NET Core

This course, instructed by Dr. Albert Sadowski (University Coding Teacher), is a part of the Complete ASP.NET Core Course available on Udemy.

The course provides a structured and comprehensive introduction to web application development using ASP.NET Core. It is designed for students who wish to gain practical knowledge in building dynamic, data-driven web applications from the ground up. Throughout the course, participants will engage in hands-on exercises to create a fully functional application, starting with the development of a simple book list and progressively implementing core CRUD (Create, Read, Update, Delete) operations to manage the application’s data effectively.

The curriculum covers the foundational concepts of controllers and endpoints, enabling students to understand how to handle user requests, process data, and deliver responses in a structured manner. Emphasis is placed on designing maintainable and efficient application architecture, ensuring that learners acquire the skills to organize code logically and implement scalable solutions.

In addition, the course introduces database integration through Entity Framework, allowing students to define entities, configure database contexts, seed tables with initial data, and perform essential data operations. By combining theoretical explanations with practical implementation, the course equips students with a solid understanding of both the principles and practices of ASP.NET Core application development.

Upon completion, participants will have a clear grasp of building functional web applications, managing data through a relational database, and employing best practices in software design. This course lays a strong foundation for further study and professional work in ASP.NET development, preparing students for more advanced topics in modern web application programming.

Who this course is for:

  • Beginners who wish to start coding with ASP.NET