When I try to open the Angular 2 server solution in Visual Studio 2015 on a Windows 10 machine, I get this. So I uninstalled .NET Core SDK and reinstalled latest version (1.0.1) from here: <a class="postlink" href="https://www.microsoft.com/net/core#windowsvs2015">https://www.microsoft.com/net/core#windowsvs2015</a>
Any ideas? Anyone else run into this?
When trying to build the Angular2 version (Web.Host) I get "MSB1009: Project file does not exist." Project.json is there, is this something to do with MS moving to MSBuild from project.json for .NET Core? Some setting I need to change?
So if someone wanted to try and mod the Angular2 version to work on it in VSCode on a Mac - any advice where to look for resources how to make it work there?
Under Areas->Mpa->Views if I want a view served to URL /Mpa/Insurance I need to add a folder named "Insurance" and then put the Index.cshtml file in that folder.
I would like instead to have Areas->Mpa->Views->MyOrganizingFolder->Insurance->Index.cshtml.
If I do that what all should I change so the view will be correctly auto found?
Hi All:
I see that adding CMS features is on the Roadmap. I am trying to convince the team at my work to adopt ASP.net ZERO for all our development, but the cms features would be needed.
I am wondering what the best plan for that would be. Perhaps integrating an existing open source CMS project would be quickest and maybe best way to add this functionality? I guess integration would need to have a system for sharing of user base / auth.
Or does ABP/Z team plan to build from scratch so that it is more deeply integrated?
Any timeline for intial release? Will it include versioning of CMS documents?
Building the template starter projects from /Downloads works fine for me.
I clone the aspnetzero repo here: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero.git">https://github.com/aspnetzero/aspnet-zero.git</a> though and build fails with error tsc.exe exited with code 1.
Ideas?
If you work from a template downloaded from /Downloads, and you want to add in upgrades from the aspnet zero team, what is the approach people are using? Diff all the files and add in each upgrade change manually?
Which seems like a huge job... so most people are forking from the github repos? But those repos - do they fully match up to the different template/sample types?
If you start from the repo, what process are people using to efficiently refactor things like "MyCompanyName" in the filenames and globally in the files? Just global find/replace?
HI:
The tutorial here almost represents a full CRUD application except there is no Update People functionality.
<a class="postlink" href="https://aspnetzero.com/Documents/Developing-Step-By-Step">https://aspnetzero.com/Documents/Develo ... ep-By-Step</a>
If someone can give me example code to create the UpdatePersonInput and UpdatePerson method for the PersonAppService then I would be happy to add to the tutorial, edit it in general for English readability, and submit PR.
I am a newbie to ASP.NET in general and sadly not sure I can write best example code, so asking here for it.
Then the tutorial will be complete example of a full CRUD app. (-:
Thanks!
Excited about this I am! --> <a class="postlink" href="https://blogs.msdn.microsoft.com/visualstudio/2016/11/16/visual-studio-for-mac/">https://blogs.msdn.microsoft.com/visual ... o-for-mac/</a>
I wonder if any of the sample projects will need adjustment to work?
Also curious if the new ASP.NET Core based on Angular 2 and Visual Studio Code will still become available this year? Maybe it would be easier to have it work in Visual Studio for Mac? although in VS Code would give access to Linux too.