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

.NET (Core and Framework)

 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 13:06
protectorChristian Graus16-May-07 13:06 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 15:28
mveDave Kreskowiak16-May-07 15:28 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 15:55
protectorChristian Graus16-May-07 15:55 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:01
mveDave Kreskowiak16-May-07 16:01 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:20
mveDave Kreskowiak16-May-07 16:20 
QuestionNET performance Pin
KEL316-May-07 1:57
KEL316-May-07 1:57 
AnswerNET performanc, me_again Pin
KEL325-May-07 3:43
KEL325-May-07 3:43 
GeneralRe: NET performanc, me_again Pin
Thomas Stockwell26-May-07 16:06
professionalThomas Stockwell26-May-07 16:06 
1) All .NET code is converted to CLR compliant Intermiediate language code. This code is readable if you open .NET exe files in some of the native .NET debugging/.NET servicing applications. Most programmers who want to keep their code fairly safe use Obfuscators (hopefully that is spelled correctly). These applications make it harder for hackers to get the source code for the program.

2) It depends on your perspective with regards to program security with .NET compilations over native compilation.

3)One project can only have one language type files in the project. VC# applications can only have .cs files in the project, you will not be able to put VB or VJ# codefiles in the C# application. You can however have multiple assemblies or projects in the same solution that are of different languages. All compiled .NET assemblies can be used as references to VS projects of any .NET language.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

Question.NET Framework 2.0 Pin
Blumen15-May-07 23:52
Blumen15-May-07 23:52 
GeneralRe: .NET Framework 2.0 Pin
Ashwani kumar srivas16-May-07 0:40
Ashwani kumar srivas16-May-07 0:40 
AnswerRe: .NET Framework 2.0 [modified] Pin
spvarapu17-May-07 6:39
spvarapu17-May-07 6:39 
QuestionRunning a custom command line program. Pin
Jay B.15-May-07 11:05
Jay B.15-May-07 11:05 
QuestionDouble Datatype and .NET Pin
Ray Kinsella15-May-07 6:40
Ray Kinsella15-May-07 6:40 
AnswerRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 7:25
mveDave Kreskowiak15-May-07 7:25 
GeneralRe: Double Datatype and .NET Pin
Ray Kinsella15-May-07 11:21
Ray Kinsella15-May-07 11:21 
AnswerRe: Double Datatype and .NET [modified] Pin
Not Active15-May-07 8:19
mentorNot Active15-May-07 8:19 
GeneralRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 9:24
mveDave Kreskowiak15-May-07 9:24 
GeneralRe: Double Datatype and .NET Pin
Not Active15-May-07 9:34
mentorNot Active15-May-07 9:34 
GeneralRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 10:19
mveDave Kreskowiak15-May-07 10:19 
GeneralRe: Double Datatype and .NET [modified] Pin
Dave Kreskowiak15-May-07 10:43
mveDave Kreskowiak15-May-07 10:43 
GeneralRe: Double Datatype and .NET Pin
Ray Kinsella15-May-07 11:19
Ray Kinsella15-May-07 11:19 
GeneralRe: Double Datatype and .NET Pin
Dave Kreskowiak15-May-07 12:58
mveDave Kreskowiak15-May-07 12:58 
GeneralRe: Double Datatype and .NET Pin
Not Active15-May-07 15:04
mentorNot Active15-May-07 15:04 
GeneralRe: Double Datatype and .NET Pin
Ray Kinsella15-May-07 11:18
Ray Kinsella15-May-07 11:18 
QuestionSerialPort.Open() question... Pin
SirTreveyan15-May-07 3:13
SirTreveyan15-May-07 3: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.