.NET 101
Posted on October 26, 2009
If you find yourself wanting yourself to share some C# brilliance related to…
- The difference between Object.Equals() and ==
- How string comparison is an interesting special case
- Why class instance memory is not necessarily reclaimed when an instance goes out of scope
- Which of Stream.Close() and Stream.Dispose() should be called (or both)
Please remember that it is not 2001. Everyone knows these things (unless you’re in a .NET 101 class). If you don’t know these things…may I suggest .NET U?
Seriously, though – how about something interesting like harnessing the power ofIObservable<T>? Bring on the new!
Got something to say?