Click here to Skip to main content
15,921,941 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: To DOTNET or NOTDOTNET Pin
Kevin McFarlane18-Feb-04 6:19
Kevin McFarlane18-Feb-04 6:19 
GeneralRe: To DOTNET or NOTDOTNET Pin
John Kuhn18-Feb-04 20:13
John Kuhn18-Feb-04 20:13 
GeneralRe: To DOTNET or NOTDOTNET Pin
devvvy20-Feb-04 0:53
devvvy20-Feb-04 0:53 
GeneralRe: To DOTNET or NOTDOTNET Pin
John Kuhn20-Feb-04 7:30
John Kuhn20-Feb-04 7:30 
QuestionHow many end users have .Net Installed? Pin
Furty17-Feb-04 13:39
Furty17-Feb-04 13:39 
AnswerRe: How many end users have .Net Installed? Pin
Colin Angus Mackay17-Feb-04 22:20
Colin Angus Mackay17-Feb-04 22:20 
GeneralRe: How many end users have .Net Installed? Pin
Judah Gabriel Himango19-Feb-04 8:57
sponsorJudah Gabriel Himango19-Feb-04 8:57 
Generaldataadapter fill performance problem Pin
MySmallfish17-Feb-04 9:50
MySmallfish17-Feb-04 9:50 
Hi i have a strange problem:

i use code like this:


ODBCConnection cnn = new ODBCConnection("... cnn string ...");
ODBCDataAdapter da = new ODBCDataAdapter("select * from tbl left join tbl2
on tbl.refid = tbl2.id", cnn);
DataTable dt = new DataTable;
DateTime t = Now();
da.Fill(dt);
TimeSpan ts = Now.Substruct(t);
Trace....... Show the ts.

.....

i use this code in 2 programs:
(the remoting server is a console app.)
position:
Time
1. remoting server program on a marshaled object
in static method.
8.7 seconds.
2. the same server, but in the main file.
5.4 seconds
3. the client, in the remoting object (the same
method as 1, but i know here it is not the same
remoting object).
4.2 seconds.

4. different console program( that not using any
remoting, built to the test.)
0.5 second !

u see a huge changes between these methods.
I operate the 2 programs (remoting and test) concurrently and the results
was the same +-.
so i assume it is the remoting that affect the Fill method.
but why ??
what could be the reason ??
if any1 want i will send him the remoting configuration section in the
config file so he might watch it...







QuestionHow to implement Drag and drop feature in my web page? Pin
kandasamyg17-Feb-04 1:14
kandasamyg17-Feb-04 1:14 
GeneralCode-Behind File Vs Class Module Pin
kandasamyg17-Feb-04 1:03
kandasamyg17-Feb-04 1:03 
GeneralRe: Code-Behind File Vs Class Module Pin
John Kuhn18-Feb-04 21:38
John Kuhn18-Feb-04 21:38 
GeneralSecurity error Installing a strong named assembly Pin
Ægidius Ahenobarbus16-Feb-04 12:24
Ægidius Ahenobarbus16-Feb-04 12:24 
General.EnableVisualStyles bug Pin
Judah Gabriel Himango16-Feb-04 10:34
sponsorJudah Gabriel Himango16-Feb-04 10:34 
Questionbinary MSIL file format? Pin
aiwadisc15-Feb-04 20:50
aiwadisc15-Feb-04 20:50 
AnswerRe: binary MSIL file format? Pin
Anonymous15-Feb-04 23:09
Anonymous15-Feb-04 23:09 
AnswerRe: binary MSIL file format? Pin
Corinna John15-Feb-04 23:42
Corinna John15-Feb-04 23:42 
GeneralRe: binary MSIL file format? Pin
aiwadisc16-Feb-04 10:04
aiwadisc16-Feb-04 10:04 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:30
Corinna John16-Feb-04 19:30 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:36
Corinna John16-Feb-04 19:36 
GeneralThank :-) Pin
aiwadisc16-Feb-04 21:56
aiwadisc16-Feb-04 21:56 
GeneralFree .Net training Pin
Anonymous15-Feb-04 15:10
Anonymous15-Feb-04 15:10 
GeneralFree .Net training Pin
Tony M John15-Feb-04 15:08
Tony M John15-Feb-04 15:08 
GeneralVersion problem broke code Pin
Larry S13-Feb-04 12:13
Larry S13-Feb-04 12:13 
QuestionHow to deploy common .dlls (assemblies) Pin
billdwilson313-Feb-04 10:20
billdwilson313-Feb-04 10:20 
AnswerRe: How to deploy common .dlls (assemblies) Pin
Werdna15-Feb-04 16:56
Werdna15-Feb-04 16:56 

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.