Skip to content

BenjaminMichaelisBot/EssentialCSharp.Web

 
 

Repository files navigation

Essential C# Web Project

Projects Overview

For any bugs, questions, or anything else with specifically the code found inside the listings (listing examples code), please submit an issue at the EssentialCSharp Repo.

What You Will Need

  • Visual Studio (or your preferred IDE)
  • .NET 7.0 SDK
    • If you already have .NET installed you can check the version by typing dotnet --info into cmd to make sure you have the right version

Startup Steps

To get the site that is seen at essentialcsharp.com:

  1. Clone Repository locally.
  2. If you have do not have access to the private nuget feed, change the line <AccessToNugetFeed>true</AccessToNugetFeed> to <AccessToNugetFeed>false</AccessToNugetFeed> in EssentialCSharp.Web/EssentialCSharp.Web.csproj.

Please use issues or discussions to report issues found.

About

The web side of essentialcsharp.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.7%
  • C# 18.7%
  • CSS 16.2%
  • JavaScript 10.2%
  • Dockerfile 1.2%