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

.NET (Core and Framework)

 
GeneralRe: look for some option witch can pass through firewall Pin
Andy Brummer1-Sep-05 3:34
sitebuilderAndy Brummer1-Sep-05 3:34 
QuestionExtracting Frames From The AVI Movie Pin
Nabeel Younus Khan31-Aug-05 11:04
Nabeel Younus Khan31-Aug-05 11:04 
QuestionWindows Service arguments Pin
vSoares31-Aug-05 5:44
professionalvSoares31-Aug-05 5:44 
QuestionPicture Box control for .NET PocketPC application Pin
Sevugan31-Aug-05 5:13
Sevugan31-Aug-05 5:13 
AnswerRe: Picture Box control for .NET PocketPC application Pin
Terry Dong31-Aug-05 16:15
Terry Dong31-Aug-05 16:15 
Questiontapi problem Pin
iram130-Aug-05 18:45
iram130-Aug-05 18:45 
Question.Net and Memory Resources Pin
Stanciu Vlad30-Aug-05 10:49
Stanciu Vlad30-Aug-05 10:49 
AnswerRe: .Net and Memory Resources Pin
Dave Kreskowiak30-Aug-05 12:04
mveDave Kreskowiak30-Aug-05 12:04 
No, because you're not looking in the right place to measure the memory consumption.

Yes, there is an overhead for using the .NET Framework and no you can't get rid of it.

Now, like most other people, you probably looked in the Task Manger to see how much RAM was allocated to your process. This is NOT how much memory your process is actually using. The .NET Framework execution environment is a virtual machine with it's own Memory Manager. The .NET Memory Manager grabs a rather large block of memory for your application. Even if you're not using it. This is because it can quickly allocate object on the managed heaps, as opposed to grabbing unmanaged memory, adding it to the managed pool, then allocating your object.

Just because the Task Manager says that your application is taking up X amount of memory, doesn't mean the your application is actually using it. It's RESERVED as far as the .NET Memory Manager is concerned.

Now, on Win98, the memory requirements for using the .NET Framework is at least 32MB of RAM, with 96MB being the recommended minimum. .NET Framework System Requirements[^]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: .Net and Memory Resources Pin
Stanciu Vlad30-Aug-05 19:40
Stanciu Vlad30-Aug-05 19:40 
GeneralRe: .Net and Memory Resources Pin
immes31-Aug-05 0:08
immes31-Aug-05 0:08 
GeneralRe: .Net and Memory Resources Pin
Stanciu Vlad31-Aug-05 1:48
Stanciu Vlad31-Aug-05 1:48 
GeneralRe: .Net and Memory Resources Pin
Dave Kreskowiak31-Aug-05 2:09
mveDave Kreskowiak31-Aug-05 2:09 
GeneralRe: .Net and Memory Resources Pin
S. Senthil Kumar31-Aug-05 7:56
S. Senthil Kumar31-Aug-05 7:56 
GeneralRe: .Net and Memory Resources Pin
Dave Kreskowiak31-Aug-05 12:35
mveDave Kreskowiak31-Aug-05 12:35 
QuestionTime Zone Abbreviation Pin
Rabbit1730-Aug-05 8:31
Rabbit1730-Aug-05 8:31 
AnswerRe: Time Zone Abbreviation Pin
Matt Casto1-Sep-05 6:22
Matt Casto1-Sep-05 6:22 
QuestionPorting .Net aplication to linux Pin
ediazc30-Aug-05 7:45
ediazc30-Aug-05 7:45 
Question.NET app run on Win2003 from another Win2003? Pin
CherezZaboro30-Aug-05 4:20
CherezZaboro30-Aug-05 4:20 
AnswerRe: .NET app run on Win2003 from another Win2003? Pin
Dave Kreskowiak30-Aug-05 9:53
mveDave Kreskowiak30-Aug-05 9:53 
QuestionMicrosoft .NET Passport Pin
Dario Solera30-Aug-05 1:24
Dario Solera30-Aug-05 1:24 
AnswerRe: Microsoft .NET Passport Pin
Dave Kreskowiak30-Aug-05 10:04
mveDave Kreskowiak30-Aug-05 10:04 
GeneralRe: Microsoft .NET Passport Pin
Dario Solera30-Aug-05 11:25
Dario Solera30-Aug-05 11:25 
QuestionUSB Flash Drive or CF access Pin
LiamD30-Aug-05 0:37
LiamD30-Aug-05 0:37 
AnswerRe: USB Flash Drive or CF access Pin
eggie530-Aug-05 12:17
eggie530-Aug-05 12:17 
GeneralRe: USB Flash Drive or CF access Pin
LiamD30-Aug-05 23:21
LiamD30-Aug-05 23:21 

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.