Click here to Skip to main content
16,004,505 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding logic as to use Serilization or simple text file Pin
Rupesh Kumar Swami12-May-08 2:30
Rupesh Kumar Swami12-May-08 2:30 
GeneralRe: Regarding logic as to use Serilization or simple text file Pin
tasumisra12-May-08 2:35
tasumisra12-May-08 2:35 
GeneralRe: Regarding logic as to use Serilization or simple text file Pin
tasumisra12-May-08 2:37
tasumisra12-May-08 2:37 
GeneralRe: Regarding logic as to use Serilization or simple text file Pin
Rupesh Kumar Swami12-May-08 4:48
Rupesh Kumar Swami12-May-08 4:48 
QuestionObjectDisposedException Pin
George_George12-May-08 2:06
George_George12-May-08 2:06 
AnswerRe: ObjectDisposedException Pin
N a v a n e e t h12-May-08 2:14
N a v a n e e t h12-May-08 2:14 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 2:18
George_George12-May-08 2:18 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h12-May-08 2:22
N a v a n e e t h12-May-08 2:22 
George_George wrote:
Since for every operation I need to check IsDisposed to be true or false?


You should dispose the object only when you finish using it. If you have still work with that object, keep it alive, don't dispose. Correct me if I haven't got your question.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: ObjectDisposedException Pin
George_George12-May-08 2:25
George_George12-May-08 2:25 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h12-May-08 2:31
N a v a n e e t h12-May-08 2:31 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 2:39
George_George12-May-08 2:39 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 2:44
George_George12-May-08 2:44 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h12-May-08 3:15
N a v a n e e t h12-May-08 3:15 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 18:47
George_George12-May-08 18:47 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h12-May-08 20:45
N a v a n e e t h12-May-08 20:45 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 20:59
George_George12-May-08 20:59 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h13-May-08 2:19
N a v a n e e t h13-May-08 2:19 
GeneralRe: ObjectDisposedException Pin
George_George13-May-08 2:47
George_George13-May-08 2:47 
GeneralRe: ObjectDisposedException Pin
N a v a n e e t h13-May-08 18:53
N a v a n e e t h13-May-08 18:53 
GeneralRe: ObjectDisposedException Pin
George_George14-May-08 2:47
George_George14-May-08 2:47 
AnswerRe: ObjectDisposedException Pin
J4amieC12-May-08 2:23
J4amieC12-May-08 2:23 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 2:26
George_George12-May-08 2:26 
AnswerRe: ObjectDisposedException Pin
tgrt12-May-08 3:14
tgrt12-May-08 3:14 
GeneralRe: ObjectDisposedException Pin
George_George12-May-08 18:45
George_George12-May-08 18:45 
QuestionMultiple schema Pin
PaulaM12-May-08 1:57
PaulaM12-May-08 1:57 

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.