Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
QuestionWhat is the difference between Object Oriented,Object based and purely Object Oriented in terms of any language ? Pin
Gyana_Ranjan Dash14-Apr-15 20:12
Gyana_Ranjan Dash14-Apr-15 20:12 
AnswerRe: What is the difference between Object Oriented,Object based and purely Object Oriented in terms of any language ? Pin
OriginalGriff14-Apr-15 21:36
mveOriginalGriff14-Apr-15 21:36 
GeneralRe: What is the difference between Object Oriented,Object based and purely Object Oriented in terms of any language ? Pin
Gyana_Ranjan Dash14-Apr-15 22:19
Gyana_Ranjan Dash14-Apr-15 22:19 
GeneralRe: What is the difference between Object Oriented,Object based and purely Object Oriented in terms of any language ? Pin
OriginalGriff14-Apr-15 22:45
mveOriginalGriff14-Apr-15 22:45 
AnswerRe: What is the difference between Object Oriented,Object based and purely Object Oriented in terms of any language ? Pin
Florian Braun14-Apr-15 21:40
professionalFlorian Braun14-Apr-15 21:40 
Questionbest coding practises in c# Pin
dhivya.sakthi14-Apr-15 19:14
dhivya.sakthi14-Apr-15 19:14 
AnswerRe: best coding practises in c# Pin
Gyana_Ranjan Dash14-Apr-15 19:38
Gyana_Ranjan Dash14-Apr-15 19:38 
AnswerRe: best coding practises in c# Pin
V.14-Apr-15 20:15
professionalV.14-Apr-15 20:15 
There are different "practices" out there. You can use the SOLID principle, you can learn and follow design patterns or the practices of a technology like LINQ, WPF, WCF, ... (by reading the book and following the advice). Personally, I keep everything in an N-tier format (feel free to read my articles 1[^] and 2[^] on that topic) and I like to follow the K.I.S.S. principle and the golden rule of "if it's not broken, don't fix it" see my other article[^]).

The absolute most important rule you should always follow in programming : Stay consistent.
Be it in programming style, naming conventions, commenting style, design style, or whatever ...
Mostly you will not use "one best practice", but rather a mix of several things that just work for you.

Read up on all the key words and find your own way young padawan. Smile | :)
hope this helps.
V.

(MQOTD rules and previous solutions)

AnswerRe: best coding practises in c# Pin
aadhira14-Apr-15 20:22
aadhira14-Apr-15 20:22 
GeneralRe: best coding practises in c### Pin
dhivya.sakthi14-Apr-15 20:40
dhivya.sakthi14-Apr-15 20:40 
SuggestionRe: best coding practises in c# Pin
aadhira14-Apr-15 21:09
aadhira14-Apr-15 21:09 
GeneralMessage Removed Pin
14-Apr-15 19:11
dhivya.sakthi14-Apr-15 19:11 
QuestionGeneric interface and generic delegate in simple terms. Pin
Gyana_Ranjan Dash14-Apr-15 2:14
Gyana_Ranjan Dash14-Apr-15 2:14 
AnswerRe: Generic interface and generic delegate in simple terms. Pin
Pete O'Hanlon14-Apr-15 2:44
mvePete O'Hanlon14-Apr-15 2:44 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Gyana_Ranjan Dash14-Apr-15 2:49
Gyana_Ranjan Dash14-Apr-15 2:49 
GeneralRe: Generic interface and generic delegate in simple terms. PinPopular
Pete O'Hanlon14-Apr-15 4:53
mvePete O'Hanlon14-Apr-15 4:53 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Simon_Whale14-Apr-15 5:16
Simon_Whale14-Apr-15 5:16 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Pete O'Hanlon14-Apr-15 5:53
mvePete O'Hanlon14-Apr-15 5:53 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
BillWoodruff14-Apr-15 7:13
professionalBillWoodruff14-Apr-15 7:13 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Pete O'Hanlon14-Apr-15 7:22
mvePete O'Hanlon14-Apr-15 7:22 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Gyana_Ranjan Dash14-Apr-15 19:30
Gyana_Ranjan Dash14-Apr-15 19:30 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Pete O'Hanlon14-Apr-15 20:03
mvePete O'Hanlon14-Apr-15 20:03 
AnswerRe: Generic interface and generic delegate in simple terms. Pin
BillWoodruff14-Apr-15 8:05
professionalBillWoodruff14-Apr-15 8:05 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
Richard Deeming14-Apr-15 9:18
mveRichard Deeming14-Apr-15 9:18 
GeneralRe: Generic interface and generic delegate in simple terms. Pin
BillWoodruff14-Apr-15 12:21
professionalBillWoodruff14-Apr-15 12:21 

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.