Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider front-end examples #4

Open
farlee2121 opened this issue Mar 7, 2018 · 2 comments
Open

Consider front-end examples #4

farlee2121 opened this issue Mar 7, 2018 · 2 comments

Comments

@farlee2121
Copy link
Owner

  • Controller tests
  • javascript tests
  • What framework/pattern should I use? Primarily Asp.net rendering? Angular?
    • Angular would be easier to test in isolation
    • Non-angular js could be a good example of modular js without a framework
    • writing it as a SPA could be a good chance to show modular interface components
@farlee2121 farlee2121 added the idea label Mar 7, 2018
@farlee2121
Copy link
Owner Author

To keep clients decoupled (and keep the core experiment light to update) use a local nuget feed and have all clients consume core through versioned packages.
The story on installing from .nupkg: https://stackoverflow.com/questions/10240029/how-do-i-install-a-nuget-package-nupkg-file-locally

setting up local nuget server https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds
set up package feeds: https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior
Auto generate package and library for switching between project and nuget references: https://stackoverflow.com/questions/48525562/project-reference-vs-nuget

@farlee2121
Copy link
Owner Author

Here is a blazor tutorial series from the creators
https://github.com/dotnet-presentations/blazor-workshop/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant