Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

Browse by Tags

All Tags » Interfaces
Explicitly and Implicitly Implementing Interfaces
I read an interesting blog post from Joydip Kanjilal where he described an interesting little trick with interfaces . I, being a bit of a fan of interfaces, read the post and thought I'd throw my $0.02 in also. I couldn't pass up an opportunity to talk Read More...

by Brendan | 3 Comments

Filed under: ,

Static Methods and Interfaces in C#
Someone just commented on my C# interfaces article on ASP Alliance asking an interesting question, and I figure I will respond to it here since I can give a better response here. I don't want to clutter the article comments. Also I can add nifty cool Read More...

by Brendan | 4 Comments

Filed under: ,

An Explanation of Interfaces in C# for Beginners
I recently authored an article for ASP Alliance in which I describe the basics of how interfaces work and how to use and create them in C# . I tried not to describe in great detail exactly how everything works, because that will prevent beginners from Read More...

by Brendan | 1 Comments

Filed under: , ,