The Veritas Edu Student Portal is a web application built with ".NET ASP-MVC 5" that Veritas students access by logging in through veritasedu.net. In the Student Portal, students log in with a username and password to view course schedules, questions, and digital exams from our question archive, solve them, and view their results. The database is accessed through Microsoft SQL Stored Procedure functions using DAPPER and ADO.NET SqlConnection, and data management is performed using Table Modeling. All Student Portal operations are managed this way.
The Veritas Edu Teacher Portal is a web application built with ".NET ASP-MVC 5" that Veritas's teachers and consultant staff access by logging in through veritasedu.net. In the Teacher Portal, teachers log in with a username and password to view course schedules, our question archive, our digital exams, and detailed results of the exams their students have solved. The database is accessed through Microsoft SQL Stored Procedure functions using DAPPER and ADO.NET SqlConnection, and data management is performed using Table Modeling. All Teacher Portal operations are managed this way.
The Veritas Consultancy application is a ".NET ASP-MVC 5" management panel web application through which Veritas's consultancy services are managed via consultancy.veritasedu.net. Through this web application, Veritas's staff working as consultants log in to manage, plan, and list the study-abroad consultancy and coaching service processes offered to students based on the meetings held with them, record the entire process, and perform operations on the records in accordance with their permissions. All management operations are carried out through the Microsoft SQL database using Entity Framework and ADO.NET Table Modeling.
The Veritas Course Scheduling application is a ".NET Windows Form Application" management panel application that covers all of Veritas's operations. Through this management panel, students' course schedules are prepared and managed, students' activities are monitored and recorded, workflows are created among staff, requests are arranged, teachers' course schedules are prepared and managed, and accounting operations are performed and managed. All of these operations are carried out using ADO.NET SqlConnection and Table Modeling through Microsoft SQL Stored Procedure functions.
The Veritas Question Bank application is a ".NET Windows Form Application" database management application for managing our digital exams and questions. It is used to add, update, delete, and list questions in the tables containing our digital question archives in our database, through Microsoft SQL Stored Procedure functions using ADO.NET SqlConnection and Table Modeling. The vast majority of our questions are linked to our digital exams. This way, we also manage our digital exams through this software.