Yet another C# developer with a blog.
Browse by Tags
All Tags »
Singleton »
C# (
RSS)
-
|
The EventBroker class in my CG.Event library was designed to work in practically any environment. Today I'll quickly demonstrate how to use it in an ASP.NET project. Let's say we have a hypothetical web user control that contains a single button...
|
-
|
It's almost a week from Thanksgiving as I write this. I can't believe how quickly this year has flown by! My family and I have been passing a cold virus around for the past couple of weeks. Before that we spent a week or so sharing streptococcus...
|
-
|
[Edit: most of these classes have been combined into a single class named Singleton, which is now located in the CG.Core library] I added some new singleton classes to my CG.Common library this weekend. I know what you're thinking, the singleton pattern...
|