Hello! Are there any tools to automate the creation of CRUD operations in Windows Forms? I would like something similar to the ASP.NET MVC tools. In other words, I would like, specifying the name of the entity or database table to get the implementation code for the graphical interface of operations CRUD?
Thank.