Click here to Skip to main content
15,906,766 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send SMS by using GSM dongle Pin
Richard MacCutchan7-Apr-15 5:36
mveRichard MacCutchan7-Apr-15 5:36 
AnswerRe: Send SMS by using GSM dongle Pin
Raj Mouli7-Apr-15 20:47
Raj Mouli7-Apr-15 20:47 
QuestionQuery and modify remote host (Linux\Unix) Pin
elza637-Apr-15 5:08
elza637-Apr-15 5:08 
AnswerRe: Query and modify remote host (Linux\Unix) Pin
Richard MacCutchan7-Apr-15 5:35
mveRichard MacCutchan7-Apr-15 5:35 
AnswerRe: Query and modify remote host (Linux\Unix) Pin
Eddy Vluggen7-Apr-15 5:39
professionalEddy Vluggen7-Apr-15 5:39 
GeneralRe: Query and modify remote host (Linux\Unix) Pin
elza6310-Apr-15 3:35
elza6310-Apr-15 3:35 
GeneralRe: Query and modify remote host (Linux\Unix) Pin
Eddy Vluggen10-Apr-15 8:06
professionalEddy Vluggen10-Apr-15 8:06 
QuestionEntity framework in C# MVC Pin
Dolly Nimavat7-Apr-15 0:42
Dolly Nimavat7-Apr-15 0:42 
AnswerRe: Entity framework in C# MVC Pin
Sascha Lefèvre7-Apr-15 1:00
professionalSascha Lefèvre7-Apr-15 1:00 
GeneralRe: Entity framework in C# MVC Pin
Pete O'Hanlon7-Apr-15 1:36
mvePete O'Hanlon7-Apr-15 1:36 
GeneralRe: Entity framework in C# MVC Pin
Sascha Lefèvre7-Apr-15 1:47
professionalSascha Lefèvre7-Apr-15 1:47 
AnswerRe: Entity framework in C# MVC Pin
Pete O'Hanlon7-Apr-15 1:37
mvePete O'Hanlon7-Apr-15 1:37 
AnswerRe: Entity framework in C# MVC Pin
Nathan Minier8-Apr-15 2:25
professionalNathan Minier8-Apr-15 2:25 
Questionhow to add meta tags dynamically using query string in asp.net? Pin
iamvinod346-Apr-15 23:47
iamvinod346-Apr-15 23:47 
Questionopen a url using windows form Pin
Sudarshan M S6-Apr-15 22:54
Sudarshan M S6-Apr-15 22:54 
AnswerRe: open a url using windows form Pin
OriginalGriff6-Apr-15 23:17
mveOriginalGriff6-Apr-15 23:17 
AnswerRe: open a url using windows form Pin
Nitin Gupta17-Apr-15 0:20
Nitin Gupta17-Apr-15 0:20 
QuestionMessage Removed Pin
6-Apr-15 10:30
professionalN_tro_P6-Apr-15 10:30 
QuestionFactory Pattern... Why? Pin
Kevin Marois6-Apr-15 8:46
professionalKevin Marois6-Apr-15 8:46 
AnswerRe: Factory Pattern... Why? Pin
Sascha Lefèvre6-Apr-15 9:33
professionalSascha Lefèvre6-Apr-15 9:33 
GeneralRe: Factory Pattern... Why? Pin
harold aptroot6-Apr-15 9:54
harold aptroot6-Apr-15 9:54 
It can be as simple as a function that returns a new instance of something. The point is that it's more flexible than a constructor. It can choose which type to return an instance of, and it can be overridden in ways that a constructor can not be. It's often abused, to the point that many people cringe upon seeing the word "factory", but it's useful sometimes. It's one of those patterns (well, aren't they all) that you've probably invented yourself before even learning it was a pattern and had a name.

GeneralRe: Factory Pattern... Why? Pin
Kevin Marois6-Apr-15 9:58
professionalKevin Marois6-Apr-15 9:58 
GeneralRe: Factory Pattern... Why? Pin
harold aptroot6-Apr-15 10:09
harold aptroot6-Apr-15 10:09 
AnswerRe: Factory Pattern... Why? Pin
CHill606-Apr-15 9:57
mveCHill606-Apr-15 9:57 
AnswerRe: Factory Pattern... Why? Pin
Abhinav S6-Apr-15 16:52
Abhinav S6-Apr-15 16:52 

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.