DbContext not updating database
问题 When I save changes to DbContext, it doesn't update my database. No errors either. Yes, the incoming form data is filled. Yes, the connection string is correct, I know this because I'm able to retrieve data from the database perfectly fine. If it's of relevance, it's a many-to-many relationship. A roadmap is like an article as far as you're concerned which can be associated with many tags. public static class RoadmapService { static ConkerDbEntities dbContext; public static void