ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
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/