News

Take advantage of default interface methods in C# 8.0 to add new methods to an interface without breaking existing implementations.
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 ...
For example, the CoreRT team this summer made progress in transpiling .NET interface code and dispatching it to C++. An interface is a C# construct that somewhat resembles a class but is used to ...
Refit is an open-source library for .NET, .NET Core, and Xamarin that makes consuming REST APIs simpler and easier by enabling you to define the API endpoints as C# interfaces, thereby eliminating ...