Click here to Skip to main content
15,920,632 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMeasuring Voltages At Serial Port Programmatically Pin
Saravanan Rao25-Sep-08 23:48
Saravanan Rao25-Sep-08 23:48 
AnswerRe: Measuring Voltages At Serial Port Programmatically Pin
Dave Kreskowiak26-Sep-08 2:01
mveDave Kreskowiak26-Sep-08 2:01 
AnswerRe: Measuring Voltages At Serial Port Programmatically Pin
Simon P Stevens26-Sep-08 4:59
Simon P Stevens26-Sep-08 4:59 
QuestionI need to make a application on BizTalk server using .NET Pin
Kumar Arun25-Sep-08 18:44
Kumar Arun25-Sep-08 18:44 
JokeRe: I need to make a application on BizTalk server using .NET Pin
Paul Conrad27-Sep-08 5:24
professionalPaul Conrad27-Sep-08 5:24 
AnswerRe: I need to make a application on BizTalk server using .NET Pin
Kevin McFarlane28-Sep-08 3:24
Kevin McFarlane28-Sep-08 3:24 
Question.NET and C++ Pin
BobInNJ24-Sep-08 6:22
BobInNJ24-Sep-08 6:22 
AnswerRe: .NET and C++ Pin
Mark Salsbery24-Sep-08 7:56
Mark Salsbery24-Sep-08 7:56 
BobInNJ wrote:
Does it make sense to develop a modern interface in C++ using .NET?


I'm not sure how much sense it makes - only you can decide that.

I do know that Microsoft has positioned the C++/CLI language as
a tool for bridging existing native code to the .NET managed world.
Visual Studio designer support is limited for C++ as a result, which can
(and does IME) make C++/CLI a less productive option.

You may not like C# now, but when you write C++/CLI code it's nearly identical
to C#. Throw in better IDE support and C# soon makes more sense for managed
code development.


You can use C++/CLI as your .NET language of choice....just remember that Visual Studio
probably isn't going to give you much more than its existing support for it
in the future.


I'm a die hard C++ programmer and I resisted the C# thing, but once I went managed/.NET,
C# just makes the most sense for a C++ programmer.

I've personally dropped all my MFC code completely, but I still maintain a large base of
native C++ code mixed in with managed code. I get all the benefits of the rich .NET framework
along with the familiar native C++ code. C++/CLI bridges the two nicely as it is intended to do.
All my UI is done in C# these days.


BobInNJ wrote:
could somebody recommend a book to me that teaches .NET to a C++ programmer.


Nish, who is a longtime Code Project member, has a good book:
C++/CLI in Action[^]


Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: .NET and C++ Pin
Kevin McFarlane27-Sep-08 7:25
Kevin McFarlane27-Sep-08 7:25 
QuestionHow to disable the browser cache in WebBrowser Pin
Raaya123-Sep-08 11:13
Raaya123-Sep-08 11:13 
AnswerRe: How to disable the browser cache in WebBrowser Pin
Kumar Arun25-Sep-08 18:58
Kumar Arun25-Sep-08 18:58 
GeneralRe: How to disable the browser cache in WebBrowser Pin
Raaya129-Sep-08 10:56
Raaya129-Sep-08 10:56 
QuestionTextRange Fields in Office 2007 Pin
Patrick Kilgore23-Sep-08 10:01
Patrick Kilgore23-Sep-08 10:01 
AnswerRe: TextRange Fields in Office 2007 Pin
Patrick Kilgore23-Sep-08 11:36
Patrick Kilgore23-Sep-08 11:36 
QuestionAjax error handlling Pin
valerian.precop22-Sep-08 22:34
valerian.precop22-Sep-08 22:34 
AnswerRe: Ajax error handlling Pin
Patrick Kilgore23-Sep-08 10:05
Patrick Kilgore23-Sep-08 10:05 
QuestionCompiling VS 6.0 code in VS2005 Pin
SNI22-Sep-08 20:50
SNI22-Sep-08 20:50 
AnswerRe: Compiling VS 6.0 code in VS2005 Pin
led mike23-Sep-08 5:47
led mike23-Sep-08 5:47 
AnswerRe: Compiling VS 6.0 code in VS2005 Pin
The_Mega_ZZTer27-Sep-08 5:43
The_Mega_ZZTer27-Sep-08 5:43 
QuestionError- HTTP Error 500.19 on Win Server 2008 Pin
Amit Battan Ror22-Sep-08 18:47
Amit Battan Ror22-Sep-08 18:47 
AnswerRe: Error- HTTP Error 500.19 on Win Server 2008 Pin
John_Adams23-Sep-08 23:18
John_Adams23-Sep-08 23:18 
GeneralRe: Error- HTTP Error 500.19 on Win Server 2008 Pin
Amit Battan Ror6-Oct-08 19:48
Amit Battan Ror6-Oct-08 19:48 
Questionframework or Visualstudio needed? Pin
balu1234522-Sep-08 9:16
balu1234522-Sep-08 9:16 
AnswerCross-post Pin
Wendelius23-Sep-08 8:37
mentorWendelius23-Sep-08 8:37 
QuestionError while Installing the .NET 3.5 framework Pin
Amit Battan Ror22-Sep-08 2:35
Amit Battan Ror22-Sep-08 2:35 

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.