Hi,
I've been working on a pretty straight forward ASP.NET / SQL data
access client.
I would however like to take a peek at how other developers are
approaching similar projects, specifically regarding the data access
side of things.
Does anyone know of a relatively big (around 15,000 - 20,000 lines of
code) web app I can look at, which could serve as a type of reference?
Best,
Andre
S. Justin Gengo - 28 Oct 2005 17:09 GMT
Andre,
www.dotnetnuke.com a large portal application that utilizes Microsoft's
application blocks for data access.

Signature
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
> Hi,
>
[quoted text clipped - 10 lines]
> Best,
> Andre
ahaupt@gmail.com - 28 Oct 2005 17:39 GMT
Jon Paal - 28 Oct 2005 18:03 GMT
chek out the starter kits at www.asp.net
----------------------------------------------------------------------------------
War, at best, is the failure of leaders to solve problems.
At worst, war is a massive money-generating machine with no regard for life.
It's all in the numbers.
ahaupt@gmail.com - 29 Oct 2005 14:59 GMT
That looks pretty good. Thanks.