Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
AnswerRe: Strange Error Pin
gauthee24-Aug-07 2:04
gauthee24-Aug-07 2:04 
QuestionAccessing ACPI Thermal Zone from C# Pin
Tim Wuytens24-Aug-07 0:01
Tim Wuytens24-Aug-07 0:01 
AnswerRe: Accessing ACPI Thermal Zone from C# Pin
Hessam Jalali24-Aug-07 1:10
Hessam Jalali24-Aug-07 1:10 
GeneralRe: Accessing ACPI Thermal Zone from C# Pin
Tim Wuytens24-Aug-07 1:57
Tim Wuytens24-Aug-07 1:57 
GeneralRe: Accessing ACPI Thermal Zone from C# Pin
DaveKolb15-Feb-10 17:19
DaveKolb15-Feb-10 17:19 
Questionsource code to eliminate power line noise frm ECG signal Pin
ashwiny24-Aug-07 0:01
ashwiny24-Aug-07 0:01 
AnswerRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny24-Aug-07 0:33
ashwiny24-Aug-07 0:33 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox24-Aug-07 22:44
ekynox24-Aug-07 22:44 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny25-Aug-07 1:47
ashwiny25-Aug-07 1:47 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox25-Aug-07 18:46
ekynox25-Aug-07 18:46 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny21-Sep-07 7:30
ashwiny21-Sep-07 7:30 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox22-Sep-07 18:05
ekynox22-Sep-07 18:05 
QuestionHelp needed in DataGridView Pin
Exelioindia23-Aug-07 23:28
Exelioindia23-Aug-07 23:28 
AnswerRe: Help needed in DataGridView Pin
Rocky#24-Aug-07 0:09
Rocky#24-Aug-07 0:09 
AnswerRe: Help needed in DataGridView Pin
Alaric_24-Aug-07 3:50
professionalAlaric_24-Aug-07 3:50 
QuestionFast possiblity to send data from Server to Client Pin
hansipet23-Aug-07 21:43
hansipet23-Aug-07 21:43 
AnswerRe: Fast possiblity to send data from Server to Client Pin
hansipet23-Aug-07 21:46
hansipet23-Aug-07 21:46 
AnswerRe: Fast possiblity to send data from Server to Client Pin
Hessam Jalali23-Aug-07 23:40
Hessam Jalali23-Aug-07 23:40 
GeneralRe: Fast possiblity to send data from Server to Client Pin
hansipet24-Aug-07 0:04
hansipet24-Aug-07 0:04 
GeneralRe: Fast possiblity to send data from Server to Client Pin
Hessam Jalali24-Aug-07 0:57
Hessam Jalali24-Aug-07 0:57 
hansipet wrote:
do you know if it is possible to deserialize objectes allways from the same stream?

If you mean one stream for all
Yes it is possible but you must set the pointers of the stream manually eachtime by yourself for preventing errors.and ofcourse you need some implementation for preventing asynchronous calls from clients for requesting the stream and update requests from the server on the that.

and if you mean same stream as serialized in request
the answer is yes again and this time you just need to set the pointers to first of the stream with using methods like seek


hansipet wrote:
I don't wan't to poll allways the server

if you said that because of the singleton it can be singleCall so after calling and disposing the stream the resources from server side will release and there would be no problem.

but if your Log files are not so huge I think creating a class as LogDataHolder and mark it as serializible then return it as value to clients would be a better idea.


good luck
QuestionC# and Windows Visual Style Pin
greekius23-Aug-07 21:35
greekius23-Aug-07 21:35 
AnswerRe: C# and Windows Visual Style Pin
Talal Sultan23-Aug-07 21:55
Talal Sultan23-Aug-07 21:55 
GeneralRe: C# and Windows Visual Style Pin
greekius23-Aug-07 22:28
greekius23-Aug-07 22:28 
GeneralRe: C# and Windows Visual Style Pin
Talal Sultan23-Aug-07 23:19
Talal Sultan23-Aug-07 23:19 
AnswerRe: C# and Windows Visual Style Pin
\laddie23-Aug-07 22:02
\laddie23-Aug-07 22:02 

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.