Posts

Showing posts with the label ASP.NET Core Identity

Web App Development Beginners Guide - ASP.NET Core 7 Part 1

Image
ASP.NET Core 7: Creating A Razor Pages Web Application using Visual Studio 2022: Step-by-Step Guide This is part 1 of the " Web App Development Beginners Guide " tutorial series. In this tutorial series, we will learn how to build a functional Web Application with individual account user login. 1. ASP.NET Core 7: Creating A Razor Pages Web Application: Step-By-Step Guide (This Tutorial) 2. ASP.NET Core 7: Executing (running) The Razor Pages Web Application  3. ASP.NET Core 7: Getting Familiar With Visual Studio 2022 IDE 4. ASP.NET Core 7: Examining The Project Structure    5. ASP.NET Core 7: Modifying And Extending Website Contents 6. ASP.NET Core 7: Modifying And Extending The Application. In future tutorials, we will cover: ASP.NET Core 7: Registering A User  ASP.NET Core 7: A Quick Skim Through The Identity Framework And Entity Framework Used In The Project. ASP.NET Core 7: Deploying The Razor Pages Web Application Into IIS Server ASP.NET Core 7: Deployi...

Getting Started With Web Application Using ASP.NET Core 2.2 With Visual Studio 2017

Image
Getting Started With Web Application Using ASP.NET Core 2.2 With Visual Studio 2017 To follow this guide it is required to have the following: Basic knowledge of C# programming and understanding of  HTML, CSS & JavaScript Web technologies.  Visual Studio 2017 (Community or any commercial edition) is installed on the development computer. SQL Express is also required and comes with the Visual Studio installer. Remember to install it as well. Follow the  Step By Step Guide For Creating  ASP.NET Core 2.2 C# Web Application Using Visual Studio 2017 The completed web application project using the above tutorial builds a website as shown below.  Figure 1: Final Website Here I am going to discuss some useful information about the application we created.   Step1. Closer Look At The Project The project we created using  ASP.NET Razor Web Page Application  is added to the solution, as shown in the Solution explorer, where it displays the folder str...

Step By Step Guide For Creating ASP.NET Core 2.2 C# Web Application Using Visual Studio 2017

Image
Step By Step Guide For Creating  ASP.NET Core 2.2 C# Web Application Using Visual Studio 2017 To follow this guide it is required to have the following: Basic knowledge of C# programming and understanding of  HTML, CSS & JavaScript Web technologies.  Visual Studio 2017 (Community or any commercial edition) is installed on the development computer. SQL Express is also required and comes with the Visual Studio installer. Remember to install it as well. Note: I have marked red labels in the pictures shown in this tutorial for explanation purposes, those red typing or numbers are not actually shown in the actual Visual Studio windows on your computer. Step 1. Create a new project from Visual Studio 2017 Open Visual Studio 2017. The startup tab is shown in the IDE Window. Click on the " Create new Project " link as shown in Figure 1 (marked in red box) Figure 1: Visual Studio 2017 Start page tab is shown in the Window at the startup. Then it will open a " New Project ...