<%@ Register TagPrefix=Acme Namespace=Acme %>
<%@ Register TagPrefix="Acme" TagName="SourceRef" Src="~/util/SrcRef.ascx"%>
<%@ Page Language="C#" MasterPageFile="~/aspnet/aspnet.master" %>

<asp:Content ID="Content1" ContentPlaceHolderID=MainBody Runat=Server>

<h2>Where to Learn More</h2>

If you are interested in learning more about ASP.NET 2.0, check out some of the resources below.

<ul>
  <li><a target="_top" href="http://go.microsoft.com/fwlink/?LinkId=28843"><b>ASP.NET Web Site</b></a>
  <br/>The ASP.NET Web Site provides up-to-date information, articles, tutorials, samples and more about ASP.NET.  
  <br/><br/>
  <li><a target="_top" href="http://go.microsoft.com/fwlink/?LinkId=28844"><b>ASP.NET Forums</b></a>
  <br/>The ASP.NET Forums are a great way to interact with other developers using ASP.NET.  There are dedicated forums for discussing ASP.NET 2.0 and Visual Web Developer, and the ASP.NET product team regularly participates to answer your questions and accept your feedback. 
  <br/><br/>
  <li><a target="_top" href="http://msdn.microsoft.com/asp.net/"><b>ASP.NET Developer Center</b></a>
  <br/>The ASP.NET Developer Center is the key MSDN resource for ASP.NET.
  <br/><br/>
  <li><b>.NET Framework Documentation</b>
  <br/>The .NET Framework 2.0 comes with reference and conceptual documentation for the new features introduced in ASP.NET 2.0.  This is a great reference to use to get acquainted with everything ASP.NET 2.0 has to offer.
</ul>

</asp:Content>
