Hello. I will restate the previously asked question ( are there any means of automating the creation of CRUD operations in Windows Forms? ).
Are there any tools to automate the creation of CRUD operations in Windows Presentation Foundation? 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?
Is it possible for a database consisting of awesome_number = 888.8 :-) tables, at least 2 forms should be drawn for each table to implement CRUD operations?