Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use WM_PASTE ? Pin
Richard MacCutchan1-Oct-13 3:07
mveRichard MacCutchan1-Oct-13 3:07 
AnswerRe: How to use WM_PASTE ? Pin
BillWoodruff1-Oct-13 3:26
professionalBillWoodruff1-Oct-13 3:26 
GeneralRe: How to use WM_PASTE ? Pin
OriginalGriff1-Oct-13 6:01
mveOriginalGriff1-Oct-13 6:01 
GeneralRe: How to use WM_PASTE ? Pin
Mahmoud EL-Shazly1-Oct-13 9:35
Mahmoud EL-Shazly1-Oct-13 9:35 
AnswerRe: How to use WM_PASTE ? Pin
Simon_Whale1-Oct-13 3:30
Simon_Whale1-Oct-13 3:30 
QuestionOOPS, deisgn patterns and principles Pin
Govindaraj Rangaraj1-Oct-13 0:25
Govindaraj Rangaraj1-Oct-13 0:25 
QuestionRe: OOPS deisgn patterns and principles Pin
Eddy Vluggen1-Oct-13 0:31
professionalEddy Vluggen1-Oct-13 0:31 
AnswerRe: OOPS deisgn patterns and principles Pin
Keith Barrow1-Oct-13 1:01
professionalKeith Barrow1-Oct-13 1:01 
You are going to be better off either using the search built into code project than asking here.

Ass Eddie says, OOP and design patterns are different concepts. You get design patterns for non-OO languages, though good OO-based design patterns help you adhere to OOP.
You might want to search for the "Four Pillars of OO", there is a lot of stuff out there about this. You should learn, and more importantly understand, what they are, what they mean and how this expresses itself in your chosen language. You'll save yourself a world of pain and spaghetti code in the future if/when you manage this.

Design Patterns generically are well-know (and defined) solutions to common problems. Really the pattern is a name given to such a thing,so we can discuss this as shorthand. The chances are you've actually used or implemented a pattern without knowing it. For example,c# events are an implementation of the observer pattern, so if you used an event you've unwittingly used an observer patter, There are lots of these patterns (and pseudo-patterns and anti-patterns) on the net - find out which the common ones are, and implement them.

AnswerRe: OOPS deisgn patterns and principles Pin
Abhinav S1-Oct-13 1:17
Abhinav S1-Oct-13 1:17 
GeneralRe: OOPS deisgn patterns and principles Pin
Govindaraj Rangaraj1-Oct-13 4:14
Govindaraj Rangaraj1-Oct-13 4:14 
GeneralRe: OOPS deisgn patterns and principles Pin
Eddy Vluggen1-Oct-13 5:00
professionalEddy Vluggen1-Oct-13 5:00 
AnswerRe: OOPS, deisgn patterns and principles Pin
GuyThiebaut1-Oct-13 21:47
professionalGuyThiebaut1-Oct-13 21:47 
GeneralRe: OOPS, deisgn patterns and principles Pin
Keith Barrow2-Oct-13 0:32
professionalKeith Barrow2-Oct-13 0:32 
QuestionArrays Pin
Sta_Horse30-Sep-13 23:35
Sta_Horse30-Sep-13 23:35 
AnswerRe: Arrays Pin
Garth J Lancaster30-Sep-13 23:50
professionalGarth J Lancaster30-Sep-13 23:50 
GeneralRe: Arrays Pin
harold aptroot1-Oct-13 1:47
harold aptroot1-Oct-13 1:47 
GeneralRe: Arrays Pin
Garth J Lancaster1-Oct-13 2:10
professionalGarth J Lancaster1-Oct-13 2:10 
AnswerRe: Arrays Pin
Pete O'Hanlon30-Sep-13 23:52
mvePete O'Hanlon30-Sep-13 23:52 
AnswerRe: Arrays Pin
OriginalGriff30-Sep-13 23:52
mveOriginalGriff30-Sep-13 23:52 
AnswerRe: Arrays Pin
V.1-Oct-13 2:22
professionalV.1-Oct-13 2:22 
QuestionHow can i do a calculation in datagridview Pin
ganesh89_babu30-Sep-13 20:40
professionalganesh89_babu30-Sep-13 20:40 
AnswerRe: How can i do a calculation in datagridview Pin
Abhinav S30-Sep-13 22:35
Abhinav S30-Sep-13 22:35 
QuestionHow to extract links from a div Pin
faiza.butt8930-Sep-13 14:53
faiza.butt8930-Sep-13 14:53 
GeneralRe: How to extract links from a div Pin
PIEBALDconsult30-Sep-13 15:02
mvePIEBALDconsult30-Sep-13 15:02 
AnswerRe: How to extract links from a div Pin
Abhinav S30-Sep-13 17:15
Abhinav S30-Sep-13 17:15 

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.