Skip to content

Slides and code for "What's New in C# 8 Interfaces (and how to use them effectively)".

License

Notifications You must be signed in to change notification settings

jeremybytes/csharp-8-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's New in C# 8 Interfaces (and how to use them effectively)

C# 8 brings new features to interfaces, including default implementation, access modifiers, and static members. We'll look at these new features, and see where they are useful and where they should be avoided. The world of interfaces has changed; the line between interfaces and abstract classes has blurred; and C# now has multiple inheritance. With some practical tips, "gotchas", and plenty of examples, we'll see how to use these features effectively (and safely) in our code.

This repository contains slides and code samples for a live presentation. Details of the various topics can be found in the accompanying articles.

Presentation Recordings:

Articles:

Microsoft Docs Samples

Additional Topics

About

Slides and code for "What's New in C# 8 Interfaces (and how to use them effectively)".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages