Tag: Development

Community

Events vs Delegates

(Partha S) Couple of weeks ago, I had a chance to interview a few guys. During the course of discussion ( when an interview gets to the point of being a discussion, you can be rest assured that you are in !) with the few(er) who were recommended, I was surprised to see that not many understood the d

Community

.NET Enum The Next Level

(mikeperetz) In this article I am going to try to provide an alternative way to use enumeration in .NET, I like using enumeration because it is type-safe and makes the code easier to read. However, there has been always something that I didn’t like about enums. Enums are designed to work only with n

Community

Demystifying .NET compilation

(Lamont Adams) As a code-execution platform, Microsoft .NET is a bit more complicated than what has come before it. The support for multiple-source languages and (in theory, at least) multiple platforms required the addition of an intermediate layer between the traditional two levels of code: source