Samples, Books, and Tutorials

quwiltw

Contributor
Joined
Sep 18, 2001
Messages
486
Location
Washington, D.C.
The request for samples, book referrals, and good tutorials gets asked alot. Maybe we could add some "sticky" threads like over at EVBF's Tutors Corner to send people for a comprehensive list rather than whatever we can remember off the top of our head? To start off, I'd nominate these:

.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/
 
Last edited by a moderator:
Back
Top