I want to buil a student follow up web application using c# can someone??
Loading
I want to buil a student follow up web application using c# can someone??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Apr 30, 2024, 6:05 AM
To create a student follow-up web application using C# in .NET, you can utilize ASP.NET Core for the backend and Entity Framework Core for data access. Start by designing the database schema to store student information, courses, and follow-up details. Then, create models, controllers, and views to handle CRUD operations for students and their follow-ups.
Next, you can use Entity Framework Core to interact with the database. Ensure to set up proper routing, authentication, and authorization for your web application. Implement features like tracking student progress, sending notifications, and generating reports to enhance the follow-up process