Click here to Skip to main content
15,897,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display Line Number in C# Code Editor? Pin
Khang Nguyen25-Jun-03 6:35
Khang Nguyen25-Jun-03 6:35 
GeneralGetting used file handles of a process Pin
derjames25-Jun-03 4:53
derjames25-Jun-03 4:53 
GeneralRe: Getting used file handles of a process Pin
John Fisher25-Jun-03 7:22
John Fisher25-Jun-03 7:22 
GeneralShared Memory in C# Pin
Aravinthan25-Jun-03 2:51
Aravinthan25-Jun-03 2:51 
GeneralRe: Shared Memory in C# Pin
Kannan Kalyanaraman25-Jun-03 3:50
Kannan Kalyanaraman25-Jun-03 3:50 
GeneralRe: Shared Memory in C# Pin
Aravinthan25-Jun-03 18:26
Aravinthan25-Jun-03 18:26 
GeneralRe: Shared Memory in C# (Cickety) Pin
Kant26-Jun-03 7:09
Kant26-Jun-03 7:09 
GeneralCode Download, amount downloaded Pin
MadsJ25-Jun-03 1:45
MadsJ25-Jun-03 1:45 
Hi
We are doing a client-server project for a chain of shops. The individual shops connect to the server using a 128 Kbit connection so we are very concerned with the amount of data being transfered.

We want to implement the client applications as smart client and deploy them using "Code Download". Can anyone answer the following questions concerning Code Download?:

1) The client app. consists of a single .exe file and a number of .dll files. What will happen if we update one of the .dll files? Will the client need to download all of the files again, need to download the .exe file and the changed .dll file or only the changed .dll file?

2) How is the above implemented if we want to download as little as possible? Is it all done automatically, do we need to a Assembly.LoadFrom() for each of the files, do we need to update the client manually if a need .dll is downloaded etc.

3) The client app. consists of only a single .exe file. If the .exe file is changed, will it be necessary for the client to download all of it or is it possible to download only "the changes" in the file?

Thanks for your help, Mads Unsure | :~
GeneralRe: Code Download, amount downloaded Pin
John Fisher25-Jun-03 7:17
John Fisher25-Jun-03 7:17 
Generaldatateader problem Pin
Asim N.25-Jun-03 1:12
Asim N.25-Jun-03 1:12 
GeneralRe: datateader problem Pin
MadsJ25-Jun-03 1:49
MadsJ25-Jun-03 1:49 
GeneralName parser Pin
ecurren24-Jun-03 23:27
ecurren24-Jun-03 23:27 
GeneralRe: Name parser Pin
monrobot1325-Jun-03 3:00
monrobot1325-Jun-03 3:00 
GeneralRe: Name parser Pin
dynamic25-Jun-03 3:32
dynamic25-Jun-03 3:32 
GeneralRe: Name parser Pin
leppie25-Jun-03 14:16
leppie25-Jun-03 14:16 
GeneralMemoryStream and RichTextBox Pin
haezeban24-Jun-03 23:11
haezeban24-Jun-03 23:11 
GeneralCursor coordinates in TextBox Pin
brian419024-Jun-03 22:08
brian419024-Jun-03 22:08 
GeneralRe: Cursor coordinates in TextBox Pin
brian419025-Jun-03 5:04
brian419025-Jun-03 5:04 
GeneralRe: Cursor coordinates in TextBox Pin
brian419025-Jun-03 5:29
brian419025-Jun-03 5:29 
GeneralEdit html document with mshtml Pin
benzite24-Jun-03 17:11
benzite24-Jun-03 17:11 
GeneralRe: Edit html document with mshtml Pin
J. Dunlap24-Jun-03 17:20
J. Dunlap24-Jun-03 17:20 
GeneralRe: Edit html document with mshtml Pin
benzite24-Jun-03 19:51
benzite24-Jun-03 19:51 
QuestionHow can I create a component in run-time and show it like as design mode? Pin
silver_ben24-Jun-03 16:06
silver_ben24-Jun-03 16:06 
AnswerRe: How can I create a component in run-time and show it like as design mode? Pin
John Fisher25-Jun-03 7:37
John Fisher25-Jun-03 7:37 
GeneralRe: How can I create a component in run-time and show it like as design mode? Pin
silver_ben30-Jun-03 19:38
silver_ben30-Jun-03 19:38 

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.