Posts

Showing posts from February, 2019

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. Examining 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 structure. It has 3 main files, 6 folders one projec

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 &q