Coder Social home page Coder Social logo

aspnet5-workshop's People

Contributors

damianedwards avatar davidfowl avatar emilol avatar erikschierboom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aspnet5-workshop's Issues

Getting started lab - Host will not build

Hi,
I have followed the instructions in the lab, but I get an exception from the host = WebHostBuilder()....Build() call in Main.

{"Method 'Log' in type 'Microsoft.AspNet.Server.Kestrel.KestrelTrace' from assembly 'Microsoft.AspNet.Server.Kestrel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.":"Microsoft.AspNet.Server.Kestrel.KestrelTrace"}

Am I doing something wrong?

Using and external AuthZ provider

Working in an enterprise scenario (multiple apps, single source of authZ), it'd be useful to see examples of how you'd plug in an external authorization provider to work with the new policy based authorization filter. Would you do it via middleware or are there existing extension points in the framework?

Extending MVC from a package

We have several scenarios where we want to extend MVC applications from a plugin, which seems easier to do in ASP.Net Core MVC but still has bits to figure out a best approach on, can we add examples (or "no, you can't do that"s) for:

  • Adding routes & actions to an existing application, preferably just by including the package (e.g. the parent app looks for and adds, via LibraryManager?)
  • Adding views for those routes, that exist in the library package

We have use cases that lie on both sides of this and maybe there are simpler ways than we're approaching it. Practical use cases are things like dashboards where we'd like people to be able to write their own panels, pages, and post actions without touching the main application or involving a monolithic codebase there along with the community being able to share and contribute on these.

On the other side like our error handler we want to be able to drop in a few views in the app for easy access. Currently I'm approaching it as a simple route/action you drop in your application with a 1-liner to the package to handler the request...which is ultimately something like StringBuilder for shared libs with SystemWeb counterparts or possibly could include Razor dependencies on the Core MVC side of the fence.

How would you guys approach this? I'm curious if there are much better hooks or it's just not really an envisioned scenario you want to support. Either's fine, knowing either way helps.

Building and publishing a nuget package

Would absolutely love to know more about how one would go about taking a project.json project and building and publishing it as a nuget package. Lots of little in-between things to cover I'm sure.

This might do well as a whole section, broken down into various activities:

  • Building the package and dealing with target platforms
  • Publishing publicly
  • Publishing to a private repository
  • Setting up or what to look for in a build server
  • If applicable, any caveats to consuming the project from a .csproj (use a Xamarin project as an example)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.