tags:

views:

120

answers:

2

In .net platform .. can anyone give me name of that file?

+3  A: 

When you create a console application doing nothing, the exe file is 15 KB. Hope it can help :)

Sylvain
i bet you I can make one smaller ;)
sebastian
+3  A: 

Creating a class library with no using statements, one namespace, one class, no debug is 4KB.

Justin Niessner