Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmulti language website Pin
Jassim Rahma23-Oct-10 3:34
Jassim Rahma23-Oct-10 3:34 
AnswerRe: multi language website PinPopular
Pete O'Hanlon23-Oct-10 4:36
mvePete O'Hanlon23-Oct-10 4:36 
AnswerRe: multi language website Pin
Keith Barrow23-Oct-10 6:36
professionalKeith Barrow23-Oct-10 6:36 
QuestionTab Order Pin
Dushan12323-Oct-10 3:29
Dushan12323-Oct-10 3:29 
Questionhow to select design patterns Pin
anoop_m8322-Oct-10 7:29
anoop_m8322-Oct-10 7:29 
AnswerRe: how to select design patterns Pin
T M Gray22-Oct-10 8:34
T M Gray22-Oct-10 8:34 
AnswerRe: how to select design patterns Pin
Brij22-Oct-10 8:41
mentorBrij22-Oct-10 8:41 
AnswerRe: how to select design patterns Pin
Keith Barrow22-Oct-10 10:18
professionalKeith Barrow22-Oct-10 10:18 
Find a design patterns book/website, implement them, and understand why and when they are used. Then decide if any are applicable to your project given your requirements. Each design pattern is a solution to a problem, not a solution looking for a problem.

The original Gang of Four (GoF) patterns each had a specific use in mind. The idea behind the book was that if you had a problem there is probably some commonly used solution which can be applied without needing to re-invent the wheel. A second advantage is that the patterns were given names which developers can use as a kind of shorthand e.g. "I'll us a singleton class" as opposed to "I'll need to write a class to make sure that only one instance of it exists".

The problem is design patterns have become the latest thing, so everyone wants to say they use design patterns. Additionally there has been a design pattern explosion too (negating the "shorthand" effect). That's not to say there is anything wrong with the original research, just the way it has been taken up by the dev community.

AnswerRe: how to select design patterns Pin
Pete O'Hanlon22-Oct-10 11:45
mvePete O'Hanlon22-Oct-10 11:45 
Questionhow to store arraylist in string??????????? Pin
srisairam22-Oct-10 0:37
srisairam22-Oct-10 0:37 
GeneralRe: how to store arraylist in string??????????? Pin
Khaniya22-Oct-10 1:27
professionalKhaniya22-Oct-10 1:27 
GeneralRe: how to store arraylist in string??????????? Pin
Keith Barrow24-Oct-10 8:04
professionalKeith Barrow24-Oct-10 8:04 
GeneralRe: how to store arraylist in string??????????? Pin
Khaniya26-Oct-10 23:49
professionalKhaniya26-Oct-10 23:49 
AnswerRe: how to store arraylist in string??????????? Pin
Parwej Ahamad22-Oct-10 6:00
professionalParwej Ahamad22-Oct-10 6:00 
QuestionAdding DataBase to Project Pin
future383921-Oct-10 15:33
future383921-Oct-10 15:33 
AnswerRe: Adding DataBase to Project Pin
Not Active22-Oct-10 3:20
mentorNot Active22-Oct-10 3:20 
AnswerRe: Adding DataBase to Project Pin
fjdiewornncalwe22-Oct-10 3:31
professionalfjdiewornncalwe22-Oct-10 3:31 
GeneralRe: Adding DataBase to Project Pin
future383922-Oct-10 13:00
future383922-Oct-10 13:00 
GeneralRe: Adding DataBase to Project Pin
fjdiewornncalwe22-Oct-10 14:20
professionalfjdiewornncalwe22-Oct-10 14:20 
GeneralRe: Adding DataBase to Project Pin
future383922-Oct-10 14:59
future383922-Oct-10 14:59 
QuestionXML deserialization Pin
indian14321-Oct-10 10:23
indian14321-Oct-10 10:23 
AnswerRe: XML deserialization Pin
T M Gray21-Oct-10 11:06
T M Gray21-Oct-10 11:06 
GeneralRe: XML deserialization Pin
indian14321-Oct-10 12:26
indian14321-Oct-10 12:26 
QuestionRSS Feed Aggregation Pin
devenneym21-Oct-10 9:59
devenneym21-Oct-10 9:59 
QuestionSystem.FormatException: String was not recognized as a valid DateTime Pin
Asif Rehman21-Oct-10 1:18
Asif Rehman21-Oct-10 1:18 

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.