Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
QuestionForms for Employee's biometric attendance system Pin
Member 1175350716-Jun-15 20:20
Member 1175350716-Jun-15 20:20 
AnswerRe: Forms for Employee's biometric attendance system Pin
JammoD8716-Jun-15 20:31
JammoD8716-Jun-15 20:31 
AnswerRe: Forms for Employee's biometric attendance system Pin
Abhinav S17-Jun-15 1:28
Abhinav S17-Jun-15 1:28 
QuestionHow to print a page of stickers in C# WinForm Pin
goldsoft16-Jun-15 19:33
goldsoft16-Jun-15 19:33 
AnswerRe: How to print a page of stickers in C# WinForm Pin
OriginalGriff16-Jun-15 22:16
mveOriginalGriff16-Jun-15 22:16 
Questionhow to update cell in dataGridView Pin
goldsoft16-Jun-15 1:10
goldsoft16-Jun-15 1:10 
AnswerRe: how to update cell in dataGridView Pin
OriginalGriff16-Jun-15 1:27
mveOriginalGriff16-Jun-15 1:27 
QuestionC# Pin
Member 1176872115-Jun-15 19:36
Member 1176872115-Jun-15 19:36 
AnswerRe: C# Pin
OriginalGriff15-Jun-15 19:58
mveOriginalGriff15-Jun-15 19:58 
QuestionNested Select queries i main select query LINQ Pin
Tridip Bhattacharjee15-Jun-15 8:58
professionalTridip Bhattacharjee15-Jun-15 8:58 
AnswerRe: Nested Select queries i main select query LINQ Pin
Mathi Mani15-Jun-15 9:36
Mathi Mani15-Jun-15 9:36 
GeneralRe: Nested Select queries i main select query LINQ Pin
Tridip Bhattacharjee15-Jun-15 10:03
professionalTridip Bhattacharjee15-Jun-15 10:03 
Questioncreate ms acces stored query in code Pin
Member 1095382015-Jun-15 8:27
Member 1095382015-Jun-15 8:27 
AnswerRe: create ms acces stored query in code Pin
Dave Kreskowiak15-Jun-15 10:23
mveDave Kreskowiak15-Jun-15 10:23 
GeneralRe: create ms acces stored query in code Pin
jschell15-Jun-15 12:48
jschell15-Jun-15 12:48 
AnswerRe: create ms acces stored query in code Pin
Matt T Heffron15-Jun-15 12:50
professionalMatt T Heffron15-Jun-15 12:50 
GeneralRe: create ms acces stored query in code Pin
jschell19-Jun-15 10:40
jschell19-Jun-15 10:40 
GeneralRe: create ms acces stored query in code Pin
Dave Kreskowiak15-Jun-15 15:08
mveDave Kreskowiak15-Jun-15 15:08 
AnswerRe: create ms acces stored query in code Pin
jschell15-Jun-15 12:51
jschell15-Jun-15 12:51 
Questionvisual studio bookmarks Pin
Member 1095382015-Jun-15 8:25
Member 1095382015-Jun-15 8:25 
AnswerRe: visual studio bookmarks Pin
OriginalGriff15-Jun-15 8:30
mveOriginalGriff15-Jun-15 8:30 
Question.NET streams and the missing link Pin
Rob Philpott15-Jun-15 4:40
Rob Philpott15-Jun-15 4:40 
AnswerRe: .NET streams and the missing link Pin
David A. Gray15-Jun-15 19:15
David A. Gray15-Jun-15 19:15 
That's because there isn't one. With respect to the MemoryStream, I have used them a time or two, and you surmise correctly that they are really just glorified byte arrays. Since your question omits some significant details, my suggestion is mostly an educated guess, which is that you may want to look into something along the lines of a named pipe, where the process that is writing sits at one end of the pipe, and the process that is reading the data sits at the other end.
QuestionIs there any possibility to perform file upload and download operation for .net 4.0 web API Pin
Member 1138787715-Jun-15 2:45
Member 1138787715-Jun-15 2:45 
AnswerRe: Is there any possibility to perform file upload and download operation for .net 4.0 web API Pin
Eddy Vluggen15-Jun-15 10:22
professionalEddy Vluggen15-Jun-15 10:22 

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.