Simple

Docs

An edit form can be created with a single of code. Simply supply the connection alias and table name in the constructor for the control.

Razor
                                
                                        
@(new DbNetEditCore("northwind", "customers").Render())