<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>C# Information and Books Blog</title>
	<atom:link href="http://www.csharpnet.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.csharpnet.net</link>
	<description>All about C# download, information, resources and books!</description>
	<pubDate>Mon, 05 Jan 2009 18:00:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>C    The Complete Reference  4th Edition</title>
		<link>http://www.csharpnet.net/book/c-the-complete-reference-4th-edition</link>
		<comments>http://www.csharpnet.net/book/c-the-complete-reference-4th-edition#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:00:24 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Advanced Features]]></category>

		<category><![CDATA[Application Level]]></category>

		<category><![CDATA[Bruce Eckel]]></category>

		<category><![CDATA[C Books]]></category>

		<category><![CDATA[C Syntax]]></category>

		<category><![CDATA[Edition C]]></category>

		<category><![CDATA[Genius]]></category>

		<category><![CDATA[Herb Schildt]]></category>

		<category><![CDATA[Herbert Schildt]]></category>

		<category><![CDATA[Inheritance]]></category>

		<category><![CDATA[Libraries]]></category>

		<category><![CDATA[Maintenance Problems]]></category>

		<category><![CDATA[Occassional]]></category>

		<category><![CDATA[Particulars]]></category>

		<category><![CDATA[Reference]]></category>

		<category><![CDATA[Rtti]]></category>

		<category><![CDATA[Standard Template Library]]></category>

		<category><![CDATA[Templates]]></category>

		<category><![CDATA[Thinking In C]]></category>

		<category><![CDATA[Virtual Functions]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/c-the-complete-reference-4th-edition</guid>
		<description><![CDATA[C    The Complete Reference  4th Edition


	            
                          Best-selling genius Herb Schildt covers everything from keywords, [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/0072226803/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0072226803/?tag=xbo366-20&amp;referer=');"><b>C    The Complete Reference  4th Edition</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/0072226803/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0072226803/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51RLZekP7IL._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a><br />
                          Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI&#8212;plus, a complete description of the Standard Template Library (STL). </p>
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Very good book</em><br />
                        Nice book if you want to learn c++. I bought also thinking in c++ by bruce eckel but it is difficult reading and understanding. If you really want to learn c++ search no further, buy this book. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Very nicely done</em><br />
                        Most of my work is done at a low level using C with occassional C++ work usually with certain parts of C++ heavily restructed due to performance and maintenance problems. So recently when I needed to brush up on all of C++ for some application level work where I knew I would be code reviewing and or writing using some of the more beastly aspects of the language I went through my 8 or 10 C++ books to pick one to spend some time with and remind myself of the particulars of things I don&#8217;t normally use.  I chose this book and was happily surprised.  It is organized properly, clearly written, and accomplished what I needed it to do in a minimum of time. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great as a tutorial and as a reference</em><br />
                        Herbert Schildt&#8217;s &#8220;C++: The Complete Reference&#8221; is a gargantuan tome indeed. It fully covers the C++ syntax, and gives useful, working examples that demonstrate each of the language&#8217;s features. If you&#8217;re a professional (or hobbyist) working on a project and need to quickly look up how to use some part of C++ syntax, then this book is absolutely perfect. If you&#8217;re a developer who has spent his/her life working in C and want to (or need to!) learn C++, then you&#8217;ll find this book&#8217;s content well organized and you&#8217;ll be able to find what you need instantly. </p>
<p>Also, this book seems as though it could function as a tutorial for the complete beginner. Now, I didn&#8217;t learn C++ from this book initially, so I can&#8217;t really speak from experience, but the book DOES cover the entire syntax and it does so in an unpretentious and very clear manner. The only thing that it&#8217;s missing for newbies is exercises &#8212; but if you&#8217;re really serious, you&#8217;ll make up your own little tasks, or try to extend/modify the examples. </p>
<p>I program video games as a hobby and have used this as a reference countless times in various projects. I&#8217;ve obviously bought other reference books (&#8221;C++ in a Nutshell&#8221;, and Stroustrup&#8217;s tome), but I find that this book is my most used and most beloved reference. </p>
<p>So, if you&#8217;re looking for a clear, easy to understand reference on C++, I reccomend this tome. If you&#8217;re a true C++ neophyte, then perhaps you should purchase this book along with Schildt&#8217;s &#8220;C++: A beginner&#8217;s Guide&#8221; or &#8220;C++ from the Ground Up&#8221; (also by Schildt). </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">3 Stars</strong>  <em> Didn&#8217;t answer the question I bought the book for</em><br />
                        My older references are in storage and I thought it would be neat to have a c++ ref on my kindle. It says reference and the reviews are good, so I bought it.</p>
<p>I wanted to be reminded of how to use variable numbers of parameters for macro defines. Forget whether this is a good idea. It&#8217;s a language feature and I want to know how it works.</p>
<p>#define with parameters is handled in one paragraph which doesn&#8217;t even include the possibility of multiple parameters, let alone any details. Given this, I was curious to see if there was any discussion of the continuation-line functionality in the preprocessor. Nope. Not there.</p>
<p>I&#8217;m sure this is a wonderful c++ primer as the other reviews indicate. My spot check demonstrates that this is in no way a complete reference.</p>
<p>Even if you don&#8217;t like a coding style, completeness allows you to read the code of others. </p>
<p>So I&#8217;m out $28 bucks and my question isn&#8217;t answered. oh well.</p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great product &#038; service</em><br />
                        This was my first purchase from amazon and I was totally impressed by the quality of the product and the service! </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/0072226803/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0072226803/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'C    The Complete Reference  4th Edition' To Del.icio.us" alt="Add 'C    The Complete Reference  4th Edition' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'C    The Complete Reference  4th Edition' To digg" alt="Add 'C    The Complete Reference  4th Edition' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=C++++The+Complete+Reference++4th+Edition_amp_u=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=C++++The+Complete+Reference++4th+Edition&amp;u=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition" title="Add 'C    The Complete Reference  4th Edition' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'C    The Complete Reference  4th Edition' To FURL" alt="Add 'C    The Complete Reference  4th Edition' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=C++++The+Complete+Reference++4th+Edition_amp_Description=C++++The+Complete+Reference++4th+Edition_amp_Url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=C++++The+Complete+Reference++4th+Edition&amp;Description=C++++The+Complete+Reference++4th+Edition&amp;Url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition" title="Add 'C    The Complete Reference  4th Edition' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'C    The Complete Reference  4th Edition' To blinklist" alt="Add 'C    The Complete Reference  4th Edition' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'C    The Complete Reference  4th Edition' To reddit" alt="Add 'C    The Complete Reference  4th Edition' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition" title="Add 'C    The Complete Reference  4th Edition' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'C    The Complete Reference  4th Edition' To Technorati" alt="Add 'C    The Complete Reference  4th Edition' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_h=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;h=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'C    The Complete Reference  4th Edition' To Newsvine" alt="Add 'C    The Complete Reference  4th Edition' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'C    The Complete Reference  4th Edition' To Socializer" alt="Add 'C    The Complete Reference  4th Edition' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition_amp_description=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition&amp;description=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'C    The Complete Reference  4th Edition' To Ma.gnolia" alt="Add 'C    The Complete Reference  4th Edition' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition" title="Add 'C    The Complete Reference  4th Edition' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'C    The Complete Reference  4th Edition' To Stumble Upon" alt="Add 'C    The Complete Reference  4th Edition' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/c-the-complete-reference-4th-edition" title="Add 'C    The Complete Reference  4th Edition' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'C    The Complete Reference  4th Edition' To Bloglines" alt="Add 'C    The Complete Reference  4th Edition' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition_amp_title=C++++The+Complete+Reference++4th+Edition_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;title=C++++The+Complete+Reference++4th+Edition&amp;when_done=go_back" title="Add 'C    The Complete Reference  4th Edition' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'C    The Complete Reference  4th Edition' To Delirious" alt="Add 'C    The Complete Reference  4th Edition' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/c-the-complete-reference-4th-edition&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/c-the-complete-reference-4th-edition" title="Add 'C    The Complete Reference  4th Edition' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'C    The Complete Reference  4th Edition' To FaceBook" alt="Add 'C    The Complete Reference  4th Edition' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/c-the-complete-reference-4th-edition/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pro  NET 2 0 Windows Forms and Custom Controls in C</title>
		<link>http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c</link>
		<comments>http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c#comments</comments>
		<pubDate>Sun, 04 Jan 2009 05:05:33 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Api]]></category>

		<category><![CDATA[Art Windows]]></category>

		<category><![CDATA[Careful Treatment]]></category>

		<category><![CDATA[Downfall]]></category>

		<category><![CDATA[Interface Design Principles]]></category>

		<category><![CDATA[Interface Elements]]></category>

		<category><![CDATA[Interface Framework]]></category>

		<category><![CDATA[Manager Windows]]></category>

		<category><![CDATA[Matthew Macdonald]]></category>

		<category><![CDATA[Microsoft Corporation]]></category>

		<category><![CDATA[Multithreading]]></category>

		<category><![CDATA[Namespaces]]></category>

		<category><![CDATA[Power Innovations]]></category>

		<category><![CDATA[Programmers]]></category>

		<category><![CDATA[Renowned Author]]></category>

		<category><![CDATA[Scalable]]></category>

		<category><![CDATA[Technical Reference]]></category>

		<category><![CDATA[User Interface Design]]></category>

		<category><![CDATA[User Interface Design Principles]]></category>

		<category><![CDATA[Windows Development]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/pro-net-2-0-windows-forms-and-custom-controls-in-c</guid>
		<description><![CDATA[Pro  NET 2 0 Windows Forms and Custom Controls in C


	            


  While many other resources read more like technical reference docs, Pro .NET 2.0 Windows Forms and Custom Controls in C# does an excellent job of filtering the information down to [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/1590594398/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590594398/?tag=xbo366-20&amp;referer=');"><b>Pro  NET 2 0 Windows Forms and Custom Controls in C</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/1590594398/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590594398/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51ZvC8%2BLp8L._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a></p>
<div id = "quote">
<blockquote cite="http://www.apress.com/book/bookDisplay.html?bID=386">
<p>  While many other resources read more like technical reference docs, <i>Pro .NET 2.0 Windows Forms and Custom Controls in C#</i> does an excellent job of filtering the information down to what developers really (need) to harness the power and innovations we&#8217;ve added to Windows Forms 2.0.</p>
</blockquote>
<p id="quoteAuthor">&#8212; Shawn Burke, Development Manager, Windows Forms Team, Microsoft Corporation</p>
</div>
<p>Renowned author Matthew MacDonald combines careful treatment of the API with detailed user-interface design principles. Further, this book incorporates C# and the final beta of .NET 2.0. The result: thorough coverage of Windows Forms and GDI+ namespaces for you .NET programmers! You will become equipped to design state-of-the-art Windows interfaces and program graphics, and learn how to create your own controls. </p>
<p>As a developer, you must know more than just how to add a control to a window. You must be able to create an entire user interface framework that&#8217;s scalable, flexible, and reusable. This book is not a reference manual. Instead, it contains detailed discussions about user interface elements that youll use on a regular basis. </p>
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Chapter 20: Multithreading is Great!</em><br />
                        I checked this book out online and only read chapter 20(multithreading). In this chapter the author does an excelent job progressively building your knowledge about .net Threading. I would highly recommend reading this book to anyone wanting to learn about Threading.</p>
<p>The only downfall about this chapter is that it does not talk about some of the more advanced Threading classes such as Monitor and ReaderWriterLock. I would love for this author to do a standalone book just about threading. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">4 Stars</strong>  <em> Good Solid Information</em><br />
                        I needed this book for a training course on Windows development in .Net.  It helped a great deal to have a good reference that was not the same as the book used in the course.  Sometimes I found the examples a little hard to follow because of the distraction of the scenarios shown, but when I boiled them down to what they were meant to present, they were very helpful. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Master of Controls</em><br />
                        Since the moment when I took this book in my hands and was able to make practice with the examples on this book, I was able to feel recognized the simplicity in the complexity of the controls.</p>
<p>The examples are clear and very well done, impeccables and flawless a good thing for the newbie and the old programmer.</p>
<p>I am enjoying the controls that allow me to click on them and assign my own properties. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Awesome Reference for WinForms and Custom Controls</em><br />
                        This book has already paid for itself in just a couple of weeks &#8212; due to the time saved in trying to find the information I need. Every time I have a question regarding an issue in Windows Forms or with Custom &#038; User Controls, I can find it here. Additionally, the content is written in a manner that can be understood by mere mortals, with some good tips and tricks thrown in too.</p>
<p>Highly recommended. </p>
<p>On the merits of this text, I&#8217;ve already purchased Matthew MacDonald&#8217;s WPF book (the 3.0 one, since I haven&#8217;t *quite* moved to VS 2008 yet&#8230;).<br />
 </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">4 Stars</strong>  <em> Excellent read</em><br />
                        I&#8217;ve read quite a few books on Windows Forms applications which include creating custom controls. There are some that are average and there are some that are very good. Usually the average books tend to touch on the simpler aspects of windows forms and forms controls and not go into much detail, which is OK for the novice programmer dabbling in .NET for the first time. However, the more experienced programmers among us want much more. In this respect the very good books tend to be a little over the top for the average user.</p>
<p>This book falls somewhere in the middle for novice and experienced programmers alike, whilst still being rather good. It offers a good discussion on what makes up the underlying architecture of Windows Forms applications which many books lack. The .NET IDE attempts to hide a lot of the nuts and bolts behind the outer layers and generally you shouldn&#8217;t touch what&#8217;s under the covers. But occasionally you need to, especially when using visual inheritance because that&#8217;s when the IDE starts the go a little haywire. By understanding a little about what&#8217;s happening underneath goes a long way in helping you get out of the mess when the IDE does screw up.</p>
<p>The book covers most of the interesting forms controls .NET 2.0 has to offer and describes them in better detail than what can be found in the relatively useless MSDN on-line help. The code examples given are excellent, concentrating on real-world scenarios. A good portion of the book illustrates how to extend these controls further using custom controls and GDI+ owner drawing to modify the look and feel of these controls.</p>
<p>The book also concentrates on developing 3-tier applications isolating the presentation layer from the business logic and data layers, which is a highly recommended practice for developing scalable applications.</p>
<p>The book doesn&#8217;t include a CD but all the code examples can be downloaded from the publisher&#8217;s web site.</p>
<p>Overall I give it 4 out of 5.<br />
 </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/1590594398/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590594398/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Del.icio.us" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To digg" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C_amp_u=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;u=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FURL" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C_amp_Description=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C_amp_Url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;Description=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;Url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To blinklist" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To reddit" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Technorati" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_h=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;h=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Newsvine" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Socializer" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C_amp_description=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;description=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Ma.gnolia" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Stumble Upon" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Bloglines" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c_amp_title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;title=Pro++NET+2+0+Windows+Forms+and+Custom+Controls+in+C&amp;when_done=go_back" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Delirious" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FaceBook" alt="Add 'Pro  NET 2 0 Windows Forms and Custom Controls in C' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/pro-net-2-0-windows-forms-and-custom-controls-in-c/feed</wfw:commentRss>
		</item>
		<item>
		<title>Applying Domain Driven Design and Patterns  With Examples in C  and  NET</title>
		<link>http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net</link>
		<comments>http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:29:25 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Agile Development]]></category>

		<category><![CDATA[Big Guys]]></category>

		<category><![CDATA[Compliment]]></category>

		<category><![CDATA[Conversational Tone]]></category>

		<category><![CDATA[Ddd]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[Driven Design]]></category>

		<category><![CDATA[Expecially]]></category>

		<category><![CDATA[Fowler]]></category>

		<category><![CDATA[Framework Creation]]></category>

		<category><![CDATA[Jimmy Nilsson]]></category>

		<category><![CDATA[Modesty]]></category>

		<category><![CDATA[Net Domain]]></category>

		<category><![CDATA[Net Ratings]]></category>

		<category><![CDATA[Newcomers]]></category>

		<category><![CDATA[Sentences]]></category>

		<category><![CDATA[Stars]]></category>

		<category><![CDATA[Worth Money]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net</guid>
		<description><![CDATA[Applying Domain Driven Design and Patterns  With Examples in C  and  NET


	            
                           

User Ratings [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/0321268202/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0321268202/?tag=xbo366-20&amp;referer=');"><b>Applying Domain Driven Design and Patterns  With Examples in C  and  NET</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/0321268202/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0321268202/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51sbuQIxz9L._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a>
                           </p>
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">4 Stars</strong>  <em> Good book</em><br />
                        I like the author&#8217;s modesty (very ofter his sentences start with &#8220;I think&#8221;), his rational thinking and his quoting the relevant big guys. He uses a very nice and simple language throughout the book which makes it an easy read. But sometimes, he is dragging on a subject for too long, for that I have to give it 4.5 stars. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">4 Stars</strong>  <em> Very good but before read it&#8230;</em><br />
                        Read fowler&#8217;s and Evan&#8217;s, the book is very good but it is an extension of books of the two authors. So, to understand it completely it is better to read those before.</p>
<p>I have not read the books that this is based but I have enjoyed it a lot. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Excellent, expecially after the book of Evans</em><br />
                        This is really an exellent book on DDD, I read soon after the Evans book and I must admit that is really worth money I spent on it. Sure the book is not for beginners, and it is not an introduction to DDD, I think that a background on the subject is needed to fully appreciate this book.</p>
<p>Alk. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Applying Domain-Driven Design and Patterns</em><br />
                        The book provides a massive detailed walk through the construction of the domain-driven framework creation.  It is in Jimmy Nilsson&#8217;s conversational tone and that makes the book very interesting.</p>
<p>I do wish there were a few diagrams to tie each chapter together, but that is for the reader to do. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">3 Stars</strong>  <em> Ease into DDD</em><br />
                        This book covers many topics and has loads of references for patterns and domain driven design. It reads a bit choppy - almost as if a conversation were taking place. Overall it is a good compliment to Eric Evan&#8217;s book and would be a good guide for newcomers to patterns and agile development. </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/0321268202/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0321268202/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Del.icio.us" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To digg" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET_amp_u=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;u=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FURL" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET_amp_Description=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET_amp_Url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;Description=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;Url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To blinklist" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To reddit" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Technorati" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_h=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;h=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Newsvine" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Socializer" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET_amp_description=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;description=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Ma.gnolia" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Stumble Upon" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Bloglines" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net_amp_title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;title=Applying+Domain+Driven+Design+and+Patterns++With+Examples+in+C++and++NET&amp;when_done=go_back" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Delirious" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FaceBook" alt="Add 'Applying Domain Driven Design and Patterns  With Examples in C  and  NET' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/applying-domain-driven-design-and-patterns-with-examples-in-c-and-net/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint</title>
		<link>http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint</link>
		<comments>http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:14:16 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Biztalk]]></category>

		<category><![CDATA[Business Cases]]></category>

		<category><![CDATA[Business Efficiency]]></category>

		<category><![CDATA[Business Perspective]]></category>

		<category><![CDATA[C Developers]]></category>

		<category><![CDATA[Hilliers]]></category>

		<category><![CDATA[Installation Configuration]]></category>

		<category><![CDATA[Intermediate Level]]></category>

		<category><![CDATA[Level Guidance]]></category>

		<category><![CDATA[Microsoft Sharepoint 2007]]></category>

		<category><![CDATA[Microsoft Sharepoint Technologies]]></category>

		<category><![CDATA[Mts Programming]]></category>

		<category><![CDATA[New Chapter]]></category>

		<category><![CDATA[Principle Author]]></category>

		<category><![CDATA[Programming Instruction]]></category>

		<category><![CDATA[Scot]]></category>

		<category><![CDATA[Technical Perspective]]></category>

		<category><![CDATA[Technical Subject]]></category>

		<category><![CDATA[Valuable Books]]></category>

		<category><![CDATA[Workflow Solutions]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint</guid>
		<description><![CDATA[Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint


	            
Microsoft SharePoint: Building Office 2007 Solutions in C# 2005 is the third edition of Scot Hilliers market-leading SharePoint book. This book features extensive updates to the previous edition, [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/1590598091/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590598091/?tag=xbo366-20&amp;referer=');"><b>Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/1590598091/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590598091/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51zvUdXSnUL._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a></p>
<p><i>Microsoft SharePoint: Building Office 2007 Solutions in C# 2005</i> is the third edition of Scot Hilliers market-leading SharePoint book. This book features extensive updates to the previous edition, with a complete focus on SharePoint 2007 and its integration with the 2007 Microsoft Office System. It also features new approaches for using SharePoint to improve business efficiency as well as new workflow solutions for SharePoint and BizTalk, plus a new chapter on building a SharePoint solution from start to finish.</p>
<p>With this book, youll gain intermediate-level guidance for designing and deploying business solutions based on Microsoft SharePoint 2007 technologies. Hillier defines the business cases and scenarios for these technologies. He also reviews the installation, configuration, and administration of business solutions based on Microsoft SharePoint technologies, and provides programming instruction, guidance, and examples for custom web parts and solutions.</p>
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great Work as Usual</em><br />
                        I remember when I was learning MTS I bought Scot&#8217;s book, MTS Programming With Visual Basic, and was truly amazed at what an easy read it was on such a technical subject. The reason is very clear. Scot knows what he is wrting about not only from a technical perspective, but also from a business perspective. His insights are priceless.</p>
<p>I thoroughly enjoyed his MOSS 2007 book and recommend it highly. Personally, I am very thankful that people like Scot take the time to write valuable books like this one. He makes up for other authors, who write huge books, that are painful to read and contribute nothing. One such author, and apparently his editors, does not even know that he is the &#8220;principal&#8221; not &#8220;principle&#8221; author of his book.<br />
 </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Very good guide and reference</em><br />
                        This is a very good book from C# developers point of view. It covers most of the features that you want to customize in SharePoint. I like the presentation of ideas first and then exercises. It gives you a starting point on how to do it and it&#8217;s up to you to go to a more complex level but at least it already gives you an idea what to look for.<br />
<br />I highly recommend it and it is easy to carry as it has only around 500 pages.<br />
<br />After this I will read the SharePoint Administrators Companion book by Bill English from Mindsharp.<br />
 </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">1 Star</strong>  <em> Just like a training class&#8230; &#8230;useless</em><br />
                        As the author states in the book, this is basically a written version of what he would say in a class. And as with 95% of the training classes out there, it isn&#8217;t worth anything. He doesn&#8217;t cover things to make you understand how SharePoint works. He does even write much about C# SharePoint development. Most of what he writes steps you through setting up SharePoint servers/services, and many of the steps don&#8217;t work. This is the first SharePoint book I have purchased, and I am looking for one that is accurate and useful&#8230; &#8230;again&#8230; &#8230;still. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">3 Stars</strong>  <em> Scratches the surface</em><br />
                        I was assigned on a project where I should be using MOSS 2007. I had not used MOSS before and I needed a book that will give me a jump start. This book does that. For a beginner it is  a very good book. However the instance you need more detailed information this book is not that useful.  </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Excellent training book for sharepoint</em><br />
                        Wow! I like the way Scot Hillier wrote this book. For experienced .net developers new to sharepoint, this book must be on your book shelf.</p>
<p>Scot Hillier walks you through fundamental aspects of Sharepoint, and shares his insightful thoughts along the path. At first, I do not understand why he solves problems using a variety of Microsoft technologies such as Visual Studio, InfoPath, Sharepoint Designer. To me, isn&#8217;t that Visual Studio enough? Later, I realize that his way is the best since he picks the right tool for the right moment.</p>
<p>However, I do not see an enterprise sample in his book. I do expect that. Second, web part security is a tough topic. I expect more explanation. In the exercise, a medium trust level is used. According to the context of that chapter, a minimal trust level should be used. </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/1590598091/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/1590598091/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Del.icio.us" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To digg" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint_amp_u=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;u=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FURL" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint_amp_Description=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint_amp_Url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;Description=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;Url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To blinklist" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To reddit" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Technorati" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_h=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;h=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Newsvine" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Socializer" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint_amp_description=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;description=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Ma.gnolia" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Stumble Upon" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Bloglines" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint_amp_title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;title=Microsoft+SharePoint++Building+Office+2007+Solutions+in+C++2005++Experts+Voice+in+Sharepoint&amp;when_done=go_back" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Delirious" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FaceBook" alt="Add 'Microsoft SharePoint  Building Office 2007 Solutions in C  2005  Experts Voice in Sharepoint' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/microsoft-sharepoint-building-office-2007-solutions-in-c-2005-experts-voice-in-sharepoint/feed</wfw:commentRss>
		</item>
		<item>
		<title>C  2008 For Dummies  For Dummies  Computer Tech</title>
		<link>http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech</link>
		<comments>http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech#comments</comments>
		<pubDate>Sun, 28 Dec 2008 08:34:15 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Application Template]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[Companion Web]]></category>

		<category><![CDATA[Computer Tech]]></category>

		<category><![CDATA[Database Code]]></category>

		<category><![CDATA[Delegates]]></category>

		<category><![CDATA[Dummies]]></category>

		<category><![CDATA[Error Messages]]></category>

		<category><![CDATA[Novice]]></category>

		<category><![CDATA[Oop]]></category>

		<category><![CDATA[Oriented Concepts]]></category>

		<category><![CDATA[Oriented Programming]]></category>

		<category><![CDATA[Programmer]]></category>

		<category><![CDATA[Programming In C]]></category>

		<category><![CDATA[Programming Language]]></category>

		<category><![CDATA[Query Language]]></category>

		<category><![CDATA[Rare Insight]]></category>

		<category><![CDATA[Scoop]]></category>

		<category><![CDATA[Vista Applications]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/c-2008-for-dummies-for-dummies-computer-tech</guid>
		<description><![CDATA[C  2008 For Dummies  For Dummies  Computer Tech


	            
                          Whether you&#8217;re a total novice or a [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/0470191090/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0470191090/?tag=xbo366-20&amp;referer=');"><b>C  2008 For Dummies  For Dummies  Computer Tech</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/0470191090/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0470191090/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/31DbPT%2BoaWL._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a><br />
                          Whether you&#8217;re a total novice or a programmer shifting to C#, the newest version of this programming language is full of cool features you&#8217;ll want to use. With its Visual Studio compatibility, C# is the perfect language for building Windows Vista applications. And the 2008 version works with LINQ, a query language with syntax similar to SQL but which simplifies database code and can also write queries on XML files.
<p>    For the best basic C# how-to, it&#8217;s hard to beat <i>C# 2008 For Dummies.</i> This plain-English guide to programming with C# can have you creating your first console application before you finish Part I. In fact, the basic template you create at that point will be the foundation of many other apps as you move through the book. Along the way you&#8217;ll get the scoop on organizing your data, object-oriented programming (also known as OOP), and a great LINQ-related feature called delegates and events. You&#8217;ll find out how to
<ul type="disc">
<li>Create a console application template
<li>Perform logical comparisons
<li>Work with loops and if statements
<li>Understand collection syntax
<li>Use interfaces and object-oriented concepts
<li>Apply delegates and events, and much more      </ul>
<p>    You&#8217;ll even gain some rare insight into how to understand error messages you may get when programming in C#. All the code you need can be found on the companion Web site, along with great bonus information that helps you do more with C# 2008. So &#8212; what are you waiting for? Grab <i>C# 2008 For Dummies</i> and let&#8217;s get started! </p>
</p>
<p>	  <a relpost="nofollow" href="http://www.amazon.com/dp/0470191090/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0470191090/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Del.icio.us" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To digg" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=C++2008+For+Dummies++For+Dummies++Computer+Tech_amp_u=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;u=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FURL" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=C++2008+For+Dummies++For+Dummies++Computer+Tech_amp_Description=C++2008+For+Dummies++For+Dummies++Computer+Tech_amp_Url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;Description=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;Url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To blinklist" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To reddit" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Technorati" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_h=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;h=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Newsvine" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Socializer" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech_amp_description=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;description=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Ma.gnolia" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Stumble Upon" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Bloglines" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech_amp_title=C++2008+For+Dummies++For+Dummies++Computer+Tech_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;title=C++2008+For+Dummies++For+Dummies++Computer+Tech&amp;when_done=go_back" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Delirious" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FaceBook" alt="Add 'C  2008 For Dummies  For Dummies  Computer Tech' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/c-2008-for-dummies-for-dummies-computer-tech/feed</wfw:commentRss>
		</item>
		<item>
		<title>C  and VB NET Conversion Pocket Reference</title>
		<link>http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference</link>
		<comments>http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference#comments</comments>
		<pubDate>Thu, 25 Dec 2008 15:27:03 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Agnostic]]></category>

		<category><![CDATA[Assumption]]></category>

		<category><![CDATA[Attributes]]></category>

		<category><![CDATA[Book C]]></category>

		<category><![CDATA[Books]]></category>

		<category><![CDATA[Conversion]]></category>

		<category><![CDATA[Feature Sets]]></category>

		<category><![CDATA[Implementation]]></category>

		<category><![CDATA[Jose Mojica]]></category>

		<category><![CDATA[Language Elements]]></category>

		<category><![CDATA[Language Features]]></category>

		<category><![CDATA[Languages]]></category>

		<category><![CDATA[Neutral Point]]></category>

		<category><![CDATA[Perfect Companion]]></category>

		<category><![CDATA[Pocket Reference]]></category>

		<category><![CDATA[Point Of View]]></category>

		<category><![CDATA[Programmers]]></category>

		<category><![CDATA[Syntax]]></category>

		<category><![CDATA[Vb Reference]]></category>

		<category><![CDATA[Visual Studio Net]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/c-and-vb-net-conversion-pocket-reference</guid>
		<description><![CDATA[C  and VB NET Conversion Pocket Reference


	            
                          Though most programmers use two or more languages, they usually [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/0596003196/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0596003196/?tag=xbo366-20&amp;referer=');"><b>C  and VB NET Conversion Pocket Reference</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/0596003196/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0596003196/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51pC8Rys98L._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a><br />
                          Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C# and Visual Basic .NET are so close that switching between the two is really quite easy, that&#8217;s only true up to a point. Some of the differences are obvious, but others are very subtle. &#8220;C# &#038; VB.NET Conversion Pocket Reference&#8221; helps you easily make the switch from one language to another.
<p> The differences occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. Syntax concerns the statements and language elements. Object oriented differences are less obvious, and concern differences in implementation and feature sets between the two languages. IDE differences include things like compiler settings or attributes. There is also a fourth area of difference: language features that are present in one language but have no equivalent in the other. These unique language features are also covered in this book.
<p> &#8220;C# &#038; VB.NET Conversion Pocket Reference&#8221; is a perfect companion for documents and books that don?t have examples using your mastered language. Author Jose Mojica expects that you know one of the two languages, but does not make an
<p> assumption about which one. He presents the information in a
<p> language-neutral point of view so that programmers from either background can read a section and feel that it is targeted to them.
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great Pocket Reference</em><br />
                        This is a great pocket reference for those of us who go back and forth between C# and VB.NET. It is also good for those who do not have to do that, but want to know the differences.</p>
<p>Granted, much of the .NET platform allows almost line-for-line conversion between languages, but there are many syntax differences. This book covers those for these two languages, as well as a special section of significant differences between the languages (in addition to the item-by-item coverage).</p>
<p>This is a handy little book, but because it is little, it sometimes slides to the back of the bookshelf (between two larger books). Still, well worth the price and peace of mind. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Excellent Reference and Useful for Learning Both Languages</em><br />
                        There are at least two advantages to knowing both languages.<br />
<br />- Understanding sample code and examples.<br />
<br />- Flexibility on multi-language projects.</p>
<p>I&#8217;m from a C++ background in the bad old days before .NET, but now I&#8217;m equally comfortable in either C# or VB.NET, largely due to this book.</p>
<p>Exclusive of conversion between the two langauges, it&#8217;s also the best quick reference I have for either. Many times I&#8217;ve continued to search for my copy rather than turn to another source. Now I also subscribe to it on Safari, and when my hardcopy falls apart I&#8217;ll probably buy another one.</p>
<p>It would be nice if it had an index, but I&#8217;m still giving it five stars since as far as I know there is no adequate substitute.<br />
 </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Very good book!</em><br />
                        I picked up this book on a fling&#8230; but I am amazed at how useful I&#8217;ve found it.   Most book authors today are gauged (by the publishing houses) according to the number of pages they turn in.  This book on the other hand tries to squeeze a lot of good solid information into a small space without beating the topic to death.
<p>It goes over some of the core differences of VB.NET and C# making not just a valuable reference in conversion between the two, but amazing for learning both languages if you&#8217;re coming from a high level language (I&#8217;m a very strong VB programmer).  Within a few minutes I learned how to build classes in both C# and VB.NET from this book.  About 10 minutes later I had basic Overloading and Inheritance down.   Granted, this book won&#8217;t teach you what Inheritance is, but if you already know it your only problem is to learn the syntax and this book gives you the syntax quickly.
<p>Another cool thing about this book is that it quickly also shows you what&#8217;s WRONG with the languages at the IL level and will give you a quick bit of info about things that can cause problems (i.e., case sensitivity in C# which allows you to write functions that would result in ambiguous interpretation in VB.NET)
<p>Remember: this book won&#8217;t tell you what object oriented design is and won&#8217;t tell you how to build an n-tier app in .Net, but it will teach you how to write a class in C# and VB.NET in about 1 minute <img src='http://www.csharpnet.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Its just as helpful to learn the basics, such as loops, indexing, calling conventions, etc&#8230;
<p>If you are already good in high level languages and have gotten dropped head first into .NET, get this book and keep it nearby. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">4 Stars</strong>  <em> Good book</em><br />
                        This book has been a lot of help for me.  I came from an all C# programming background and took a job as a VB.NET programmer.  With what I already knew, and this book as a reference I was programming VB.NET almost as well as I had programmed C# the very first day.
<p>This book is a very handy tool for anyone to have especially for the price.  My one compliant is that there is no index but you can quickly get use to thumbing though to find what you need in a hurry. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great for experienced VB.NET Programmers</em><br />
                        This is a great book to start programming in C#. I have been programming in VB.NET for over three years and this book has been very helpful while making the transition from VB to C# and every time I am going from one language to the other. It is nicely organized and you can quickly find the information and exmaples you need to start working.I definitely recommend this book. I got it (&#8230;)at my local bookstore and it is worth alot more than that.  </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/0596003196/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0596003196/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Del.icio.us" alt="Add 'C  and VB NET Conversion Pocket Reference' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'C  and VB NET Conversion Pocket Reference' To digg" alt="Add 'C  and VB NET Conversion Pocket Reference' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=C++and+VB+NET+Conversion+Pocket+Reference_amp_u=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=C++and+VB+NET+Conversion+Pocket+Reference&amp;u=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference" title="Add 'C  and VB NET Conversion Pocket Reference' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'C  and VB NET Conversion Pocket Reference' To FURL" alt="Add 'C  and VB NET Conversion Pocket Reference' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=C++and+VB+NET+Conversion+Pocket+Reference_amp_Description=C++and+VB+NET+Conversion+Pocket+Reference_amp_Url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=C++and+VB+NET+Conversion+Pocket+Reference&amp;Description=C++and+VB+NET+Conversion+Pocket+Reference&amp;Url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference" title="Add 'C  and VB NET Conversion Pocket Reference' To blinklist"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/blinklist.png" title="Add 'C  and VB NET Conversion Pocket Reference' To blinklist" alt="Add 'C  and VB NET Conversion Pocket Reference' To blinklist" /></a><a class="social_img" onclick="urchinTracker('/outgoing/reddit.com/submit?url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To reddit"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'C  and VB NET Conversion Pocket Reference' To reddit" alt="Add 'C  and VB NET Conversion Pocket Reference' To reddit" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.technorati.com/faves?add=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Technorati"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Technorati" alt="Add 'C  and VB NET Conversion Pocket Reference' To Technorati" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.newsvine.com/_wine/save?u=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_h=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;h=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Newsvine"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Newsvine" alt="Add 'C  and VB NET Conversion Pocket Reference' To Newsvine" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ekstreme.com/socializer/?url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ekstreme.com/socializer/?url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Socializer"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Socializer" alt="Add 'C  and VB NET Conversion Pocket Reference' To Socializer" /></a><a class="social_img" onclick="urchinTracker('/outgoing/ma.gnolia.com/bookmarklet/add?url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference_amp_description=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference&amp;description=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Ma.gnolia"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Ma.gnolia" alt="Add 'C  and VB NET Conversion Pocket Reference' To Ma.gnolia" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.stumbleupon.com/submit?url=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Stumble Upon"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Stumble Upon" alt="Add 'C  and VB NET Conversion Pocket Reference' To Stumble Upon" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.bloglines.com/sub/http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference?referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference" title="Add 'C  and VB NET Conversion Pocket Reference' To Bloglines"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Bloglines" alt="Add 'C  and VB NET Conversion Pocket Reference' To Bloglines" /></a><a class="social_img" onclick="urchinTracker('/outgoing/de.lirio.us/rubric/post?uri=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference_amp_title=C++and+VB+NET+Conversion+Pocket+Reference_amp_when_done=go_back&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;title=C++and+VB+NET+Conversion+Pocket+Reference&amp;when_done=go_back" title="Add 'C  and VB NET Conversion Pocket Reference' To Delirious"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Add 'C  and VB NET Conversion Pocket Reference' To Delirious" alt="Add 'C  and VB NET Conversion Pocket Reference' To Delirious" /></a><a class="social_img" onclick="urchinTracker('/outgoing/www.facebook.com/share.php?u=http_//www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference" title="Add 'C  and VB NET Conversion Pocket Reference' To FaceBook"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'C  and VB NET Conversion Pocket Reference' To FaceBook" alt="Add 'C  and VB NET Conversion Pocket Reference' To FaceBook" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.csharpnet.net/book/c-and-vb-net-conversion-pocket-reference/feed</wfw:commentRss>
		</item>
		<item>
		<title>Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer</title>
		<link>http://www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer</link>
		<comments>http://www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer#comments</comments>
		<pubDate>Wed, 24 Dec 2008 09:47:17 +0000</pubDate>
		<dc:creator>csharpexpert</dc:creator>
		
		<category><![CDATA[Book]]></category>

		<category><![CDATA[Balena]]></category>

		<category><![CDATA[Basic Data Types]]></category>

		<category><![CDATA[Beginner Book]]></category>

		<category><![CDATA[C Book]]></category>

		<category><![CDATA[C Language]]></category>

		<category><![CDATA[Class Libraries]]></category>

		<category><![CDATA[Class Library]]></category>

		<category><![CDATA[Code Samples]]></category>

		<category><![CDATA[Com Interop]]></category>

		<category><![CDATA[Expert Insights]]></category>

		<category><![CDATA[Language Fundamentals]]></category>

		<category><![CDATA[Microsoft Net Framework]]></category>

		<category><![CDATA[Microsoft Net Framework Version]]></category>

		<category><![CDATA[Microsoft Visual C]]></category>

		<category><![CDATA[Net Framework Version 2]]></category>

		<category><![CDATA[Professional Software Developers]]></category>

		<category><![CDATA[Programming Books]]></category>

		<category><![CDATA[Programming Microsoft]]></category>

		<category><![CDATA[Programming Skill]]></category>

		<category><![CDATA[Visual C Programming]]></category>

		<guid isPermaLink="false">http://www.csharpnet.net/uncategorized/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer</guid>
		<description><![CDATA[Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer


	            
                          Get in-depth [...]]]></description>
			<content:encoded><![CDATA[<p><a relpost="nofollow" href="http://www.amazon.com/dp/0735623082/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0735623082/?tag=xbo366-20&amp;referer=');"><b>Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer</b></a></p>
<p><a relpost="nofollow" href="http://www.amazon.com/dp/0735623082/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0735623082/?tag=xbo366-20&amp;referer=');"><br />
<img  src="http://ecx.images-amazon.com/images/I/51X7D3TJP6L._SL75_.jpg" style="float:left; margin-top:0px; margin-bottom:0px; padding: 1m 2em;" ><br />
	            </a><br />
                          Get in-depth coverage and expert insights on advanced Visual C# programming topics such interfaces, delegates, generics, and much more. Targeting experienced, professional software developers who design and develop any kind of application, this book assumes that the reader knows and understands the basic functionality and concepts of Visual C# and that he or she is ready to move to mastering the development of components and assemblies and other uses of class libraries in the Microsoft .NET Framework version 2.0. This book includes extensive practical code samples. </p>
</p>
<h4 style="text-align: left;color: red">User Ratings and Reviews</h4>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> The best C# book on the market</em><br />
                        I have read a few programming books and I can honestly say that no single one has had more positive impact on my level of programming skill and knowledge than this one.  Let me preface this by saying that this is not a beginner book.  That is, if you have never programmed with C# before, this is not the book for you.  However if you have just finished a &#8220;beginner&#8221; book and are looking for the next step, then I highly recommend this book for you.  Whether you are planning on getting into ASP.Net development, WinForms, SOA, or even XNA, this book will provide you with a firm grasp of the language fundamentals that will make jumping into any or all of the above much easier.  The book is broken down into several chapters, each one covering different key topics of the C# language such as basic data types (what is boxing?  How does the compiler handle value types vs reference types and why should you care?), Generics, Serialization, Reflection, and COM Interop, just to name a few.  Mr Balena also maintains an online blog at the Code Architects site and has even been kind enough to personally answer a few of my questions that I had about the topics covered in the book.  I can&#8217;t recommend this book more, it really did make the difference for me between being a C# enthusiast and a professional C# developer. </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Visual C# 2005:The Base Class Library</em><br />
                        Francesco Bakena is a well-known author, the book is good.<br />
<br />The themes and the examples are clean. The same line as Visual Basic.  I recommend.<br />
<br />Manoel de Assis - Brazil - [...]</p>
<p>Programming Microsoft  Visual C#  2005: The Base Class Library (Pro-Developer) </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Exactly what I Needed</em><br />
                        I sought and purchased this book for the purpose of moving to C# 2005 from 2003. I have an extensive library of language and class references, guides and detailed texts for .NET 1.1. Much of that information will, of course, serve me well with the newer language, so what I sought was a good, basic introduction to C# 2005 that covered the important differences in the base classes. This book seems to have been written exactly for me!</p>
<p>Balena has an easy style of writing, also, that just seems to allow the information to jump right into your brain. There are other authors whose technical expertise is obvious to me, and whose books I regularly look to buy, but whose writing have quirks that can distract me at times. Balena is not such an author. Clearly, he knows how to make proper use of the IBrain.InputInformation<t>(T info) method, rather than using the older, weakly-typed IBrain.InputInformation(object info) method. OK. Bad joke. But I hope you got my point! </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> The best!</em><br />
                        Having sweated through thousands of pages of other C# books, I found Francesco Balena&#8217;s eloquence as refreshing as a perfectly chilled Corona.  It immediately tightened my loose grip on particulars such as string formatting, delegates, generics, regular expressions and interoperability. And it is the best discussion of the base classe I&#8217;ve ever seen. Be aware that this book does NOT intend to teach programming.  However, if you&#8217;re someone who can code in some OOP language, knows C# syntax, and seeks professional proficiency in this language, then in my opinion, there is no better book you could own.  </p>
<p> <strong style="color:#ffd000; background-color:#fafafa">5 Stars</strong>  <em> Great Intermediate Level C# Material</em><br />
                        If you have C# skills of no less then an advanced beginner, and want to find yourself securely in the intermediate range, then you have found the right book. Read it once and you will find your skill set drastically improved. Read it twice and study it thoroughly, and you will find yourself getting turned to for help from your more senior developers. Quite the ego booster. </p>
<p>It&#8217;s well written, has appropriate examples for the target audience, and doesn&#8217;t get bogged down in beginning C# material. It has plenty of advanced material, if that is what you are looking for.  </p>
<p>                  <a relpost="nofollow" href="http://www.amazon.com/dp/0735623082/?tag=xbo366-20" onclick="urchinTracker('/outgoing/www.amazon.com/dp/0735623082/?tag=xbo366-20&amp;referer=');">Buy/More Info</a></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark This</em><br /><a class="social_img" onclick="urchinTracker('/outgoing/del.icio.us/post?url=http_//www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer_amp_title=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer&amp;title=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To Del.icio.us"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To Del.icio.us" alt="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To Del.icio.us" /></a><a class="social_img" onclick="urchinTracker('/outgoing/digg.com/submit?phase=2_amp_url=http_//www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer_amp_title=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer&amp;title=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To digg"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To digg" alt="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To digg" /></a><a class="social_img" onclick="urchinTracker('/outgoing/furl.net/storeIt.jsp?t=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer_amp_u=http_//www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer&amp;u=http://www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To FURL"><img src="http://www.csharpnet.net/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To FURL" alt="Add 'Programming Microsoft  Visual C   2005  The Base Class Library  Pro Developer' To FURL" /></a><a class="social_img" onclick="urchinTracker('/outgoing/blinklist.com/index.php?Action=Blink/addblink.php_amp_Name=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer_amp_Description=Programming+Microsoft++Visual+C+++2005++The+Base+Class+Library++Pro+Developer_amp_Url=http_//www.csharpnet.net/book/programming-microsoft-visual-c-2005-the-base-class-library-pro-developer&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return fa