Create a web application with C#, Visual Studio and ASP.NET Core

2020-12-19に共有
How to create your first web application using Visual Studio, C# and the ASP.NET Core framework
See studycoding.org/ for all tutorials by Shad Sluiter.

Contents
0:00 First default web page in asp.net core visual studio
0:35 Create a new web project in Visual Studio for a Core framework c# web app
1:45 MVC choice to create a new web app
2:40 What is inside the solution explorer of a new .net core MVC app?
3:15 Run IIS to test the first web app on localhost with port number
4:15 Where. is the views folder for each index page?
4:50 Modify the HTML code for a view
5:40 Where is the layout of a multipart page?
6:15 Where is renderbody?
6:40 What is Razor and cshtml?
7:00 use ViewBag to pass data from a controller to a view
7:35 Modify the controller events
8:10 Add a string parameter to the viewbag class
9:20 specify a view to be returned by the controller

コメント (21)
  • Haven't programmed in years, but watching this its alll coming back to me now, this video is much appreciated.
  • I really appreciate the attention to detail when going through the steps. This isn't just some copy paste tutorial, you've taken the time to explain not only what you are doing, but why you are doing it, and then why that works.
  • @maccton
    Thanks for the simplicity you have in all your videos. Learning new stuff is fast and easy!
  • Holy smokes you explain it to me clearer than my professors thank you :)
  • @blanchfor
    Very detailed for a first time developer, thank you!
  • I've looked at several similar videos and been bored within minutes. I enjoyed your clear instructions combined with the step by step examples. Looking forward to tackling the next step. Thank You
  • And which version di tou have community or professional pls reply
  • I'm running into an issue, when I try to run IIS Express it does absolutely nothing, any help?
  • Hi Professor, I'm not sure why I am having this problem but whenever I create a new project, it takes like 5 minutes to create. How is this even possible?
  • I actually don't have the ASP.NRT web application can you help me with that how can I find it plz I have to a project and its subbmission is on 9 July plz
  • Can you do a video on how to make a web application of 4 pages plz
  • I have to create a web app about fast food, any chance you could help me out?