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

.NET (Core and Framework)

 
GeneralRe: Problem with IIS 5 Pin
TigerNinja_11-May-04 12:17
TigerNinja_11-May-04 12:17 
GeneralRe: Problem with IIS 5 Pin
sreejith ss nair12-May-04 0:59
sreejith ss nair12-May-04 0:59 
GeneralCreating DLL in visual C++.NET Pin
Emiliano8-May-04 2:02
Emiliano8-May-04 2:02 
GeneralRe: Creating DLL in visual C++.NET Pin
srikkanthank9-May-04 5:06
srikkanthank9-May-04 5:06 
GeneralToString(); Pin
gman447-May-04 14:29
gman447-May-04 14:29 
GeneralRe: ToString(); Pin
srikkanthank9-May-04 5:17
srikkanthank9-May-04 5:17 
GeneralMC++ or C# for user controls Pin
Julien Delezenne4-May-04 15:17
Julien Delezenne4-May-04 15:17 
GeneralRe: MC++ or C# for user controls Pin
ian mariano8-May-04 6:50
ian mariano8-May-04 6:50 
Either C++ or C# are suitable. VC++ 7.0/7.1 are fullly capable in .NET. You get the best of both worlds using C++ because you have full access to Win32 without resorting to Interop as in C# Wink | ;) Use the language you are most comfortable with.

deckards29 wrote:
C# may be more secure because each external API/struct will have to be specifically redeclared but is it worth it?

It won't have to be redeclared. If you don't want something visible, make it internal or private.

If you're allowing COM interop so others can use the custom controls as ActiveX controls, you can also mark them with [ComVisible(false)] or declare them as above.

Ian Mariano - Bliki | Blog


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

GeneralRe: MC++ or C# for user controls Pin
Julien Delezenne9-May-04 2:43
Julien Delezenne9-May-04 2:43 
General.NET advantage over JAVA Pin
mmikey74-May-04 11:43
mmikey74-May-04 11:43 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi4-May-04 12:22
professionalJeff Varszegi4-May-04 12:22 
GeneralRe: .NET advantage over JAVA Pin
mmikey74-May-04 12:45
mmikey74-May-04 12:45 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi4-May-04 14:22
professionalJeff Varszegi4-May-04 14:22 
GeneralRe: .NET advantage over JAVA Pin
Mike Ellison8-May-04 4:46
Mike Ellison8-May-04 4:46 
GeneralRe: .NET advantage over JAVA Pin
ian mariano8-May-04 6:51
ian mariano8-May-04 6:51 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi8-May-04 7:08
professionalJeff Varszegi8-May-04 7:08 
GeneralRe: .NET advantage over JAVA Pin
Jeff Varszegi8-May-04 7:07
professionalJeff Varszegi8-May-04 7:07 
GeneralA licensed windows forms control on a web page Pin
Patrick Lassalle4-May-04 11:02
Patrick Lassalle4-May-04 11:02 
GeneralRe: A licensed windows forms control on a web page Pin
ian mariano8-May-04 6:59
ian mariano8-May-04 6:59 
GeneralSOAP Server Pin
Patje4-May-04 3:15
Patje4-May-04 3:15 
GeneralRe: SOAP Server Pin
ian mariano8-May-04 7:12
ian mariano8-May-04 7:12 
GeneralRe: SOAP Server Pin
Patje10-May-04 21:20
Patje10-May-04 21:20 
GeneralRe: SOAP Server Pin
Ryan Roberts11-May-04 6:54
Ryan Roberts11-May-04 6:54 
GeneralRe: SOAP Server Pin
Patje11-May-04 21:15
Patje11-May-04 21:15 
GeneralXPathDocument vs. XmlDocument Pin
Paul Watson3-May-04 23:26
sitebuilderPaul Watson3-May-04 23:26 

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.