Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > BOOK: Professional ASP.NET 4 : in C# and VB
|
BOOK: Professional ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Professional ASP.NET 4 in C# and VB by Bill Evjen, Scott Hanselman, Devin Rader; ISBN: 9780470502204
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 16th, 2012, 04:48 PM
Registered User
 
Join Date: Jan 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default The concept of URI / URL (Chapter 10, Page 407)

I think there is an error in this paragraph on page (407):

This namespace is often a URL (Uniform/Universal Resource Locator), but it actually can be a URI (Uniform/Universal Resource Identifier). A namespace can be a GUID or a nonsense string such as www-computerzen-com:schema as long as it is unique. Recently, the convention has been to use a URL because URLs are ostensibly unique, thus making the document’s associated schema unique. You’ll find out more about schemas and namespaces in the next section.

The problem is as I see it - actually URL is also a URI.
URI commes in two flavors:
  • URN (Uniform Resource Name) – identifies a thing
  • URL (Uniform Resource Locator)- provides methods for finding it

So shouldn't it be URN instead of URI ?
Here is a link to wikipedia: http://en.wikipedia.org/wiki/Uniform...rce_identifier

Please let me know if I am correct - because I need to be able to explain the concept for my exam.

Best Regards -- Riceman





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 10 page 272 dampyr BOOK: Beginning Visual C# 2010 3 November 18th, 2011 04:31 AM
Problem by openning database that added to App_Data[Page 407] morteza BOOK: Beginning ASP.NET 4 : in C# and VB 22 September 10th, 2011 06:21 AM
Chapter 10 Page 359 Try It Out shilohcoder BOOK: Beginning ASP.NET 4 : in C# and VB 2 March 4th, 2011 10:03 AM
Chapter 10, Page 334 Saranjiv BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 2 July 20th, 2010 04:39 PM
Error on the page 407. Grace BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 2 July 12th, 2009 02:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.