FREELessons: 10Length: 1.5 hours
It's never been a better time to get started with ASP.NET. Not only has the ASP.NET team redesigned the framework from the ground up, but they've made it completely open source and cross-platform. It's now called ASP.NET Core, and with it you can develop and run ASP.NET applications on Windows, macOS, and Linux.
In this course, ASP.NET expert Jeremy McPeak will teach you everything you need to know to get started developing web apps with the latest version of ASP.NET. Follow along and you'll learn how to set up your dev environment, how to use templates and routing with MVC, and how to implement data display and editing. All this as you build a simple but functional online database of guitar types!
1.Introduction1 lesson, 01:39
1 lesson, 01:39
1.1Introduction01:39
1.1
Introduction
01:39
2.Getting Started3 lessons, 34:08
3 lessons, 34:08
2.1What You Need07:11
2.1
What You Need
07:11
2.2Building an App From Scratch14:12
2.2
Building an App From Scratch
14:12
2.3Project Layout and Overview12:45
2.3
Project Layout and Overview
12:45
3.Routing and Processing1 lesson, 13:51
1 lesson, 13:51
3.1Defining Routes and Writing Controllers13:51
3.1
Defining Routes and Writing Controllers
13:51
4.Working with Data3 lessons, 35:32
3 lessons, 35:32
4.1Displaying a List of Objects11:02
4.1
Displaying a List of Objects
11:02
4.2Displaying a Single Object07:59
4.2
Displaying a Single Object
07:59
4.3Working With Forms16:31
4.3
Working With Forms
16:31
5.Framework Features1 lesson, 05:22
1 lesson, 05:22
5.1Dependency Injection05:22
5.1
Dependency Injection
05:22
6.Conclusion1 lesson, 01:15
1 lesson, 01:15
6.1Conclusion01:15
6.1
Conclusion
01:15
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.