Posts by user8308 • 61 points
1 post
-
5
votes5
answers2481
viewsQ: Do not allow saving duplicate records
I am developing a system using ASP.Net MVC and Entity Framework. How do I not allow equal data to be recorded in a table? For example, don’t allow login: x to be registered more than once.…