This is a small online joke website that I developed as part of my study in C#, ASP.NET Core, and SQL Server. The project aims to practice and enhance my web development skills.
- Jokes with Questions and Answers: Explore a collection of amusing jokes structured in a question-and-answer format.
- C#: Primary programming language for developing the application logic.
- ASP.NET Core: Framework used for building the web application.
- SQL Server: Database used for storing and retrieving jokes.
- Clone this repository.
- Open the solution in Visual Studio or use the
dotnet run
command in the terminal.
Make sure to configure the database connection correctly in the configuration file.