.NET Core and More

W12 Writing Cool Code

12/02/2020

3:30pm - 4:30pm

Level: Intermediate

Miguel Castro

MRD

President

Melvicorp LLC

Ever write some code to solve a problem and you look at it say, “wow, that’s pretty cool”? It’s actually one of my favorite interview questions and usually sparks great conversation. I have a long list of this kind of stuff and I want to share with you some of my favorites. Ever written recursive routines that you thought may require more than one method? How about wound up with events unintentionally being fired more than once due to how and where you wired them up? And here’s one of my favorites. Have you ever wanted to employ some code reusability only to have a small section of the reusability candidate be different enough that it throws a wrench into your good intentions? Well, come check out how these and other problems can be solved in what you may think of as a pretty cool way. Oh and guess what, you can have multiple inheritance in C# too.

You will learn:

  • How to Identify difficult problem spaces
  • About using unorthodox solutions
  • About improving general coolness