Wenn Sie sich für diesen Kurs anmelden, werden Sie auch für diese Spezialisierung angemeldet.
Lernen Sie neue Konzepte von Branchenexperten
Gewinnen Sie ein Grundverständnis bestimmter Themen oder Tools
Erwerben Sie berufsrelevante Kompetenzen durch praktische Projekte
Erwerben Sie ein Berufszertifikat zur Vorlage
In diesem Kurs gibt es 3 Module
The second course in the ASP.NET for Experienced Developers specialization dives deeper into the development of robust and scalable backend applications using ASP.NET technologies. This course is structured around three key ASP.NET technologies: ASP.NET Core, ASP.NET MVC, and ASP.NET Web API.
In the first module of the course, participants will explore ASP.NET Core, a cross-platform, high-performance framework for building web applications. Learners will grasp how to create, configure, and control middleware, routing, and controllers in ASP.NET Core applications.
The second module of the course focuses on ASP.NET MVC, an advanced framework for building web applications that follow the MVC (Model-View-Controller) pattern. This part will impart knowledge about creating views, models, and controllers and utilizing them effectively to construct web applications.
The third module delves into ASP.NET Web API, a framework used for building RESTful APIs consumable by a diverse range of clients. It involves the understanding of creating controllers, mapping routes, handling HTTP requests, and managing responses.
By the end of the course, participants will gain a solid understanding of ASP.NET technologies, including ASP.NET Core, ASP.NET MVC, and ASP.NET Web API. They will be capable of creating robust and scalable backend applications that can handle high traffic and complex business logic.
Disclaimer: This course is an independent educational resource developed by Board Infinity and is not affiliated with, endorsed by, sponsored by, or officially associated with Microsoft Corporation or any of its subsidiaries or affiliates. This course is not an official preparation material of Microsoft Corporation. All trademarks, service marks, and company names mentioned are the property of their respective owners and are used for identification purposes only.
ASP.NET Core is a web application framework designed to build modern, cloud-based, and cross-platform web applications. It is an open-source framework that provides a flexible, scalable, and high-performance environment for developing web applications. The framework is built on top of .NET Core, a free and open-source platform for building cross-platform applications.
ASP.NET Core provides a modular architecture that allows developers to use only the necessary components for their web application, making it more lightweight and faster. It also provides built-in support for dependency injection, making it easy to manage and test different parts of the application.
Demo: Building a Web Application using ASP.NET Core•4 Minuten
Understanding MVC Pattern•5 Minuten
Model-View-Controller Communication•5 Minuten
Demo: Handling Requests in .NET Core MVC Core•4 Minuten
What you will learn in this Lesson•2 Minuten
Action Methods and Result Types•8 Minuten
Razor View Engine and Razor Syntax•9 Minuten
Layout, Sections and View Start•9 Minuten
HTML Helpers and Tag Helpers•7 Minuten
Convention Routing and Attribute Routing•7 Minuten
Data Passing Techniques•3 Minuten
ViewBag and View Data•9 Minuten
Working with TempData•9 Minuten
Sessions and State Management•8 Minuten
Working with QueryString•5 Minuten
What you will learn in this Lesson•1 Minute
ASP.NET Core Forms•5 Minuten
Demo: Weakly Typed Forms•7 Minuten
Demo: Strongly Typed Forms•9 Minuten
Model Binding•9 Minuten
Demo: Handling Forms Post•4 Minuten
Forms Validations - Server Side and Client Side•10 Minuten
5 Lektüren•Insgesamt 130 Minuten
Syllabus•30 Minuten
Further Reading on Developing web application•30 Minuten
Learn more about .Net Core Fundamentals•30 Minuten
Further Reading on Forms and Validation•30 Minuten
Tell us what you think!•10 Minuten
4 Aufgaben•Insgesamt 105 Minuten
Graded Quiz•60 Minuten
Practice Quiz•15 Minuten
Practice Quiz: ASP.NET Core Fundamentals•15 Minuten
Practice Quiz: ASP.NET Core Forms and Validation•15 Minuten
2 Diskussionsthemen•Insgesamt 20 Minuten
Meet and Greet•10 Minuten
Your Experience with Backend Development•10 Minuten
1 Plug-in•Insgesamt 15 Minuten
Quick Course Check-In•15 Minuten
ASP.NET MVC
Modul 2•5 Stunden abzuschließen
Moduldetails
ASP.NET Core is a web application framework designed to build modern, cloud-based, and cross-platform web applications. It is an open-source framework that provides a flexible, scalable, and high-performance environment for developing web applications. The framework is built on top of .NET Core, a free and open-source platform for building cross-platform applications.
ASP.NET Core provides a modular architecture that allows developers to use only the necessary components for their web application, making it more lightweight and faster. It also provides built-in support for dependency injection, making it easy to manage and test different parts of the application.
Das ist alles enthalten
17 Videos3 Lektüren4 Aufgaben
Infos zu Modulinhalt anzeigen
17 Videos•Insgesamt 89 Minuten
What you will learn in this Lesson•1 Minute
Middleware Request Pipeline•4 Minuten
Built-In Middleware and Custom Middleware•2 Minuten
Dependency Injection (DI)•3 Minuten
Demo: Implementing DI in ASP.NET Core•5 Minuten
ASP.NET Core Environments•4 Minuten
Exceptions Handling and Logging•4 Minuten
What you will learn in this Lesson•1 Minute
Introduction to Entity Framework Core as ORM•7 Minuten
Configuring Entity Framework Core in MVC Application•4 Minuten
Developing Application with Code First Approach•10 Minuten
Developing Application with Database First Approach•8 Minuten
Demo: Code First Approach CRUD Operations•11 Minuten
What you will learn in this Lesson•1 Minute
Authentication in Web Application•9 Minuten
Authorization in Web Application•4 Minuten
Identity Core Security in Asp.Net Core Application•11 Minuten
3 Lektüren•Insgesamt 90 Minuten
Learn More about MVC•30 Minuten
Further Reading Entity Framework•30 Minuten
Learn More on Pipeline and Security•30 Minuten
4 Aufgaben•Insgesamt 105 Minuten
Graded Quiz•60 Minuten
Practice Quiz •15 Minuten
Practice Quiz •15 Minuten
Practice Quiz•15 Minuten
ASP.NET Web API
Modul 3•5 Stunden abzuschließen
Moduldetails
ASP.NET Web API is a framework for building RESTful web services that can be consumed by a variety of clients, including web applications, mobile apps, and other services. In the ASP.NET Web API module, developers learn how to design, implement, and deploy web APIs using the ASP.NET framework.
This module covers the basics of RESTful web services and HTTP protocol, and how they can be implemented in ASP.NET Web API. Students learn how to use attributes to define API endpoints and map HTTP requests to controller methods. They also gain an understanding of how to serialize and deserialize data using JSON and XML formats.
Das ist alles enthalten
16 Videos4 Lektüren4 Aufgaben1 Diskussionsthema
Infos zu Modulinhalt anzeigen
16 Videos•Insgesamt 83 Minuten
What you will learn in this Lesson•2 Minuten
Introduction to SOA•5 Minuten
Introduction to REST•5 Minuten
Introduction to ASP.NET Web API•3 Minuten
WCF vs. Web API•3 Minuten
What you will learn in this Lesson•1 Minute
Building ASP.NET Web API•5 Minuten
Creating Database for Web API•6 Minuten
ASP.NET Web API CRUD Operations•12 Minuten
Testing Web API Using Postman•8 Minuten
Consuming Web API in ASP.NET MVC•9 Minuten
What you will learn in this Lesson•2 Minuten
Routing •7 Minuten
Route Constraints•8 Minuten
Content Negotiation•5 Minuten
Media Type Formatters•3 Minuten
4 Lektüren•Insgesamt 100 Minuten
Further Reading on Web API•30 Minuten
Learn More on CRUD Operations•30 Minuten
Learn More on Routing and Binding•30 Minuten
Provide your feedback!•10 Minuten
4 Aufgaben•Insgesamt 105 Minuten
Graded Quiz•60 Minuten
Practice Quiz•15 Minuten
Practice Quiz•15 Minuten
Practice Quiz•15 Minuten
1 Diskussionsthema•Insgesamt 10 Minuten
Why APIs Matter in Modern Applications•10 Minuten
Erwerben Sie ein Karrierezertifikat.
Fügen Sie dieses Zeugnis Ihrem LinkedIn-Profil, Lebenslauf oder CV hinzu. Teilen Sie sie in Social Media und in Ihrer Leistungsbeurteilung.
Dozent
Lehrkraftbewertungen
Lehrkraftbewertungen
Wir haben alle Lernenden um Feedback zu unseren Dozenten gebeten, ausgehend von der Qualität ihres Unterrichtsstils.
Board Infinity is a full-stack career platform, founded in 2017 that bridges the gap between career aspirants and industry experts. Our platform fosters professional growth, delivering personalized learning experiences, expert career coaching, and diverse opportunities to help individuals fulfill their career dreams. Board Infinity has successfully facilitated over 20,000 career transitions, marking a significant impact in the career development landscape.
Warum entscheiden sich Menschen für Coursera für ihre Karriere?
Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Bewertungen von Lernenden
4.0
69 Bewertungen
5 stars
50 %
4 stars
25,71 %
3 stars
10 %
2 stars
5,71 %
1 star
8,57 %
Zeigt 3 von 69 an
K
KH
4·
Geprüft am 13. Juli 2023
this course in my opinion is good for who actually worked with .net core before
A
AA
4·
Geprüft am 28. Dez. 2023
very good theoretical approach yet a git repository for hands on practices is suggested, i thank brood infinity though the instructor is definitely a senior developer,
P
PD
5·
Geprüft am 5. Dez. 2025
It’s great to begin learning and upgrading my skills so I can perform well in the industry.
What does the Backend development using ASP.NET course entail?
The Backend development using ASP.NET course provides comprehensive training in building scalable backend applications using ASP.NET technologies. The course revolves around ASP.NET Core, MVC, and Web API, with the goal of enabling learners to handle high-traffic and complex business logic scenarios.
What are the primary learning outcomes from the 'ASP.NET Core' module in the course?
The ASP.NET Core module familiarizes you with the framework and its components, guides you in developing web applications, introduces the concept of dependency injection, and teaches you how to build and integrate RESTful web APIs.
What are the core learnings from the ASP.NET MVC module?
The ASP.NET MVC module covers application development using ASP.NET Core components, benefits of dependency injection, and building & integrating RESTful web APIs with front-end applications.
What knowledge can I expect to gain from the ASP.NET Web API module?
In the ASP.NET Web API module, you'll learn about RESTful web services, HTTP protocol, designing and implementing a web API, mapping HTTP requests to controller methods, and handling data serialization/deserialization using JSON and XML.
How does ASP.NET Core differ from other web application frameworks?
ASP.NET Core is an open-source, cross-platform framework for building modern, cloud-based web applications. Its modular architecture allows developers to use only the necessary components for their applications, making it lightweight and fast. Additionally, it has built-in support for dependency injection which eases testing and managing different parts of the application.
What is the Model-View-Controller (MVC) pattern in ASP.NET MVC?
The MVC pattern in ASP.NET MVC is a design pattern that separates an application into three main aspects: Model (data), View (user interface), and Controller (processes that handle input). The MVC pattern helps manage complexity in large applications, enabling efficient code reuse and parallel development.
Will this course involve any hands-on projects or assignments?
Yes, the course involves several hands-on projects and assignments that are designed to give you practical experience developing web applications and APIs using ASP.NET Core, MVC, and Web API.
How will this course help me in my career?
This course will give you a deep understanding of backend development using ASP.NET. The skills and knowledge you gain from this course will be highly valuable in many development roles, particularly roles that involve web development or building RESTful services. This could open new job opportunities or help you advance in your current role.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.