Link to home
Start Free TrialLog in
Avatar of travishaberman
travishaberman

asked on

.NET 2.0 Framework

I am intending to build a new DB that will have a front end app built using C#.  The PC's that use the application will not have .NET 2.0 on them or windows SP2.   Will this be a problem?  I need a thurough answer and this is why I am posting this for 500 pts.  Here are three links to other questions related to this project that can provide greater insight to what I am doing if you need...

https://www.experts-exchange.com/questions/22041718/Building-a-dabase-for-a-network-of-users-I-need-your-thoughts.html

https://www.experts-exchange.com/questions/22045964/I-need-a-suggested-book.html 

https://www.experts-exchange.com/questions/22046818/Database-web-application-server-architecture-and-issues.html

Thank you experts,
 
Avatar of AlexFM
AlexFM

If you want to write client-side Windows Forms application in C#, computer must have .NET Framework.
If you want to write ASP .NET application, .NET Framework is required only on server. Client needs only WEB browser.
Avatar of travishaberman

ASKER

How about speed?  If I take the ASP direction, how fast can accessing pages be?  Is there some standard measure of how fast people can refresh pages?  Also, what happens if two people are trying to update/access/delete/etc.  the same data - how is this typically handeled?  I like the ASP option but preformance is a concern...

Thank you in advance for your thoughts...
ASKER CERTIFIED SOLUTION
Avatar of nayernaguib
nayernaguib
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Many thanks!