Skip to content

C# Webpage Application template with README outline, Tests folder, & ASP.NET CORE MVC setup

License

Notifications You must be signed in to change notification settings

eluckie/CSharpWebpageTemplate.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{Application Name}

By E. Luckie ☀️

{Brief description of application}

Technologies Used

  • C#
  • Dotnet
  • MSTest
  • Markdown
  • Git

Description

{This is a detailed description of your application. Give as much detail as needed to explain what the application does as well as any other information you want users or other developers to have.}

Setup/Installation Requirements

  1. Clone this repo.
  2. Open your terminal (e.g., Terminal or GitBash) and navigate to this project's production directory called {ProjectName}.Solution.
  3. In the command line, run the command dotnet run to compile and execute the console application. Since this is a console application, you'll interact with it through text commands in your terminal.
  4. Optionally, you can run dotnet build to compile this console app without running it.

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this application depends on? We recommend deleting the project from your desktop, re-cloning the project from GitHub, and writing down all the steps necessary to get the project working again.}

Known Bugs

  • Any known issues
  • should go here

Stretch Plans

  • desired functionality
  • to add at a later time

License

MIT License

Copyright (c) 2023 Luckie

About

C# Webpage Application template with README outline, Tests folder, & ASP.NET CORE MVC setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published