Posts by Snyp • 13 points
2 posts
- 
		0 votes1 answer68 viewsQ: Error trying to Edit PK and UK on ASP . NET CoreI would like to know how to manipulate the Unique Keys and Primary Keys with Entity Framework. Whenever I try to edit an attribute and pass the same value it had before, it returns me an error: "The… 
- 
		-1 votes1 answer143 viewsQ: Specify custom View paths in ASP NET Core 2.0 MVC 5?I’m having a big problem specifying the path I want the controller to search for the view relating to it. I’m using more than one subfolder within an area: I want the controller to be able to…