.NET framework

W

write2srk

Hi,
We are trying to create a light weight desktop application that will be
downloaded from the server. We have a few queries regarding this
application.

1. If this application is developed using .NET 2.0, then in the current
scenario, what percentage of windows users are likely to have .NET 2.0
framework installed.

2. In terms of application size, how does an application developed
using .NET 2.0 differ from an application developed using Win32 API's
only.

3. What are the other points which makes a case for or against using
..NET ?

Thanks in advance,
Ram
 
M

Michael Nemtsev

Hello (e-mail address removed),
Hi,
We are trying to create a light weight desktop application that will
be
downloaded from the server. We have a few queries regarding this
application.
1. If this application is developed using .NET 2.0, then in the
current scenario, what percentage of windows users are likely to have
.NET 2.0 framework installed.

..NET 2.0 has ClickOnce feature, that install all requirements that need for
you app. Including .net fw
2. In terms of application size, how does an application developed
using .NET 2.0 differ from an application developed using Win32 API's
only.

In more times. Because there is another model of using your memory in .net
than in was in winAPI
3. What are the other points which makes a case for or against using
.NET ?

Garbage collector, more intuitive classes, fast delevopment and etc.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top