ASP.NetTask.md - brainchildservices/curriculum GitHub Wiki
SLIDE-1
Tasks
SLIDE-2
Create A Simple ASP.NET WebApp.
Add A New new Page For an Area Calculator.
Try to Find the Response code 200 for the page you added. Tou can see just by going to Developer toolbar then network tab, in network toolbar you should be able to see as shown below.
Try to ERROR404.
Go through your startup file and Find out All the Middleware Present in it .
Try to understand about the middleware using Debug.
Add a New Folder named "Contents" in your Project and Make it as your Projects Root folder. (Make all Necessary changes needed. it will give you a pretty idea about how everything is connected)