/ContosoCrafts

Primary LanguageC#MIT LicenseMIT

ContosoCrafts

ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with .NET. This is a simple, intoductory website made with ASP.NET Core. The main goal of this project is to intoduce the framework and explain how to utilize the right tools for building your ASP.NET Core website. Including Blazor components and publishing your website to Azure!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This is preety simple project for whcih you don't need any prior knowledge of the .NET core framework or ASP.NET. Still its better to get known the basics so that it becomes much easirer to understnd.

Check the [Useful Links](#Useful Links) to know more.

Installing

You will need these to get running.

  1. Download Visual Studio 2019 or higher here: https://aka.ms/VisualStudio-dotnetconf19

  2. Download the latest .NET Core here: https://dotnet.microsoft.com/download/dotnet-core (This project uses v3.1)

Clone

Clone this repo to your local machine using https://github.com/mascarenhasneil/ContosoCrafts

Setup

Once you have cloned this project localy go to the directory or folder you have saved this project and run ContosoCrafts.sln

This will create a new project in your system and get the dependancies if any.

Deployment

Deployment is cliks away. .NET core framework is crossed platformed you can run on any platform. I have Windows 10 and I have locally hosted on ISS. You can do this too. If you prefer or familiar with other architectures its will just work fine.

Built With

  • ASP.NET - A framework for building web apps and services with .NET and C#.
  • .NET Core - A developer platform for building websites and webapps.
  • IIS - Web server for hosting.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Gists used this projects:

Important ones

All gists

Useful Links

Acknowledgments