Click here to Skip to main content
15,915,663 members
Home / Discussions / C#
   

C#

 
QuestionDate Time in c# Pin
Rajesh_K_Sharma5-Jul-06 1:45
Rajesh_K_Sharma5-Jul-06 1:45 
AnswerRe: Date Time in c# Pin
stancrm5-Jul-06 1:56
stancrm5-Jul-06 1:56 
AnswerRe: Date Time in c# Pin
MCSD-Gandalf5-Jul-06 1:59
MCSD-Gandalf5-Jul-06 1:59 
AnswerRe: Date Time in c# Pin
engsrini5-Jul-06 2:02
engsrini5-Jul-06 2:02 
AnswerRe: Date Time in c# Pin
Gammaza5-Jul-06 2:09
Gammaza5-Jul-06 2:09 
AnswerRe: Date Time in c# Pin
BoneSoft5-Jul-06 4:02
BoneSoft5-Jul-06 4:02 
QuestionProblem with TcpClient connect [modified] Pin
chintu9265-Jul-06 0:47
chintu9265-Jul-06 0:47 
AnswerRe: Problem with TcpClient connect Pin
Tim Kohler5-Jul-06 2:48
Tim Kohler5-Jul-06 2:48 
AnswerRe: Problem with TcpClient connect Pin
Daniele Ferrero5-Jul-06 2:55
Daniele Ferrero5-Jul-06 2:55 
QuestionHow to store sessions in first page in asp.net [modified] Pin
Arun Hegde5-Jul-06 0:39
Arun Hegde5-Jul-06 0:39 
AnswerRe: How to store sessions in first page in asp.net Pin
MCSD-Gandalf5-Jul-06 0:55
MCSD-Gandalf5-Jul-06 0:55 
Questionserial port question ? help please ¿ Pin
cmpeng345-Jul-06 0:32
cmpeng345-Jul-06 0:32 
AnswerRe: serial port question ? help please ¿ Pin
engsrini5-Jul-06 1:43
engsrini5-Jul-06 1:43 
Questionsms messages from asp.net application?? Pin
rohitgraycell5-Jul-06 0:19
rohitgraycell5-Jul-06 0:19 
AnswerRe: sms messages from asp.net application?? Pin
synunn5-Jul-06 0:42
synunn5-Jul-06 0:42 
Questionhow to erase a file content with c# ? Pin
cmpeng345-Jul-06 0:02
cmpeng345-Jul-06 0:02 
AnswerRe: how to erase a file content with c# ? Pin
stancrm5-Jul-06 0:09
stancrm5-Jul-06 0:09 
AnswerRe: how to erase a file content with c# ? Pin
engsrini5-Jul-06 0:13
engsrini5-Jul-06 0:13 
QuestionLoaderLock Exception in .net 2.0 Pin
Waqas Nasir4-Jul-06 23:55
Waqas Nasir4-Jul-06 23:55 
Questiondatagrid problem "windows application" Pin
chandra sagar4-Jul-06 23:46
chandra sagar4-Jul-06 23:46 
QuestionSystem Tray Icon with background processes [modified] Pin
synunn4-Jul-06 23:40
synunn4-Jul-06 23:40 
AnswerRe: System Tray Icon with background processes Pin
Guffa5-Jul-06 23:32
Guffa5-Jul-06 23:32 
GeneralRe: System Tray Icon with background processes [modified] Pin
synunn6-Jul-06 6:34
synunn6-Jul-06 6:34 
AnswerRe: System Tray Icon with background processes Pin
Guffa6-Jul-06 11:58
Guffa6-Jul-06 11:58 
QuestionCheck for all installed .net frameworks Pin
code4jigar4-Jul-06 23:11
code4jigar4-Jul-06 23:11 
How do i get information about all installed .net framework version? And On what framework my application is running?

Say I have application config file saying
<startup>
<supportedRuntime version="v1.0.3705" />
<supportedRuntime version="v1.1.4322" />
<supportedRuntime version="v2.0.50727" />
</startup>

So It will run on all the platform. Now, I want to check on which version its running and what all versions are installed on the system.

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.