views:

57

answers:

3

I learning ASP.net, and am looking to create a rather straightforward WebForms ASP.net application, but I have very limited examples to work with. Is there a site that has a lot of ASP.net WebForms projects that are downloadable?

Books seem to focus on narrow aspects of using Webforms, like session control, or using master pages, but I'm looking for examples of how a whole app comes together.

Or, better yet, is there someone willing to help a new developer out one-on-one by sharing a project or two of his?

I'd appreciate any help. Thanks.

+1  A: 

I have fully looked into BlogEngine.NET source code.It's worth looking into it.

Srinivas Reddy Thatiparthy
+1  A: 

I'd recommend the following:

asp.net - Official ASP.NET site, tons of great information

w3schools tutorial - ASP.NET tutorials and examples

asp.net community projects - listing of some community projects and starter kits, worth perusing to see how others use ASP.NET

Adam Markowitz
+1  A: 

You might check out the ASP.Net starter kits at http://www.asp.net/community/projects#jm_starter_kits_and_samples

They are well documented and intended to help you learn common ASP.Net scenarios.

Paul Kearney - pk