Base solution for your next web application

Activities of "mateus.queiroz"

Question

Are you guys looking forward to build ASP.Net Boilerplate using ASP.NET 5 (vNext)? Is There any project being developed for this?

ASP.NET Boilerplate is a very nice framework and very well documented! I've been studying it in the last few weeks and in this article Kalkan explicitly wrote what it doesn't intend to be: "It's not a code generation tool. While it has several features those build dynamic code in run-time, it does not generate codes." (<a class="postlink" href="http://www.codeproject.com/Articles/768664/Introduction-to-ASP-NET-Boilerplate">http://www.codeproject.com/Articles/768 ... oilerplate</a>)

It's very controversial at AngularJS forums, but wouldn't be nice to generate presentation view from an WebApi service (using EntityDTO definition to create the fields in view HTML)? Like we have T4 and ASP.net MVC Multipage generating CRUD razor cshtml . It's sound like Repeating Yourself writing the AngularJS Controller and HTML from the blank.

Is it planned to be done a generator at ASP.NET Boilerplate? Or do you guys suggest using any other tools to generate the AngularJS Controller and html?

Question

First of all, I want to congratulation your work at ASP.NETBoilerplate! It's very nice and very well documented. I'm reading all documentation for writing an article in Portuguese, and I'm finding some mistakes (Really very few). I didn't find another place to trying helping you, so I created this topic.

Link: <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Unit-Of-Work">http://aspnetboilerplate.com/Pages/Docu ... it-Of-Work</a> Original Text: Connection and transaction management is one of the most important concepts <span style="color:#FF0000">is</span> in an application that uses a database. When to open a connection, when to start a transaction, how to dispose the connection and so on. Suggested Text: Connection and transaction management is one of the most important concepts in an application that uses a database. When to open a connection, when to start a transaction, how to dispose the connection and so on.

Showing 1 to 3 of 3 entries