Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


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 >>



DevelopmentNow Blog