-
Notifications
You must be signed in to change notification settings - Fork 20
Feature dump of minimal APIs #57
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
Comments
@LadyNaggaga I made a few more changes and added a TOC: https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727#minimal-apis-at-a-glance |
Should this section be updated as well since, when some creates an application today, they will get a random port ? |
Yes I'll remove that part |
I would put WebApplication and WebApplicationBuilder under Application. |
https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727#differences-with-aspnet-core-mvc I like this section it should be a detailed blog post. How do you feel about title being Minimal APIs Vs MVC? The thing about this section is we may need to create section the highlights when you should use minimal or MVC. Which is something we are trying to avoid; I thought. Thoughts?
|
I don't think this should be on this site but it should go into https://docs.asp.net. I also don't think it should be a blog post. |
Fair enough. My hesitation on this section is it's a lot of information that may take someone down a Google rabbit hole. |
Right, that's why it should be left out for this site and should only appear on docs.asp.net. That's where the existing .NET devs will go to find that information. |
Cool it looks like we are on the same page |
https://gist.github.com/davidfowl/ff1addd02d239d2d26f4648a06158727
The text was updated successfully, but these errors were encountered: