codesmithtools / Templates

CodeSmith Generator Templates
http://www.codesmithtools.com/product/generator
54 stars 35 forks source link

PLINQO #706

Closed brufus closed 8 years ago

brufus commented 8 years ago

Hello, I'm evaluating codesmith with PLINQO for our department. I installed the trial version of codesmith and ran the PLINQO quick start to create a project connected to our sql database. If I set the web project as the startup I see all of the tables in the database on the left and as I click them the grid is populated accordingly so everything seems to work there. We use primarily win-form applications in our department and now I'm trying to only access one table and populate a simple windows grid control with the table data but I don't see any examples of how to do that. Could you assist or point me in the right direction? We use VB.net but I cant even find a good example doing that in c#. PLINQ.pdf

niemyjski commented 8 years ago

Hello,

The created website is just ASP.NET Dynamic Data website, we don't generate any strongly typed controls or UI components for any of our templates. With this said you can easily data bind with the generated PLINQO templates. We just extend the linq-to-sql runtime. Here is a guide on databinding with win-forms:

Please let us know if you have any questions.