blog icon indicating copy to clipboard operation
blog copied to clipboard

ASP.NET Core in .NET 6 - Introducing minimal APIs

Open MarcusMcKibben opened this issue 4 years ago • 1 comments

https://asp.net-hacker.rocks/2021/08/17/aspnetcore6-minimal-apis.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+jgutsch+%28ASP.NET+Hacker%29

Thank you for writing this blog. It was very informative.

I wanted to provide some minor feedback in regards to punctuation in the blog. The overall style of the document uses periods at the end of sentences, however two specific sections lack them.

"You can start the project like any other ASP.NET Core project by running dotnet run or by clicking F5 in your IDE" "Here you can also add the known services like authentication, authorization, and even MVC Controllers with views"

My eye just caught the inconsistency. Thanks again.

MarcusMcKibben avatar Aug 23 '21 14:08 MarcusMcKibben

Hi @MarcusMcKibben Thank you for your feedback. I really appreciate such feedback that helps me to improve. You are absolutely right and I apologize. I'm going to fix the punctuation asap.

JuergenGutsch avatar Aug 27 '21 05:08 JuergenGutsch