Hello,
I have been looking for a demonstration of "best practice" web
application
using asp.net web forms, in particular looking at an app that shows
a typical database application with multiple users inserting, updating
and deleting
records in a table, showing concurrency control etc.
Can anybody point me in the right direction?
Best wishes
John
brians[MCSD] - 17 Feb 2006 19:52 GMT
Hello John,
I found the following two references to be good resources for building .NET
applications:
Improving .NET Application Performance and Scalability (Patterns &
Practices) -
http://www.amazon.com/gp/product/0735618518/ref=pd_sim_b_2/102-9957732-6472135?%
5Fencoding=UTF8&v=glance&n=283155
and
Building Secure Microsoft ASP.NET Applications -
http://www.amazon.com/gp/product/0735618909/qid=1140204868/sr=1-10/ref=sr_1_10/1
02-9957732-6472135?s=books&v=glance&n=283155
All/most of the materials from these books are up on the msdn site.

Signature
brians
http://www.limbertech.com
> Hello,
>
[quoted text clipped - 10 lines]
>
> John