Welcome to the repository for the Web-Based Technologies class, featuring a collection of projects developed using ASP.NET. These projects were created as part of the coursework, showcasing a range of web-based applications. Although rapidly developed, each project demonstrates key concepts and skills acquired during the class.
Note: Databases are included for required projects
A web application designed for credit card verification. Users can input credit card details, and the system validates the information based on predefined rules. This project serves as a practical exercise in form validation and handling sensitive data securely.
CreditCardVerification.mp4
An online version of the classic Hangman game. Users can guess words, and the application provides feedback on correct and incorrect guesses. This project explores interactive web development, user input handling, and game logic implementation using ASP.NET.
Hangman.mp4
A web page displaying the top 50 movies according to IMDB ratings. This project involves retrieving and presenting data from an external API, demonstrating integration with external services, data manipulation, and dynamic content rendering.
IMDB.mp4
A web-based system for booking airplane tickets. Users can search for flights, view available seats, and make reservations. This project delves into database integration, user authentication, and complex data transactions, reflecting real-world scenarios in airline ticket booking systems.
AirplaneTicketBooking.mp4
An online platform for job seekers and employers. Job seekers can search for job listings, submit applications, and manage their profiles. Employers can post job openings, review applications, and manage their company profiles. This project covers user roles, database relationships, and secure user authentication.
JobPortal.mp4
To explore these projects:
- Clone the Repository:
git clone https://github.com/hsynkmk/ASP.NET-Projects.git
- Open Projects:
- Each project is contained in its respective folder. Open the project you're interested in using Visual Studio or your preferred ASP.NET development environment.
- Run the Application:
- Build and run the project to experience the web applications.
These projects are released under the MIT License. Feel free to use, modify, and distribute according to the terms specified in the license.