Repository containing implementation of programs in .NET subject @ITGopeshwar
- Move to the desired project folder using available console.
- Run
dotnet restore
command to restore all Nuget packages. - Use
dotnet run
command to execute the program.
- All the code in this repository follows Microsoft .NET Naming Conventions. Any code that does not adhere to the conventions will not be accepted.
- Any student of @ITGopeshwar can contribute to the repository.