<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wow! eBook - Blog &#187; Software Dev.</title>
	<atom:link href="http://www.wowebook.me/category/e-book/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebook.me</link>
	<description>Great ebook, great site!</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:55:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The Book of Qt 4</title>
		<link>http://www.wowebook.me/book/the-book-of-qt-4/</link>
		<comments>http://www.wowebook.me/book/the-book-of-qt-4/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:50:48 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Graphic & Designing]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16931</guid>
		<description><![CDATA[Book Description Cross-platform development is a kind of holy grail, and Trolltech&#8217;s Qt toolkit may well be the most promising solution yet to this development challenge. Qt is widely used for the development of GUI applications as well as console tools and servers, and it&#8217;s especially appealing to programmers who need to write cross-platform applications [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1312247234.jpg" alt="The Book of Qt 4" width="220" height="220" title="The Book of Qt 4" /></p>
<h3>Book Description</h3>
<p>Cross-platform <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> is a kind of holy grail, and Trolltech&#8217;s <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> toolkit may well be the most promising solution yet to this <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> challenge. <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> is widely used for the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of GUI applications as well as console tools and servers, and it&#8217;s especially appealing to programmers who need to write cross-platform applications to run on <a href="http://www.wowebook.me/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>/<a href="http://www.wowebook.me/tag/unix/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Unix">Unix</a>, Mac, and <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> machines without having to rewrite for each platform.</p>
<p><em>The Book of Qt 4</em> offers an in-depth explanation of Qt 4 that goes beyond the common focus on <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>. Author Daniel Molkentin uses practical examples to explain features like the signal/slot concept and the event system, as he guides you through developing applications with and without Qt&#8217;s graphical GUI builder, Qt Designer. And as a core KDE developer, Molkentin&#8217;s head is full of real-world problems and solutions that he peppers liberally throughout <em>The Book of Qt 4</em>, making it a resource that you&#8217;ll consult time and again. You&#8217;ll find coverage of:</p>
<ul>
<li>Tools for creating dialogs</li>
<li>GUI design with the Qt Designer</li>
<li>Widget layout and dialog construction</li>
<li>Data visualization using Qt&#8217;s model/view concept</li>
<li>The QtSql module and the graphics library Arthur</li>
<li>File handling, <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a>, processes, and network connections</li>
<li>Databases and threading</li>
<li>Event handling and using drag and drop<span id="more-16931"></span></li>
<li>Internationalization and debugging</li>
</ul>
<p>As well as lots of useful hints on how to use Qt&#8217;s datatypes, containers, and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> and how to develop user-friendly applications.</p>
<p>Whether you&#8217;re already a Qt developer or you&#8217;re just considering Qt for cross-platform <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>, you&#8217;ll find <em>The Book of Qt 4</em> to be indispensable.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Basics, Tools, and First Code<br />
Chapter 2. The Tools Needed to Create Dialogs<br />
Chapter 3. GUI Design Using the Qt Designer<br />
Chapter 4. Developing a GUI Application Based on a Main Window<br />
Chapter 5. Laying Out Widgets<br />
Chapter 6. Dialogs<br />
Chapter 7. Events, Drag and Drop, and the Clipboard<br />
Chapter 8. Displaying Data Using &#8220;Interview&#8221;<br />
Chapter 9. The QtSql Module<br />
Chapter 10. The Graphics Library &#8220;Arthur&#8221;<br />
Chapter 11. Input/Output Interfaces<br />
Chapter 12. Threading with QThread<br />
Chapter 13. Handling <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> with QtXml<br />
Chapter 14. Internationalization<br />
Appendix A. Debugging Help<br />
Appendix B. Tulip: Containers and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 440 pages</li>
<li><strong>Publisher:</strong> No Starch Press (July 2007)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1593271476</li>
<li><strong>ISBN-13:</strong> 978-1593271473</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/opengl-superbible-comprehensive-tutorial-and-reference-5th-edition/" title="OpenGL SuperBible: Comprehensive Tutorial and Reference, 5th Edition" rel="bookmark">OpenGL SuperBible: Comprehensive Tutorial and Reference, 5th Edition</a> <span class="date">(16-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" rel="bookmark">Introduction to Design Patterns in C++ with Qt, 2nd Edition</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/advanced-qt-programming/" title="Advanced Qt Programming: Creating Great Software with C++ and Qt 4" rel="bookmark">Advanced Qt Programming: Creating Great Software with C++ and Qt 4</a> <span class="date">(06-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2005-express-edition-starter-kit/" title="Visual Basic 2005 Express Edition Starter Kit" rel="bookmark">Visual Basic 2005 Express Edition Starter Kit</a> <span class="date">(29-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ubuntu-unleashed-2012-edition/" title="Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04" rel="bookmark">Ubuntu Unleashed 2012 Edition: Covering 11.10 and 12.04</a> <span class="date">(04-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-linux-programming-interface/" title="The Linux Programming Interface: A Linux and UNIX System Programming Handbook" rel="bookmark">The Linux Programming Interface: A Linux and UNIX System Programming Handbook</a> <span class="date">(10-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-art-of-unix-programming/" title="The Art of UNIX Programming" rel="bookmark">The Art of UNIX Programming</a> <span class="date">(22-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-wcf-services-3rd-edition/" title="Programming WCF Services, 3rd Edition" rel="bookmark">Programming WCF Services, 3rd Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-book-of-qt-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Dynamics CRM 2011 Unleashed</title>
		<link>http://www.wowebook.me/book/microsoft-dynamics-crm-2011-unleashed/</link>
		<comments>http://www.wowebook.me/book/microsoft-dynamics-crm-2011-unleashed/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:28:20 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Business & Management]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Dynamics CRM]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16866</guid>
		<description><![CDATA[Book Description Microsoft® Dynamics CRM 2011 Unleashed presents start-to-finish guidance for planning, customizing, deploying, integrating, managing, and securing the newest version of Dynamics CRM. Authored by three leading Microsoft Dynamics implementers, it illuminates new opportunities to deploy CRM as a hosted service (SaaS), integrate with Azure cloud services, and extend CRM through Microsoft&#8217;s new online [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/359200860.jpg" alt="Microsoft Dynamics CRM 2011 Unleashed" width="220" height="220" title="Microsoft Dynamics CRM 2011 Unleashed" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>® <a href="http://www.wowebook.me/tag/dynamics-crm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Dynamics CRM">Dynamics CRM</a> 2011 Unleashed presents start-to-finish guidance for planning, customizing, deploying, integrating, managing, and securing the newest version of <a href="http://www.wowebook.me/tag/dynamics-crm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Dynamics CRM">Dynamics CRM</a>. Authored by three leading <a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Dynamics implementers, it illuminates new opportunities to deploy CRM as a hosted service (<a href="http://www.wowebook.me/tag/saas/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SaaS">SaaS</a>), integrate with Azure <a href="http://www.wowebook.me/tag/cloud/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cloud">cloud</a> services, and extend CRM through Microsoft&#8217;s new online service marketplace. The authors systematically explain how <a href="http://www.wowebook.me/tag/dynamics-crm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Dynamics CRM">Dynamics CRM</a> 2011 works, illuminating why it works that way, and how to drive maximum <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> value from it. Drawing on insider knowledge of Microsoft&#8217;s new product, they present clear examples, proven best practices, and pitfalls to avoid in using every significant <a href="http://www.wowebook.me/tag/dynamics-crm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Dynamics CRM">Dynamics CRM</a> capability. Their far-reaching coverage ranges from <a href="http://www.wowebook.me/tag/dynamics-crm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Dynamics CRM">Dynamics CRM</a>&#8217;s sales, <a href="http://www.wowebook.me/tag/marketing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Marketing">marketing</a>, and customer service features to its automated workflows; Outlook and Office integration to reporting and security. This edition&#8217;s extensive new coverage includes new chapters on Mobility, the Outlook Client, and Office 2010 integration, as well as greatly expanded coverage of CRM Online. It also contains new or expanded discussions of data visualization, <a href="http://www.wowebook.me/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SharePoint">SharePoint</a> Foundation integration, user interface changes, inbuild charts, dashboards, IM and SMS communication support, auditing, no-code workflows, connections, queues, the new <a href="http://www.wowebook.me/tag/wcf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WCF">WCF</a>-based <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> model, UI scripting, and security.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. New Features of Microsoft Dynamics CRM 2011<br />
Chapter 2. Why <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a> Needs a CRM System<span id="more-16866"></span><br />
Chapter 3. Requirements for CRM 2011<br />
Chapter 4. Setting Up CRM 2011<br />
Chapter 5. Working with the <a href="http://www.wowebook.me/tag/ribbon/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ribbon">Ribbon</a> Menu<br />
Chapter 6. Working with Customers<br />
Chapter 7. Working with the Workplace<br />
Chapter 8. Working with Sales<br />
Chapter 9. Working with <a href="http://www.wowebook.me/tag/marketing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Marketing">Marketing</a><br />
Chapter 10. Working with Service<br />
Chapter 11. Reporting<br />
Chapter 12. Settings and Configuration<br />
Chapter 13. Client Configuration Options<br />
Chapter 14. E-Mail Configuration<br />
Chapter 15. Mobility<br />
Chapter 16. Solution Concepts<br />
Chapter 17. CRM 2011 <a href="http://www.wowebook.me/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SharePoint">SharePoint</a> Integration<br />
Chapter 18. Azure Extensions<br />
Chapter 19. Advanced Views and Connections<br />
Chapter 20. Filtered Lookups<br />
Chapter 21. Reporting and Dashboards<br />
Chapter 22. Forms Authentication<br />
Chapter 23. Customizing Entities<br />
Chapter 24. Processes <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a><br />
Chapter 25. Plug-Ins<br />
Chapter 26. <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a><br />
Chapter 27. Advanced Solution <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a><br />
Chapter 28. Interacting with Custom Web Applications<br />
Chapter 29. Data <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a><br />
Chapter 30. CRM 2011 and Scribe Online Services</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1008 pages</li>
<li><strong>Publisher:</strong> Sams (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0672335387</li>
<li><strong>ISBN-13:</strong> 978-0672335389</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/microsoft-biztalk-server-2010-unleashed/" title="Microsoft BizTalk Server 2010 Unleashed" rel="bookmark">Microsoft BizTalk Server 2010 Unleashed</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-azure-step-by-step/" title="Windows Azure Step by Step" rel="bookmark">Windows Azure Step by Step</a> <span class="date">(06-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-azure-platform-2nd-edition/" title="Windows Azure Platform, 2nd Edition" rel="bookmark">Windows Azure Platform, 2nd Edition</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-windows-identity-foundation/" title="Programming Windows Identity Foundation" rel="bookmark">Programming Windows Identity Foundation</a> <span class="date">(29-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-wcf-services-3rd-edition/" title="Programming WCF Services, 3rd Edition" rel="bookmark">Programming WCF Services, 3rd Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/developing-microsoft-sharepoint-applications-using-windows-azure/" title="Developing Microsoft SharePoint Applications Using Windows Azure" rel="bookmark">Developing Microsoft SharePoint Applications Using Windows Azure</a> <span class="date">(04-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/cloud-computing-with-the-windows-azure-platform/" title="Cloud Computing with the Windows Azure Platform" rel="bookmark">Cloud Computing with the Windows Azure Platform</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/applied-architecture-patterns-on-the-microsoft-platform/" title="Applied Architecture Patterns on the Microsoft Platform" rel="bookmark">Applied Architecture Patterns on the Microsoft Platform</a> <span class="date">(30-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/microsoft-dynamics-crm-2011-unleashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Software Engineering with Visual Studio, 2nd Edition</title>
		<link>http://www.wowebook.me/book/agile-software-engineering-with-visual-studio-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/agile-software-engineering-with-visual-studio-2nd-edition/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:14:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[ALM]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16835</guid>
		<description><![CDATA[Book Description Using agile methods and the tools of Visual Studio 2010, development teams can deliver higher-value software faster, systematically eliminate waste, and increase transparency throughout the entire development lifecycle. Now, Microsoft Visual Studio product owner Sam Guckenheimer and leading Visual Studio implementation consultant Neno Loje show how to make the most of Microsoft’s new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/11309608.jpg" alt="Agile Software Engineering with Visual Studio, 2nd Edition" width="220" height="220" title="Agile Software Engineering with Visual Studio, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Using <a href="http://www.wowebook.me/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">agile</a> methods and the tools of <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> 2010, <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> teams can deliver higher-value software faster, systematically eliminate waste, and increase transparency throughout the entire <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> lifecycle. Now, <a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> product owner Sam Guckenheimer and leading <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> implementation consultant Neno Loje show how to make the most of <a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>’s new <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> 2010 Application Lifecycle <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a> (<a href="http://www.wowebook.me/tag/alm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ALM">ALM</a>) tools in your environment.</p>
<p>This book is the definitive guide to the application of <a href="http://www.wowebook.me/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">agile</a> <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> with <a href="http://www.wowebook.me/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a> and modern software engineering practices using Visual Studio 2010. You’ll learn how to use Visual Studio 2010 to empower and engage multidisciplinary, self-managing teams and provide the transparency they need to maximize productivity. Along the way, Guckenheimer and Loje help you overcome every major impediment that leads to stakeholder dissatisfaction—from mismatched schedules to poor quality, blocked builds to irreproducible bugs, and technology “silos” to geographic “silos.”</p>
<p>Coverage includes</p>
<ul>
<li>Accelerating the “flow of value” to customers in any software <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a>, no matter how large or complex</li>
<li>Empowering high-performance software teams and removing overhead in software delivery</li>
<li>Automating “burndowns” and using dashboards to gain a real-time, multidimensional view of quality and progress<span id="more-16835"></span></li>
<li>Using Visual Studio 2010 to reduce or eliminate “no repro” bugs</li>
<li>Automating deployment and virtualizing test labs to make continuous builds deployable</li>
<li>Using Test Impact <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> to quickly choose the right tests based on recent code changes</li>
<li>Working effectively with sources, branches, and backlogs across distributed teams</li>
<li>Sharing code, build automation, test, <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a> and other data across <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> and <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> teams</li>
<li>Uncovering hidden architectural patterns in legacy software, so you can refactor changes more confidently</li>
<li>Scaling <a href="http://www.wowebook.me/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a> to large, distributed organizations</li>
</ul>
<p>Whatever your discipline, this book will help you use Visual Studio 2010 to focus on what really matters: building software that delivers exceptional value sooner and keeps customers happy far into the future.</p>
<p><strong>Praise for Agile Software Engineering with Visual Studio</strong><br />
<em>“Agile dominates projects increasingly from IT to product and <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> development, and Sam Guckenheimer and Neno Loje provide pragmatic context for users seeking clarity and specifics with this book. Their knowledge of past history and current practice, combined with acuity and details about Visual Studio’s agile capabilities, enable a precise path to execution. Yet their voice and advice remain non-dogmatic and wise. Their examples are clear and relevant, enabling a valuable perspective to those seeking a broad and deep historical background along with a definitive understanding of the way in which Visual Studio can incorporate agile approaches.”</em><br />
—Melinda Ballou, Program Director, Application Lifecycle <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">Management</a> and Executive Strategies Service, International Data Corporation (IDC)</p>
<p><em>“Sam Guckenheimer and Neno Loje have forgotten more about software development processes than most development ‘gurus’ ever knew, and that’s a good thing! In Agile Software Engineering with Visual Studio, Sam and Neno distill the essence of years of hard-won experience and hundreds of pages of process theory into what really matters—the techniques that high performance software teams use to get stuff done. By combining these critical techniques with examples of how they work in Visual Studio, they created a de-facto user guide that no Visual Studio developer should be without.”</em><br />
—Jeffrey Hammond, Principal Analyst, Forrester Research</p>
<p><em>“If you employ Microsoft’s Team Foundation Server and are considering Agile projects, this text will give you a sound foundation of the principles behind its agile template and the choices you will need to make. The insights from Microsoft’s own experience in adopting agile help illustrate challenges with scale and the issues beyond pure functionality that a team needs to deal with. This book pulls together into one location a wide set of knowledge and practices to create a solid foundation to guide the decisions and effective transition, and will be a valuable addition to any team manager’s bookshelf.”</em><br />
—Thomas Murphy, Research Director, Gartner</p>
<p><em>“This book presents software practices you should want to implement on your team and the tools available to do so. It paints a picture of how first class teams can work, and in my opinion, is a must read for anyone involved in software development. It will be mandatory reading for all our consultants.”</em><br />
—Claude Remillard, President, InCycle</p>
<p><em>“This book is the perfect tool for teams and organizations implementing agile practices using Microsoft’s Application Lifecycle Management platform. It proves disciplined engineering and agility are not at odds; each needs the other to be truly effective.”</em><br />
—David Starr, Scrum.org</p>
<p><em>“Sam Guckenheimer and Neno Loje have written a very practical book on how Agile teams can optimize their practices with Visual Studio. It describes not only how Agile and Visual Studio work, but also the motivation and context for many of the functions provided in the platform. If you are using Agile and Visual Studio, this book should be a required read for everyone on the team. If you are not using Agile or Visual Studio, then reading this book will describe a place that perhaps you want to get to with your process and tools.”</em><br />
—Dave West, Analyst, Forrester Research</p>
<p><em>“Sam Guckenheimer and Neno Loje are leading authorities on agile methods and Visual Studio. The book you are holding in your hand is the authoritative way to bring these two technologies together. If you are a Visual Studio user doing agile, this book is a must read.”</em><br />
—Dr. James A. Whittaker, Software Engineering Director Google</p>
<p><em>“Agile development practices are a core part of modern software development. Drawing from our own lessons in adopting agile practices at Microsoft, Sam Guckenheimer and Neno Loje not only outline the benefits, but also deliver a hands-on, practical guide to implementing those practices in teams of any size. This book will help your team get up and running in no time!”</em><br />
—Jason Zander, Corporate Vice President, Microsoft Corporation</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 352 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional; 2nd Edition (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321685857</li>
<li><strong>ISBN-13:</strong> 978-0321685858</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-visual-studio-2008/" title="Professional Visual Studio 2008" rel="bookmark">Professional Visual Studio 2008</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-silverlight-4/" title="Professional Silverlight 4" rel="bookmark">Professional Silverlight 4</a> <span class="date">(12-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-application-lifecycle-management-with-visual-studio-2010/" title="Professional Application Lifecycle Management with Visual Studio 2010" rel="bookmark">Professional Application Lifecycle Management with Visual Studio 2010</a> <span class="date">(20-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-sharepoint-2010-solution-development/" title="Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office" rel="bookmark">Pro SharePoint 2010 Solution Development: Combining .NET, SharePoint, and Office</a> <span class="date">(10-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-agile-net-development-with-scrum/" title="Pro Agile .NET Development with SCRUM" rel="bookmark">Pro Agile .NET Development with SCRUM</a> <span class="date">(24-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/microsoft-visual-csharp-2010-step-by-step/" title="Microsoft Visual C# 2010 Step by Step" rel="bookmark">Microsoft Visual C# 2010 Step by Step</a> <span class="date">(31-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/asp-net-4-social-networking/" title="ASP.NET 4 Social Networking" rel="bookmark">ASP.NET 4 Social Networking</a> <span class="date">(19-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/asp-net-3-5-enterprise-application-development-with-visual-studio-2008/" title="ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution" rel="bookmark">ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution</a> <span class="date">(17-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/agile-software-engineering-with-visual-studio-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Design Patterns in C++ with Qt, 2nd Edition</title>
		<link>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 13:55:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[QObject]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16823</guid>
		<description><![CDATA[Book Description Master C++ “The Qt Way” with Modern Design Patterns and Efficient Reuse This fully updated, classroom-tested book teaches C++ “The Qt Way,” emphasizing design patterns and efficient reuse. Readers will master both the C++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/421006983.jpg" alt="Introduction to Design Patterns in C++ with Qt, 2nd Edition" width="220" height="220" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Master <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ “The <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> Way” with Modern Design Patterns and Efficient Reuse</p>
<p>This fully updated, classroom-tested book teaches <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ “The <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> Way,” emphasizing design patterns and efficient reuse. Readers will master both the <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes and functions.</p>
<p>Every chapter of this edition has been improved with new content, better organization, or both. Readers will find extensively revised coverage of QObjects, Reflection, Widgets, Main <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>, Models and Views, Databases, Multi-Threaded <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, and Reflection. This edition introduces the powerful new Qt Creator IDE; presents new multimedia APIs; and offers extended coverage of Qt Designer and C++ Integration. It has been restructured to help readers start writing software immediately and write robust, effective software sooner.</p>
<p>The authors introduce several new design patterns, add many quiz questions and labs, and present more efficient solutions relying on new Qt features and best practices. They also provide an up-to-date C++ reference section and a complete application case study.</p>
<ul>
<li>Master C++ keywords, literals, identifiers, declarations, types, and type conversions.</li>
<li>Understand classes and objects, organize them, and describe their interrelationships.</li>
<li>Learn consistent <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> style and naming rules.</li>
<li>Use lists, functions, and other essential techniques.<span id="more-16823"></span></li>
<li>Define inheritance relationships to share code and promote reuse.</li>
<li>Learn how code libraries are designed, built, and reused.</li>
<li>Work with <a href="http://www.wowebook.me/tag/qobject/" class="st_tag internal_tag" rel="tag" title="Posts tagged with QObject">QObject</a>, the base class underlying much of Qt.</li>
<li>Build graphical user interfaces with Qt widgets.</li>
<li>Use templates to write generic functions and classes.</li>
<li>Master advanced reflective programming techniques.</li>
<li>Use the Model-View framework to cleanly separate data and GUI classes.</li>
<li>Validate input using regular expressions and other techniques.</li>
<li>Parse <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> data with SAX, DOM, and QXmlStreamReader.</li>
<li>Master today’s most valuable creational and structural design patterns.</li>
<li>Create, use, monitor, and debug processes and threads.</li>
<li>Access databases with Qt’s <a href="http://www.wowebook.me/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> classes.</li>
<li>Manage memory reliably and efficiently.</li>
<li>Understand how to effectively manage QThreads and use QtConcurrent <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>.</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 768 pages</li>
<li><strong>Publisher:</strong> Prentice Hall; 2nd Edition (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132826453</li>
<li><strong>ISBN-13:</strong> 978-0132826457</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-linq-in-microsoft-net-framework-4/" title="Programming Microsoft LINQ in Microsoft .NET Framework 4" rel="bookmark">Programming Microsoft LINQ in Microsoft .NET Framework 4</a> <span class="date">(07-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-c-sharp-2008/" title="Professional C# 2008" rel="bookmark">Professional C# 2008</a> <span class="date">(27-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/essential-linq/" title="Essential LINQ" rel="bookmark">Essential LINQ</a> <span class="date">(01-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Essential Skills for Software Architects</title>
		<link>http://www.wowebook.me/book/12-essential-skills-for-software-architects/</link>
		<comments>http://www.wowebook.me/book/12-essential-skills-for-software-architects/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 21:27:04 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16778</guid>
		<description><![CDATA[Book Description Master the Crucial Non-Technical Skills Every Software Architect Needs! Thousands of software professionals have the necessary technical qualifications to become architects, but far fewer have the crucial non-technical skills needed to get hired and succeed in this role. In today’s agile environments, these “soft” skills have grown even more crucial to success as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/882787485.jpg" alt="12 Essential Skills for Software Architects" width="220" height="220" title="12 Essential Skills for Software Architects" /></p>
<h3>Book Description</h3>
<p>Master the Crucial <em>Non</em>-Technical Skills Every Software Architect Needs!</p>
<p>Thousands of software professionals have the necessary technical qualifications to become architects, but far fewer have the crucial <em>non</em>-technical skills needed to get hired and succeed in this role. In today’s <a href="http://www.wowebook.me/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">agile</a> environments, these “soft” skills have grown even more crucial to success as an architect. For many developers, however, these skills don’t come naturally–and they’re rarely addressed in formal training. Now, long-time software architect Dave Hendricksen helps you fill this gap, supercharge your organizational impact, and quickly move to the next level in your career.</p>
<p>In <em>12 Essential Skills for Software Architects,</em> Hendricksen begins by pinpointing the specific relationship, personal, and <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> skills that successful architects rely upon. Next, he presents proven methods for systematically developing and sharpening every one of these skills, from negotiation and <a href="http://www.wowebook.me/tag/leadership/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leadership">leadership</a> to pragmatism and vision.</p>
<p>From start to finish, this book’s practical insights can help you get the architect position you want–and thrive once you have it!</p>
<p>The soft skills you need…<br />
…and a coherent framework and practical methodology for mastering them!</p>
<p>Relationship skills<span id="more-16778"></span><br />
<em><a href="http://www.wowebook.me/tag/leadership/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leadership">Leadership</a>, politics, gracious behavior, communication, negotiation</em></p>
<p>Personal skills<br />
<em>Context switching, transparency, passion</em></p>
<p><a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a> skills<br />
<em>Pragmatism, vision, business knowledge, innovation</em></p>
<p><strong>Table of Contents</strong><br />
Part I: Relationship Skills<br />
Chapter 1. Gracious Behavior<br />
Chapter 2. Communication<br />
Chapter 3. Negotiation<br />
Chapter 4. Leadership<br />
Chapter 5. Politics</p>
<p>Part II: Personal Skills<br />
Chapter 6. Transparency<br />
Chapter 7. Passion<br />
Chapter 8. Context Switching</p>
<p>Part III: Business Skills<br />
Chapter 9. Business Knowledge<br />
Chapter 10. Innovation<br />
Chapter 11. Pragmatism<br />
Chapter 12. Vision</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 288 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321717295</li>
<li><strong>ISBN-13:</strong> 978-0321717290</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/managing-software-debt/" title="Managing Software Debt: Building for Inevitable Change" rel="bookmark">Managing Software Debt: Building for Inevitable Change</a> <span class="date">(03-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/women-leaders-at-work/" title="Women Leaders at Work" rel="bookmark">Women Leaders at Work</a> <span class="date">(11-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/user-stories-applied/" title="User Stories Applied: For Agile Software Development" rel="bookmark">User Stories Applied: For Agile Software Development</a> <span class="date">(19-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-agile-samurai/" title="The Agile Samurai: How Agile Masters Deliver Great Software" rel="bookmark">The Agile Samurai: How Agile Masters Deliver Great Software</a> <span class="date">(28-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/slide-ology/" title="slide:ology: The Art and Science of Creating Great Presentations" rel="bookmark">slide:ology: The Art and Science of Creating Great Presentations</a> <span class="date">(28-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-agile-net-development-with-scrum/" title="Pro Agile .NET Development with SCRUM" rel="bookmark">Pro Agile .NET Development with SCRUM</a> <span class="date">(24-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practices-of-an-agile-developer/" title="Practices of an Agile Developer: Working in the Real World" rel="bookmark">Practices of an Agile Developer: Working in the Real World</a> <span class="date">(27-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practices-for-scaling-lean-and-agile-development/" title="Practices for Scaling Lean & Agile Development: Large, Multisite, and Offshore Product Development with Large-Scale Scrum" rel="bookmark">Practices for Scaling Lean & Agile Development: Large, Multisite, and Offshore Product Development with Large-Scale Scrum</a> <span class="date">(31-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-jdeveloper-11gr2-cookbook/" title="Oracle JDeveloper 11gR2 Cookbook" rel="bookmark">Oracle JDeveloper 11gR2 Cookbook</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-essbase-11-development-cookbook/" title="Oracle Essbase 11 Development Cookbook" rel="bookmark">Oracle Essbase 11 Development Cookbook</a> <span class="date">(03-02-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/12-essential-skills-for-software-architects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lean from the Trenches</title>
		<link>http://www.wowebook.me/book/lean-from-the-trenches/</link>
		<comments>http://www.wowebook.me/book/lean-from-the-trenches/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:30:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Step by Step]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16718</guid>
		<description><![CDATA[Book Description Find out how the Swedish police combined XP, Scrum, and Kanban in a 60-person project. From start to finish, you&#8217;ll see how to deliver a successful product using Lean principles. We start with an organization in desperate need of a new way of doing things and finish with a group of sixty, all [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1750701953.jpg" alt="Lean from the Trenches" width="220" height="220" title="Lean from the Trenches" /></p>
<h3>Book Description</h3>
<p>Find out how the Swedish police combined XP, <a href="http://www.wowebook.me/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a>, and Kanban in a 60-person <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a>. From start to finish, you&#8217;ll see how to deliver a successful product using Lean principles.</p>
<p>We start with an organization in desperate need of a new way of doing things and finish with a group of sixty, all working in sync to develop a scalable, complex system. You&#8217;ll walk through the <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a> <a href="http://www.wowebook.me/tag/step-by-step/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Step by Step">step by step</a>, from customer engagement, to the daily &#8220;cocktail party,&#8221; version control, bug tracking, and release. In this honest look at what works&#8211;and what doesn&#8217;t&#8211;you&#8217;ll find out how to:</p>
<ul>
<li>Make quality everyone&#8217;s <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a>, not just the testers.</li>
<li>Keep everyone moving in the same direction without micromanagement.</li>
<li>Use simple and powerful metrics to aid in planning and process improvement.</li>
<li>Balance between low-level feature focus and high-level system focus.</li>
</ul>
<p>Find out how the Swedish police combined XP, <a href="http://www.wowebook.me/tag/scrum/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Scrum">Scrum</a>, and Kanban in a 60-person project. From start to finish, you&#8217;ll see how to deliver a successful product using Lean principles.</p>
<p><strong>About the Author</strong><br />
Henrik Kniberg is a coach and consultant at Crisp. Henrik&#8217;s background is a mix of <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> and <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a>, and his passion is applying Lean and <a href="http://www.wowebook.me/tag/agile/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Agile">Agile</a> principles to help debug, optimize, and refactor companies. Henrik is the author of <em>Scrum and XP from the Trenches</em> and <em>Kanban &amp; Scrum, making the most of both</em> and a popular keynote speaker at conferences worldwide. Henrik lives in Stockholm with his wife and four kids<span id="more-16718"></span>, and in his &#8220;spare time&#8221; plays bass and keyboard with two local bands.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 176 pages</li>
<li><strong>Publisher:</strong> Pragmatic Bookshelf (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1934356859</li>
<li><strong>ISBN-13:</strong> 978-1934356852</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/management-3-0/" title="Management 3.0: Leading Agile Developers, Developing Agile Leaders" rel="bookmark">Management 3.0: Leading Agile Developers, Developing Agile Leaders</a> <span class="date">(01-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/lean-integration/" title="Lean Integration: An Integration Factory Approach to Business Agility" rel="bookmark">Lean Integration: An Integration Factory Approach to Business Agility</a> <span class="date">(05-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/integrating-cmmi-and-agile-development/" title="Integrating CMMI and Agile Development: Case Studies and Proven Techniques for Faster Performance Improvement" rel="bookmark">Integrating CMMI and Agile Development: Case Studies and Proven Techniques for Faster Performance Improvement</a> <span class="date">(19-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/individuals-and-interactions/" title="Individuals and Interactions: An Agile Guide" rel="bookmark">Individuals and Interactions: An Agile Guide</a> <span class="date">(20-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/agile-in-a-flash/" title="Agile in a Flash: Speed-Learning Agile Software Development" rel="bookmark">Agile in a Flash: Speed-Learning Agile Software Development</a> <span class="date">(04-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/software-change-management/" title="Software Change Management: Case Studies and Practical Advice" rel="bookmark">Software Change Management: Case Studies and Practical Advice</a> <span class="date">(23-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-team-foundation-server-2010/" title="Professional Team Foundation Server 2010" rel="bookmark">Professional Team Foundation Server 2010</a> <span class="date">(17-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-scrum-with-team-foundation-server-2010/" title="Professional Scrum with Team Foundation Server 2010" rel="bookmark">Professional Scrum with Team Foundation Server 2010</a> <span class="date">(23-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-web-project-management/" title="Pro Web Project Management" rel="bookmark">Pro Web Project Management</a> <span class="date">(31-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-agile-net-development-with-scrum/" title="Pro Agile .NET Development with SCRUM" rel="bookmark">Pro Agile .NET Development with SCRUM</a> <span class="date">(24-10-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/lean-from-the-trenches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start</title>
		<link>http://www.wowebook.me/book/c-4-asp-net-4-and-wpf-with-visual-studio-2010-jump-start/</link>
		<comments>http://www.wowebook.me/book/c-4-asp-net-4-and-wpf-with-visual-studio-2010-jump-start/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:12:45 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[MF]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16695</guid>
		<description><![CDATA[Book Description This Wrox Blox is a value-packed resource to help experienced .NET developers learn the new .NET release. It is excerpted from the Wrox books: Professional C# 4 and .NET 4, Professional ASP.NET 4, and WPF Programmer’s Reference by Christian Nagel, Bill Evjen, Scott Hanselman, and Rod Stephens, and includes more than 100 print [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1916863993.jpg" alt="C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start" width="220" height="220" title="C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start" /></p>
<h3>Book Description</h3>
<p>This Wrox Blox is a value-packed resource to help experienced <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> developers learn the new <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> release. It is excerpted from the Wrox books: Professional <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># 4 and <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> 4, Professional <a href="http://www.wowebook.me/tag/asp-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ASP.NET">ASP.NET</a> 4, and <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a> Programmer’s Reference by Christian Nagel, Bill Evjen, Scott Hanselman, and Rod Stephens, and includes more than 100 print book pages drawn from these three key titles. It is an excellent resource to help .NET developers get up to speed fast on .NET 4, <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a># 4.0, <a href="http://www.wowebook.me/tag/asp-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ASP.NET">ASP.NET</a> 4, and <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a>, providing all the information needed to program with the important new features, including: C# Dynamic Types and Parallel Tasks; ASP.NET <a href="http://www.wowebook.me/tag/ajax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ajax">Ajax</a>, Chart Controls, <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a>, and Object Caching; and key <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a> principles as developers move from WinForms to <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a>. In addition, it provides examples built with the native <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> 2010 tools that developers are comfortable with.</p>
<p><strong>Table of Contents</strong><br />
Part I. <a href="http://www.wowebook.me/book/professional-csharp-4-0-and-net-4/">Professional C# 4 and .NET 4</a></p>
<ul>
<li>Covariance and Contra-variance</li>
<li>Tuples</li>
<li>The Dynamic Type</li>
<li>Code Contracts</li>
<li>Tasks</li>
<li>Parallel Class</li>
<li>Cancellation Framework<span id="more-16695"></span></li>
<li>Taskbar and Jump List</li>
</ul>
<p>Part II. <a href="http://www.wowebook.me/book/professional-asp-net-4-in-csharp-and-vb/">Professional ASP.NET 4 in C# and VB</a></p>
<ul>
<li>Chart Server Control</li>
<li>ASP.NET <a href="http://www.wowebook.me/tag/ajax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ajax">AJAX</a> Control Toolkit</li>
<li>Extending</li>
<li>.NET 4’s New Object Caching Option</li>
<li>Historical Debugging with IntelliTrace</li>
<li>Debugging Multiple Threads</li>
<li>ASP.NET <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a></li>
<li>Using <a href="http://www.wowebook.me/tag/wcf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WCF">WCF</a> Data Services</li>
<li>Creating Your First Service</li>
<li>Building an ASP.NET Web Package</li>
</ul>
<p>Part III. <a href="http://www.wowebook.me/book/wpf-programmers-reference/">WPF Programmer’s Reference</a></p>
<ul>
<li>Code-behind Files</li>
<li>Example Code</li>
<li>Event Name Attribute</li>
<li>Resource</li>
<li>Styles and Property Trigger</li>
<li>Event Triggers and Animation</li>
<li>Templates</li>
<li>Skins</li>
<li>Printing Visual Objects</li>
<li>Printing Code-Generated Output</li>
<li>Data Binding</li>
<li>Transformations</li>
<li>Effects</li>
<li>Documents</li>
<li>Three-Dimensional Drawing</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 130 pages</li>
<li><strong>Publisher:</strong> Wrox (March 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470632046</li>
<li><strong>ISBN-13:</strong> 978-0470632048</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/professional-visual-studio-2008/" title="Professional Visual Studio 2008" rel="bookmark">Professional Visual Studio 2008</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-net-c-and-silverlight/" title="Real World .NET, C#, and Silverlight" rel="bookmark">Real World .NET, C#, and Silverlight</a> <span class="date">(18-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-enterprise-net/" title="Professional Enterprise .NET" rel="bookmark">Professional Enterprise .NET</a> <span class="date">(14-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-asp-net-4-in-csharp-and-vb/" title="Professional ASP.NET 4 in C# and VB" rel="bookmark">Professional ASP.NET 4 in C# and VB</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-asp-net-3-5-security-membership-and-role-management-with-csharp-and-vb/" title="Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB" rel="bookmark">Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB</a> <span class="date">(24-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-silverlight-4-in-vb/" title="Pro Silverlight 4 in VB" rel="bookmark">Pro Silverlight 4 in VB</a> <span class="date">(04-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-asp-net-4-in-vb-2010-3rd-edition/" title="Pro ASP.NET 4 in VB 2010, 3rd Edition" rel="bookmark">Pro ASP.NET 4 in VB 2010, 3rd Edition</a> <span class="date">(04-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dependency-injection-in-net/" title="Dependency Injection in .NET" rel="bookmark">Dependency Injection in .NET</a> <span class="date">(01-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/build-your-own-asp-net-4-web-site-using-csharp-and-vb-4th-edition/" title="Build Your Own ASP.NET 4 Web Site Using C# & VB, 4th Edition" rel="bookmark">Build Your Own ASP.NET 4 Web Site Using C# & VB, 4th Edition</a> <span class="date">(18-10-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/c-4-asp-net-4-and-wpf-with-visual-studio-2010-jump-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional Visual Studio 2008</title>
		<link>http://www.wowebook.me/book/professional-visual-studio-2008/</link>
		<comments>http://www.wowebook.me/book/professional-visual-studio-2008/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:12:18 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WF]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16691</guid>
		<description><![CDATA[Book Description Professional Visual Studio 2008 Microsoft Visual Studio 2008 is the latest version in the ongoing evolution of the Integrated Development Environment (IDE), and this resource examines the diverse facets of the IDE—from common tasks to intricate functions to the powerful tools that accompany the main code editing and design windows. Written by a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/617024006.jpg" alt="Professional Visual Studio 2008" width="220" height="220" title="Professional Visual Studio 2008" /></p>
<h3>Book Description</h3>
<p>Professional <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> 2008</p>
<p><a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> 2008 is the latest version in the ongoing evolution of the Integrated <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> Environment (IDE), and this resource examines the diverse facets of the IDE—from common tasks to intricate functions to the powerful tools that accompany the main code editing and design <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">windows</a>. Written by a unique author duo and offering an in-depth look at the powerful and fascinating features and techniques of the IDE, this book explores each aspect of the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> life cycle from the perspective of how Visual Studio 2008 can make your life easier.</p>
<p>Each chapter is packed with examples that illustrate uses for various tools, commands, and shortcuts of Visual Studio 2008. You will gradually learn to identify where a feature is used, conclude how you can use it to its fullest potential, and then seamlessly apply that feature to help solve real-world problems.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>How to create <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a> templates and wizards</li>
<li>Methods for using IntelliSense, code refactoring, class modeling, and unit testing</li>
<li>Tips for using DataSets, <a href="http://www.wowebook.me/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a>, and Synchronization Services for working with data</li>
<li>How to build web applications using <a href="http://www.wowebook.me/tag/asp-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ASP.NET">ASP.NET</a> <a href="http://www.wowebook.me/tag/ajax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ajax">AJAX</a>, Silverlight, and <a href="http://www.wowebook.me/tag/asp-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ASP.NET">ASP.NET</a> <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a></li>
<li>Ideas for building Office and Mobile applications, <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a>, <a href="http://www.wowebook.me/tag/wcf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WCF">WCF</a>, and <a href="http://www.wowebook.me/tag/wf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WF">WF</a> projects</li>
<li>Ways to effectively analyze and identify bugs using the advanced debugging features</li>
<li>How to automate repetitive tasks using the Visual Studio 2008 add-ins and macros<span id="more-16691"></span></li>
<li>Suggestions for using Visual Studio Team System components coupled with Team Foundation Server</li>
<li>Techniques for building more secure applications</li>
</ul>
<p><strong>Who this book is for</strong><br />
This book is for programmers who want to become proficient with the latest version of Visual Studio and are interested in the advanced capabilities of the IDE.</p>
<p><strong>Table of Contents</strong><br />
Part I: Integrated Development Environment.<br />
Chapter 1. A Quick Tour.<br />
Chapter 2. The Solution Explorer, Toolbox, and Properties.<br />
Chapter 3. Options and Customizations.<br />
Chapter 4. Workspace Control.<br />
Chapter 5. Find and Replace, and Help.</p>
<p>Part II: Getting Started.<br />
Chapter 6. Solutions, Projects, and Items.<br />
Chapter 7. Source Control.<br />
Chapter 8. Forms and Controls.<br />
Chapter 9. Documentation Using Comments and Sandcastle.<br />
Chapter 10. <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">Project</a> and Item Templates.</p>
<p>Part III: Languages.<br />
Chapter 11. Generics, Nullable Types, Partial Types, and Methods.<br />
Chapter 12. Anonymous Types, Extension Methods, and Lambda Expressions.<br />
Chapter 13. Language-Specific Features.<br />
Chapter 14. The My Namespace.<br />
Chapter 15. The Languages Ecosystem.</p>
<p>Part IV: Coding.<br />
Chapter 16. IntelliSense and Bookmarks.<br />
Chapter 17. Code Snippets and Refactoring.<br />
Chapter 18. Modeling with the Class Designer.<br />
Chapter 19. Server Explorer.<br />
Chapter 20. Unit Testing.</p>
<p>Part V: Data.<br />
Chapter 21. DataSets and DataBinding.<br />
Chapter 22. Visual Database Tools.<br />
Chapter 23. Language Integrated Queries (<a href="http://www.wowebook.me/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a>).<br />
Chapter 24. LINQ to <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a>.<br />
Chapter 25. LINQ to <a href="http://www.wowebook.me/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> and Entities.<br />
Chapter 26. Synchronization Services.</p>
<p>Part VI: Security.<br />
Chapter 27. Security in the <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a> Framework.<br />
Chapter 28. Cryptography.<br />
Chapter 29. Obfuscation.<br />
Chapter 30. Client Application Services.<br />
Chapter 31. Device Security Manager.</p>
<p>Part VII: Platforms.<br />
Chapter 32. <a href="http://www.wowebook.me/tag/asp-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ASP.NET">ASP.NET</a> Web Applications.<br />
Chapter 33. Office Applications.<br />
Chapter 34. Mobile Applications.<br />
Chapter 35. <a href="http://www.wowebook.me/tag/wpf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WPF">WPF</a> Applications.<br />
Chapter 36. <a href="http://www.wowebook.me/tag/wcf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WCF">WCF</a> and <a href="http://www.wowebook.me/tag/wf/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WF">WF</a> Applications.<br />
Chapter 37. Next Generation Web. Silverlight and ASP.NET <a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a>.</p>
<p>Part VIII: Configuration and Internationalization.<br />
Chapter 38. Configuration Files.<br />
Chapter 39. Connection Strings.<br />
Chapter 40. Resource Files.</p>
<p>Part IX: Debugging.<br />
Chapter 41. Using the Debugging <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>.<br />
Chapter 42. Debugging with Breakpoints.<br />
Chapter 43. Creating Debug Proxies and Visualizers.<br />
Chapter 44. Debugging Web Applications.<br />
Chapter 45. Advanced Debugging Techniques.</p>
<p>Part X: Build and Deployment.<br />
Chapter 46. Upgrading with Visual Studio 2008.<br />
Chapter 47. Build Customization.<br />
Chapter 48. Assembly Versioning and Signing.</p>
<p>Part XI: Automation.<br />
Chapter 51. The Automation Model.<br />
Chapter 52. Add-Ins.<br />
Chapter 53. Macros.</p>
<p>Part XII: Visual Studio Team System.<br />
Chapter 54. VSTS. Architect Edition.<br />
Chapter 55. VSTS. Developer Edition.<br />
Chapter 56. VSTS. Tester Edition.<br />
Chapter 57. VSTS. Database Edition.<br />
Chapter 58. Team Foundation Server.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1032 pages</li>
<li><strong>Publisher:</strong> Wrox (July 2008)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470229888</li>
<li><strong>ISBN-13:</strong> 978-0470229880</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/microsoft-windows-workflow-foundation-4-0-cookbook/" title="Microsoft Windows Workflow Foundation 4.0 Cookbook" rel="bookmark">Microsoft Windows Workflow Foundation 4.0 Cookbook</a> <span class="date">(29-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/microsoft-visual-studio-2010-unleashed/" title="Microsoft Visual Studio 2010 Unleashed" rel="bookmark">Microsoft Visual Studio 2010 Unleashed</a> <span class="date">(02-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/csharp-2010-for-programmers-4th-edition/" title="C# 2010 for Programmers, 4th Edition" rel="bookmark">C# 2010 for Programmers, 4th Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wcf-3-5-unleashed-2nd-edition/" title="Windows Communication Foundation 3.5 Unleashed, 2nd Edition" rel="bookmark">Windows Communication Foundation 3.5 Unleashed, 2nd Edition</a> <span class="date">(22-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wcf-multi-tier-services-development-with-linq/" title="WCF Multi-tier Services Development with LINQ" rel="bookmark">WCF Multi-tier Services Development with LINQ</a> <span class="date">(16-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wcf-4-0-multi-tier-services-development-with-linq-to-entities/" title="WCF 4.0 Multi-tier Services Development with LINQ to Entities" rel="bookmark">WCF 4.0 Multi-tier Services Development with LINQ to Entities</a> <span class="date">(02-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-windows-identity-foundation/" title="Programming Windows Identity Foundation" rel="bookmark">Programming Windows Identity Foundation</a> <span class="date">(29-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-csharp-4-0-6th-edition/" title="Programming C# 4.0, 6th Edition" rel="bookmark">Programming C# 4.0, 6th Edition</a> <span class="date">(17-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-silverlight-4/" title="Professional Silverlight 4" rel="bookmark">Professional Silverlight 4</a> <span class="date">(12-10-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/professional-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C for Absolute Beginners, 2nd Edition</title>
		<link>http://www.wowebook.me/book/objective-c-for-absolute-beginners-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/objective-c-for-absolute-beginners-2nd-edition/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:24:38 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Mobile Dev.]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16642</guid>
		<description><![CDATA[Book Description You have a great idea for an app, but where do you begin? Objective-C is the universal language of iPhone, iPad, and Mac apps, and Objective-C for Absolute Beginners, Second Edition starts you on the path to mastering this language and its latest release. Using a hands-on approach, you&#8217;ll learn how to think [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2003862484.jpg" alt="Objective C for Absolute Beginners, 2nd Edition" width="220" height="220" title="Objective C for Absolute Beginners, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>You have a great idea for an app, but where do you begin? Objective-<a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> is the universal language of <a href="http://www.wowebook.me/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPhone">iPhone</a>, <a href="http://www.wowebook.me/tag/ipad/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPad">iPad</a>, and Mac apps, and <em>Objective-<a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> for Absolute Beginners, Second Edition</em> starts<em> </em>you on the path to mastering this language and its latest release.</p>
<p>Using a hands-on approach, you&#8217;ll learn how to think in <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> terms, how to use <a href="http://www.wowebook.me/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> to construct program logic, and how to synthesize it all into working apps.<strong> Gary Bennett</strong>, an experienced app developer and trainer, will guide you on your journey to becoming a successful app developer.</p>
<p>If you&#8217;re looking to take the first step towards <a href="http://www.wowebook.me/tag/app-store/" class="st_tag internal_tag" rel="tag" title="Posts tagged with App Store">App Store</a> success, <em><a href="http://www.wowebook.me/tag/objective-c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Objective-C">Objective-C</a> for Absolute Beginners</em> is the place to start.</p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>The fundamentals of computer <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>: how to understand variables, design data structures, and work with file systems</li>
<li>The logic of <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> programming: how to use Classes, Objects, and Methods</li>
<li>The flexibility of <a href="http://www.wowebook.me/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>’s developer tools: how to install <a href="http://www.wowebook.me/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a> and write programs in Objective-C</li>
<li>The power of <a href="http://www.wowebook.me/tag/cocoa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cocoa">Cocoa</a> and <a href="http://www.wowebook.me/tag/cocoa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Cocoa">Cocoa</a> touch: how to make <a href="http://www.wowebook.me/tag/mac-os-x/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac OS X">Mac OS X</a> applications or <a href="http://www.wowebook.me/tag/ios/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iOS">iOS</a> apps that do cool stuff</li>
</ul>
<p><strong>Who this book is for</strong><span id="more-16642"></span><br />
Everyone! This book is for anyone who wants to learn to develop apps for the Mac, <a href="http://www.wowebook.me/tag/iphone/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPhone">iPhone</a>, and <a href="http://www.wowebook.me/tag/ipad/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iPad">iPad</a> using the Objective-C programming language. No previous programming experience is necessary!</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Becoming a Great iPhone/iPad or Mac Programmer</li>
<li>Programming Basics</li>
<li>It’s All About the Data</li>
<li>Making Decisions About&#8230;and Planning Program Flow</li>
<li>Object Oriented Programming with Objective-C</li>
<li>Learning Objective-C and <a href="http://www.wowebook.me/tag/xcode/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Xcode">Xcode</a></li>
<li>Objective-C Classes, Objects, and Methods</li>
<li>Diving into Objective-C</li>
<li>More Data Comparison</li>
<li>Creating User Interfaces</li>
<li>Storing Information</li>
<li>Protocols and Delegates</li>
<li>Memory, Addresses, and Pointers</li>
<li>Debugging Programs with Xcode</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 340 pages</li>
<li><strong>Publisher:</strong> Apress; 2nd Edition (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430236531</li>
<li><strong>ISBN-13:</strong> 978-1430236535</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/ios-4-programming-cookbook/" title="iOS 4 Programming Cookbook" rel="bookmark">iOS 4 Programming Cookbook</a> <span class="date">(17-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/beginning-ios-5-development/" title="Beginning iOS 5 Development: Exploring the iOS SDK" rel="bookmark">Beginning iOS 5 Development: Exploring the iOS SDK</a> <span class="date">(31-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-iphone-application-development-in-24-hours-2nd-edition/" title="Sams Teach Yourself iPhone Application Development in 24 Hours, 2nd Edition" rel="bookmark">Sams Teach Yourself iPhone Application Development in 24 Hours, 2nd Edition</a> <span class="date">(10-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-ios-5-application-development-in-24-hours-3rd-edition/" title="Sams Teach Yourself iOS 5 Application Development in 24 Hours, 3rd Edition" rel="bookmark">Sams Teach Yourself iOS 5 Application Development in 24 Hours, 3rd Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/os-x-and-ios-kernel-programming/" title="OS X and iOS Kernel Programming" rel="bookmark">OS X and iOS Kernel Programming</a> <span class="date">(14-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/objective-c-for-absolute-beginners/" title="Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy" rel="bookmark">Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy</a> <span class="date">(24-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/iphone-and-ipad-apps-for-absolute-beginners/" title="iPhone and iPad Apps for Absolute Beginners" rel="bookmark">iPhone and iPad Apps for Absolute Beginners</a> <span class="date">(28-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ios-programming-2nd-edition/" title="iOS Programming, 2nd Edition" rel="bookmark">iOS Programming, 2nd Edition</a> <span class="date">(20-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ios-5-essentials/" title="iOS 5 Essentials" rel="bookmark">iOS 5 Essentials</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/beginning-ios-5-games-development/" title="Beginning iOS 5 Games Development" rel="bookmark">Beginning iOS 5 Games Development</a> <span class="date">(09-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/objective-c-for-absolute-beginners-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Definitive Guide to NetBeans Platform 7</title>
		<link>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/</link>
		<comments>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 16:23:08 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Osgi]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16606</guid>
		<description><![CDATA[Book Description The NetBeans Platform is the world&#8217;s only modular Swing application framework, used by very large organizations in mission-critical scenarios, such as at Boeing and Northrop Grumman, as well as in the financial sector and in the oil/gas industry. For these large customers in enterprises who are increasingly interested in Maven and OSGi, the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1216276924.jpg" alt="The Definitive Guide to NetBeans Platform 7" width="220" height="220" title="The Definitive Guide to NetBeans Platform 7" /></p>
<h3>Book Description</h3>
<p>The <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a> Platform is the world&#8217;s only modular Swing application framework, used by very large organizations in mission-critical scenarios, such as at Boeing and Northrop Grumman, as well as in the financial sector and in the oil/gas industry. For these large customers in enterprises who are increasingly interested in Maven and <a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a>, the book will have particular relevance.</p>
<p><em>The Definitive Guide to <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a>™ Platform 7</em> is a thorough and authoritative introduction to the open-source NetBeans Platform, covering all its major APIs in detail, with relevant code examples used throughout.</p>
<ul>
<li>Provides a completely updated definitive guide to the NetBeans Platform, using the latest APIs, coding patterns, and methodologies.</li>
<li>Focuses strongly on <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> features in an application, since <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a>&#8217;s customers are particularly interested in <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a>-related aspects. For example, how to use <a href="http://www.wowebook.me/tag/osgi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Osgi">OSGi</a>, how to add authentication/security, how to monetize from a modular application.</li>
</ul>
<p>The original German book on which this title is based was well received. The NetBeans Platform Community has put together this English translation, which covers the latest NetBeans Platform 7 APIs. With an introduction by known NetBeans Platform experts <strong>Jaroslav Tulach</strong> and <strong>Tim Boudreau</strong>, this is the most up-to-date book on this topic at the moment.</p>
<p>All NetBeans Platform developers will gain something from this book, because several topics in the book have not been documented anywhere else.<span id="more-16606"></span></p>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>How to get started using the NetBeans Platform with or without using NetBeans IDE.</li>
<li>How to set up a modular application, using either Ant or Maven as a build system.</li>
<li>How to get acquainted with all the NetBeans Platform&#8217;s APIs.</li>
<li>How to work with the Visual Library as a very popular and powerful widget library, covering all its features in detail.</li>
<li>How to model an application in OSGi/EMF and using the model in an application on the NetBeans Platform.</li>
<li>How to distribute a modular application, focusing on different strategies for monetizing from its modular architecture.</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>The Definitive Guide to NetBeans™ Platform 7</em> is for large enterprises who are not interested in reinventing the wheel whenever they create a new applications, and open source communities who typically benefit from a modular architecture, because a plugin system (as provided by the NetBeans Platform) simplifies how contributions can be made to a <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a>.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Introduction</li>
<li>Structure of the NetBeans Platform</li>
<li>The NetBeans Module System</li>
<li>The OSGi Framework</li>
<li>Lookup Concept</li>
<li>Actions</li>
<li>Data and Files</li>
<li>Tips and Tricks</li>
<li>Menubar and Toolbar</li>
<li>Window System</li>
<li>Statusbar and Progressbar</li>
<li>Nodes and Explorer</li>
<li>Dialogs and Wizards</li>
<li>Visual Library</li>
<li>Tips and Tricks</li>
<li>Help System</li>
<li>Output Window</li>
<li>Navigator</li>
<li>Properties</li>
<li>Options and Settings</li>
<li>Palette</li>
<li>Palette <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a></li>
<li>Tasklist <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a></li>
<li>Quick Search API</li>
<li>Auto Update Services API</li>
<li><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> DB</li>
<li><a href="http://www.wowebook.me/tag/hibernate/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hibernate">Hibernate</a></li>
<li><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Persistence API</li>
<li>MySQL and EclipseLink</li>
<li><a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a></li>
<li>Java Beans (JEE)</li>
<li><a href="http://www.wowebook.me/tag/restful/" class="st_tag internal_tag" rel="tag" title="Posts tagged with RESTful">RESTful</a> <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a></li>
<li>Authentication and Multi-User Login</li>
<li>Internalization and Localization</li>
<li>Branding and Packaging</li>
<li>Update of a NetBeans Platform Application</li>
<li>Maven and the NetBeans Platform</li>
<li><a href="http://www.wowebook.me/tag/eclipse/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> IDE and the NetBeans Platform</li>
<li>From <a href="http://www.wowebook.me/tag/eclipse/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> to NetBeans</li>
<li>IntelliJ IDEA and the NetBeans Platform</li>
<li>NetBeans Swing GUI Builder</li>
<li>Testing NetBeans Platform Applications</li>
<li>Debugging with the NetBeans DIE</li>
<li>MP3 Manager</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 592 pages</li>
<li><strong>Publisher:</strong> Apress (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430241012</li>
<li><strong>ISBN-13:</strong> 978-1430241010</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/practical-richfaces-2nd-edition/" title="Practical RichFaces, 2nd Edition" rel="bookmark">Practical RichFaces, 2nd Edition</a> <span class="date">(19-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/javafx-developers-guide/" title="JavaFX Developer's Guide" rel="bookmark">JavaFX Developer's Guide</a> <span class="date">(03-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-24-hour-trainer/" title="Java Programming 24-Hour Trainer" rel="bookmark">Java Programming 24-Hour Trainer</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/eclipse-rich-client-platform-2nd-edition/" title="Eclipse Rich Client Platform, 2nd Edition" rel="bookmark">Eclipse Rich Client Platform, 2nd Edition</a> <span class="date">(05-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/using-jruby/" title="Using JRuby: Bringing Ruby to Java" rel="bookmark">Using JRuby: Bringing Ruby to Java</a> <span class="date">(04-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-eclipse-graphical-editing-framework-gef/" title="The Eclipse Graphical Editing Framework (GEF)" rel="bookmark">The Eclipse Graphical Editing Framework (GEF)</a> <span class="date">(30-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform/" title="The Definitive Guide to NetBeans™ Platform" rel="bookmark">The Definitive Guide to NetBeans™ Platform</a> <span class="date">(06-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-definitive-guide-to-grails-2nd-edition/" title="The Definitive Guide to Grails, 2nd Edition" rel="bookmark">The Definitive Guide to Grails, 2nd Edition</a> <span class="date">(05-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(05-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/apress-spring-persistence-with-hibernate/" title="Spring Persistence with Hibernate" rel="bookmark">Spring Persistence with Hibernate</a> <span class="date">(03-11-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-definitive-guide-to-netbeans-platform-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Expert Oracle Application Express Plugins</title>
		<link>http://www.wowebook.me/book/expert-oracle-application-express-plugins/</link>
		<comments>http://www.wowebook.me/book/expert-oracle-application-express-plugins/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 15:30:28 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle APEX]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16582</guid>
		<description><![CDATA[Book Description Expert Oracle Application Express Plugins is your “go to” book on the groundbreaking plugin architecture introduced in Oracle Application Express 4.0. Using the new APEX functionality, you can create well-packaged, documented, reusable components and reliably leverage your coding investments across many applications. Components you create can define new item and region types, specify [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/322525851.jpg" alt="Expert Oracle Application Express Plugins" width="220" height="220" title="Expert Oracle Application Express Plugins" /></p>
<h3>Book Description</h3>
<p><em>Expert <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a> Application Express <a href="http://www.wowebook.me/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">Plugins</a></em> is your “go to” book on the groundbreaking plugin architecture introduced in <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a> Application Express 4.0. Using the new APEX functionality, you can create well-packaged, documented, reusable components and reliably leverage your coding investments across many applications. Components you create can define new item and region types, specify validation processes, and present dynamic actions to client applications. You can design innovative and colorful ways to display information, such as displaying the temperature using an image of a thermometer, or displaying sales velocity in the form of an automotive speedometer. The new plugin architecture is sure to create a tidal wave of creativity.</p>
<p>Author <strong>Martin D&#8217;Souza </strong>shows everything you need to know to get started in building and deploying <a href="http://www.wowebook.me/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">plugins</a> of your own design. You’ll learn the underlying architecture, including the APIs used to tie your <a href="http://www.wowebook.me/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">plugins</a> seamlessly into an Application Express environment. You’ll learn about the different types of <a href="http://www.wowebook.me/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">plugins</a>, and you’ll walk through examples of each to ensure that you can create the right type of plugin when you need it. Finally, <em>Expert Oracle Application Express Plugins</em> shows how to work as part of the larger Application Express community by leveraging that community’s efforts and by giving back as you deploy your own plugins to the broad audience of Application Express developers.</p>
<ul>
<li>Presents the architecture and APIs available for customizing Application Express</li>
<li>Gives clear examples of plugin <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>, for each type of plugin</li>
<li>Helps you work as part of the broader community of plugin developers<span id="more-16582"></span></li>
</ul>
<p><strong>What you’ll learn</strong></p>
<ul>
<li>Understand the APEX plugin architecture</li>
<li>Design and develop each of the four types of plugin</li>
<li>Debug and troubleshoot plugin-based applications</li>
<li>Deploy your plugins to the wider community</li>
<li>Make your plugins compatible across different browsers</li>
<li>Master the plugin APIs that APEX provides</li>
</ul>
<p><strong>Who this book is for</strong><br />
<em>Expert <a href="http://www.wowebook.me/tag/oracle-apex/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle APEX">Oracle APEX</a> Plugins</em> is aimed at Oracle Application Express developers wanting to develop reusable components using Application Express’s new, plugin architecuture. The book appeals to in-house developers wanting to preserve their investment in writing code by packaging it for convenient reuse in other applications. The book also appeals to commercial software developers who want to write plugins for sale.</p>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Introduction to Plugins</li>
<li>Plug-in Fundamentals</li>
<li>Item Plug-ins</li>
<li>Dynamic Action Plug-ins</li>
<li>Region Plugiins</li>
<li>Process Plugiins</li>
<li>Best Practices &amp; Community</li>
<li>Debugging &amp; Tools</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 224 pages</li>
<li><strong>Publisher:</strong> Apress (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1430235039</li>
<li><strong>ISBN-13:</strong> 978-1430235033</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/professional-wordpress-plugin-development/" title="Professional WordPress Plugin Development" rel="bookmark">Professional WordPress Plugin Development</a> <span class="date">(15-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-apex-4-0-cookbook/" title="Oracle APEX 4.0 Cookbook" rel="bookmark">Oracle APEX 4.0 Cookbook</a> <span class="date">(08-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/web-2-0-solutions-with-oracle-webcenter-11g/" title="Web 2.0 Solutions with Oracle WebCenter 11g" rel="bookmark">Web 2.0 Solutions with Oracle WebCenter 11g</a> <span class="date">(15-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/vba-and-macros-microsoft-excel-2010/" title="VBA and Macros: Microsoft Excel 2010" rel="bookmark">VBA and Macros: Microsoft Excel 2010</a> <span class="date">(29-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/troubleshooting-oracle-performance/" title="Troubleshooting Oracle Performance" rel="bookmark">Troubleshooting Oracle Performance</a> <span class="date">(26-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-rails-3-way-2nd-edition/" title="The Rails 3 Way, 2nd Edition" rel="bookmark">The Rails 3 Way, 2nd Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-oracle-universal-content-management-handbook/" title="The Oracle Universal Content Management Handbook" rel="bookmark">The Oracle Universal Content Management Handbook</a> <span class="date">(14-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sharepoint-2010-as-a-development-platform/" title="SharePoint 2010 as a Development Platform" rel="bookmark">SharePoint 2010 as a Development Platform</a> <span class="date">(20-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-the-twitter-api-in-24-hours/" title="Sams Teach Yourself the Twitter API in 24 Hours" rel="bookmark">Sams Teach Yourself the Twitter API in 24 Hours</a> <span class="date">(23-07-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/expert-oracle-application-express-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 3 Tutorial: Learn Rails by Example</title>
		<link>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/</link>
		<comments>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:21:11 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Ruby & Python]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16481</guid>
		<description><![CDATA[Book Description “Ruby on Rails™ 3 Tutorial: Learn Rails by Example by Michael Hartl has become a must read for developers learning how to build Rails apps.” —Peter Cooper, Editor of Ruby Inside Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1976037845.jpg" alt="Ruby on Rails 3 Tutorial: Learn Rails by Example" width="220" height="220" title="Ruby on Rails 3 Tutorial: Learn Rails by Example" /></p>
<h3>Book Description</h3>
<p>“<em><a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a>™ 3 Tutorial: Learn Rails by Example</em> by Michael Hartl has become a must read for developers learning how to build Rails apps.”<br />
—Peter Cooper, Editor of <em>Ruby Inside</em></p>
<p>Using Rails 3, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made <a href="http://www.wowebook.me/tag/ruby-on-rails/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ruby on Rails">Ruby on Rails</a> one of the world’s most popular web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> frameworks, it can be challenging to learn and use. <em>Ruby on Rails™ 3 Tutorial</em> is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of your own complete sample application using the latest techniques in Rails web <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<p>Drawing on his experience building RailsSpace, Insoshi, and other sophisticated Rails applications, Hartl illuminates all facets of design and implementation—including powerful new techniques that simplify and accelerate development.</p>
<p>You’ll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and <a href="http://www.wowebook.me/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> skills you’ll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that’s simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery.</p>
<p>This book will help you<br />
<span id="more-16481"></span></p>
<ul>
<li>Install and set up your Rails development environment</li>
<li>Go beyond generated code to truly understand how to build Rails applications from scratch</li>
<li>Learn Test Driven Development (TDD) with RSpec</li>
<li>Effectively use the Model-View-Controller (<a href="http://www.wowebook.me/tag/mvc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MVC">MVC</a>) pattern</li>
<li>Structure applications using the REST architecture</li>
<li>Build static pages and transform them into dynamic ones</li>
<li>Master the Ruby <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> skills all Rails developers need</li>
<li>Define high-quality site layouts and data models</li>
<li>Implement registration and authentication systems, including validation and secure passwords</li>
<li>Update, display, and delete users</li>
<li>Add social features and microblogging, including an introduction to <a href="http://www.wowebook.me/tag/ajax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ajax">Ajax</a></li>
<li>Record version changes with Git and share code at GitHub</li>
<li>Simplify application deployment with Heroku</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. From Zero to Deploy<br />
Chapter 2. A Demo App<br />
Chapter 3. Mostly Static Pages<br />
Chapter 4. Rails-Flavored Ruby<br />
Chapter 5. Filling in the Layout<br />
Chapter 6. Modeling and Viewing Users, Part I<br />
Chapter 7. Modeling and Viewing Users, Part II<br />
Chapter 8 Sign Up<br />
Chapter 9. Sign In, Sign Out<br />
Chapter 10. Updating, Showing, and Deleting Users<br />
Chapter 11. User Microposts<br />
Chapter 12. Following Users</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 576 pages</li>
<li><strong>Publisher:</strong> Addison-Wesley Professional (December 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0321743121</li>
<li><strong>ISBN-13:</strong> 978-0321743121</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-book-of-ruby/" title="The Book of Ruby" rel="bookmark">The Book of Ruby</a> <span class="date">(12-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-3-object-oriented-programming/" title="Python 3 Object Oriented Programming" rel="bookmark">Python 3 Object Oriented Programming</a> <span class="date">(27-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-asp-net-mvc-2nd-edition/" title="Programming Microsoft ASP.NET MVC, 2nd Edition" rel="bookmark">Programming Microsoft ASP.NET MVC, 2nd Edition</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-asp-net-mvc/" title="Programming Microsoft ASP.NET MVC" rel="bookmark">Programming Microsoft ASP.NET MVC</a> <span class="date">(06-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-enterprise-net/" title="Professional Enterprise .NET" rel="bookmark">Professional Enterprise .NET</a> <span class="date">(14-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/learning-iphone-programming/" title="Learning iPhone Programming: From Xcode to App Store" rel="bookmark">Learning iPhone Programming: From Xcode to App Store</a> <span class="date">(11-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/ruby-on-rails-3-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming with Microsoft Visual Basic 2010, 5th Edition</title>
		<link>http://www.wowebook.me/book/programming-with-microsoft-visual-basic-2010-5th-edition/</link>
		<comments>http://www.wowebook.me/book/programming-with-microsoft-visual-basic-2010-5th-edition/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 18:39:12 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16468</guid>
		<description><![CDATA[Book Description Programming with Microsoft Visual Basic 2010, 5th Edition by the best-selling author, Diane Zak, is designed for a first course in programming. Using the most recent version of the software, Visual Basic 2010, this book teaches individuals how to use Visual Basic applications as they would in a real world setting. Students with no [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1753278594.jpg" alt="Programming with Microsoft Visual Basic 2010, 5th Edition" width="220" height="220" title="Programming with Microsoft Visual Basic 2010, 5th Edition" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> with <a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010, 5th Edition by the best-selling author, Diane Zak, is designed for a first course in <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>. Using the most recent version of the software, <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010, this book teaches individuals how to use <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> applications as they would in a real world setting. Students with no previous programming experience learn how to plan and create their own interactive <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> applications. GUI design skills and <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> programming concepts are emphasized throughout the book.</p>
<ul>
<li>Exercises identified as Introductory, Intermediate, Advanced, Discovery, and Swat The Bugs.</li>
<li>Includes coverage of breakpoints and stepping through code.</li>
<li>Designed for the different learning styles: videos for visual and auditory learners, and tutorial sections and YOU DO IT boxes for kinesthetic learners.</li>
<li>May be purchased with <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010. Contact your sales representative for more information.</li>
<li>SAM Test bank available.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. An Introduction to Visual Basic 2010<br />
Chapter 2. Designing Applications<br />
Chapter 3. Using Variables and Constants<br />
Chapter 4. The Selection Structure<br />
Chapter 5. More on the Selection Structure<br />
Chapter 6. The Repetition Structure<span id="more-16468"></span><br />
Chapter 7. Sub and Function Procedures<br />
Chapter 8. String Manipulation<br />
Chapter 9. Arrays<br />
Chapter 10. Structures and Sequential Access Files<br />
Chapter 11. Classes and Objects<br />
Chapter 12. Web Applications<br />
Chapter 13. Working with Access Databases and <a href="http://www.wowebook.me/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a><br />
Chapter 14. Access Databases and <a href="http://www.wowebook.me/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a></p>
<p>Appendix A. Locating Syntax and Logic Errors<br />
Appendix B. GUI Design Guidelines<br />
Appendix <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>. Visual Basic Type Conversion Functions<br />
Appendix D. <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Presentation Foundation Forms</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 896 pages</li>
<li><strong>Publisher:</strong> Course Technology; 5th Edition (April 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1111529434</li>
<li><strong>ISBN-13:</strong> 978-1111529437</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/programming-microsoft-linq-in-microsoft-net-framework-4/" title="Programming Microsoft LINQ in Microsoft .NET Framework 4" rel="bookmark">Programming Microsoft LINQ in Microsoft .NET Framework 4</a> <span class="date">(07-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-visual-basic-2010-and-net-4/" title="Professional Visual Basic 2010 and .NET 4" rel="bookmark">Professional Visual Basic 2010 and .NET 4</a> <span class="date">(30-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wcf-multi-tier-services-development-with-linq/" title="WCF Multi-tier Services Development with LINQ" rel="bookmark">WCF Multi-tier Services Development with LINQ</a> <span class="date">(16-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-unleashed/" title="Visual Basic 2010 Unleashed" rel="bookmark">Visual Basic 2010 Unleashed</a> <span class="date">(11-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-programmers-reference/" title="Visual Basic 2010 Programmer's Reference" rel="bookmark">Visual Basic 2010 Programmer's Reference</a> <span class="date">(09-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-refactoring-in-visual-basic/" title="Professional Refactoring in Visual Basic" rel="bookmark">Professional Refactoring in Visual Basic</a> <span class="date">(22-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/murachs-visual-basic-2010/" title="Murach's Visual Basic 2010" rel="bookmark">Murach's Visual Basic 2010</a> <span class="date">(10-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/microsoft-visual-basic-2010-developers-handbook/" title="Microsoft Visual Basic 2010 Developer's Handbook" rel="bookmark">Microsoft Visual Basic 2010 Developer's Handbook</a> <span class="date">(03-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/mcts-self-paced-training-kit-exam-70-516/" title="MCTS Self-Paced Training Kit (Exam 70-516): Accessing Data with Microsoft .NET Framework 4" rel="bookmark">MCTS Self-Paced Training Kit (Exam 70-516): Accessing Data with Microsoft .NET Framework 4</a> <span class="date">(22-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/linq-pocket-reference/" title="LINQ Pocket Reference" rel="bookmark">LINQ Pocket Reference</a> <span class="date">(24-03-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/programming-with-microsoft-visual-basic-2010-5th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java: An Introduction to Problem Solving and Programming, 6th Edition</title>
		<link>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/</link>
		<comments>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:08:09 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16455</guid>
		<description><![CDATA[Book Description Java: An Introduction to Problem Solving and Programming, 6e, is ideal for introductory Computer Science courses using Java, and other introductory programming courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Students are introduced to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1722040623.jpg" alt="Java: An Introduction to Problem Solving and Programming, 6th Edition" width="220" height="220" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>: An Introduction to Problem Solving and <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, 6e, is ideal for introductory Computer Science courses using <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>, and other introductory <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a>. Students are introduced to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and important concepts such as design, testing and debugging, <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> style, interfaces inheritance, and exception handling. The Java coverage is a concise, accessible introduction that covers key language features. Objects are covered thoroughly and early in the text, with an emphasis on application programs over applets.</p>
<p>Updated for Java 7, the Sixth Edition contains additional programming projects, case studies, and VideoNotes.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction to Computers and Java<br />
Chapter 2. Basic Computation<br />
Chapter 3. Flow of Control: Branching<br />
Chapter 4. Flow of Control: Loops<br />
Chapter 5. Defining Classes and Methods<br />
Chapter 6. More About Objects and Methods<br />
Chapter 7. Arrays<span id="more-16455"></span><br />
Chapter 8. Inheritance, Polymorphism and Interfaces<br />
Chapter 9. Exception Handling<br />
Chapter 10. Streams and File I/O<br />
Chapter 11. Recursion<br />
Chapter 12. Dynamic Data Structures and Generics</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 984 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 6th Edition (February 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132162709</li>
<li><strong>ISBN-13:</strong> 978-0132162708</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/" title="An Introduction to Object-Oriented Programming with Java, 5th Edition" rel="bookmark">An Introduction to Object-Oriented Programming with Java, 5th Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition</title>
		<link>http://www.wowebook.me/book/java-foundations-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/java-foundations-2nd-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:07:37 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16452</guid>
		<description><![CDATA[Book Description Inspired by the success of their best-selling introductory programming text, Java Software Solutions, authors Lewis, DePasquale, and Chase now release Java Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Foundations introduces a Software [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1230554519.jpg" alt="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" width="220" height="220" title="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Inspired by the success of their best-selling introductory <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> text, <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Software Solutions, authors Lewis, DePasquale, and Chase now release <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> textbook that includes detail on data structures topics. <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> skills from the beginning. Control structures are covered before writing classes, providing a solid foundation of fundamental concepts and sophisticated topics.</p>
<ul>
<li>Presents objects in a gradual, natural manner. Concepts that overlap with procedural programming, such as methods and their invocation, are discussed in terms of an <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> approach.</li>
<li>Loaded with fully implemented examples, intertwining small examples, and realistic larger examples that are easy to understand.</li>
<li>Offers complete chapter on Graphical User Interfaces that includes engaging graphical examples.</li>
<li>Exclusive coverage of software-testing and debugging effective practices.</li>
<li>Provides plenty of opportunity for practice with extensive end-of-chapter questions, exercises, and projects.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<span id="more-16452"></span><br />
Chapter 2. Data and Expressions<br />
Chapter 3. Using Classes and Objects<br />
Chapter 4. Conditionals and Loops<br />
Chapter 5. Writing Classes<br />
Chapter 6. Graphical User Interfaces<br />
Chapter 7. Arrays<br />
Chapter 8. Inheritance<br />
Chapter 9. Polymorphism<br />
Chapter 10. Exceptions<br />
Chapter 11. Recursion<br />
Chapter 12. <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a><br />
Chapter 13. Searching and Sorting<br />
Chapter 14. Stacks<br />
Chapter 15. Queues<br />
Chapter 16. Trees<br />
Chapter 17. Binary Search Trees<br />
Chapter 18. Heaps and Priority Queues<br />
Chapter 19. Graphs<br />
Chapter 20. Hashing<br />
Chapter 21. Databases</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 912 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 2nd Edition (March 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132128810</li>
<li><strong>ISBN-13:</strong> 978-0132128810</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-2-5-aspect-oriented-programming/" title="Spring 2.5 Aspect Oriented Programming" rel="bookmark">Spring 2.5 Aspect Oriented Programming</a> <span class="date">(17-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-scala-2/" title="Programming Scala" rel="bookmark">Programming Scala</a> <span class="date">(05-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-scala-2nd-edition/" title="Programming in Scala, 2nd Edition" rel="bookmark">Programming in Scala, 2nd Edition</a> <span class="date">(19-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-android/" title="Programming Android" rel="bookmark">Programming Android</a> <span class="date">(09-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-and-java-2nd-edition/" title="Object-Oriented Programming and Java, 2nd Edition" rel="bookmark">Object-Oriented Programming and Java, 2nd Edition</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-beginners-guide/" title="Liferay: Beginner's Guide" rel="bookmark">Liferay: Beginner's Guide</a> <span class="date">(03-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-foundations-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do more with SOA Integration: Best of Packt</title>
		<link>http://www.wowebook.me/book/do-more-with-soa-integration-best-of-packt/</link>
		<comments>http://www.wowebook.me/book/do-more-with-soa-integration-best-of-packt/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:58:38 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16418</guid>
		<description><![CDATA[Book Description Service Oriented Architecture (SOA) remains a buzzword in the business and IT community, largely because the ability to react quickly is of utmost importance. SOA can be the key solution to this. The challenge lies in the tricky task of integrating all the applications in a business through a Service Oriented Architecture, and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/920521079.jpg" alt="Do more with SOA Integration: Best of Packt" width="220" height="220" title="Do more with SOA Integration: Best of Packt" /></p>
<h3>Book Description</h3>
<p>Service Oriented Architecture (<a href="http://www.wowebook.me/tag/soa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SOA">SOA</a>) remains a buzzword in the <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> and IT community, largely because the ability to react quickly is of utmost importance. <a href="http://www.wowebook.me/tag/soa/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SOA">SOA</a> can be the key solution to this. The challenge lies in the tricky task of integrating all the applications in a <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> through a Service Oriented Architecture, and “Do more with SOA Integration: Best of Packt” will help you do just that with content from a total of eight separate Packt books.</p>
<p>“Do more with SOA Integration: Best of Packt” will help you learn SOA integration from scratch. It will help you demystify the concept of SOA integration, understand basic integration technologies and best practices, and get started with SOA Governance. “Do more with SOA Integration: Best of Packt” draws from eight separate titles from Packt’s existing collection of excellent SOA books:</p>
<ol>
<li>BPEL cookbook</li>
<li>SOA Approach to Integration</li>
<li>Service Oriented Architecture: An Integration Blueprint</li>
<li>Building SOA-Based Composite Applications Using <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a> IDE 6</li>
<li><a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a> SOA Suite Developer&#8217;s Guide</li>
<li>WS-BPEL 2.0 for SOA Composite Applications with <a href="http://www.wowebook.me/tag/oracle/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Oracle">Oracle</a> SOA Suite 11g</li>
<li>Oracle Modernization Solutions</li>
<li>SOA Governance</li>
</ol>
<p>The chapters in “Do more with SOA Integration: Best of Packt” help you to learn<span id="more-16418"></span> from the best SOA integration content in no less than eight separate Packt books. The book begins with a refresher of SOA and the various types of integration available, and then delves deeper into integration best practices with <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a>, binding components and <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">web services</a> from Packt books like “Oracle SOA Suite Developer&#8217;s Guide “ and “BPEL Cookbook”. Along the way you’ll also learn from a number of real world scenarios. By the end of “Do more with SOA Integration: Best of Packt” you will be equipped with knowledge from a wide variety of Packt books and will have learnt from a range of practical approaches to really get to grips with SOA integration.</p>
<p>Chapter listings with corresponding titles:</p>
<ul>
<li>Preface &#8211; Dismantling SOA Hype: A Real-World Perspective (BPEL cookbook)</li>
<li>Chapter 1 &#8211; Basic Principles: Types of integration (Service Oriented Architecture: An Integration Blueprint)</li>
<li>Chapter 2 &#8211; Integration Architecture, Principles, and Patterns (SOA Approach to Integration)</li>
<li>Chapter 3 &#8211; Base Technologies: Basic technologies needed for SOA integration (Service Oriented Architecture: An Integration Blueprint)</li>
<li>Chapter 4 &#8211; Best Practices for Using <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> for Integration (SOA Approach to Integration)</li>
<li>Chapter 5 &#8211; Extending Enterprise Application Integration (BPEL cookbook)</li>
<li>Chapter 6 &#8211; Service-Oriented ERP Integration (BPEL cookbook)</li>
<li>Chapter 7 &#8211; Service Engines (Building SOA-Based Composite Applications Using <a href="http://www.wowebook.me/tag/netbeans/" class="st_tag internal_tag" rel="tag" title="Posts tagged with NetBeans">NetBeans</a> IDE 6)</li>
<li>Chapter 8 &#8211; Binding Components (Building SOA-Based Composite Applications Using NetBeans IDE 6)</li>
<li>Chapter 9 &#8211; SOA and <a href="http://www.wowebook.me/tag/web-services/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web Services">Web Services</a> Approach for Integration (SOA Approach to Integration)</li>
<li>Chapter 10 &#8211; Service- and Process-Oriented Approach to Integration Using Web Services (SOA Approach to Integration)</li>
<li>Chapter 11 &#8211; Loosely-coupling Services (Oracle SOA Suite Developer&#8217;s Guide)</li>
<li>Chapter 12 – Integrating BPEL with BPMN using BPM Suite (WS-BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g)</li>
<li>Chapter 13 &#8211; SOA Integration—Functional View, Implementation, and Architecture (Oracle Modernization Solutions)</li>
<li>Chapter 14 – SOA Integration—Scenario in Detail (Oracle Modernization Solutions)</li>
<li>Appendix: Bonus chapter &#8211; Establishing SOA Governance at Your Organization (SOA Governance)</li>
</ul>
<p><strong>What you will learn from this book:</strong></p>
<ul>
<li>Quickly get up and running with basic SOA concepts before delving into integration principles</li>
<li>Dive into the basic technologies for SOA integration</li>
<li>Get to grips with existing application landscapes for integration</li>
<li>Take advantage of a range of best practices for using XML for integration</li>
<li>Automate <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> processes by organizing underlying services</li>
<li>Assemble services to build composite services and long-running business processes using BPEL</li>
<li>Build highly scalable and performance-oriented processes using Oracle’s modernization techniques</li>
<li>Utilize a bonus Packt chapter to establish SOA Governance at your organization</li>
<li>Learn from content with various styles and approaches and gain value from a range of existing content</li>
</ul>
<p><strong>Approach</strong><br />
“Do more with SOA Integration: Best of Packt” takes less of a discussion, and a more value approach to helping you to learn all you can about SOA integration. A medley of eight Packt books; each chapter has its own unique style so that you can learn from not only content written in a step-by-step tutorial style, but also from handbook and cookbook chapters.</p>
<p><strong>Who this book is written for</strong><br />
If you are a SOA architect or consultant who wants to extend your knowledge of SOA integration with the help of a wide variety of Packt books, particularly covering Oracle tools and products, then “Do more with SOA Integration: Best of Packt” is for you. You should have a good grasp of Service Oriented Architecture, but not necessarily of integration principles. Knowledge of vendor-specific tools would be an advantage but is not essential.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 702 pages</li>
<li><strong>Publisher:</strong> Packt Publishing (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 184968572X</li>
<li><strong>ISBN-13:</strong> 978-1849685726</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/ws-bpel-2-0-for-soa-composite-applications-with-oracle-soa-suite-11g/" title="WS-BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g" rel="bookmark">WS-BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g</a> <span class="date">(30-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-soa-suite-11g-r1-developers-guide/" title="Oracle SOA Suite 11g R1 Developer’s Guide" rel="bookmark">Oracle SOA Suite 11g R1 Developer’s Guide</a> <span class="date">(09-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/service-oriented-architecture/" title="Service Oriented Architecture: An Integration Blueprint" rel="bookmark">Service Oriented Architecture: An Integration Blueprint</a> <span class="date">(12-08-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/processing-xml-documents-with-oracle-jdeveloper-11g/" title="Processing XML documents with Oracle JDeveloper 11g" rel="bookmark">Processing XML documents with Oracle JDeveloper 11g</a> <span class="date">(23-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-soa-suite-developers-guide/" title="Oracle SOA Suite Developer&#039;s Guide" rel="bookmark">Oracle SOA Suite Developer&#039;s Guide</a> <span class="date">(14-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-fusion-middleware-patterns/" title="Oracle Fusion Middleware Patterns" rel="bookmark">Oracle Fusion Middleware Patterns</a> <span class="date">(29-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/middleware-management-with-oracle-enterprise-manager-grid-control-10g-r5/" title="Middleware Management with Oracle Enterprise Manager Grid Control 10g R5" rel="bookmark">Middleware Management with Oracle Enterprise Manager Grid Control 10g R5</a> <span class="date">(05-12-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/getting-started-with-oracle-bpm-suite-11gr1/" title="Getting Started with Oracle BPM Suite 11gR1 - A Hands-On Tutorial" rel="bookmark">Getting Started with Oracle BPM Suite 11gR1 - A Hands-On Tutorial</a> <span class="date">(25-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/bpel-pm-and-osb-operational-management-with-oracle-enterprise-manager-10g-grid-control/" title="BPEL PM and OSB Operational Management with Oracle Enterprise Manager 10g Grid Control" rel="bookmark">BPEL PM and OSB Operational Management with Oracle Enterprise Manager 10g Grid Control</a> <span class="date">(02-09-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/zk-developers-guide/" title="ZK Developer's Guide" rel="bookmark">ZK Developer's Guide</a> <span class="date">(09-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/do-more-with-soa-integration-best-of-packt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APIs: A Strategy Guide</title>
		<link>http://www.wowebook.me/book/apis-a-strategy-guide/</link>
		<comments>http://www.wowebook.me/book/apis-a-strategy-guide/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:35:04 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Web Dev.]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16311</guid>
		<description><![CDATA[Book Description Programmers used to be the only people excited about APIs, but now a growing number of companies see them as a hot new product channel. This concise guide describes the tremendous business potential of APIs, and demonstrates how you can use them to provide valuable services to clients, partners, or the public via [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2092863316.jpg" alt="APIs: A Strategy Guide" width="220" height="220" title="APIs: A Strategy Guide" /></p>
<h3>Book Description</h3>
<p>Programmers used to be the only people excited about APIs, but now a growing number of companies see them as a hot new product channel. This concise guide describes the tremendous <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> potential of APIs, and demonstrates how you can use them to provide valuable services to clients, partners, or the public via the Internet. You’ll learn all the steps necessary for building a cohesive <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> strategy from experts in the trenches.</p>
<p>Facebook and Twitter APIs continue to be extremely successful, and many other companies find that <a href="http://www.wowebook.me/tag/api/" class="st_tag internal_tag" rel="tag" title="Posts tagged with API">API</a> demand greatly exceeds website traffic. This book offers executives, <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a> <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> teams, and other key players a complete roadmap for creating a viable API product.</p>
<ul>
<li>Learn about the rise of APIs and why your business might need one</li>
<li>Understand the roles of asset owners, providers, and developers in the API value chain</li>
<li>Build strategies for designing, implementing, and <a href="http://www.wowebook.me/tag/marketing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Marketing">marketing</a> your product</li>
<li>Devise an effective process for security and user <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a></li>
<li>Address legal issues, such as rights <a href="http://www.wowebook.me/tag/management/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Management">management</a> and terms of use</li>
<li>Manage traffic and user experience with a reliable operating model</li>
<li>Determine the metrics you need to measure your API’s success</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1 The API Opportunity<br />
Chapter 2 APIs as a Business Strategy<span id="more-16311"></span><br />
Chapter 3 Understanding the API Value Chain<br />
Chapter 4 Crafting Your API Product Strategy<br />
Chapter 5 Key Design Principles for APIs<br />
Chapter 6 API Security and User Management<br />
Chapter 7 Legal Considerations for Your API Strategy<br />
Chapter 8 Operating and Managing an API<br />
Chapter 9 Measuring the Success of Your API<br />
Chapter 10 Engaging Developers to Drive Adoption<br />
Chapter 11 Epilogue: Just the Beginning</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 148 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (December 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449308929</li>
<li><strong>ISBN-13:</strong> 978-1449308926</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/vba-and-macros-microsoft-excel-2010/" title="VBA and Macros: Microsoft Excel 2010" rel="bookmark">VBA and Macros: Microsoft Excel 2010</a> <span class="date">(29-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-rails-3-way-2nd-edition/" title="The Rails 3 Way, 2nd Edition" rel="bookmark">The Rails 3 Way, 2nd Edition</a> <span class="date">(11-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sharepoint-2010-as-a-development-platform/" title="SharePoint 2010 as a Development Platform" rel="bookmark">SharePoint 2010 as a Development Platform</a> <span class="date">(20-07-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-the-twitter-api-in-24-hours/" title="Sams Teach Yourself the Twitter API in 24 Hours" rel="bookmark">Sams Teach Yourself the Twitter API in 24 Hours</a> <span class="date">(23-07-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-wordpress-plugin-development/" title="Professional WordPress Plugin Development" rel="bookmark">Professional WordPress Plugin Development</a> <span class="date">(15-03-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-3rd-edition/" title="Professional JavaScript for Web Developers, 3rd Edition" rel="bookmark">Professional JavaScript for Web Developers, 3rd Edition</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-2nd-edition/" title="Professional JavaScript for Web Developers, 2nd Edition" rel="bookmark">Professional JavaScript for Web Developers, 2nd Edition</a> <span class="date">(27-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-java-jdk-6-edition/" title="Professional Java JDK 6 Edition" rel="bookmark">Professional Java JDK 6 Edition</a> <span class="date">(09-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-asp-net-2-0-server-control-and-component-development/" title="Professional ASP.NET 2.0 Server Control and Component Development" rel="bookmark">Professional ASP.NET 2.0 Server Control and Component Development</a> <span class="date">(02-02-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-android-2-application-development/" title="Professional Android 2 Application Development" rel="bookmark">Professional Android 2 Application Development</a> <span class="date">(12-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/apis-a-strategy-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Object-Oriented Programming with Java, 5th Edition</title>
		<link>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/</link>
		<comments>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:28:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16263</guid>
		<description><![CDATA[Book Description An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu uses a gentler approach to teaching students how to design their own classes, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1386415936.jpg" alt="An Introduction to Object Oriented Programming with Java, 5th Edition" width="220" height="220" title="An Introduction to Object Oriented Programming with Java, 5th Edition" /></p>
<h3>Book Description</h3>
<p><em>An Introduction to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a></em> takes a full-immersion approach to <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes.</p>
<p>Wu uses a gentler approach to teaching students how to design their own classes, separating the coverage into two chapters. GUI coverage is also located independently in the back of the book and can be covered if desired.</p>
<p>Wu also features a robust set of instructors&#8217; materials including PowerPoint slides, code samples, and quiz questions.</p>
<p><strong>Table of contents</strong><br />
Chapter 0. Introduction to Computers and Programming Languages<br />
Chapter 1. Introduction to Object-Oriented Programming and Software <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a><br />
Chapter 2. Getting Started with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a><br />
Chapter 3. Numerical Data<br />
Chapter 4. Defining Your Own Classes &#8211; Part 1<br />
Chapter 5. Selection Statements<br />
Chapter 6. Repetition Statements<br />
Chapter 7. Defining Your Own Classes &#8211; Part 2<span id="more-16263"></span><br />
Chapter 8. Exceptions and Assertions<br />
Chapter 9. Characters and Strings<br />
Chapter 10. Arrays and Collections<br />
Chapter 11. Sorting and Searching<br />
Chapter 12. File Input and Output<br />
Chapter 13. Inheritance and Polymorphism<br />
Chapter 14. GUI and Event-Driven Programming<br />
Chapter 15. Recursive <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a></p>
<p>Appendix A. How to Run Java Programs<br />
Appendix B. Sample Programs<br />
Appendix <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>. Standard Classes and Interfaces<br />
Appendix D. UML Diagrams</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1008 pages</li>
<li><strong>Publisher:</strong> McGraw-Hill Osborne Media; 5th Edition (March 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0073523305</li>
<li><strong>ISBN-13:</strong> 978-0073523309</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" rel="bookmark">Java: An Introduction to Problem Solving and Programming, 6th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-all-in-one-for-dummies-3rd-edition/" title="Java All-in-One For Dummies, 3rd Edition" rel="bookmark">Java All-in-One For Dummies, 3rd Edition</a> <span class="date">(02-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Visual Basic 2010 for Windows, Web, and Office Applications: Complete</title>
		<link>http://www.wowebook.me/book/microsoft-visual-basic-2010-complete/</link>
		<comments>http://www.wowebook.me/book/microsoft-visual-basic-2010-complete/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 19:55:36 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16226</guid>
		<description><![CDATA[Book Description Microsoft Visual Basic 2010: Complete teaches students the essentials of computer programming using the latest Visual Basic programming language, Visual Basic 2010. Nine chapters and four appendices cover topics such as designing a Visual Basic user interface, creating a windows application, variables and arithmetic operations, mobile applications using decision structures, loop structures, Visual [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/534935650.jpg" alt="Microsoft Visual Basic 2010 for Windows, Web, and Office Applications: Complete" width="220" height="220" title="Microsoft Visual Basic 2010 for Windows, Web, and Office Applications: Complete" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010: Complete teaches students the essentials of computer <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> using the latest <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language, Visual Basic 2010. Nine chapters and four appendices cover topics such as designing a Visual Basic user interface, creating a <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">windows</a> application, variables and arithmetic operations, mobile applications using decision structures, loop structures, <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> tools for Office applications, and function procedures and exception handling. Written in a straight-forward style with the innovative Guided Program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> section in each chapter, this text makes it easy for any novice programmer to understand the core capabilities and fundamental skills and techniques for Visual Basic 2010.</p>
<ul>
<li>Introduces students from any discipline to computer <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and code, with an emphasis on producing well-written and readable programs, using Visual Basic 2010 software.</li>
<li>Illustrates each step in the chapter <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a> with the Online Reinforcement videos on the Online Companion. Encourages students to work independently, while verifying accuracy, using the Guided Program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> section.</li>
<li>Provides insight into real world applications and use of tools by developers with In the Real World boxes. Heads-Up boxes indicate areas of interest and show multiple ways of completing the same task.</li>
<li>Shows students potential places for errors and difficulties<span id="more-16226"></span> that can arise from using a particular command with the Watch Out For boxes.</li>
<li>Offers extensive end-of-chapter exercises, including Debugging Exercises and Programming Assignments, which help students master chapter material.</li>
</ul>
<p><strong>Table of Contents</strong><br />
1. Introduction to Visual Basic 2010 Programming.<br />
2. Program and Graphical User Interface Design.<br />
3. Program Design and Coding.<br />
4. Variables and Arithmetic Operations.<br />
5. Decision Structures.<br />
6. Loop Structures.<br />
7. Creating Web Applications.<br />
8. Using Procedures and Exception Handling.<br />
Enrichment Chapter: <a href="http://www.wowebook.me/tag/visual-studio/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Studio">Visual Studio</a> Tools for Office.</p>
<p>Appendices.<br />
A. Unicode.<br />
B. The My Namespace.<br />
<a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>. Naming Conventions.<br />
D. Using <a href="http://www.wowebook.me/tag/linq/" class="st_tag internal_tag" rel="tag" title="Posts tagged with LINQ">LINQ</a> with Visual Basic 2010.<br />
E. Using Silverlight with Visual Basic 2010.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 696 pages</li>
<li><strong>Publisher:</strong> Course Technology (August 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0538468483</li>
<li><strong>ISBN-13:</strong> 978-0538468480</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/xna-4-0-game-development-by-example-beginners-guide-visual-basic-edition/" title="XNA 4.0 Game Development by Example: Beginner's Guide, Visual Basic Edition" rel="bookmark">XNA 4.0 Game Development by Example: Beginner's Guide, Visual Basic Edition</a> <span class="date">(04-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-unleashed/" title="Visual Basic 2010 Unleashed" rel="bookmark">Visual Basic 2010 Unleashed</a> <span class="date">(11-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-programmers-reference/" title="Visual Basic 2010 Programmer's Reference" rel="bookmark">Visual Basic 2010 Programmer's Reference</a> <span class="date">(09-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2008-programmers-reference/" title="Visual Basic 2008 Programmer's Reference" rel="bookmark">Visual Basic 2008 Programmer's Reference</a> <span class="date">(23-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-visual-basic-2010-in-24-hours/" title="Sams Teach Yourself Visual Basic 2010 in 24 Hours" rel="bookmark">Sams Teach Yourself Visual Basic 2010 in 24 Hours</a> <span class="date">(23-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-with-microsoft-visual-basic-2010-5th-edition/" title="Programming with Microsoft Visual Basic 2010, 5th Edition" rel="bookmark">Programming with Microsoft Visual Basic 2010, 5th Edition</a> <span class="date">(07-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-linq-in-microsoft-net-framework-4/" title="Programming Microsoft LINQ in Microsoft .NET Framework 4" rel="bookmark">Programming Microsoft LINQ in Microsoft .NET Framework 4</a> <span class="date">(07-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-visual-basic-2010/" title="Programming in Visual Basic 2010: The Very Beginner’s Guide" rel="bookmark">Programming in Visual Basic 2010: The Very Beginner’s Guide</a> <span class="date">(02-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-applications-for-microsoft-office-outlook-2007-3rd-edition/" title="Programming Applications for Microsoft Office Outlook 2007, 3rd Edition" rel="bookmark">Programming Applications for Microsoft Office Outlook 2007, 3rd Edition</a> <span class="date">(17-02-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/microsoft-visual-basic-2010-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Visual Basic 2010 for Windows Applications: Introductory</title>
		<link>http://www.wowebook.me/book/microsoft-visual-basic-2010-introductory/</link>
		<comments>http://www.wowebook.me/book/microsoft-visual-basic-2010-introductory/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 19:45:24 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16220</guid>
		<description><![CDATA[Book Description Microsoft Visual Basic 2010 for Windows Applications: Introductory teaches students the essentials of computer programming using the latest Visual Basic programming language, Visual Basic 2010. Six chapters and four appendices cover topics such as designing a Visual Basic user interface, creating a windows application, variables and arithmetic operations, mobile applications using decision structures, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2082443303.jpg" alt="Microsoft Visual Basic 2010 for Windows Applications: Introductory" width="220" height="220" title="Microsoft Visual Basic 2010 for Windows Applications: Introductory" /></p>
<h3>Book Description</h3>
<p><a href="http://www.wowebook.me/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010 for <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Applications: Introductory teaches students the essentials of computer <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> using the latest <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language, <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> 2010. Six chapters and four appendices cover topics such as designing a <a href="http://www.wowebook.me/tag/visual-basic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual Basic">Visual Basic</a> user interface, creating a <a href="http://www.wowebook.me/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">windows</a> application, variables and arithmetic operations, mobile applications using decision structures, and loop structures. Written in a straight-forward style with the innovative Guided Program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> section in each chapter, this text makes it easy for any novice programmer to understand the core capabilities and fundamental skills and techniques for Visual Basic 2010.</p>
<ul>
<li>Introduces students from any discipline to the fundamentals of computer programming and code, with an emphasis on producing well-written and readable programs, using Visual Basic 2010 software.</li>
<li>Illustrates each step in the chapter <a href="http://www.wowebook.me/tag/project/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Project">project</a> with the Online Reinforcement videos on the Online Companion. Encourages students to work independently, while verifying accuracy, using the Guided Program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> section.</li>
<li>Provides insight into real world applications and use of tools by developers with In the Real World boxes. Heads-Up boxes indicate areas of interest and show multiple ways of completing the same task.</li>
<li>Shows students potential places for errors and difficulties<span id="more-16220"></span> that can arise from using a particular command with the Watch Out For boxes.</li>
<li>Offers extensive end-of-chapter exercises, including Debugging Exercises and Programming Assignments, which help students master chapter material.</li>
</ul>
<p><strong>Table of Contents</strong><br />
1. Introduction to Visual Basic 2010 Programming.<br />
2. Program and Graphical User Interface Design.<br />
3. Program Design and Coding.<br />
4. Variables and Arithmetic Operations.<br />
5. Decision Structures.<br />
6. Loop Structures.</p>
<p>Appendices.<br />
A: Unicode.<br />
B: The My Namespace.<br />
<a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>: Naming Conventions.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 472 pages</li>
<li><strong>Publisher:</strong> Course Technology (July 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0538468459</li>
<li><strong>ISBN-13:</strong> 978-0538468459</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/xna-4-0-game-development-by-example-beginners-guide-visual-basic-edition/" title="XNA 4.0 Game Development by Example: Beginner's Guide, Visual Basic Edition" rel="bookmark">XNA 4.0 Game Development by Example: Beginner's Guide, Visual Basic Edition</a> <span class="date">(04-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-unleashed/" title="Visual Basic 2010 Unleashed" rel="bookmark">Visual Basic 2010 Unleashed</a> <span class="date">(11-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2010-programmers-reference/" title="Visual Basic 2010 Programmer's Reference" rel="bookmark">Visual Basic 2010 Programmer's Reference</a> <span class="date">(09-04-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/visual-basic-2008-programmers-reference/" title="Visual Basic 2008 Programmer's Reference" rel="bookmark">Visual Basic 2008 Programmer's Reference</a> <span class="date">(23-08-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sams-teach-yourself-visual-basic-2010-in-24-hours/" title="Sams Teach Yourself Visual Basic 2010 in 24 Hours" rel="bookmark">Sams Teach Yourself Visual Basic 2010 in 24 Hours</a> <span class="date">(23-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-with-microsoft-visual-basic-2010-5th-edition/" title="Programming with Microsoft Visual Basic 2010, 5th Edition" rel="bookmark">Programming with Microsoft Visual Basic 2010, 5th Edition</a> <span class="date">(07-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-linq-in-microsoft-net-framework-4/" title="Programming Microsoft LINQ in Microsoft .NET Framework 4" rel="bookmark">Programming Microsoft LINQ in Microsoft .NET Framework 4</a> <span class="date">(07-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-visual-basic-2010/" title="Programming in Visual Basic 2010: The Very Beginner’s Guide" rel="bookmark">Programming in Visual Basic 2010: The Very Beginner’s Guide</a> <span class="date">(02-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-applications-for-microsoft-office-outlook-2007-3rd-edition/" title="Programming Applications for Microsoft Office Outlook 2007, 3rd Edition" rel="bookmark">Programming Applications for Microsoft Office Outlook 2007, 3rd Edition</a> <span class="date">(17-02-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/microsoft-visual-basic-2010-introductory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

