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

.NET (Core and Framework)

 
AnswerRe: Where is ms-avalon library??? Pin
ian mariano23-Mar-04 11:33
ian mariano23-Mar-04 11:33 
AnswerRe: Where is ms-avalon library??? Pin
ian mariano24-Mar-04 1:58
ian mariano24-Mar-04 1:58 
GeneralPocket PC regisrtry Pin
Member 96364221-Mar-04 20:57
Member 96364221-Mar-04 20:57 
GeneralRe: Pocket PC regisrtry Pin
ian mariano23-Mar-04 11:43
ian mariano23-Mar-04 11:43 
GeneralVS .Net Pin
ppp00118-Mar-04 23:05
ppp00118-Mar-04 23:05 
GeneralRe: VS .Net Pin
ian mariano23-Mar-04 12:05
ian mariano23-Mar-04 12:05 
GeneralC# Vs C++.net Pin
ppp00118-Mar-04 22:55
ppp00118-Mar-04 22:55 
GeneralRe: C# Vs C++.net Pin
ian mariano23-Mar-04 11:58
ian mariano23-Mar-04 11:58 
pyhtang1 wrote:
1. What are the limitation of C# compared to C++.net ?

C#'s not C++, however both are compiled to MSIL which is JIT compiled to native code (See Compiling to MSIL.) C++, however enables you to use easily use the full power of native code, pointers, etc. within managed code. However, C# is also powerful in that it can leverage native code through calls to Unmanaged Code and also can access pointers with some caveats (see C# Language Specification Appendix A Unsafe code).) C++ also allows for templates and the STL for the "behind the scenes" code. C# won't have anything similar until Generics are officially released as part of the language specification.

pyhtang1 wrote:
2. will MFC in VC++ be obsolete in future ?

No. MFC is quite mature [and so is ATL!] for robust, straight Win32 applications, and will be part of VC++ for the forseeable future.

pyhtang1 wrote:
3. Do we need to obsfucate the code in C++.net as in C# for
protecting the reverse engineering of software code ?


For native C/C++, you can just strip out the symbols. But for C++.NET, since it is compiled to MSIL (as are any languages compiled to MSIL such as C#, VB.NET, COBOL.NET, et al.) you must obfuscate if you wish to hinder reverse-engineering.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

Generalwho can use or disassemble magiclibrary.dll Pin
yzs18-Mar-04 0:05
yzs18-Mar-04 0:05 
GeneralRe: who can use or disassemble magiclibrary.dll Pin
ian mariano18-Mar-04 4:31
ian mariano18-Mar-04 4:31 
GeneralRe: who can use or disassemble magiclibrary.dll Pin
ian mariano18-Mar-04 4:32
ian mariano18-Mar-04 4:32 
GeneralSocket type/protocol question Pin
harningt17-Mar-04 16:44
harningt17-Mar-04 16:44 
QuestionHow to set "Special Build" attribute in Assembly? Pin
Noodnik15-Mar-04 19:04
Noodnik15-Mar-04 19:04 
AnswerRe: How to set "Special Build" attribute in Assembly? Pin
Mike Dimmick16-Mar-04 1:56
Mike Dimmick16-Mar-04 1:56 
QuestionChannelServices out of scope exception? Pin
LilyofValley15-Mar-04 19:00
sussLilyofValley15-Mar-04 19:00 
QuestionSystem-wide singleton? Pin
NameOfTheDragon15-Mar-04 0:12
NameOfTheDragon15-Mar-04 0:12 
AnswerRe: System-wide singleton? Pin
Colin Angus Mackay15-Mar-04 0:32
Colin Angus Mackay15-Mar-04 0:32 
GeneralRe: System-wide singleton? Pin
NameOfTheDragon15-Mar-04 1:07
NameOfTheDragon15-Mar-04 1:07 
GeneralRe: System-wide singleton? Pin
Philip Fitzsimons15-Mar-04 2:43
Philip Fitzsimons15-Mar-04 2:43 
AnswerRe: System-wide singleton? Pin
Curi0us_George22-Mar-04 14:17
Curi0us_George22-Mar-04 14:17 
General.Net Remoting Pin
Daniel Popa15-Mar-04 0:08
Daniel Popa15-Mar-04 0:08 
GeneralRe: .Net Remoting Pin
Philip Fitzsimons15-Mar-04 2:45
Philip Fitzsimons15-Mar-04 2:45 
Generalget your email i'll send you a c# remoting pdf book Pin
yzs18-Mar-04 0:24
yzs18-Mar-04 0:24 
GeneralDatabinding drives me crazy Pin
Jasper van Rooijen15-Mar-04 0:07
Jasper van Rooijen15-Mar-04 0:07 
GeneralRe: Databinding drives me crazy Pin
cosminadrianpopescu21-Mar-04 21:13
cosminadrianpopescu21-Mar-04 21:13 

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.