Open manukondusuprathika opened 1 year ago
Install .NET 6.0 or .NET 7.0:
Visit the official .NET website (https://dotnet.microsoft.com/download/dotnet) to download and install the version of .NET you prefer (6.0 or 7.0). Code Editor:
Choose a code editor or Integrated Development Environment (IDE) for .NET development. Visual Studio, Visual Studio Code, and JetBrains Rider are popular choices. Install the selected code editor/IDE on your machine. Add Your Project Code:
Place your .NET project files, including the code for the console application, DTOs & Models, and CRUD APIs, within the cloned repository folder on your local machine.
Use the following commands to add and commit your code to the repository:
git init git add . git commit -m "Initial commit - Starting-Project"
1.Create the Console Application: Create a new .NET Console Application using .NET 6.0 or .NET 7.0 in your code editor