Full course on Udemy : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?couponCode=101099C2888FBF8D1031

**********************

How to create ASP.NET Core Web Application using Visual Studio 2022. How to create Razor Pages.How to modify application layout. How to install ASP and web development component. .

***********************************

🔥 *Complete Udemy Courses* :
Build E-commerce *Web Application* using *ASP.NET Core* : https://www.udemy.com/course/aspnet-core-web-application-using-razor-pages/?couponCode=A00078B1466BD4192708
Build E-commerce *Web API* using *ASP.NET Core* : https://www.udemy.com/course/build-aspnet-web-api/?couponCode=A000E2637EEE55E4618E
Build E-commerce *Web Application* using *React JS* : https://www.udemy.com/course/build-complete-react-application/?couponCode=A000228C757F40C404F9

⬇️ *Free Document Proofreading* ⬇️
► *Grammarly* : https://grammarly.go2cloud.org/SH3YB

source

36 Comments

  1. Thanks for the tutorial. I found it a little hard to follow, would be nice if there was more detailed information on what was being done on the screen. Please try and follow this tutorial without looking at the screen and you will find it very difficult (I am often looking at my computer screen trying to find what it is you are referring to and as such I, like many others, have to keep replaying your video to know what you are referring to).

  2. <div class="container">

    <form method="POST">

    <label for="fname">First Name</label><br>

    <input type="text" id="fname" name="firstname"><br>

    <label for="lname">Last Name</label><br>

    <input type="text" id="lname" name="lastname"><br>

    <label for="message">Message</label><br />

    <textarea id="message" name="message" style="height:200px"></textarea><br>

    <input type="submit" value="Submit>"

    </form>

    </div>

    You're welcome!

Leave A Reply

Please enter your comment!
Please enter your name here