Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
AnswerRe: converting an image in black and white Pin
Manas Bhardwaj23-Jul-09 0:20
professionalManas Bhardwaj23-Jul-09 0:20 
AnswerRe: converting an image in black and white Pin
Tamer Oz23-Jul-09 2:03
Tamer Oz23-Jul-09 2:03 
QuestionHelp on how to develop an sms web portal Pin
abbah22-Jul-09 23:59
abbah22-Jul-09 23:59 
AnswerRe: Help on how to develop an sms web portal Pin
ravindarp23-Jul-09 0:31
ravindarp23-Jul-09 0:31 
QuestionGeneric Question Pin
Programm3r22-Jul-09 22:00
Programm3r22-Jul-09 22:00 
AnswerRe: Generic Question Pin
J4amieC22-Jul-09 22:23
J4amieC22-Jul-09 22:23 
QuestionRe: Generic Question Pin
Programm3r22-Jul-09 22:58
Programm3r22-Jul-09 22:58 
AnswerRe: Generic Question Pin
J4amieC22-Jul-09 23:17
J4amieC22-Jul-09 23:17 
Forget about generics, by trying to use an enum defined in that class where you're trying to use it, you've defeated the purpose of your generic singleton wrapper!

What are you trying to achive? The class you've defined should be totally agnostic of the T passed it. It should not need to access any enum in one of the classes. All it should do is attempt to instantiate any class which can be used as a singleton.
GeneralRe: Generic Question Pin
Programm3r22-Jul-09 23:41
Programm3r22-Jul-09 23:41 
GeneralRe: Generic Question Pin
J4amieC22-Jul-09 23:55
J4amieC22-Jul-09 23:55 
GeneralRe: Generic Question Pin
Programm3r23-Jul-09 0:00
Programm3r23-Jul-09 0:00 
GeneralRe: Generic Question Pin
harold aptroot22-Jul-09 23:12
harold aptroot22-Jul-09 23:12 
GeneralRe: Generic Question Pin
Programm3r22-Jul-09 23:30
Programm3r22-Jul-09 23:30 
GeneralRe: Generic Question Pin
J4amieC22-Jul-09 23:33
J4amieC22-Jul-09 23:33 
GeneralRe: Generic Question Pin
Programm3r22-Jul-09 23:45
Programm3r22-Jul-09 23:45 
GeneralRe: Generic Question Pin
J4amieC22-Jul-09 23:55
J4amieC22-Jul-09 23:55 
AnswerRe: Generic Question Pin
PIEBALDconsult23-Jul-09 6:25
mvePIEBALDconsult23-Jul-09 6:25 
QuestionDebugging ASP.NET web application Pin
Chesnokov Yuriy22-Jul-09 21:36
professionalChesnokov Yuriy22-Jul-09 21:36 
AnswerRe: Debugging ASP.NET web application Pin
Vimalsoft(Pty) Ltd23-Jul-09 1:15
professionalVimalsoft(Pty) Ltd23-Jul-09 1:15 
QuestionGlass on MDI container Pin
see_seA22-Jul-09 21:29
see_seA22-Jul-09 21:29 
AnswerRe: Glass on MDI container Pin
see_seA27-Jul-09 12:04
see_seA27-Jul-09 12:04 
AnswerRe: Glass on MDI container Pin
lakhy lakhyan26-Apr-10 7:41
lakhy lakhyan26-Apr-10 7:41 
QuestionRun another Application out of my Application - with the same rights Pin
ss2022-Jul-09 21:24
ss2022-Jul-09 21:24 
Questioninsert date and time in oracle Pin
mjawadkhatri22-Jul-09 20:37
mjawadkhatri22-Jul-09 20:37 
AnswerRe: insert date and time in oracle Pin
Nagy Vilmos22-Jul-09 22:53
professionalNagy Vilmos22-Jul-09 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.