RE: Samples, Tutorials, and Books

quwiltw

Contributor
Joined
Sep 18, 2001
Messages
486
Location
Washington, D.C.
RE: Samples, Tutorials, and Books

I reformatted the resources that I posted before but was unable to edit that post now that it was moved. I think they'll be more useful like this. Maybe someone could edit it for me with this list? Thanks,
--tim

.NET Framework Class Library
The documentation for all framework classes. Most include remarks and examples for the methods and properties of the classes.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp

GotDotNet Quickstart Tutorials
These are excellent well focused modules on specific tasks of interest. Be sure to check out the Common Tasks section.
http://samples.gotdotnet.com/quickstart/

MSDN Code Samples
Code Samples from Microsoft. More advanced code samples than above and less tutorial.
http://msdn.microsoft.com/vbasic/downloads/samples/default.asp

www.asp.net
From the IBUYSPY Portal to the ASPNET Forums, this site includes a number of reference web application implementations that demonstrate solid coding practice. Be sure to check out the Starter Kits tab.
http://www.asp.net

www.windowsforms.com
The sister site to www.asp.net. Includes articles/samples for Windows Forms.
http://www.windowsforms.net/
 
Back
Top