Help plz...

  • Thread starter Thread starter Nirma
  • Start date Start date
N

Nirma

Hi,

I wants to find minimum hardware requirements(Ram size,
Processor speed, HDD size..) for smart client (C# window)
application. So how to identify the requirements?
Any tools or techniques?

Thanks,
Nirma.
 
Nirma,

When you do not get your answer here, there is an active newsgroup

microsoft.public.dotnet.framework.compactframework

I hope this helps?

Cor
 
Hi Nirma,

Smart clients are simply C# apps with network access.

Your requirements are simply those of the .NET framework. You can find the
..NET requirements on the Microsoft site.
http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx
(You need to plan for the .NET Redistributable, not the framework)

Apps in C# are small. If the app already exists, ask the developers. I get
the feeling that the app doesn't exist yet, though, and you are in a
planning cycle for a government or large corporate setting, and you need to
plan for deployment.

As you can see, HD space for the .NET redistributable is 150MB. Your smart
client will probably add less than 1MB in executables, setup and
documentation, so use 1MB of HD space. If you already have the .NET 1.1
redis on a PC, you don't need it again. Windows Server 2003 already has it
installed.

OS, Memory, processor, RAM are all documented in the link above.

Hope this helps,
--- Nick
 

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

Back
Top