Click here to Skip to main content
15,926,290 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pass txtComputer.Text to class file Pin
epfuller17-Jun-05 6:08
epfuller17-Jun-05 6:08 
GeneralRe: Pass txtComputer.Text to class file Pin
Dave Kreskowiak17-Jun-05 6:32
mveDave Kreskowiak17-Jun-05 6:32 
GeneralRe: Pass txtComputer.Text to class file Pin
epfuller20-Jun-05 6:04
epfuller20-Jun-05 6:04 
QuestionHow can I use WH_MOUSE_LL with Windows 98? Pin
Begoña17-Jun-05 4:44
Begoña17-Jun-05 4:44 
AnswerRe: How can I use WH_MOUSE_LL with Windows 98? Pin
Dave Kreskowiak17-Jun-05 5:44
mveDave Kreskowiak17-Jun-05 5:44 
GeneralMy new article Pin
Ahmed Erarslan17-Jun-05 4:29
Ahmed Erarslan17-Jun-05 4:29 
GeneralInterface Problem Pin
Anonymous17-Jun-05 3:11
Anonymous17-Jun-05 3:11 
GeneralRe: Interface Problem Pin
J4amieC17-Jun-05 3:18
J4amieC17-Jun-05 3:18 
GeneralCompiler for native code - Open-source project challenge! Pin
Anonymous17-Jun-05 3:05
Anonymous17-Jun-05 3:05 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Roger Alsing17-Jun-05 4:15
Roger Alsing17-Jun-05 4:15 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Daniel Turini17-Jun-05 8:27
Daniel Turini17-Jun-05 8:27 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Roger Alsing17-Jun-05 10:51
Roger Alsing17-Jun-05 10:51 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Daniel Turini20-Jun-05 4:40
Daniel Turini20-Jun-05 4:40 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
DavidNohejl17-Jun-05 13:59
DavidNohejl17-Jun-05 13:59 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Daniel Turini17-Jun-05 22:37
Daniel Turini17-Jun-05 22:37 
dnh wrote:
I think that what Roger is talking about it compiler that would compile C# code into STANDALONE executable, not dependent on .NET framework. That IS dumb idea.

And why is that idea so stupid? I don't think that it's unreasonable to think about an application that ships with static libraries (in this case, linking the .NET framework into the application). The deployment and testing is really easier and safer when you use static linking. Why? Because you don't have to test with every possible version of the .NET framework, and every different patch set to check if your application works fine. Did you ever try to deploy and support an application on 10,000 machines, in around 300 different companies? You'd give a leg for a static linker...
And the origional post mentioned that static linking and native code compilation would remove a lot of .NET features, e.g., reflection. I disagree, unless someone proves me that: when a .NET application is loaded, it's JIT compiled to native code (if it wasn't pre-compiled by NGEN), and then linked to the .NET framework, which was compiled to native code by NGEN upon installation.
So, can someone explain me why is it so dumb to do all this on the programmers machine, instead of doing this on the user's machine? The only drawback I can see is losing a few machine specific optimizations (which still could be done by generating several versions).


I see dead pixels
Yes, even I am blogging now!
GeneralRe: Compiler for native code - Open-source project challenge! Pin
DavidNohejl18-Jun-05 2:26
DavidNohejl18-Jun-05 2:26 
GeneralRe: Compiler for native code - Open-source project challenge! Pin
Daniel Turini18-Jun-05 4:01
Daniel Turini18-Jun-05 4:01 
GeneralTo maintain hyperlinks while converting from smart doc to pdf Pin
Member 188835217-Jun-05 3:00
Member 188835217-Jun-05 3:00 
Generalc++ to c# and marshalling Pin
savage_16-Jun-05 23:41
savage_16-Jun-05 23:41 
GeneralRe: c++ to c# and marshalling Pin
tom_dx17-Jun-05 2:20
tom_dx17-Jun-05 2:20 
GeneralSize Of a Managed Object Pin
Andre Trollip16-Jun-05 20:58
Andre Trollip16-Jun-05 20:58 
GeneralRe: Size Of a Managed Object Pin
S. Senthil Kumar16-Jun-05 23:51
S. Senthil Kumar16-Jun-05 23:51 
GeneralRe: Size Of a Managed Object Pin
Andre Trollip17-Jun-05 0:30
Andre Trollip17-Jun-05 0:30 
GeneralRe: Size Of a Managed Object Pin
DavidNohejl17-Jun-05 3:40
DavidNohejl17-Jun-05 3:40 
GeneralInstaller CustomAction in managed code Pin
mav.northwind16-Jun-05 20:49
mav.northwind16-Jun-05 20:49 

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.