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

.NET (Core and Framework)

 
AnswerRe: Interview question Pin
Dan Neely18-Apr-07 2:08
Dan Neely18-Apr-07 2:08 
GeneralRe: Interview question Pin
Aaron VanWieren20-Apr-07 9:29
Aaron VanWieren20-Apr-07 9:29 
AnswerRe: Interview question Pin
Balagurunathan S18-Apr-07 21:32
Balagurunathan S18-Apr-07 21:32 
GeneralRe: Interview question Pin
Aaron VanWieren20-Apr-07 9:30
Aaron VanWieren20-Apr-07 9:30 
QuestionIIS6 App Mapping problem with .* file extension Pin
TOMCAT8117-Apr-07 6:20
TOMCAT8117-Apr-07 6:20 
AnswerRe: IIS6 App Mapping problem with .* file extension Pin
roopesh12525-Apr-10 20:59
roopesh12525-Apr-10 20:59 
QuestionIs .Net programs able to be compiled into native code? Pin
cateyes9916-Apr-07 15:20
cateyes9916-Apr-07 15:20 
AnswerRe: Is .Net programs able to be compiled into native code? Pin
Dave Kreskowiak16-Apr-07 17:45
mveDave Kreskowiak16-Apr-07 17:45 
Not really, but yes. It is possible, but not recommended. There are a couple of products out there that can compile a .NET app down to native code, plus importing all the code that the assemblies reference, effectively building in parts of the .NET Framework. But, those products are VERY expensive.

The problem with using them is security updates to the .NET Framework will not affect these native-compiled apps, effectively making them security holes in a customers systems. In order to patch these holes, your app would have to be recompiled and redistributed to the customers.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Is .Net programs able to be compiled into native code? Pin
Zhendalf18-Apr-07 8:16
Zhendalf18-Apr-07 8:16 
GeneralRe: Is .Net programs able to be compiled into native code? Pin
Obaid ur Rehman18-Apr-07 8:43
Obaid ur Rehman18-Apr-07 8:43 
AnswerRe: Is .Net programs able to be compiled into native code? Pin
Jaiprakash M Bankolli17-Apr-07 3:21
Jaiprakash M Bankolli17-Apr-07 3:21 
Questionhelp Pin
shalinikannan16-Apr-07 2:18
shalinikannan16-Apr-07 2:18 
AnswerRe: help Pin
Colin Angus Mackay16-Apr-07 2:23
Colin Angus Mackay16-Apr-07 2:23 
GeneralRe: help Pin
Dave Kreskowiak16-Apr-07 3:54
mveDave Kreskowiak16-Apr-07 3:54 
GeneralRe: help Pin
Pete O'Hanlon16-Apr-07 4:07
mvePete O'Hanlon16-Apr-07 4:07 
AnswerRe: help Pin
Jaiprakash M Bankolli17-Apr-07 3:25
Jaiprakash M Bankolli17-Apr-07 3:25 
AnswerRe: help Pin
SecureQuest17-Apr-07 8:36
SecureQuest17-Apr-07 8:36 
AnswerRe: help Pin
tantoun17-Apr-07 10:16
tantoun17-Apr-07 10:16 
GeneralRe: help Pin
Colin Angus Mackay18-Apr-07 0:17
Colin Angus Mackay18-Apr-07 0:17 
Questionwhere is create Class Diagram option in VS 2005? Pin
Saira Tanwir16-Apr-07 2:15
Saira Tanwir16-Apr-07 2:15 
AnswerRe: where is create Class Diagram option in VS 2005? Pin
Pete O'Hanlon16-Apr-07 2:17
mvePete O'Hanlon16-Apr-07 2:17 
QuestionApp.Config behavior [modified] Pin
Tristan Rhodes16-Apr-07 1:04
Tristan Rhodes16-Apr-07 1:04 
AnswerSolved Pin
Tristan Rhodes16-Apr-07 1:51
Tristan Rhodes16-Apr-07 1:51 
AnswerRe: App.Config behavior Pin
Dave Kreskowiak16-Apr-07 3:45
mveDave Kreskowiak16-Apr-07 3:45 
AnswerRe: App.Config behavior Pin
Jaiprakash M Bankolli17-Apr-07 3:33
Jaiprakash M Bankolli17-Apr-07 3:33 

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.