Skip to content

Slides and code samples for the presentation "Catching up with C# Interfaces: What you know may be wrong"

License

Notifications You must be signed in to change notification settings

jeremybytes/csharp11-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catching up with C# Interfaces

C# 8 brought new features to interfaces, including default implementation, access modifiers, and static members. Then in C# 11, we got static abstract members. We'll look at these 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 (sort of). 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.

Articles:

Microsoft Docs Samples

Presentation Recordings:
(Just the C# 8 parts)

Additional Topics

About

Slides and code samples for the presentation "Catching up with C# Interfaces: What you know may be wrong"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages