Base solution for your next web application

Activities of "robdocherty"

Specifically having trouble working out how to configure the "create or edit" modal in the angular app. This requires a dto to get the selected item to edit? What else. There is really quite a lot left out here that is important and slowing me down to get started. I cannot really understand why a "step-by-step development guide" has "C", "R", "D" and no "U". It is a fundamental requirement.

I would like to echo the opinion expressed here. The step-by-step guide is great for helping new users get up and running quickly but it really NEEDS a simple entity update sample code added. This is a major omission. Surely not a big task to add simple update function on the Person entity? thanks.

Hi, do you have sample code to implement the ACTIONS drop down within the JTable grid for Angular 2? This would be per shown on the Angular2 demo (but not in the download): <a class="postlink" href="http://xyz.demo.aspnetzero.com/Application#!/roles">http://xyz.demo.aspnetzero.com/Application#!/roles</a>

If this example is using angular's ui grid then maybe that sample code would be useful? thanks rob

Hi Justin - i've been working with the angular 2 app for a couple of weeks trying it out. I love it. I just went to VS 2017 Community and Zero 3.3. I was a bit confused about the migrator docs too, but it's actually pretty simple. If you look inside that project it has a program.cs, so it must be a console app. So just set it as your startup app in VS and hit CTRL+F5 and off it goes. Two things to note. 1) it has its own appsettings.json so you need to set your database conn string in there, and 2) remember to set your statup app back to the .host project when you're done. cheers

Showing 11 to 14 of 14 entries