Click here to Skip to main content
15,904,935 members
Home / Discussions / C#
   

C#

 
Questioncompare MS Word Documents Pin
Nitin.raj6-Sep-07 0:05
Nitin.raj6-Sep-07 0:05 
AnswerRe: compare MS Word Documents Pin
originSH6-Sep-07 0:08
originSH6-Sep-07 0:08 
GeneralRe: compare MS Word Documents Pin
Nitin.raj6-Sep-07 0:11
Nitin.raj6-Sep-07 0:11 
GeneralRe: compare MS Word Documents Pin
originSH6-Sep-07 0:22
originSH6-Sep-07 0:22 
GeneralRe: compare MS Word Documents Pin
mav.northwind6-Sep-07 0:26
mav.northwind6-Sep-07 0:26 
QuestionMethod to set time Pin
iet20005-Sep-07 23:59
iet20005-Sep-07 23:59 
AnswerRe: Method to set time Pin
Vikram A Punathambekar6-Sep-07 0:14
Vikram A Punathambekar6-Sep-07 0:14 
GeneralRe: Method to set time Pin
iet20006-Sep-07 1:19
iet20006-Sep-07 1:19 
QuestionCompare Word docs Pin
Nitin.raj5-Sep-07 23:53
Nitin.raj5-Sep-07 23:53 
AnswerRe: Compare Word docs Pin
originSH6-Sep-07 0:05
originSH6-Sep-07 0:05 
Questioncrystal report export problem Pin
sakthi dasan5-Sep-07 23:38
sakthi dasan5-Sep-07 23:38 
QuestionLicencing Problem urgent Pin
Nishad855-Sep-07 23:34
Nishad855-Sep-07 23:34 
AnswerRe: Licencing Problem urgent Pin
MicealG6-Sep-07 1:27
MicealG6-Sep-07 1:27 
QuestionString.IsNullOrEmpty Pin
nasambur5-Sep-07 23:31
nasambur5-Sep-07 23:31 
AnswerRe: String.IsNullOrEmpty Pin
originSH5-Sep-07 23:49
originSH5-Sep-07 23:49 
JokeRe: String.IsNullOrEmpty Pin
ednrgc7-Sep-07 4:26
ednrgc7-Sep-07 4:26 
AnswerRe: String.IsNullOrEmpty Pin
Urs Enzler6-Sep-07 1:02
Urs Enzler6-Sep-07 1:02 
AnswerRe: String.IsNullOrEmpty Pin
Colin Angus Mackay6-Sep-07 1:13
Colin Angus Mackay6-Sep-07 1:13 
GeneralRe: String.IsNullOrEmpty Pin
PIEBALDconsult6-Sep-07 4:47
mvePIEBALDconsult6-Sep-07 4:47 
GeneralRe: String.IsNullOrEmpty Pin
Colin Angus Mackay6-Sep-07 6:00
Colin Angus Mackay6-Sep-07 6:00 
GeneralRe: String.IsNullOrEmpty Pin
PIEBALDconsult6-Sep-07 6:24
mvePIEBALDconsult6-Sep-07 6:24 
Questionsealed classes Pin
Sonia Gupta5-Sep-07 23:29
Sonia Gupta5-Sep-07 23:29 
AnswerRe: sealed classes Pin
originSH5-Sep-07 23:46
originSH5-Sep-07 23:46 
Well the meaning of it shows when it should be used ... it stops anyone inheriting your class, so it should be used when you don't want someone to inherit your class :P

Two examples of this in the Base Class Libraries are the List and String Builder. These 2 are sealed as they are "high performance" classes which microsoft don't want anyone inheriting and then messing around with the internals and messing them up (well thats the official line anyway).
GeneralRe: sealed classes Pin
Sonia Gupta6-Sep-07 0:52
Sonia Gupta6-Sep-07 0:52 
GeneralRe: sealed classes Pin
Urs Enzler6-Sep-07 1:05
Urs Enzler6-Sep-07 1:05 

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.