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

Implement Middlewares using Endpoint Routing in ASP.​NET Core 3.0 #137

Open
utterances-bot opened this issue Apr 18, 2019 · 7 comments
Open

Comments

@utterances-bot
Copy link

Implement Middlewares using Endpoint Routing in ASP.​NET Core 3.0

https://asp.net-hacker.rocks/2019/04/10/routed-middlewares.html

@JuergenGutsch
Copy link
Owner

@anamikadatta thanks for your comment.
BTW: I removed the link from your comment. Please ask me first, if you want to place some advertisement. Thanks :-)

Copy link

WellspringCS commented Jul 30, 2019

Thank you for this write-up, Jürgen! Much appreciated. I hope to see your updated thoughts in due time, as I'm going down this same road.

BTW, for the next guy who looks up EndpoiontRouteBuilder and thinks "Jürgen is the only person in the entire world writing about this" -- that's due to both a typo and (I think?) a mistaken concatenation of two words. EndpoiontRouteBuilder => EndpointRouteBuilder => Endpoint RouteBuilder... you'll get more info (but not much more!) with a search on Endpoint RouteBuilder... :)

@JuergenGutsch
Copy link
Owner

@WellspringCS thanks :-)
Will fix the typo asap

@WellspringCS
Copy link

BTW, I ran into a problem you might be able to speak to. Any thoughts on this? Much appreciated.

@JuergenGutsch
Copy link
Owner

@WellspringCS thanks for your comment.
I will have a look later this evening.

Copy link

I think app.UseRouting(routes => {}), as used in this post, was replaced with app.UseEndpoints(endpoints => {}) in the release version of ASP.NET Core 3.0.

@JuergenGutsch
Copy link
Owner

Hi @MichaelMitchellM
Yes, that is right. This Post was written with one of the early preview versions.

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

No branches or pull requests

5 participants
@JuergenGutsch @MichaelMitchellM @utterances-bot @WellspringCS and others