Reputation: 37480
I'm looking for a good asp.net webforms reference application.
We have some developers with VB6 experience, but no web application experience. I'd like to provide them with a couple of example apps that make use of a few simple forms, some user controls, db access, etc. An application that made use of a separate project for classes would be a nice bonus.
There seem to be a lot of very simple examples/tutorials for given features, but I can't find a good reference app that covers all of the above-mentioned topics.
Any suggestions?
Upvotes: 1
Views: 387
Reputation: 12975
I would recommend the ASP.NET starter kits here on the asp.net site. They are pretty diverse. My suggestion would be to actually try the hosted versions until you find one that suits the features you're trying to demonstrate. BeerHouse is a great start.
Upvotes: 3
Reputation: 341
http://www.asp.net/community/projects/
Starter kits are a good place to look...
Upvotes: 0
Reputation: 180888
This one looks pretty interesting. It's a shameless plug for the Infragistics controls, but it looks like they're doing some non-trivial things:
The reference application shows the use of web services, client side java scripting, XML data binding and other real world code samples.
http://devcenter.infragistics.com/RefApps/Expense/Expense.aspx
Upvotes: 0