Cookie Settings
This site
IT Blogs
PHP
.Net
IT Career
Tech
Java
Contact
Log in
ITBLogs.Info
IT Blogs
PHP
.Net
IT Career
Tech
Java
Archives for: "December 2013, 01"
Singleton in C#
Dec 1, 2013
admin
Example Codes
To implement Singleton Pattern in C#, that is easy. I like to static class. For example: public static class GobalData { public static Group Group; }
more »
Leave a comment »
Send a trackback »