Base solution for your next web application

Activities of "ismcagdas"

Hi,

I just checked this problem and it seems like we have fixed it with this issue. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/134">https://github.com/aspnetzero/aspnet-zero/issues/134</a>

You can apply the same change to your project.

Hi,

We have two versions before 1.x is for ASP.NET MVC 5.x version and 2.x is for ASP.NET Core version. Now we use 2.x for all of them. So, it's not a problem for you :).

I will check it and get back to you about this issue.

Hi,

Since Note is a sub entity, you have to handle it on the client side or server side. If you want to handle it on the client side, you need to manually set your object's note.id field before sending it to server.

Hi,

I think you are using SPA version. You don't have to register it but you have to create a new app for your new folder (Actually you are creating the folder for your new app :) ) and handle it's routing by yourself.

Hi,

We do it in Visual Studio but maybe someone else can offer another tool.

Hi,

You can create forms similar to MainForm. You need to derive your forms from Form and ITransientDependency.

When you want oto create a new form, get it from dependency injection like this. var form = IocManager.Instance.IocContainer.Resolve<YourNewFormForm>();

Answer

Hi,

You can go with option 2 but you need to name your username field according to AutoMapper mapping rules. Option 1 is also fine I think. Application layer must be responsible for preparing DTOs.

Hi @lcyhjx,

Thank you very much for sharing your experience :).

Hi,

Can you share the name of your project ? I will try the same template.

Or you can say what you choosed when creating your template. ASP.NET MVC 5.x + Angular JS + Entity Framework + Module Zero ?

Thanks.

Hi,

I had a similar issue with twitter and I think Facebook has the same thing. It does not return user related data with first authentication requet.

You need to make a second request to get user's information after authentication I think. You can try this <a class="postlink" href="http://stackoverflow.com/a/31715332/6681451">http://stackoverflow.com/a/31715332/6681451</a>.

Showing 11801 to 11810 of 12747 entries