Main Content
Talks at Jacksonville Code Camp - 2007
-
Chalk Talk – Code Style and Standards
Scott Dorman 2 Recommendations
August 25, 2007 12:00 AMCode standards and styles are one of those topics that you either love or hate. Join your fellow developers as we talk about what our experiences have been, what worked, what didn't, and why having them is a good idea. Share your thoughts on what should be considered a standard and why it is…
-
Garbage Collection in .NET
Scott Dorman 2 Recommendations
August 25, 2007 12:00 AMLearn how to use Dispose and the IDisposable pattern and then learn how to implement this into your own classes. We’ll cover the basics of how the garbage collection system .NET works and then talk about how the IDisposable pattern can help.