Main Content
Talks at Tampa Code Camp 2016
-
Intro to Dependency Injection
John Callaway 1 Recommendation
July 16, 2016 11:00 AMJoin us for an exciting demonstration and introduction to Dependency Injection. We'll start with the basic premise of dependency injection and move onto some intermediate to advanced topics. We'll explore some basic functionality of popular dependency injection frameworks including Unity, Ni…
-
Memory Management Fundamentals – Garbage Collection Deep Dive
Scott Dorman 2 Recommendations
July 16, 2016 12:00 PMMemory management in .NET is one of the fundamental aspects of .NET, yet it also seems to be one of the most misunderstood concepts in the CLR. Take an in-depth look at how .NET manages memory, allocates resources, and how the Garbage Collector works.
-
Memory Management Fundamentals – IDisposable and the Dispose Pattern
Scott Dorman 2 Recommendations
July 16, 2016 12:00 PMContinuing the discussion on memory management in .NET, we’ll re-cap the basics of how the garbage collection system works and then talk about the IDisposable interface and the Dispose pattern. This will cover not just how to use the pattern but also how to implement the pattern into your ow…