all groups > dotnet general > june 2005 > threads for sunday june 19
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Command Line Compiler
Posted by Shivonne at 6/19/2005 11:28:01 PM
Hi all
I am trying to compile a DLL from the command line but I need to include one
of the web references. My command line is as follows:
csc /t:library
/r:System.dll,System.Web.dll,system.xml.dll,bin\Debug\Pub.dll,bin\Debug\ErrorClient.dll,Web References\CService\Reference.cs VarEmitter.c... more >>
Counting lines in a file
Posted by jabailo NO[at]SPAM texeme.com at 6/19/2005 11:26:24 PM
Which would be faster for counting lines in a StreamReader:
(a) iterate through a file using .ReadLine() and adding to a counter, i++
(b) doing a .ReadToEnd() and then using an IndexOf() method to count the
occurances of \r\n
(c) doing a .ReadToEnd() and using a RegEx to count the number... more >>
apple & intel does this mean anything?
Posted by Robert Blackwell at 6/19/2005 11:40:56 AM
Just a curious individual here. I dont' know anything about writing programs
cross platform or anything, just wondering if this move would have any
affect in porting the CLR to mac? And, how that would affect being able to
port C# and other apps to work on mac.
Sorry if such a question has ... more >>
Regional Setting from vb.net application
Posted by Cor Ligthert at 6/19/2005 8:33:06 AM
Will you please set your time and local settings to the right time
Thanks
... more >>
How to access parameterized property in C#?
Posted by Wayne Wood at 6/19/2005 12:00:00 AM
i posted this problem on microsoft.public.excel.programming, but there's
no one replied till now. because this issue is time critical, i put it
here to try my fortune :)
------------------------------------------------------------------------
I am just a fresh man for C# programming, but i ... more >>
Can you suggest a better spreadsheet platform or code library?
Posted by Wayne Wood at 6/19/2005 12:00:00 AM
i am now working on a financial calculating application, in which there
are so many number cells to calculate. the relation between them are
very like the formula in MS Excel, we need all result numbers can be
real time updated when the source numbers changed (either by programming
or by user o... more >>
|