<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MCAD/MCSD XML Web Services and Server Components Development with Visual Basic .NET Study Guide</title>
	<atom:link href="http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide</link>
	<description>Internet Security Consultant Services of West Virginia</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:58:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: J. Krug</title>
		<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/comment-page-1#comment-1957</link>
		<dc:creator>J. Krug</dc:creator>
		<pubDate>Fri, 19 Mar 2010 02:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide#comment-1957</guid>
		<description>This was the second book I bought to study for the 70-310 exam.  The test covered completely different material from this book.  It did not help prepare me whatsoever for the exam, I am currently seeking a refund from the publisher.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>This was the second book I bought to study for the 70-310 exam.  The test covered completely different material from this book.  It did not help prepare me whatsoever for the exam, I am currently seeking a refund from the publisher.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/comment-page-1#comment-1956</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 19 Mar 2010 00:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide#comment-1956</guid>
		<description>This really is a bad book. I read through it only because I got one for free. The author simply does not know what he is talking about. While Typo and syntax errors are common for a rushed book, so many basic facts are incorrect. The Osborne series is known for its poor quality, but this one is probably the worst.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>This really is a bad book. I read through it only because I got one for free. The author simply does not know what he is talking about. While Typo and syntax errors are common for a rushed book, so many basic facts are incorrect. The Osborne series is known for its poor quality, but this one is probably the worst.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/comment-page-1#comment-1955</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide#comment-1955</guid>
		<description>I used the Microsoft Press books for the 70-305 and 70-315 tests with success, but the Microsoft book for the 70-310 test wasn&#039;t out yet so I picked up this one. After taking a Transcender test I&#039;ve decided that this book just doesn&#039;t do the job and I ordered the Microsoft book since it has now been released. However, I do think that this book has excellent step-by-step instructions on dealing with Web Services. It will come in handy when I&#039;m actually developing and setting up Web Services. Where it lacks is in the conceptual information that is necessary to pass the test.
Rating: 3 / 5</description>
		<content:encoded><![CDATA[<p>I used the Microsoft Press books for the 70-305 and 70-315 tests with success, but the Microsoft book for the 70-310 test wasn&#8217;t out yet so I picked up this one. After taking a Transcender test I&#8217;ve decided that this book just doesn&#8217;t do the job and I ordered the Microsoft book since it has now been released. However, I do think that this book has excellent step-by-step instructions on dealing with Web Services. It will come in handy when I&#8217;m actually developing and setting up Web Services. Where it lacks is in the conceptual information that is necessary to pass the test.<br />
Rating: 3 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gorman</title>
		<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/comment-page-1#comment-1954</link>
		<dc:creator>Jason Gorman</dc:creator>
		<pubDate>Thu, 18 Mar 2010 22:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide#comment-1954</guid>
		<description>I think the book is good overall but I know I wasted a lot of time correcting the code exercises.  If anyone has figured out how to get exercise 4.03 of the Remoting chapter working then please post the fix in your review because I wasted a good 3 hours on it before giving up.  The problem is, is that there is no good documentation on the MSDN for using Activator.GetObject.  In the web.config file, I&#039;m still unsure if it should be ObjectUrl (in the book) or ObjectUri (every other article I&#039;ve read).
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>I think the book is good overall but I know I wasted a lot of time correcting the code exercises.  If anyone has figured out how to get exercise 4.03 of the Remoting chapter working then please post the fix in your review because I wasted a good 3 hours on it before giving up.  The problem is, is that there is no good documentation on the MSDN for using Activator.GetObject.  In the web.config file, I&#8217;m still unsure if it should be ObjectUrl (in the book) or ObjectUri (every other article I&#8217;ve read).<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Tremblay</title>
		<link>http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide/comment-page-1#comment-1953</link>
		<dc:creator>Samuel Tremblay</dc:creator>
		<pubDate>Thu, 18 Mar 2010 21:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.securitt.com/mcadmcsd-xml-web-services-and-server-components-development-with-visual-basic-net-study-guide#comment-1953</guid>
		<description>Un livre de la sorte ne devrait pas exister. Juste à lire la couverture et l&#039;endos du livre, nous sommes embalés par toute la capacité du livre, mais aussitôt qu&#039;on se met à lire les chapitre on se demande: Où sont donc les éléments mentionnés sur la couverture. &quot;Xml web services&quot;, hahaha, ... , 1 chapitre sur le sujet. Par chance que je ne m&#039;hasardais pas sur le sujet. Un livre de 520 pages ? Ne vous fait pas avoir par l&#039;arnaque; le livre contient 400 pages et le reste sont des &quot;Appendix&quot; sur quasiement toutes les lettres de l&#039;alphabet. Le chapitre le plus gros porte sur les manipulations de données! He, je penses que j&#039;en ai lu avec 70-306 assez pour dire que le titre du livre est Xml web services and server components Development et non la manipulation de données. Enfin, cela reste un opinion.&lt;p&gt;La raison de mon 1 étoile! Parce qu&#039;il n&#039;y avait pas 0 étoile lors de l&#039;écriture de ce commentaire.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>Un livre de la sorte ne devrait pas exister. Juste à lire la couverture et l&#8217;endos du livre, nous sommes embalés par toute la capacité du livre, mais aussitôt qu&#8217;on se met à lire les chapitre on se demande: Où sont donc les éléments mentionnés sur la couverture. &#8220;Xml web services&#8221;, hahaha, &#8230; , 1 chapitre sur le sujet. Par chance que je ne m&#8217;hasardais pas sur le sujet. Un livre de 520 pages ? Ne vous fait pas avoir par l&#8217;arnaque; le livre contient 400 pages et le reste sont des &#8220;Appendix&#8221; sur quasiement toutes les lettres de l&#8217;alphabet. Le chapitre le plus gros porte sur les manipulations de données! He, je penses que j&#8217;en ai lu avec 70-306 assez pour dire que le titre du livre est Xml web services and server components Development et non la manipulation de données. Enfin, cela reste un opinion.
<p>La raison de mon 1 étoile! Parce qu&#8217;il n&#8217;y avait pas 0 étoile lors de l&#8217;écriture de ce commentaire.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

