Posts

Operators in Interfaces

An interface, as we all know, is a way of declaring members that a class must implement. This allows other classes that may only recognize the interface, to use a polymorphed version of the class and invoke the members that were defined in the interface…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2004-08-13
1 min read

Nested Using Statements Redux

Many people have been responding to my previous post on the subject, this way or another…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.
2004-08-09
1 min read

Base Constructor Calls With Out Parameters

I’ve thought about this for a while, but I can’t figure out the answer. Maybe someone can help me with this…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress.
2004-08-06
1 min read