Base solution for your next web application

Activities of "acrigney"

I had a lot of trouble getting the aurelia/asp.net core integration working e.g trying examples like this <a class="postlink" href="http://tutaurelia.net/">http://tutaurelia.net/</a> <a class="postlink" href="https://elanderson.net/2016/10/aurelia-with-an-asp-net-core-api/">https://elanderson.net/2016/10/aurelia- ... -core-api/</a> etc Then I had another look and found this! <a class="postlink" href="https://github.com/aspnet/JavaScriptServices/">https://github.com/aspnet/JavaScriptServices/</a> They have Aurelia /ASP.NET Core integration also Angular 2, React etc However this is with ASP.NET Core 1.0.1 which is for VS 2017!!!! If you are new to the change the main difference between VS2015/VS2017 is that project files are reverting back to .csproj files and project.json is gone as these dependencies will be handled by MSBuild in the project file. Anyway at least whatever asp.net boilerplate does it probably needs to use ASP.NET Core 1.0.1. ASP.NET Core is production ready as I understand it, you just use whatever version you want to use in the global.json after you have installed the new version. Anyway I am trying to create a sample app now. Best Regards, Alistair

Yes of course mate and your stuff is awesome, I just don't like Angular1,2,4 etc!! I had not even heard of Angular Universal but I would prefer to use Aurelia!! Here is a framework using Angular Universal <a class="postlink" href="https://github.com/MarkPieszak/aspnetcore-angular2-universal">https://github.com/MarkPieszak/aspnetco ... -universal</a>

The only hard part about integrating the dynamic web API generation with Aurelia Some people are doing CQRS calls like this <a class="postlink" href="http://blog.sapiensworks.com/post/2016/03/19/cqs-api-client-with-aurelia">http://blog.sapiensworks.com/post/2016/ ... th-aurelia</a> But the dynamic Web API is way better!

Showing 31 to 33 of 33 entries