Share via


Cool URL capability for beta documention on MSDN!!

Check this out: https://msdn2.microsoft.com/library/System.Web.aspx

You can substitute System.Web with whatever namespace

 (for example https://msdn2.microsoft.com/library/System.Data.SqlClient.aspx ).

You can even put in properties!

 https://msdn2.microsoft.com/library/System.Data.SqlClient.SqlConnection.ConnectionTimeout.aspx

Very nicely done!! This is awesome!

Comments

  • Anonymous
    September 17, 2004
    This is really cool. I actually wrote an IE toolbar addin that will allow you to type the fully qualified namespace or class and redirect you to the new MSDN documentation. Check out the article and tool here:

    http://www.codeproject.com/tools/netnamespace.asp

    -Nick