How can I validate or block user to do Product.Ingredients.Add(new Ingredient())
?
When user do it, ever a new ingredient is added into ingredient table. I want it add only existing ingredients.
I have been trying to get the Entity Framework to work in my web application using MySQL. It works fine on my local pc, but doesn t work when I put it on the server. Since the server is a shared ...