<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Blog for .NET Hunter</title>
	<atom:link href="http://lovedjohnysmith.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lovedjohnysmith.wordpress.com</link>
	<description>A (un)managed bag of ideas, tricks, gripes about New Emerging Technologies</description>
	<pubDate>Tue, 19 Feb 2008 18:16:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>New hotfix for Visual Studio 2008 is available</title>
		<link>http://lovedjohnysmith.wordpress.com/2008/02/19/new-hotfix-for-visual-studio-2008-is-available/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2008/02/19/new-hotfix-for-visual-studio-2008-is-available/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 18:16:52 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[VS.NET 2008]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2008/02/19/new-hotfix-for-visual-studio-2008-is-available/</guid>
		<description><![CDATA[Recently, an announcement is published on WebDevTools blog @ msdn that there is a new hotfix available for Visual Studio 2008 (and Visual Web Developer 2008 Express) that fixes some performance and editor issues that have arisen in Visual Studio 2008 and Visual Web Developer 2008 Express. Fixes are related to HTML Source view performance, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;color:#000099;font-family:'Arial','sans-serif';">Recently, an announcement is published on <a href="http://blogs.msdn.com/webdevtools/archive/2008/02/09/downloadable-hotfix-performance-and-editor-fixes-for-microsoft-visual-studio-2008-and-visual-web-developer-express-2008.aspx"><span style="color:blue;">WebDevTools blog @ msdn</span></a> that there is a new hotfix available for Visual Studio 2008 (and Visual Web Developer 2008 Express) that fixes some performance and editor issues that have arisen in Visual Studio 2008 and Visual Web Developer 2008 Express. Fixes are related to HTML Source view performance, Design view performance, HTML editing, JavaScript editing and Web Site build performance. The download is available on connect.microsoft.com and is related to KB article KB946581. It is approximately 2,5MB large and in order to download it one must login to connect using Live ID. Here is address <a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826"><span style="color:blue;">on connect</span></a>, and here is <a href="http://blogs.msdn.com/webdevtools/archive/2008/02/09/downloadable-hotfix-performance-and-editor-fixes-for-microsoft-visual-studio-2008-and-visual-web-developer-express-2008.aspx"><span style="color:blue;">official announcement</span></a> . Installation is easy, quick and straightforward and on my dev machine it doesn&#8217;t ask for install DVD.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=19&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2008/02/19/new-hotfix-for-visual-studio-2008-is-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Best Practices in Javascript Library Design</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/09/27/best-practices-in-javascript-library-design/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/09/27/best-practices-in-javascript-library-design/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 01:37:58 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/09/27/best-practices-in-javascript-library-design/</guid>
		<description><![CDATA[Last night, I&#8217;d the chance to look at John Resig&#8217;s talk on the Best Practices in Javascript Library Design.
                This talk explores all the techniques used to build a robust, reusable, cross-platform JavaScript Library. We’ll look at how to write a solid JavaScript API, show you how to use functional programming to create contained, concise, code, and delve deep [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last night, I&#8217;d the chance to look at <a href="http://ejohn.org">John Resig</a>&#8217;s talk on the <a href="http://video.google.com/videoplay?docid=-474821803269194441&amp;q=user%3A%22Google+engEDU%22&amp;total=333&amp;start=0&amp;num=10&amp;so=1&amp;type=search&amp;plindex=3">Best Practices in Javascript Library Design</a>.</p>
<p>                This talk explores all the techniques used to build a robust, reusable, cross-platform JavaScript Library. We’ll look at how to write a solid JavaScript API, show you how to use functional programming to create contained, concise, code, and delve deep into common cross browser issues that you’ll have to solve in order to have a successful library. <a href="http://ejohn.org/blog/building-a-javascript-library/">John Resig </a>is a JavaScript Evangelist, working for the Mozilla Corporation, and the author of the book ‘Pro Javascript Techniques.’ He’s also the creator and lead developer of the jQuery JavaScript library and the co-designer of the FUEL JavaScript library (included in Firefox 3).</p>
<ol>
<li><a target="_blank" href="http://jquery.com/" title="jQuery">jQuery</a> - that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.</li>
<li><a href="http://wiki.mozilla.org/FUEL">Fuel</a> - Firefox User Extension Library - is a JavaScript Library designed to help developers build extensions using terminology and interfaces that are familiar to them. It will be usable in Firefox 1.5-3.0.</li>
</ol>
<p><strong><u>Download jQuery</u></strong></p>
<p style="margin-bottom:22px;" class="download_link compressed"><span><a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.min.js">Download</a> jQuery 1.2.1 (14kb, <a href="http://www.julienlecomte.net/blog/2007/08/21/gzip-your-minified-javascript-files/">Minified and Gzipped</a>)</span> Great for production use.</p>
<p class="download_link uncompressed"><span><a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.js">Download</a> jQuery 1.2.1 (77kb, Uncompressed)</span> Great for testing, learning and development.</p>
<p style="margin-bottom:22px;" class="download_link compressed"><span><a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.pack.js">Download</a> jQuery 1.2.1 (26kb, <a href="http://dean.edwards.name/packer/">Packed</a>)</span> For those that can&#8217;t <a href="http://www.julienlecomte.net/blog/2007/08/21/gzip-your-minified-javascript-files/">Gzip</a> their JavaScript.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=18&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/09/27/best-practices-in-javascript-library-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.NET Framework 3.5 New Features</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/06/13/net-framework-35-new-features/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/06/13/net-framework-35-new-features/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 13:30:31 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/06/13/net-framework-35-new-features/</guid>
		<description><![CDATA[Thom has a table of .NET Framework 3.5 features, Daniel also has a good list of the new stuff in .NET Framework 3.51. System.Data.Linq.dll – The implementation for LINQ to SQL.
2. System.Xml.Linq.dll – The implementation for LINQ to XML.
3. System.AddIn.dll, System.AddIn.Contract.dll – New AddIn (plug-in) model.
4. System.Net.dll – Peer to Peer APIs.
5. System.DirectoryServices.AccountManagement.dll – Wrapper for [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;color:black;line-height:115%;font-family:'Arial','sans-serif';">Thom has a <a href="http://blogs.msdn.com/trobbins/archive/2007/02/28/microsoft-pre-release-software-visual-studio-code-name-orcas-march-2007-community-technology-preview-ctp.aspx">table of .NET Framework 3.5 features</a>, <span style="font-size:10pt;font-family:'Arial','sans-serif';"><a href="http://www.danielmoth.com">Daniel</a> also has a good list of the new stuff in .NET Framework 3.5</span></span><span style="font-size:10pt;color:black;line-height:115%;font-family:'Arial','sans-serif';"><span style="font-size:10pt;font-family:'Arial','sans-serif';">1. <a href="http://www.danielmoth.com/Blog/2007/05/systemdatalinqdll.html"><font color="#de7008">System.Data.Linq.dll</font></a> – The implementation for LINQ to SQL.<br />
2. <a href="http://www.danielmoth.com/Blog/2007/05/systemxmllinq.html"><font color="#de7008">System.Xml.Linq.dll</font></a> – The implementation for LINQ to XML.<br />
3. <a href="http://www.danielmoth.com/Blog/2007/03/systemaddin.html"><font color="#de7008">System.AddIn.dll</font></a>, System.AddIn.Contract.dll – New AddIn (plug-in) model.<br />
4. <a href="http://www.danielmoth.com/Blog/2007/03/peertopeer-in-orcas.html"><font color="#de7008">System.Net.dll</font></a> – Peer to Peer APIs.<br />
5. <a href="http://www.danielmoth.com/Blog/2007/05/accountmanagement.html"><font color="#de7008">System.DirectoryServices.AccountManagement.dll</font></a> – Wrapper for Active Directory APIs.<br />
6. System.Management.Instrumentation.dll – WMI 2.0 managed provider (combined with System.Management namespace in System.Core.dll).<br />
7. System.WorkflowServices.dll and System.ServiceModel.Web.dll – WF and WCF enhancements (for more on WF + WCF in v3.5 follow links from <a href="http://www.danielmoth.com/Blog/2007/03/some-net-framework-35-features.html">here</a>).<br />
8. System.Web.Extensions.dll – The implementation for ASP.NET AJAX (for more web enhancements, follow links from <a href="http://www.danielmoth.com/Blog/2007/03/orcas-for-web-developers.html"><font color="#de7008">here</font></a>) plus also the implementation of <a href="http://www.danielmoth.com/Blog/2007/05/client-application-services-in-orcas.html"><font color="#de7008">Client Application Services</font></a>.<br />
9. <a href="http://www.danielmoth.com/Blog/2007/02/systemcoredll.html"><font color="#de7008">System.Core.dll</font></a> – In addition to the <a href="http://www.danielmoth.com/Blog/2007/02/decomposing-linq.html"><font color="#de7008">LINQ to Objects</font></a> implementation, this assembly includes the following: <a href="http://www.danielmoth.com/Blog/2007/02/systemcollectionsgenerichashset.html"><font color="#de7008">HashSet</font></a>, <a href="http://www.danielmoth.com/Blog/2007/02/systemtimezone2.html"><font color="#de7008">TimeZoneInfo</font></a>, <a href="http://www.danielmoth.com/Blog/2007/02/systemiopipes.html"><font color="#de7008">Pipes</font></a>, <a href="http://www.danielmoth.com/Blog/2007/02/threadingreaderwriterlockslim.html"><font color="#de7008">ReaderWriteLockSlim</font></a>, <a href="http://www.danielmoth.com/Blog/2007/03/new-security-stuff-in-orcas-framework.html"><font color="#de7008">System.Security.*</font></a>, <a href="http://www.danielmoth.com/Blog/2007/03/etw-in-orcas-framework.html"><font color="#de7008">System.Diagnostics.Eventing.*</font></a> and <a href="http://www.danielmoth.com/Blog/2007/05/performancedata.html"><font color="#de7008">System.Diagnostics.PerformanceData</font></a>. </span></span></p>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:20.55pt;">
<td width="237" vAlign="top" style="background:#1f497d;width:178pt;height:20.55pt;border:black 1pt solid;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Workflow Enabled Services – Process and Messaging together</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:20.55pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Web 2.0 Friendly and AJAX Enabled WCF Services</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:20.55pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Visual Studio Developer Tools for WF, WCF and in Visual Studio “Orcas”</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:81.3pt;">
<td width="237" vAlign="top" style="width:178pt;height:81.3pt;background-color:transparent;border:black 1pt solid;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">Using workflow to provide for durable and long-running services. New Tools, WF activities and new programming model classes have been added to simplify building workflow-enabled services using WF and WCF. This allows a .NET Framework developer to build business logic for a service using WF and expose messaging from that service using WCF. These improvements not only provide tools for this scenario but they reduce the amount of glue code that was previously required.</span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:81.3pt;background-color:transparent;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">Ajax is a web development technique for making asynchronous exchanges of small amounts of data between browser and web service calls from the browser client script to the web server. A programming model is provided for building Ajax style web applications using WCF services. An HTTP programming model is also provided allowing for REST style web services. </span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:81.3pt;background-color:transparent;padding:0.05in 0.1in;"><span style="font-size:9pt;color:black;"><font face="Calibri">Visual Studio”Orcas” has built in tools for web service authoring with WCF and for building workflow enabled software with WF. There are new project templates for WCF services, WF business logic, workflow enabled services, and AJAX services. The templates are conveniently set up to compile and run even before any custom code is added enabling .NET developers to get going quickly. There are also numerous other tools for developing with WF, WCF and WPF. </font></span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:13.65pt;">
<td width="237" vAlign="top" style="background:#1f497d;width:178pt;height:13.65pt;border:black 1pt solid;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">More WS-* Standards Support</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">RSS and ATOM Syndication API</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Partial Trust Support for WCF Hosting</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:89.7pt;">
<td width="237" vAlign="top" style="width:178pt;height:89.7pt;background-color:transparent;border:black 1pt solid;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">Implementation in WCF of the latest OASIS specifications Web Services Atomic Transaction (WS-AtomicTransaction) 1.1, WS-ReliableMessaging 1.1, WS-SecureCOnversation and Web Services Coordination (WS-Coordination) 1.1. </span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:89.7pt;background-color:transparent;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">Applications built using WCF will be able to easily expose syndicated data which can be consumed by an RSS or ATOM reader. </span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:89.7pt;background-color:transparent;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">Partial trust on the vlient is provided for ASMX parity focussing mainly on partially trusted WCF applications deployed through click-once. Support is provided for basic HTTP binding provided that the application runs in the Internet zone permissions and have granted the apropriate WebPermission. Secure communication is possible through transport security only. All other features are not available to partially trusted applications including hosting services, duplex communications, non-HTTP transports, WS-* protocols and any WF use.</span><span style="font-size:9pt;color:black;"> </span></font><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:13.65pt;">
<td width="237" vAlign="top" style="background:#1f497d;width:178pt;height:13.65pt;border:black 1pt solid;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Rules Data Improvements</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Built-in WPF tools for Visual Studio “Orcas”</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Additional WPF Features and Improved Performance</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:47.65pt;">
<td width="237" vAlign="top" style="width:178pt;height:47.65pt;background-color:transparent;border:black 1pt solid;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">The rules engine in WF is improved to add support for C# 3.0 extension metods, and for operator overloading . Also the ”new” operator is added to compete the base set of expression types. </span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:47.65pt;background-color:transparent;padding:0.05in 0.1in;"><font face="Calibri"><span style="font-size:9pt;color:black;">The Visual Studio designer for WPF was previously released as a CTP. It is not integrated into the development environment and is significantly improved.</span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:black 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:47.65pt;background-color:transparent;padding:0.05in 0.1in;"><span style="font-size:9pt;color:black;"><font face="Calibri">WPF has smoother animations, faster startup and better overall performance. There are also new data types available for data binding with LINQ. Better integration support is now provided for with codename “WPF/E”.</font></span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:13.65pt;">
<td width="237" vAlign="top" style="background:#1f497d;width:178pt;height:13.65pt;border:#1f497d 1pt solid;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Faster .NET Framework execution</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:#1f497d 1pt solid;border-top:#1f497d 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:#1f497d 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Base Class Library – New Class Additions</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
<td width="237" vAlign="top" style="border-right:#1f497d 1pt solid;border-top:#1f497d 1pt solid;background:#1f497d;border-left:#ece9d8;width:178pt;border-bottom:#1f497d 1pt solid;height:13.65pt;padding:0.05in 0.1in;"><strong><span style="font-size:8pt;color:white;font-family:'Arial','sans-serif';">Language Integrated Query (LINQ)</span></strong><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<table border="0" width="712" cellPadding="0" cellSpacing="0" style="width:534pt;border-collapse:collapse;" class="MsoNormalTable">
<tr style="height:64.5pt;">
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:#1f497d 1pt solid;border-left:black 1pt solid;width:178pt;border-bottom:black 1pt solid;height:64.5pt;background-color:transparent;padding:0.05in 0.1in;"><span style="font-size:9pt;font-family:'Arial','sans-serif';">1.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Faster garbage collection</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">2.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Smarter, faster NGen requiring smaller working set RAM</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">3.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">64 bit client improvements</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">4.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">ThreadPool performance improvements</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">5.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Security check caching during NGen </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:#1f497d 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:64.5pt;background-color:transparent;padding:0.05in 0.1in;"><span style="font-size:9pt;font-family:'Arial','sans-serif';">6.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">BigInteger, HashSet and DateTime2 types</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">7.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">NSA Suite ”B” and FIPs compliant cryptography</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">8.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Lightweight Reader/Writer Lock Classes</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">9.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';"> </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Anonymous and Named Pipes IO Classes</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">10.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';">   </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">Integration with Event Tracing for Windows</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font><span style="font-size:9pt;font-family:'Arial','sans-serif';">11.</span><span style="font-size:7pt;font-family:'Times New Roman','serif';">   </span><font face="Times New Roman"><span style="font-size:9pt;color:black;">New Addin hosting model for extensibility</span><span style="font-size:9pt;color:black;"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span></font></td>
<td width="237" vAlign="top" style="border-right:black 1pt solid;border-top:#1f497d 1pt solid;border-left:#ece9d8;width:178pt;border-bottom:black 1pt solid;height:64.5pt;background-color:transparent;padding:0.05in 0.1in;"><span style="font-size:9pt;color:black;"><font face="Calibri">Deep integration of LINQ data-awareness into the programming languages and framework.</font></span><span style="font-size:18pt;font-family:'Arial','sans-serif';"></span></td>
</tr>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=17&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/06/13/net-framework-35-new-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>“Astoria” - Data Services For ASP.Net Ajax and Silver light</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/05/03/%e2%80%9castoria%e2%80%9d-data-services-for-aspnet-ajax-and-silver-light/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/05/03/%e2%80%9castoria%e2%80%9d-data-services-for-aspnet-ajax-and-silver-light/#comments</comments>
		<pubDate>Thu, 03 May 2007 02:47:04 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/05/03/%e2%80%9castoria%e2%80%9d-data-services-for-aspnet-ajax-and-silver-light/</guid>
		<description><![CDATA[

A new framework to make it easy for use to build data services to make it easy for developers to get data for a rich web client using ASP.Net Ajax and Silverlight, Microsoft Codename “Astoria”.By using URL’s we can simply get data from our data source, for example let assume we want to get an [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table width="100%" cellPadding="0">
<tr>
<td colSpan="2" align="left" class="messageTitle"><span style="font-size:9pt;font-family:'Arial','sans-serif';">A new framework to make it easy for use to build data services to make it easy for developers to get data for a rich web client using ASP.Net Ajax and Silverlight, <a href="http://astoria.mslivelabs.com/"><font color="#0c5088">Microsoft Codename “Astoria”</font></a>.</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;font-family:'Arial','sans-serif';">By using URL’s we can simply get data from our data source, for example let assume we want to get an Order entity, we can simply write:</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">http://webserver/data.svc/Orders</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;font-family:'Arial','sans-serif';">If we want to get an specific Order we can write:</span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;font-family:'Arial','sans-serif';"><a href="http://webserver/data.svc/Orders[Pizza">http://webserver/data.svc/Orders[Pizza</a>]</span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;font-family:'Arial','sans-serif';">There are several things we can do, like sorting, using “property path” to get child entities, we can use paging etc.</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Currently Astoria can represent data in plain XML, JSON and in a subset of RDF and XML.</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">For example if we get the data as XML it could look like:</span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">&lt;DataService xml:base=&#8221;http://myserver/data.svc&#8221;&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span> </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>       </span>&lt;Orders&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                  </span>&lt;Order uri</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">=&#8221;Orders[Pizza]&#8220;<span style="color:red;">&gt;</span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                </span>&lt;OrderID&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">1<span style="color:red;">&lt;/OrderID&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                  </span>&lt;ShopName&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Domino<span style="color:red;">&lt;/ShopName&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                  </span>&lt;ContactName&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Johnson<span style="color:red;">&lt;/ContactName&gt;</span> </span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                   </span>&lt;ContactTitle&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Sales Manager<span style="color:red;">&lt;/ContactTitle&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span> </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                   </span>&lt;Address&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">#15, Kakkanji Street, Gandhi Nagar<span style="color:red;">&lt;/Address&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                    </span>&lt;City&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Chennai<span style="color:red;">&lt;/City&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                    </span>&lt;Region&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Tamil Nadu<span style="color:red;">&lt;/Region&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                   </span>&lt;PostalCode&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">600072<span style="color:red;">&lt;/PostalCode&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                   </span>&lt;Country&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">India<span style="color:red;">&lt;/Country&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                     </span>&lt;Phone&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">91-044-220074321<span style="color:red;">&lt;/Phone&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                    </span>&lt;Fax&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">91-044-220074321<span style="color:red;">&lt;/Fax&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> <span>  </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                                    </span>&lt;OrderDetails </span><span style="font-size:9pt;font-family:'Arial','sans-serif';">href=&#8221;Order[Pizza]/OrderDetails&#8221; mce_href=&#8221;Order[Pizza]/OrderDetails&#8221; <span style="color:red;">/&gt; </span></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">  </span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">                   &lt;/Order&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> </span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">        &lt;/Orders&gt;</span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">&lt;/DataService&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"><span style="font-size:9pt;font-family:'Arial','sans-serif';"><a href="http://astoria.mslivelabs.com/"><font color="#0c5088">Astoria</font></a> uses the ADO.NET Entity Framework. With the Entity Framework we could use EDM schemas and map our entities against a relational data source. </span></span></td>
</tr>
</table>
<p><strong>Update: </strong></p>
<p>Here&#8217;s the description from the Astoria Project Site (where you can get the CTP today): <a target="_blank" href="http://astoria.mslivelabs.com/">http://astoria.mslivelabs.com/</a>.</p>
<p><u>Description:</u></p>
<p><em><font color="#0000ff">&#8220;The goal of Microsoft Codename Astoria is to enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the Internet. The data service is reachable over HTTP, and URIs are used to identify the various pieces of information available through the service. Interactions with the data service happens in terms of HTTP verbs such as GET, POST, PUT and DELETE, and the data exchanged in those interactions is represented in simple formats such as XML and JSON. &#8220;</font></em></p>
<p>Here&#8217;s a great video by Pablo Castora: <a target="_blank" href="http://channel9.msdn.com/ShowPost.aspx?PostID=306736#306736">http://channel9.msdn.com/ShowPost.aspx?PostID=306736#306736</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=16&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/05/03/%e2%80%9castoria%e2%80%9d-data-services-for-aspnet-ajax-and-silver-light/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Developers Essential - The Web Client Software Factory</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/05/02/web-developers-essential-the-web-client-software-factory/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/05/02/web-developers-essential-the-web-client-software-factory/#comments</comments>
		<pubDate>Wed, 02 May 2007 12:48:07 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/05/02/web-developers-essential-the-web-client-software-factory/</guid>
		<description><![CDATA[In the last week Fredrick wrote about the MVP pattern and controllers etc, he also wrote about his old page workflow framework. But if you want something similar and also want to use controllers/presenter then take a look at the Web Client Software Factory from the Patterns &#38; Practices team. It will help us build [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:'Arial','sans-serif';">In the last week <a href="http://fredrik.nsquared2.com/"><font color="#0c5088">Fredrick</font></a> wrote about the <a href="http://fredrik.nsquared2.com/ViewPost.aspx?PostID=419"><span>MVP pattern and controllers etc</span></a>, he also wrote about his old <a href="http://fredrik.nsquared2.com/ViewPost.aspx?PostID=421"><span>page workflow framework</span></a>. But if you want something similar and also want to use controllers/presenter then take a look at <a href="http://www.codeplex.com/websf/Wiki/View.aspx?title=Home"><span>the Web Client Software Factory</span></a> from the Patterns &amp; Practices team. It will help us build really cool web apps. The Web Client Software Factory have a page flow Application Block that can be used<span>  </span>to create a page flow (similar to fredrick framework, but the <a href="http://www.codeplex.com/websf/Wiki/View.aspx?title=Page%20Flow%20Application%20Block&amp;referringTitle=Application%20Blocks"><span><font color="#0c5088">Page Flow Application Block</font></span></a> use<span>  </span>.Net .3.0’s Workflow foundation and don’t support Shared transitions between different page flows.). But most of you probably already have .Net 3.0 installed (you can download it <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;displaylang=en">here</a>). </span><span style="font-size:12pt;font-family:'Arial','sans-serif';"></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=15&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/05/02/web-developers-essential-the-web-client-software-factory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pass parameter to Infopath 2007 browser forms using Business Data Catalog</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/04/30/pass-parameter-to-infopath-2007-browser-forms-using-business-data-catalog/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/04/30/pass-parameter-to-infopath-2007-browser-forms-using-business-data-catalog/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 01:38:02 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Business Data Catalog]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/04/30/pass-parameter-to-infopath-2007-browser-forms-using-business-data-catalog/</guid>
		<description><![CDATA[Last week, I got an excellent oppurtunity to work with Infopath 2007 and Business Data Catalog(BDC). As per requirement, need to pass employee personal information id to infopath forms. Infopath form should pre-populate data from DB based on PersonalInfoID from Querystring.  Whether i pass a parameter to a form file in InfoPath 2007 or the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">Last week, I got an excellent oppurtunity to work with Infopath 2007 and Business Data Catalog(BDC). As per requirement, need to pass employee personal information id to infopath forms. Infopath form should pre-populate data from DB based on PersonalInfoID from Querystring.<span>  </span></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">Whether i pass a parameter to a form file in InfoPath 2007 or the Web browser, first i need to update the form template&#8217;s <strong>Loading</strong> event. The <strong>LoadingEventArgs</strong> class of the <strong>Loading</strong> event provides the <strong>InputParameters</strong> property. This property gets an <strong>IDictionary</strong> object, which contains any input parameters that are specified in the URL that is used to start a form file. Next, use the <strong>TryGetValue</strong> method of the <strong>IDictionary</strong> object that was returned by the <strong>InputParameters</strong> property to retrieve a parameter value. Then, use the <strong>SetValue</strong> method on an <strong>XPathNavigator</strong> object to set the corresponding node value in the form file. The following example sets the <strong>Employee Name</strong> box to the value based on PersonalInfo<strong>ID</strong> parameter that was passed in the URL that was used to start the form. </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><span style="font-size:9pt;color:blue;line-height:115%;font-family:'Arial','sans-serif';">public</span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> <span style="color:blue;">void</span> FormEvents_Loading(object sender, LoadingEventArgs e) </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">{ </span></p>
<p></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:blue;line-height:115%;font-family:'Arial','sans-serif';">string</span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> personalInfoId = <span style="color:blue;">string</span>.Empty; </span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:blue;line-height:115%;font-family:'Arial','sans-serif';">try</span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> { </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><span>     </span></span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><span></span>e.InputParameters.TryGetValue(&#8221;PersonalInfoID&#8221;, out personalInfoId); </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><span> </span></span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><span></span>} <span style="color:blue;">catch</span> (Exception ex) { </span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">personalInfoId = ex.Message.ToString(); </span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">} <span style="color:blue;">finally</span> {</span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">…do some db calls…</span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">MainDataSource.CreateNavigator().SelectSingleNode (&#8221;/my:myFields/my: Name&#8221;, NamespaceManager).SetValue(customerId); </span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">} </span></p>
<p><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">} </span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';">Next, I must update the Business Data Catalog metadata file to include a custom action. So I’ve added as follows, which adds a custom action to the existing <strong>Employee</strong> entity (before the <strong>&lt;/Entity&gt;</strong> end tag) that starts the status report form in the Web browser with a PersonalInfoID parameter.</span></p>
<p><span style="font-size:9pt;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">&lt;Actions&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>    </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>    </span>&lt;Action Name=&#8221;Status Report&#8221; Position=&#8221;1&#8243; IsOpenedInNewWindow=&#8221;true&#8221; Url=</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>      </span>&#8220;&lt;i&gt;My MOSS Server&lt;/i&gt;/_layouts/formserver.aspx?xsnlocation=</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>       </span>/formservertemplates/statusreport.xsn&amp;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>      </span>openin=browser&amp;PersonalInfoID={0}&#8221;&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>        </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>  </span>&lt;ActionParameters&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>            </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                  </span>&lt;ActionParameter Name=&#8221;personalInfoID&#8221; Index=&#8221;0&#8243;/&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>        </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>    </span>&lt;/ActionParameters&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>    </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>  </span>&lt;/Action&gt;</span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">&lt;/Actions&gt;</span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Now, if I would like to add save location(which user can save the form after submited to DB) as follows</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span></p>
<p><span style="font-size:9pt;color:#0070c0;font-family:'Arial','sans-serif';"><a href="http://mossserver/Employee"><span style="color:#0070c0;">http://mossserver/Employee</span></a> Info/HR Response/Credit Response/Check In/_layouts/FormServer.aspx?XsnLocation=http://mossserver/FormServerTemplates/StatusCheck-In.xsn&amp;SaveLocation=<a href="http://mossserver/Employee"><span style="color:#0070c0;">http://mossserver/Employee</span></a> Info/HR Response/Credit Response/Check In /Personal CheckIn&amp;Source=<a href="http://mossserver/Employee"><span style="color:#0070c0;">http://mossserver/Employee</span></a> Info/HR Response/Credit Response/Check In /Pages/default.aspx&amp;DefaultItemOpen=1</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';">- Kindly note that, I’ve long URL which more than675 characters. If we would like to add this URL into our custom action, BDC services turncated longest URL because of MaxLength.</span><span style="font-size:9pt;font-family:'Arial','sans-serif';">Now, how we can resolve this problem? – I got an idea, why don’t to apply URLMapping functionality to this scenario. So finally I’ve added URL Mapping element to Web.Config as follows:</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>      </span>&lt;urlMappings&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>         </span></span></p>
<p></span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>                  </span>&lt;add url</span><span style="font-size:9pt;color:#548dd4;font-family:'Arial','sans-serif';">=&#8221;~/sample.aspx</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';">&#8221; mappedUrl</span><span style="font-size:9pt;color:#548dd4;font-family:'Arial','sans-serif';">=&#8221;~/_layouts/FormServer.aspx?XsnLocation= /FormServerTemplates/StatusCheck-In.xsn&amp;SaveLocation= /Personal CheckIn&amp;Source= /Pages/default.aspx&amp;DefaultItemOpen=1&amp;Perso nalInfoID={0}</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"> &#8221; /&gt;</span><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>      </span></span></p>
<p><span style="font-size:9pt;color:red;font-family:'Arial','sans-serif';"><span>    </span>&lt;/urlMappings&gt;</span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span style="font-size:9pt;font-family:'Arial','sans-serif';">Ahrr….Finally, we solved the problem by adding URL mapping. Hatzz off to ASP.NET team </span><span style="font-size:9pt;font-family:Wingdings;"><span>J </span></span></p>
<p style="line-height:normal;margin:0;" class="MsoNormal"><span style="font-size:9pt;font-family:Wingdings;"><span></span></span></p>
<p><span style="font-size:9pt;font-family:Wingdings;"><span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';">Also, here’re some pointer really help me to solve this issue.</span></span></span></p>
<p><span style="font-size:9pt;font-family:Wingdings;"><span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><a href="http://msdn2.microsoft.com/en-us/library/bb406004.aspx">http://msdn2.microsoft.com/en-us/library/bb406004.aspx</a></span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"> </span></span></span></p>
<p><span style="font-size:9pt;font-family:Wingdings;"><span><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"><a href="http://wm.microsoft.com/ms/msdn/office/2007officevisualhowtos/infopathparameters.wmv">http://wm.microsoft.com/ms/msdn/office/2007officevisualhowtos/infopathparameters.wmv</a> - Excellent videocast regarding this context</span></span></span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"> </span><span style="font-size:9pt;font-family:'Arial','sans-serif';"><span style="font-size:9pt;line-height:115%;font-family:'Arial','sans-serif';"></span></p>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=14&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/04/30/pass-parameter-to-infopath-2007-browser-forms-using-business-data-catalog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XML Notepad 2007 for BDC XML Definition?</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/04/20/xml-notepad-2007-for-bdc-xml-definition/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/04/20/xml-notepad-2007-for-bdc-xml-definition/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 23:16:16 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/04/20/xml-notepad-2007-for-bdc-xml-definition/</guid>
		<description><![CDATA[              One of the hurdles in BDC development is creating XML Metadata Definition file. Microsoft has not yet provided any tool to create XML Definition file – But lot of third party products (like MetaMan) available to create XML Definition file for BDC applications. But it can’t satisfy our BDC thrist! – If you folks [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin:0 0 10pt;" class="MsoNormal"><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';">              One of the hurdles in BDC development is creating XML Metadata Definition file. Microsoft has not yet provided any tool to create XML Definition file – But lot of third party products (like MetaMan) available to create XML Definition file for BDC applications. But it can’t satisfy our BDC thrist! – If you folks would like to create it by yourself using any XML tools, then obvisouly you need to go for XML Notepad 2007. It is really wonderful tool to create/customize XML files. Which provides a simple intuitive User Interface for browsing and editing XML documents, one of the biggest new feature is IntelliSense, which is driven by XML Schema information provided via the SchemaCache. For example, if your element or attribute is defined by an XSD simpleType and this simpleType contains a list of enumeration facets, then you can select it from a drop-down. </span></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"><strong>Screenshot:</strong></span></p>
<p style="margin:0 0 10pt;" class="MsoNormal"><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"><img border="0" width="444" src="http://msdn2.microsoft.com/en-us/library/Aa905339.xmlnotepad01(en-us,MSDN.10).jpg" height="320" style="width:444px;height:320px;" /> </span></p>
<p><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';">Excellent design from Microsoft Team(Chris) - <span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';">See <a href="http://msdn2.microsoft.com/en-us/library/aa905339.aspx">XML Notepad 2007 Design</a> for information about how this application is built. The <a href="http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&amp;displaylang=en">downloadable installer </a>for version 2.3 is available. </span></span><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"></span><span style="font-size:10pt;line-height:115%;font-family:'Arial','sans-serif';"></span> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=13&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/04/20/xml-notepad-2007-for-bdc-xml-definition/feed/</wfw:commentRss>
	
		<media:content url="http://msdn2.microsoft.com/en-us/library/Aa905339.xmlnotepad01(en-us,MSDN.10).jpg" medium="image" />
	</item>
		<item>
		<title>Essential ToolBox for .NET Developers</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/04/14/essential-toolbox-for-net-developers/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/04/14/essential-toolbox-for-net-developers/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 04:54:47 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/04/14/essential-toolbox-for-net-developers/</guid>
		<description><![CDATA[I got a chance to work on following awesome tools. So, I would like to share my experience and tips using these tools. 
However, there are a number of third-party SQL query editors that offer the features developers today take for granted. One such product is ApexSQL Edit version 2005.03, by ApexSQL. ApexSQL Edit boasts [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;">I got a chance to work on following awesome tools. So, I would like to share my experience and tips using these tools. </span></span></strong></font></span></span></p>
<p><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;">However, there are a number of third-party SQL query editors that offer the features developers today take for granted. One such product is <strong><a href="http://www.apexsql.com/sql_tools_edit.asp">ApexSQL Edit</a></strong> version 2005.03, by <strong><a href="http://www.apexsql.com/sql_tools_edit.asp">ApexSQL</a></strong>. ApexSQL Edit boasts a number of time-saving features, the most impressive one being the Object MemberLists, which provides functionality much like IntelliSense. Type a query, like &#8220;SELECT * FROM&#8230;&#8221;, and immediately a drop-down list appears listing the database’s tables. This feature also extends to columns, variables, parameters, procedures, and so forth. Once you start writing queries using MemberLists, having to go back to an editor without it feels like running underwater. This feature alone could save you countless keystrokes and typos and makes ApexSQL Edit an interesting tool for any developer’s toolbox.</span></span></span></strong><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></span></span></strong></font></span></span><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></span></span></strong></font></span></span><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></span></span></strong></font></span></span><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></span></span></strong></font></span></span><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></span></span></strong></font></span></span><span class="clssubhead1"><span style="font-size:10pt;font-family:Arial;"><font color="#008080"><strong><span class="clssubhead1"><span style="font-weight:normal;font-size:10pt;color:windowtext;font-family:Arial;"></p>
<p style="vertical-align:top;line-height:18pt;margin:0;" class="MsoNormal"><span style="font-size:8pt;color:black;font-family:Verdana;"><a href="ToggleImages('288400004',%20'541750004');"><span style="color:#003399;text-decoration:none;"></span></a></span><span style="display:none;font-size:8pt;color:black;font-family:Verdana;"></span></p>
<p></span></span></strong></font></span></span><span style="font-size:8pt;color:black;font-family:Verdana;"><a href="ToggleImages('288400004',%20'541750004');"><img border="0" width="400" src="http://msdn.microsoft.com/msdnmag/issues/07/05/Toolbox/mitchell.toolbox.apexsqledit.gif" alt="Write, Test, or Execute Queries " height="288" /></a><br />
</span><span style="font-size:8pt;color:black;font-family:Verdana;"><span style="font-size:10pt;color:black;font-family:Arial;"><strong>Source Control : </strong>Microsoft has long offered developers Visual SourceSafe<sup>®</sup>, which was last upgraded with the Visual Studio 2005 release. Now, with Visual Studio Team System, Microsoft has released another source control tool, one designed specifically for supporting much larger developer teams.</span></span><span style="font-size:8pt;color:black;font-family:Verdana;"></span><span style="font-size:8pt;color:black;font-family:Verdana;"></p>
<p style="vertical-align:top;line-height:18pt;margin:0;" class="MsoNormal"><span style="display:none;font-size:10pt;color:black;font-family:Arial;"><a href="ToggleImages('768524004',%20'586400004');"><span style="color:#003399;text-decoration:none;"><br />
</span></a></span></p>
<p style="vertical-align:top;line-height:18pt;margin:0;" class="MsoNormal"><span style="font-size:10pt;color:black;font-family:Arial;"><a href="ToggleImages('586400004',%20'768524004');"><img border="0" width="400" src="http://msdn.microsoft.com/msdnmag/issues/07/04/Toolbox/mitchell.toolbox.subversion.1.gif" alt="The TortoiseSVN Interface " height="586" /></a><br />
</span></p>
<p style="vertical-align:top;"><span style="font-size:10pt;color:black;font-family:Arial;">One such popular open-source offering is <a target="_blank" href="http://subversion.tigris.org">Subversion version </a>1.4.2. Like other such tools, Subversion provides a centralized repository for storing source code and maintains a history of changes. Subversion can be configured to support access to its repositories through HTTP and HTTPS, enabling remote developers to interface with the source code repository. And Subversion also supports both the &#8220;check-in, modify, check-out&#8221; and &#8220;modify and merge&#8221; workflows.</span><span style="font-size:10pt;color:black;font-family:Arial;">Fortunately, an additional open-source project-TortoiseSVN-provides a more user-friendly, graphical interface, although there is no Visual Studio integration. However, <a target="_blank" href="http://tortoisesvn.tigris.org">TortoiseSVN</a> is integrated with the Windows shell. Once you have established a working directory for a particular Subversion repository, you can lock, merge, update, diff, or view statistics for any file by right-clicking on it in Windows Explorer and choosing the appropriate option from the TortoiseSVN context menu. Don&#8217;t let TortoiseSVN&#8217;s lack of Visual Studio integration dissuade you from considering Subversion. In fact, soon after I started using Subversion, I found the Windows shell to be a more intuitive interface for working with the underlying source control system than the Visual Studio IDE.</span></p>
<p><span style="font-size:10pt;color:black;font-family:Arial;"><strong>Regular Expression Editor: </strong>For developers new to regular expressions, the mishmash of text and special characters can quickly lead to incomprehensible gobbledygook. When creating a regular expression pattern in code using Visual Studio<sup>®</sup>, there&#8217;s no tool support. Gone are color syntax highlighting and IntelliSense<sup>®</sup>, and there&#8217;s no easy way to debug or test a regular expression pattern within Visual Studio. For more information, please have a look at Roy Osherove&#8217;s (<a href="http://weblogs.asp.net/rosherove">weblogs.ASP.NET/rosherove</a>) toolbox(<a href="http://tools.osherove.com/">tools.osherove.com</a>)</span></p>
<p><span style="font-size:10pt;color:black;font-family:Arial;"><a href="ToggleImages('231400004',%20'433750004');"><img border="0" width="400" src="http://msdn.microsoft.com/msdnmag/issues/07/02/Toolbox/mitchell.toolbox.regulator.gif" alt="The Regulator " height="231" /></a><br />
</span><a href="ToggleImages('288400004',%20'541750004');"><span style="color:#003399;text-decoration:none;"></span></a></p>
<p></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=11&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/04/14/essential-toolbox-for-net-developers/feed/</wfw:commentRss>
	
		<media:content url="http://msdn.microsoft.com/msdnmag/issues/07/05/Toolbox/mitchell.toolbox.apexsqledit.gif" medium="image">
			<media:title type="html">Write, Test, or Execute Queries </media:title>
		</media:content>

		<media:content url="http://msdn.microsoft.com/msdnmag/issues/07/04/Toolbox/mitchell.toolbox.subversion.1.gif" medium="image">
			<media:title type="html">The TortoiseSVN Interface </media:title>
		</media:content>

		<media:content url="http://msdn.microsoft.com/msdnmag/issues/07/02/Toolbox/mitchell.toolbox.regulator.gif" medium="image">
			<media:title type="html">The Regulator </media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax Development with ASP.NET - Nikhil Demo at JAOO</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/04/14/12/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/04/14/12/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 04:50:21 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/04/14/12/</guid>
		<description><![CDATA[Nikhil Kothari (is the architect of ASP.NET Ajax, part of the Web Platform and Tools team at Microsoft) demonstrates the out-of-box features in ASP.NET Ajax can be used to enrich Web apps with Ajax functionality and incorporate various Ajax patterns in a simple manner; he also demonstrates more powerful usage of the script framework, best [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Arial;"><a target="_blank" href="http://nikhilk.net">Nikhil Kothari </a>(is the architect of ASP.NET Ajax, part of the Web Platform and Tools team at Microsoft) demonstrates the out-of-box features in ASP.NET Ajax can be used to enrich Web apps with Ajax functionality and incorporate various Ajax patterns in a simple manner; he also demonstrates more powerful usage of the script framework, best practices and design patterns for incorporating and encapsulating script functionality.</span><font face="Times New Roman"> </font><span style="font-size:10pt;font-family:Arial;"><span> </span>Nikhil led the development of the page framework and several of the controls in the ASP.NET toolbox today. Here you got a go for his demo and presentation. </span><a href="http://www.infoq.com/presentations/ajax-with-asp-atlas-nikhil-kothari;jsessionid=494580136D216A7815F708221F1AF103">http://www.infoq.com/presentations/ajax-with-asp-atlas-nikhil-kothari;jsessionid=494580136D216A7815F708221F1AF103</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=12&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/04/14/12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IBM supports .NET development with Rational Toolset</title>
		<link>http://lovedjohnysmith.wordpress.com/2007/04/12/ibm-supports-net-development-with-rational-toolset/</link>
		<comments>http://lovedjohnysmith.wordpress.com/2007/04/12/ibm-supports-net-development-with-rational-toolset/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 23:44:29 +0000</pubDate>
		<dc:creator>lovedjohnysmith</dc:creator>
		
		<category><![CDATA[Modelling]]></category>

		<guid isPermaLink="false">http://lovedjohnysmith.wordpress.com/2007/04/12/ibm-supports-net-development-with-rational-toolset/</guid>
		<description><![CDATA[Wow!  - IBM is now offering something called the Rational Modeling Extension for .NET for pieces of its Rational software development portfolio.  Philosophically, this is the replacement for Rational Rose XDE, the well-regarded UML tool for .NET from IBM, that (I believe) IBM discontinued, as well as Rational Rose Developer for Visual Studio.  The Extension for [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:Arial;">Wow! <span> </span>- IBM is now offering something called the <a href="http://www-306.ibm.com/common/ssi/rep_ca/7/897/ENUS207-027/index.html">Rational Modeling Extension for .NET</a> for pieces of its Rational software development portfolio.  Philosophically, this is the replacement for <strong><span style="font-family:Arial;">Rational Rose XDE</span></strong>, the well-regarded UML tool for .NET from IBM, that (I believe) IBM discontinued, as well as <strong><span style="font-family:Arial;">Rational Rose Developer for Visual Studio</span></strong>.  The Extension for .NET adds on to Rational Software Modeler or Rational Systems Developer. </span></p>
<p><span style="font-size:10pt;font-family:Arial;"></span><span style="font-size:10pt;font-family:Arial;">IBM says:</span></p>
<p><span style="font-size:10pt;font-family:Arial;"></span><em><span style="font-size:10pt;font-family:Arial;">The UML 2 modeling capabilities available for use with IBM Rational Modeling Extension for Microsoft .NET software include object diagram support (new in V7) and extended capabilities for modeling activities, composite structures, components, interactions (sequence and communication diagrams) and state machines-in addition provide use-case, class and deployment diagramming capabilities. </span></em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lovedjohnysmith.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lovedjohnysmith.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lovedjohnysmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lovedjohnysmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lovedjohnysmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lovedjohnysmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lovedjohnysmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lovedjohnysmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lovedjohnysmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lovedjohnysmith.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lovedjohnysmith.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lovedjohnysmith.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lovedjohnysmith.wordpress.com&blog=917501&post=10&subd=lovedjohnysmith&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lovedjohnysmith.wordpress.com/2007/04/12/ibm-supports-net-development-with-rational-toolset/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>