Model Binding in MVC Understanding Model binding in MVC is important for understanding important scenarios such as data validation. While working in a MVC application we come across the different components such as the controller,action methods, application routes and the model.These all are no doubt important components in any MVC application ,but there is one […]