Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
AnswerRe: My Code gets stuck at MessageBox.Show() after pressing OK it does not move further. Pin
Gerry Schmitz11-Nov-22 6:46
mveGerry Schmitz11-Nov-22 6:46 
QuestionNet framework again Pin
Calin Negru8-Nov-22 7:59
Calin Negru8-Nov-22 7:59 
AnswerRe: Net framework again Pin
OriginalGriff8-Nov-22 10:05
mveOriginalGriff8-Nov-22 10:05 
GeneralRe: Net framework again Pin
Calin Negru8-Nov-22 22:01
Calin Negru8-Nov-22 22:01 
GeneralRe: Net framework again Pin
OriginalGriff8-Nov-22 23:14
mveOriginalGriff8-Nov-22 23:14 
GeneralRe: Net framework again Pin
Calin Negru9-Nov-22 4:00
Calin Negru9-Nov-22 4:00 
GeneralRe: Net framework again Pin
OriginalGriff9-Nov-22 4:12
mveOriginalGriff9-Nov-22 4:12 
AnswerRe: Net framework again Pin
Sam Hobbs8-Nov-22 17:59
Sam Hobbs8-Nov-22 17:59 
.Net is a combination of many things. The GUI designers are more like VB 6 and VB prior to 6.

.Net does not have the equivalent of the Document/View architecture built into it as it is in MFC.

.Net does not support mixing languages using a linker as does unmanaged code does. Use of multiple languages by a .Net application requires that each language be a separate executable (DLL or the single exe file).

Much of .Net is based on Java.

The .Net intermediate language might be an evolution of the technology Microsoft had in the original Basic interpreter in DOS.

The designer and original developer of C++ explains that C++ does not support the kind of feature (such as the .Net intermediate language) that provides the portability that Java and .Net languages provide.
GeneralRe: Net framework again Pin
Richard Andrew x6420-Nov-22 6:34
professionalRichard Andrew x6420-Nov-22 6:34 
AnswerRe: Net framework again Pin
Gerry Schmitz8-Nov-22 18:02
mveGerry Schmitz8-Nov-22 18:02 
GeneralRe: Net framework again Pin
Richard Deeming8-Nov-22 21:38
mveRichard Deeming8-Nov-22 21:38 
GeneralRe: Net framework again Pin
Gerry Schmitz9-Nov-22 19:03
mveGerry Schmitz9-Nov-22 19:03 
GeneralRe: Net framework again Pin
Calin Negru8-Nov-22 22:06
Calin Negru8-Nov-22 22:06 
Question.NET Framework versus .NET latest? Pin
Bruce Greene7-Nov-22 8:59
Bruce Greene7-Nov-22 8:59 
AnswerRe: .NET Framework versus .NET latest? Pin
OriginalGriff7-Nov-22 9:39
mveOriginalGriff7-Nov-22 9:39 
AnswerRe: .NET Framework versus .NET latest? Pin
Mycroft Holmes7-Nov-22 10:47
professionalMycroft Holmes7-Nov-22 10:47 
GeneralRe: .NET Framework versus .NET latest? Pin
Bruce Greene7-Nov-22 11:01
Bruce Greene7-Nov-22 11:01 
AnswerRe: .NET Framework versus .NET latest? Pin
Gerry Schmitz8-Nov-22 4:57
mveGerry Schmitz8-Nov-22 4:57 
AnswerRe: .NET Framework versus .NET latest? Pin
Jacques Fournier13-Nov-22 11:10
Jacques Fournier13-Nov-22 11:10 
AnswerRe: .NET Framework versus .NET latest? Pin
jschell14-Nov-22 6:32
jschell14-Nov-22 6:32 
QuestionAnyone seen this odd Word Interop behavior? Pin
RobertSF3-Nov-22 11:00
professionalRobertSF3-Nov-22 11:00 
AnswerRe: Anyone seen this odd Word Interop behavior? Pin
RobertSF3-Nov-22 11:49
professionalRobertSF3-Nov-22 11:49 
QuestionAssets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
Aryaman Madge30-Oct-22 6:51
Aryaman Madge30-Oct-22 6:51 
AnswerRe: Assets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
Dave Kreskowiak30-Oct-22 8:24
mveDave Kreskowiak30-Oct-22 8:24 
AnswerRe: Assets\Scipts\PlayerController.cs(29,6): error CS1513: } expected Unity Pin
OriginalGriff30-Oct-22 21:03
mveOriginalGriff30-Oct-22 21:03 

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.