Nuh Naci Yazgan University, Electrical Electronic Engineering, Graduation Project, 2020
In my graduation project, I aimed to present the facilities which have provided by the Internet for the benefit of students and their instructor. With this project, students or instructors will be able to check the status of books which is in the library on the web page. Also, there will be a note sharing section to encourage students to share their notes. Furthermore, there will be an article section for students and instructors to acquire knowledge and specialize themselves in a subject. In this section, instructors will able to create an open source for their university by adding articles.
- ASP.NET
- .NET is a free, open-source development platform for building many kinds of apps.
- With .NET, your code and project files look and feel the same no matter which type of app you're building. You have access to the same runtime, API, and language capabilities with each app.
- .NET Core has been used in this project. With .NET Core, you can create .NET apps for many operating systems, including Windows, MacOS, Linux, Android, iOS, etc.
- .NET Core Identity
- .NET Core Identity is an API that supports user interface (UI) login functionality
- Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.
- EntityFramework Core
- An open source, object–relational mapping (ORM) framework.
- SQLite
- SQLite is a relational database management system
- SQLite is not a client–server database engine. Rather, it is embedded into the end program.
- Bootstrap
- Bootstrap is a free and open source front end development framework
- The Bootstrap framework is built on HTML, CSS, and JavaScript to facilitate the development of responsive, mobile-first sites and apps.