30-07-2019
Doc: https://aspnetboilerplate.com/Pages/Documents/EF-Core-PostgreSql-Integration
But, You don't need this now:
To prevent EF Core from calling Program.BuildWebHost(), rename BuildWebHost. For example, change it to InitWebHost.
This is misleading:
Delete the *.EntityFrameworkCore/Migrations folder, because Npgsql.EntityFrameworkCore.PostgreSQL will add some of its own configuration to work with Entity Framework Core.
It should be like this:
Delete the *.EntityFrameworkCore/Migrations folder's Migration classes. Don't delete Seed folder. Because Npgsql.EntityFrameworkCore.PostgreSQL will add some of its own configuration to work with Entity Framework Core.
Hi @ismcagdas
It seems above is not with the AzuredevOps pipelines. Can you tell me when will you provide the docs for us? Thanks.
Hi Ismcagdas,
This is seperated project. i.e. we didn't select the "Single" check box on project cretion moment.
Can you tell me what is this? https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure and this https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Step-by-step-publish-to-azure-angular-staticsite
Can I use that?
Hi,
Yes, you're right.I'll redesign it using ICacheManager.Thanks a lot for the feedback :)
Thank you @rvanwoezik.It works :)
Hi ismcagdas,
Can you give me the Angular2 jtable component's url (git repo or else)? Thanks.
Hi ismcagdas,
Did you use this doc <a class="postlink" href="https://angular.io/docs/ts/latest/guide/upgrade.html">https://angular.io/docs/ts/latest/guide/upgrade.html</a> or have you rewritten all without considering that doc? What is your advice for me? Shall I start to rewrite everything again according to the ABP ng-2 version's architecture or is there any upgrade path? According to your experience which one is best suited for me.My app is still in development mode. Please tell me the best method which I can follow without too many issues in the future.Thanks.
Hi ismcagdas,
Can you please share the steps which you have followed when you migrated it from ng-1 to ng-2? Any doc or something like that? Thanks.
Hi ismcagdas,
Hmm ... Very interesting ... Really nice explanation. Thanks a lot :)