ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
Scaffolding ASP.NET Core API Controllers

Matt Millican walks through quickly creating API controllers to jump start your project.

https://mattmillican.com/blog/aspnetcore-controller-scaffolding
👍1
ASP.NET Core Unit Testing For Security Attributes

David Pine writes a unit test to check that the AuthorizeAttribute is set on various controller classes or even controller actions for his ASP.NET Core Web API endpoints.

https://davidpine.net/blog/asp-net-core-security-unit-testing/
C# 7.1, 7.2 and 7.3 - New Features (Updated)

C# 7 has added a number of new features to the language. This tutorial looks at the new features added to the minor versions of C# i.e. C# 7.1, 7.2 and and 7.3.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=1437
Article: Default Interface Methods in C# 8

Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique. Based on an existing language feature found in Java, traits are an OOP technology that promotes the reuse of methods between unrelated classes.
By Bassam Alugili

http://www.infoq.com/articles/default-interface-methods-cs8?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET