ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
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
Analyzing a memory leak discovered by our build server

A few weeks ago, I was working on a feature in Rider when I received a build failure e-mail from TeamCity, our continuous integration service. I was not allowed to merge my feature into the main product as it was causing a … Continue reading →
The post Analyzing a memory leak discovered by our build server appeared first on .NET Tools Blog.


https://blog.jetbrains.com/dotnet/2018/10/02/analyzing-memory-leak-discovered-build-server/