Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i implement apply to a particular job by a user using mvc without using entity framework?


What I have tried:

i have tried to fetch user data from session but i dont how can i store that user data and job id to db table when i click apply button
Posted
Updated 2-Mar-23 17:58pm

1 solution

Well, your query is more around how to use MVC without using Entity Framework behind the scenes. Entity Frameworks are not a mandatory way to interact with database. You can always use your own way to connect.

Following articles would help you learn that:
Implement CRUD operations without using Entity Framework in ASP.Net MVC[^]
Database Connectivity With And Without Entity Framework In MVC[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900