Click here to Skip to main content
15,924,982 members
Home / Discussions / C#
   

C#

 
GeneralDirectory Drilling/Recursion Pin
MrEyes14-Jan-03 7:57
MrEyes14-Jan-03 7:57 
GeneralRe: Directory Drilling/Recursion Pin
Hesham Amin14-Jan-03 9:12
Hesham Amin14-Jan-03 9:12 
GeneralRe: Directory Drilling/Recursion Pin
leppie14-Jan-03 9:51
leppie14-Jan-03 9:51 
Generalcompilation date / time in c# Pin
mleonhartsberger14-Jan-03 7:27
mleonhartsberger14-Jan-03 7:27 
GeneralRe: compilation date / time in c# Pin
Paul Ingles14-Jan-03 7:29
Paul Ingles14-Jan-03 7:29 
GeneralRe: compilation date / time in c# Pin
mleonhartsberger14-Jan-03 7:38
mleonhartsberger14-Jan-03 7:38 
GeneralRe: compilation date / time in c# Pin
Paul Ingles14-Jan-03 10:49
Paul Ingles14-Jan-03 10:49 
GeneralRe: compilation date / time in c# Pin
James T. Johnson14-Jan-03 8:31
James T. Johnson14-Jan-03 8:31 
There isn't anything built into the framework to get that information, but there is a formula used to create the build and revision version numbers for the the assembly. Unfortunately this means that in order to make use of this you have to let those be generated, which can be a pain in the ass if you give them a strong name.

I don't remember what the formula is, but if you check the DOTNET list archives around the last week of December 2001 and first week of January 2002 someone mentions it in reference to decoding when the 1.0 framework assemblies were built.

James

"It is self repeating, of unknown pattern"
Data - Star Trek: The Next Generation

GeneralRe: compilation date / time in c# Pin
David Stone14-Jan-03 17:42
sitebuilderDavid Stone14-Jan-03 17:42 
GeneralDeploying a dot NET app Pin
antoine@orchus-tech14-Jan-03 5:10
antoine@orchus-tech14-Jan-03 5:10 
GeneralRe: Deploying a dot NET app Pin
Stephane Rodriguez.14-Jan-03 5:37
Stephane Rodriguez.14-Jan-03 5:37 
GeneralRe: Deploying a dot NET app Pin
Stephane Rodriguez.16-Jan-03 2:41
Stephane Rodriguez.16-Jan-03 2:41 
QuestionNetworkStream? Pin
gekoscan13-Jan-03 19:59
gekoscan13-Jan-03 19:59 
QuestionRuntime Compilation - Worth It? Pin
Eric Astor13-Jan-03 15:14
Eric Astor13-Jan-03 15:14 
AnswerRe: Runtime Compilation - Worth It? Pin
Frank Hileman8-Apr-03 10:23
Frank Hileman8-Apr-03 10:23 
GeneralRe: Runtime Compilation - Worth It? Pin
Eric Astor8-Apr-03 11:41
Eric Astor8-Apr-03 11:41 
GeneralRe: Runtime Compilation - Worth It? Pin
Frank Hileman10-Apr-03 6:06
Frank Hileman10-Apr-03 6:06 
GeneralRe: Runtime Compilation - Worth It? Pin
Eric Astor10-Apr-03 6:51
Eric Astor10-Apr-03 6:51 
GeneralRe: Runtime Compilation - Worth It? Pin
Frank Hileman10-Apr-03 8:28
Frank Hileman10-Apr-03 8:28 
GeneralRe: Runtime Compilation - Worth It? Pin
Eric Astor10-Apr-03 10:01
Eric Astor10-Apr-03 10:01 
GeneralRe: Runtime Compilation - Worth It? Pin
Frank Hileman10-Apr-03 11:18
Frank Hileman10-Apr-03 11:18 
QuestionSockets with Server but what event? Pin
gekoscan13-Jan-03 11:28
gekoscan13-Jan-03 11:28 
GeneralRemoting (events/delegates) Pin
leppie13-Jan-03 9:40
leppie13-Jan-03 9:40 
GeneralRe: Remoting (events/delegates) Pin
James T. Johnson14-Jan-03 8:19
James T. Johnson14-Jan-03 8:19 
GeneralRe: Remoting (events/delegates) Pin
leppie14-Jan-03 10:08
leppie14-Jan-03 10:08 

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.