Base solution for your next web application

Activities of "hkcf"

Thanks for your information.

Yes, EF 6.3 would be part of dotnet core 3.0.

So do you have any plan to support both EF core 3.0 and EF 6.3 in coming Abp frameowork?

any workaround ?

In my coming project, it is required to handle the transaction on two MSSQL databases across different servers. With this background, my only option of ORM is Entity Framework 6. The web application server, of course, would be windows servers with msdtc enabled. When I download the startup solution of which data access layer is used Entity framework Core. So, is there any way I can setup a solution using ASPNETCORE with Entity Framework 6?

Many thanks!

Ivan Lee

I am developing the ASP.NET Core & Angular 2+ project. After I do the npm start, the website function normally. I want to ask a stupid question, where is the javascript file that angular-cli produce since i can't find them.

Maybe it is the time moving to asp.net core as well as EF core. I understand that is the future.

Thank you for sharing your team strategy.

Question

Hi,

Would you consider to add one more project template which is ASP.NET 5.X + Angular2?

It would provide us one more option for the migration road map , i.e. ASP.NET 5.X + AngularJS ==> ASP.NET 5.X + Angular2 ==> ASP.NET Core + Angular2

Alternatively, would you add the feature "Ng2 proxy service generation" on ASP.NET 5.X ?

The fact is we are ready to use Angular 2 but we think Asp.Net 5.x is enough at the moment because our company is purely in MS platform.

Thank you very much for your help.

Ivan Lee

<cite>hikalkan: </cite> We are using angular 2 with typescript. We used nswag (<a class="postlink" href="https://github.com/NSwag/NSwag">https://github.com/NSwag/NSwag</a>) to automatically create typescript proxies (instead of implementing our own solution).

HI,

In ASP.net Zore with web.net mvc (not core), is it possible to generate the proxy service by the nswag as well?

Thanks!

Ivan Lee

HI,

Now, I use the framework to develop the web application which includes webapi and angularJS. Logically, webapi would be server side and angularjs is client side.

Is it possible to separate the webapi and angularjs in two projects instead of one ? if so, how do we do? I think it would help us to release the software more flexible as we are planing to apply the docker in our the part of Application Lifecycle Managemen .

Thanks in advance!

Ivan Lee

Hi,

I'm creating a new API service by Dynamic Web API Layer, it is working as well and success to logged the service request, but somehow it's logged strange message on custom API service sometimes. Normal: [attachment=2:tgouhigz]Untitled.png[/attachment:tgouhigz] [attachment=1:tgouhigz]Untitled2.png[/attachment:tgouhigz]

Sometimes it's logged strange message on parameter field: [attachment=0:tgouhigz]Untitled3.png[/attachment:tgouhigz]

it is not affected the result to insert data into DB but wanna find out the reason, thank you. :D :D :D

If i want to use request header for versioning, how to do that by using aspnetboilerplate ?

Thanks!

Showing 1 to 10 of 14 entries