Base solution for your next web application

Activities of "donpedrodelamuerte"

Hello! I'm using Abp template with module zero to make a basic web app. So far Abp features are all I need.

But I also have to use a REST api. As far as I understand, the .web project is the client application layer and it's mostly using MVC I think.

After reading the doc, I found the Dynamic-Web-API. Is that what I need to use Abp with a REST api ? It sounds like all I have to do create an interface ITaskAppService : IApplicationService and set

Configuration.Modules.AbpWebApi().DynamicApiControllerBuilder.For<ITaskAppService>("tasksystem/task").Build();

Is that it or is there anything else I need to know?
What will prevent the user to use the basic MVC controller already implemented in the .web projects?

thanks!

Hi there, I am trying to implement an account confirmation feature when user register in the system. I am using the ABP template with asp.net Core and Module Zero.

I am trying to adapt this tutorial : <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/authentication/accconfirm">https://docs.microsoft.com/en-us/aspnet ... accconfirm</a>

But as you guessed it is not working...

Does boilerplate currently have built-in support for this feature? If not, how should I do it?

Hi there,

I'm trying to learn how to use boilerplate at the moment. I'm a little bit confuse about something.

When I create a sample project for ASP.Net Core 1.x on <a class="postlink" href="http://www.aspnetboilerplate.com/">http://www.aspnetboilerplate.com/</a>

Why is the project.json target framework "net462" instead of "netcoreapp1.0"?

Showing 1 to 3 of 3 entries