Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
QuestionRemoting: How can client X notify client Y via a server object by using events? Pin
buysjohan@hotmail.com16-Oct-05 5:21
buysjohan@hotmail.com16-Oct-05 5:21 
QuestionWhere to put my validation? Please help. Pin
CandyMe16-Oct-05 4:02
CandyMe16-Oct-05 4:02 
QuestionC# boardgame Pin
mrgruby16-Oct-05 1:16
mrgruby16-Oct-05 1:16 
AnswerRe: C# boardgame Pin
Rob Philpott16-Oct-05 2:36
Rob Philpott16-Oct-05 2:36 
GeneralRe: C# boardgame Pin
mrgruby16-Oct-05 6:25
mrgruby16-Oct-05 6:25 
AnswerRe: C# boardgame Pin
pseudonym6716-Oct-05 4:49
pseudonym6716-Oct-05 4:49 
GeneralRe: C# boardgame Pin
mrgruby16-Oct-05 6:35
mrgruby16-Oct-05 6:35 
QuestionA shell extension for a virtual drive Pin
iulian.bobalca16-Oct-05 1:11
iulian.bobalca16-Oct-05 1:11 
AnswerRe: A shell extension for a virtual drive Pin
Dave Kreskowiak16-Oct-05 2:11
mveDave Kreskowiak16-Oct-05 2:11 
GeneralRe: A shell extension for a virtual drive Pin
iulian.bobalca16-Oct-05 3:06
iulian.bobalca16-Oct-05 3:06 
AnswerRe: A shell extension for a virtual drive Pin
leppie16-Oct-05 3:34
leppie16-Oct-05 3:34 
GeneralRe: A shell extension for a virtual drive Pin
iulian.bobalca16-Oct-05 3:56
iulian.bobalca16-Oct-05 3:56 
GeneralRe: A shell extension for a virtual drive Pin
Dave Kreskowiak16-Oct-05 9:14
mveDave Kreskowiak16-Oct-05 9:14 
GeneralRe: A shell extension for a virtual drive Pin
iulian.bobalca16-Oct-05 12:07
iulian.bobalca16-Oct-05 12:07 
GeneralRe: A shell extension for a virtual drive Pin
Dave Kreskowiak16-Oct-05 15:07
mveDave Kreskowiak16-Oct-05 15:07 
AnswerRe: A shell extension for a virtual drive Pin
Heath Stewart16-Oct-05 17:35
protectorHeath Stewart16-Oct-05 17:35 
GeneralRe: A shell extension for a virtual drive Pin
leppie16-Oct-05 20:18
leppie16-Oct-05 20:18 
GeneralRe: A shell extension for a virtual drive Pin
Dave Kreskowiak17-Oct-05 1:21
mveDave Kreskowiak17-Oct-05 1:21 
AnswerRe: A shell extension for a virtual drive Pin
Heath Stewart16-Oct-05 17:38
protectorHeath Stewart16-Oct-05 17:38 
QuestionEncapsulate Pin
Tran Ngoc Minh15-Oct-05 23:59
Tran Ngoc Minh15-Oct-05 23:59 
AnswerRe: Encapsulate Pin
Guffa16-Oct-05 0:02
Guffa16-Oct-05 0:02 
AnswerRe: Encapsulate Pin
Heath Stewart16-Oct-05 0:29
protectorHeath Stewart16-Oct-05 0:29 
VS.NET is used to compile the applications, and .NET is used to run the applications. A computer cannot run a managed application without having the .NET Framework installed. It's a runtime, just like Java, Perl, Visual Basic, etc.

.NET only needs to be installed once and many computers (and more in the future where .NET is installed by default, which started with XP Media Center and Tablet PC editions, and Windows Server 2003) and there are intelligent ways of not requiring a specific version if you've done compatibility testing. That is, .NET applications will typically run on newer Framework versions. There are, on occasion, a few breaking changes but these are documented at http://msdn.microsoft.com/netframework[^] and you typically won't run into them. Your install could check that at least the minimum runtime version is installed. If a newer runtime is installed you could avoid requiring a newer runtime versin.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
QuestionCreating Libraries in C# Pin
ddmcr15-Oct-05 22:35
ddmcr15-Oct-05 22:35 
AnswerRe: Creating Libraries in C# Pin
S. Senthil Kumar15-Oct-05 23:10
S. Senthil Kumar15-Oct-05 23:10 
GeneralRe: Creating Libraries in C#[modified] Pin
ddmcr15-Oct-05 23:21
ddmcr15-Oct-05 23:21 

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.