Base solution for your next web application

Activities of "ismcagdas"

Hi,

You can use other metronic admin 6 as well. There will not be huge changes actually.

We tried to explain it in a metronic forum post here <a class="postlink" href="http://keenthemes.com/forums/topic/aspnetzero-starter-kit-for-your-next-net-web-application-based-on-metronic/">http://keenthemes.com/forums/topic/aspn ... -metronic/</a>

Please let us know if you have any problem migrating to admin 6.

Hi,

Our SPA template is angular 1.x for now but you can use any SPA framework with aspnetboilerplate. We dont have an example for angular2 right now, you can easily search and find on the internet for how to make angular2 ajax calls.

Hi,

It's 26 July actually. We are hardly trying to finish issues for that date :)

Answer

Can you share your Blog and Entry entities ?

Hi,

Because of minified javascripts, it's hard to figure out the error. Can you try it after adding

debug="true"

to your web.config temporarily. It should disable script minification.

Hi,

Can you check your module dependencies ? It seems like app is trying to load AbpWebCommonModule twice.

Can you also share your logs ?

Hi,

Please check this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/774">https://github.com/aspnetboilerplate/as ... issues/774</a>. You can do it with PlugInFolders.

Hi,

Can you share full of your code for UploadFiles if it is possible ?

Hi,

You can try to change state of Entity after finishing your job with it like this,

dbContext.Entry(entity).State = EntityState.Detached;

I dont know your case very well but overriding SaveChanges might be a better choice as Halil said.

Hi,

As Halil pointed out, there is also no need to set Guid identity fields. Because it's generated by abp with sequential guid generator.

It has better performance than regular guid generation.

Showing 12481 to 12490 of 12718 entries