V
V
Vladimir Madorin2016-09-19 13:12:54
C++ / C#
Vladimir Madorin, 2016-09-19 13:12:54

Are there tools to automate the creation of CRUD operations in Windows Forms?

Hello!
Are there 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, by specifying the name of an entity or a database table, would you like to get the implementation code for the graphical interface of CRUD operations?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Pukhov, 2016-09-20
@vol2hv

Not exactly forms, but lightswitch. You can also simply add a data source to the project and then drag it onto the form, all the code for the main operations will be "out of the box"

D
Dmitry Eremin, 2016-09-19
@EreminD

Snippets are called: once written and saved. Then, where necessary, use
https://msdn.microsoft.com/ru-ru/library/ms165394.aspx
https://habrahabr.ru/post/78530/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question