<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DotNet Gator</title>
	<atom:link href="http://blog.dotnetgator.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dotnetgator.com</link>
	<description>.Net and Windows Development from a Florida Gator's Point of View</description>
	<lastBuildDate>Mon, 23 Nov 2009 03:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.dotnetgator.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/58ae3887b5d2812780d6a25e27df6a48?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>DotNet Gator</title>
		<link>http://blog.dotnetgator.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.dotnetgator.com/osd.xml" title="DotNet Gator" />
	<atom:link rel='hub' href='http://blog.dotnetgator.com/?pushpress=hub'/>
		<item>
		<title>Looking Back at PDC 2009 – General Thoughts</title>
		<link>http://blog.dotnetgator.com/2009/11/23/looking-back-at-pdc-2009-%e2%80%93-general-thoughts/</link>
		<comments>http://blog.dotnetgator.com/2009/11/23/looking-back-at-pdc-2009-%e2%80%93-general-thoughts/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 03:13:32 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/11/23/looking-back-at-pdc-2009-%e2%80%93-general-thoughts/</guid>
		<description><![CDATA[So coming home from PDC turned out to be much different than expected…my wife has been bedridden with a cold since I stepped back into the house on Friday night.  I was hoping to reflect a lot more on PDC over the weekend, but alas that was not to be (although it was nice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=109&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>So coming home from <a href="http://microsoftpdc.com">PDC</a> turned out to be much different than expected…my wife has been bedridden with a cold since I stepped back into the house on Friday night.  I was hoping to reflect a lot more on PDC over the weekend, but alas that was not to be (although it was nice to spend so much time with my daughter after being gone for a week.)
</p>
<p>I got a lot out of PDC, but like a lot of things, it may not have been what was directly intended to be delivered, but rather what was between the lines that mattered.  It was hard to get a solid track for session attendance – I tended to be all over the place…I think my next conference will have me going to a very narrow-focused set of sessions and then catching the videos for what I missed.  Regardless, having the videos available is handy, and I&#8217;ve already watched several for sessions that I had to skip for one reason or another.
</p>
<p>From a high-level, my thoughts are as follows:
</p>
<p><span style="text-decoration:underline;"><strong>Azure</strong></span>: <a href="http://blogs.msdn.com/oldnewthing/">Raymond Chen</a> once blogged about the true measure of when a project is &#8220;real&#8221; being when stakeholders start talking more about what it won&#8217;t do than about what it will do.  <a href="http://www.microsoft.com/windowsazure/">Azure</a> seems to be there.  A lot of the general-high-level functionality is in place, and they&#8217;ve managed to plugged some significant holes in very short-order (eg. single sign-on…)  &#8220;<a href="http://www.microsoft.com/WindowsAzure/dallas/">Dallas</a>&#8221; is big, and I think that once I am able to cobble together some demos, some people I know will find it irresistible.  The general place where Azure lives and/or will live is in the ability to scale ASP.Net applications up to Azure (an interesting idea is to keep existing data centers, but use Azure for redundancy and for elastic scaling…) and soon to be able to revert Azure applications back down to ASP.Net and private data centers.
</p>
<p><span style="text-decoration:underline;"><strong>Silverlight</strong></span>: With the enhanced LOB features in <a href="http://www.silverlight.net/getstarted/silverlight-4-beta/">SL4</a> (printing, right-click context menus, shared assemblies, etc.) and especially with the ability to run standalone SL with enhanced trust, the line between SL and WPF is getting incredibly blurry.  Bottom line, Silverlight continues to be a platform worthy of the time spent becoming familiar with it.
</p>
<p><span style="text-decoration:underline;"><strong>Parallelism</strong></span>: The content here was not really new – <a href="http://en.wikipedia.org/wiki/Moore%27s_Law">Moore&#8217;s law</a> seems to still be predicting <a href="http://blogs.zdnet.com/OverTheHorizon/?p=13&amp;tag=col1;post-13">80 core machines in the not-too-distant future</a>.  The new .Net 4 support for parallelism builds nicely on top of what is already in the framework, but unfortunately there&#8217;s still nothing to replace the requisite &#8220;InvokeRequired&#8221; boilerplate checks at the presentation layer.  This becomes problematic when a layer outside of the presentation layer gets refactored to use threading…the UI layer isn&#8217;t written expecting it, resulting in a runtime exception.  Ideas involving an application-level attribute or other high-level approach to baking the thread marshaling code into the UI framework controls themselves would probably go a long way, and conversely, the absence thereof will probably stifle the extensive use of parallelism in real-world applications, due to the perceived complications that its inclusion introduce.
</p>
<p><span style="text-decoration:underline;"><strong>Data</strong></span>: Put simply – goodbye LINQ-to-SQL.  With <a href="http://msdn.microsoft.com/en-us/data/aa937723.aspx">EF4</a>, there&#8217;s really not much need anymore.  The ability to come at data from either model-first, code-first, or database first is really helpful…from my perspective, when doing &#8220;<a href="http://en.wikipedia.org/wiki/Greenfield_project">Greenfield development</a>&#8220;, the Model is My Truth, and both the code and the database are simply implementation artifacts.
</p>
<p><span style="text-decoration:underline;"><strong>What was missing</strong></span>: Ray Ozzie&#8217;s talk of &#8220;<a href="http://www.microsoft.com/presspass/events/ozzie/default.mspx">Three Screens and the Cloud</a>&#8221; began to ring hollow when it became clear that Windows Mobile was taking a back-seat at this conference…no talk of WM7, Silverlight Mobile, etc.  What happened to the &#8220;little screen?&#8221;  Just saying &#8220;we don&#8217;t have it yet, but we&#8217;re working on it and just wait…it&#8217;s going to be awesome&#8221; would have gone a long way.  Not mentioning it actually turned it into the 800-lb gorilla in the room.
</p>
<p>Also, what happened to the <a href="http://dev.live.com/">Live Services</a> story?  What about <a href="https://www.mesh.com/welcome/default.aspx">Live Mesh</a>?  It looks like these topics are being taken back into the garage for a retune, and their inclusion in last year&#8217;s introduction of the Azure stack may have been inadvertent noise.  I have found Mesh in particular to be a very useful tool, but its lack of any relationship whatsoever to <a href="http://skydrive.live.com/">SkyDrive</a> is perplexing.
</p>
<p>Finally, if this year is any indication (and it may not be), it looks like the PDC may be being positioned for a new identity.  With other conferences like <a href="http://www.visitmix.com/">Mix</a>, <a href="http://www.sqlpass.org/">SQL-PASS</a>, and <a href="http://www.mssharepointconference.com/Pages/default.aspx">SharePoint</a>-specific conferences, among others, it may be time to make <a href="http://www.msteched.com/online/home.aspx">TechEd</a> IT-specific and bring TechEd&#8217;s developer content into PDC.  I felt the &#8220;split approach&#8221; taken by TechEd in 2008 (1 week for dev, 1 week for IT) worked out nicely.  Time will tell…
</p>
<p>As I said, it was a good conference for many reasons for me.  In addition to the show contents, there were interesting networking experiences. I&#8217;ll be posting about individual technologies in the coming few days.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=109&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/11/23/looking-back-at-pdc-2009-%e2%80%93-general-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>
	</item>
		<item>
		<title>I’m Off to PDC (or Contracting Encephalitis)</title>
		<link>http://blog.dotnetgator.com/2009/11/15/i%e2%80%99m-off-to-pdc-or-contracting-encephalitis/</link>
		<comments>http://blog.dotnetgator.com/2009/11/15/i%e2%80%99m-off-to-pdc-or-contracting-encephalitis/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:52:05 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/11/15/i%e2%80%99m-off-to-pdc-or-contracting-encephalitis/</guid>
		<description><![CDATA[
	
I&#8217;m off to this year&#8217;s PDC event in Los Angeles.  From the logo, it looks like attending this conference will result in horrific brain swelling.  It&#8217;ll be several days of immersion into the latest and upcoming Microsoft development stack.  This year, I&#8217;m particularly interested in Silverlight, SharePoint 14/2010, Azure, and what&#8217;s new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=108&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://microsoftpdc.com/"><img align="left" src="http://avidgator.files.wordpress.com/2009/11/111509_1652_imofftopdc1.jpg?w=450" alt=""></a>
	</p>
<p>I&#8217;m off to this year&#8217;s <a href="http://microsoftpdc.com/">PDC</a> event in Los Angeles.  From the logo, it looks like attending this conference will result in <a href="http://en.wikipedia.org/wiki/Encephalitis">horrific brain swelling</a>.  It&#8217;ll be several days of immersion into the latest and upcoming Microsoft development stack.  This year, I&#8217;m particularly interested in <a href="http://www.silverlight.net/">Silverlight</a>, <a href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx">SharePoint 14/2010</a>, <a href="http://www.microsoft.com/windowsazure/">Azure</a>, and what&#8217;s new in parallelism.  I&#8217;m also looking forward to being able to engage with representatives from <a href="http://www.jetbrains.com/resharper/index.html">JetBrains</a>, <a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/">DevExpress</a>, and <a href="http://www.red-gate.com/">RedGate</a> (especially in regards to the exciting new things they are doing with <a href="http://www.red-gate.com/messageboard/viewforum.php?f=109&amp;topicdays=0&amp;start=20">Reflector Pro</a>!) to discuss their productivity tools and their inclusion in <a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx">Visual Studio 2010</a>.
</p>
<p>I&#8217;ll be at the <a href="http://www.msdev.com/default.aspx">MSDev</a> Booth on Wednesday from 12-12:45 as part of the <a href="https://partner.microsoft.com/US/Partner">Partner</a> program, basically to let people know of my and <a href="http://www.burntsand.com/">Burntsand&#8217;s</a> success stories with the Microsoft tools and products.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=108&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/11/15/i%e2%80%99m-off-to-pdc-or-contracting-encephalitis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/11/111509_1652_imofftopdc1.jpg" medium="image" />
	</item>
		<item>
		<title>MaxiVista is back!</title>
		<link>http://blog.dotnetgator.com/2009/09/16/maxivista-is-back/</link>
		<comments>http://blog.dotnetgator.com/2009/09/16/maxivista-is-back/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 22:39:26 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/09/16/maxivista-is-back/</guid>
		<description><![CDATA[
	
It always felt a little odd that a product called MaxiVista was (somewhat) incompatible with Microsoft&#8217;s Vista OS.  However, after a bit of a wait, the folks at MaxiVista seem to have overcome their technical hurdles and the product is back with MaxiVista v4.

For those who may be unfamiliar, MaxiVista is a software application/driver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=103&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maxivista.com/"><img src="http://avidgator.files.wordpress.com/2009/09/091609_2239_maxivistais1.gif?w=450" alt=""></a>
	</p>
<p>It always felt a little odd that a product called <a href="http://www.maxivista.com/">MaxiVista</a> was (somewhat) incompatible with Microsoft&#8217;s Vista OS.  However, after a bit of a wait, the folks at MaxiVista seem to have overcome their technical hurdles and the product is back with <a href="http://www.maxivista.com/new4.htm">MaxiVista v4</a>.
</p>
<p>For those who may be unfamiliar, MaxiVista is a software application/driver that allows:
</p>
<ul>
<li>a remote PC to act as a second (or third, or fourth) monitor
</li>
<li>remote control (K/M) of a second PC
</li>
<li>clipboard sharing between PCs
</li>
<li>display cloning between PCs
</li>
</ul>
<p>This all takes place over a regular LAN connection.  In the past, I have used this software while traveling to allow me to use a low-end laptop to act as a secondary display to my main development PC, which is a lot more convenient than trying to travel with an actual display, LCD or otherwise.  All you do is run a small Viewer application on the &#8220;slave machine&#8221; (no installer required) and the main PC can discover it and make use of it.
</p>
<p>The product supports Windows Vista and Windows 7 in both 32 and 64-bit configurations (<a href="http://www.maxivista.com/docs4/09/sysreq.htm">and of course still supports XP, 2003, 2000, etc</a>.)
</p>
<p>If you are as much of a fan of using multiple-monitors as I am, MaxiVista is definitely worth a look.  They do offer a time and run-limited free <a href="http://www.maxivista.com/download.htm">trial version</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=103&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/09/16/maxivista-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/09/091609_2239_maxivistais1.gif" medium="image" />
	</item>
		<item>
		<title>Vermont Code Camp Content</title>
		<link>http://blog.dotnetgator.com/2009/09/14/vermont-code-camp-content/</link>
		<comments>http://blog.dotnetgator.com/2009/09/14/vermont-code-camp-content/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 02:00:57 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/09/14/vermont-code-camp-content/</guid>
		<description><![CDATA[
	

 
Yesterday was the Vermont .Net User Group&#8217;s first Code Camp.  They put on one heck of an inaugural event.  It was well organized, well attended, the facility (Kalkin Hall at the University of Vermont) was great, and they had great sponsorship.  All in all, Julie Lerman and her team did a fantastic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=101&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://avidgator.files.wordpress.com/2009/09/091409_0200_vermontcode1.png?w=450">
	</p>
<p>
 </p>
<p>Yesterday was the <a href="http://www.vtdotnet.org/">Vermont .Net User Group&#8217;s</a> first <a href="http://www.vtdotnet.org/codecamp/">Code Camp</a>.  They put on one heck of an inaugural event.  It was well organized, well attended, the facility (Kalkin Hall at the <a href="http://www.uvm.edu/">University of Vermont</a>) was great, and they had great sponsorship.  All in all, <a href="http://thedatafarm.com/blog/">Julie Lerman</a> and her team did a fantastic job.
</p>
<p>Because there was so much interest, presenters were mostly limited to just one presentation, so I condensed my <a href="http://silverlight.net">Silverlight</a> for Business presentation so I could include new content for <a href="http://www.nikhilk.net/NET-RIA-Services-Vision-Architecture.aspx">RIA Services</a>.  I have uploaded the presentation materials, and they are available <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/Vermont%20Code%20Camp">here</a>.
</p>
<p>Again, many thanks to the event organizers and the sponsors!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=101&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/09/14/vermont-code-camp-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/09/091409_0200_vermontcode1.png" medium="image" />
	</item>
		<item>
		<title>Silverlight Research Links Updated</title>
		<link>http://blog.dotnetgator.com/2009/08/11/silverlight-research-links-updated/</link>
		<comments>http://blog.dotnetgator.com/2009/08/11/silverlight-research-links-updated/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 03:14:27 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/08/11/silverlight-research-links-updated/</guid>
		<description><![CDATA[
	
I have updated my collection of Silverlight Research materials that I have been using to back my Silverlight
		presentations.  The links (now the graphic makes sense, right?) have been categorized into &#8220;logical&#8221; groups (your mileage may vary) and a section has been added for several books that I consider good references on the topic.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=97&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://avidgator.files.wordpress.com/2009/08/081109_0314_silverlight1.png?w=450">
	</p>
<p>I have updated my collection of Silverlight Research materials that I have been using to back my <a href="http://silverlight.net/default.aspx">Silverlight</a><br />
		<a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps">presentations</a>.  The links (now the graphic makes sense, right?) have been categorized into &#8220;logical&#8221; groups (your mileage may vary) and a <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/Research%20Materials/Books">section has been added for several books</a> that I consider good references on the topic.  Anyway, the content can be found <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/Research%20Materials">here</a>.  Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=97&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/08/11/silverlight-research-links-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/08/081109_0314_silverlight1.png" medium="image" />
	</item>
		<item>
		<title>New England VB Professionals Presentation Overview</title>
		<link>http://blog.dotnetgator.com/2009/08/07/new-england-vb-professionals-presentation-overview/</link>
		<comments>http://blog.dotnetgator.com/2009/08/07/new-england-vb-professionals-presentation-overview/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:28:34 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dotnetgator.com/2009/08/07/new-england-vb-professionals-presentation-overview/</guid>
		<description><![CDATA[I had another chance to get in front of a User Group – this time the New England Visual Basic Professionals to discuss Silverlight for Business.  I changed up the presentation a bit, removing the discussion of Authentication and Membership and replacing it with a quick discussion/overview of .Net RIA Services.  It also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=96&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I had another chance to get in front of a User Group – this time the <a href="http://www.nevb.com/">New England Visual Basic Professionals</a> to discuss <a href="http://www.silverlight.net/">Silverlight</a> for Business.  I changed up the presentation a bit, removing the discussion of Authentication and Membership and replacing it with a quick discussion/overview of <a href="http://code.msdn.microsoft.com/RiaServices">.Net RIA Services</a>.  It also was my first opportunity to show some of the new features and tools available in the recently-released Silverlight 3.
</p>
<p>I have posted the latest version of the presentation slides, code, and &#8220;script.&#8221; As usual, the script is an interactive <a href="http://get.adobe.com/reader/">PDF</a> version of the <a href="http://en.wikipedia.org/wiki/Mind_map">mind-map</a> that I use, and it includes hyperlinks to the references for the pertinent topics covered in the presentation. To use it, start at 1:00 and work through the topics in a clockwise rotation. The content is available <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/New%20England%20VB%20Pro%20Aug%202009">here</a>.
</p>
<p>I went through a lot of research material getting ready for this presentation, and I will be updating and organizing the <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/Research%20Materials">Silverlight Research</a> section of my <a href="http://skydrive.live.com/">SkyDrive</a> storage area to reflect that over the next couple of days.
</p>
<p>Many thanks to NEVB&#8217;s <a href="http://www.novicksoftware.com/">Andrew Novick</a>, as well as Dean Serrentino and Teresa DeLuca from the <a href="http://neasp.net/">New England ASP.NET Professionals User Group</a> for their help and hospitality.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=96&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/08/07/new-england-vb-professionals-presentation-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery IntelliSense Issue</title>
		<link>http://blog.dotnetgator.com/2009/04/19/jquery-intellisense-issue/</link>
		<comments>http://blog.dotnetgator.com/2009/04/19/jquery-intellisense-issue/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 19:44:55 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://avidgator.wordpress.com/2009/04/19/jquery-intellisense-issue/</guid>
		<description><![CDATA[I recently ran into an issue with IntelliSense support for jQuery 1.3.2 in Visual Studio 2008 SP1. Unfortunately, I did not find a whole lot of precise documentation for the solution, which was actually quite simple once I stumbled into it.
Basically, I kept getting the message &#8220;Error updating Jscript IntelliSense&#8221; … &#8220;jquery-1.3.2.js: Object doesn&#8217;t support [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=91&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I recently ran into an issue with <a href="http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx">IntelliSense support for jQuery 1.3.2 in Visual Studio 2008 SP1</a>. Unfortunately, I did not find a whole lot of precise documentation for the solution, which was actually quite simple once I stumbled into it.</p>
<p>Basically, I kept getting the message &#8220;Error updating Jscript IntelliSense&#8221; … &#8220;jquery-1.3.2.js: Object doesn&#8217;t support this property or method @ 2139:1&#8243;</p>
<p> My script tag entries were as follows:</p>
<p><span style="font-family:Consolas;font-size:10pt;"><span style="color:blue;">&lt;</span><span style="color:#a31515;">script</span> <span style="color:red;">type</span><span style="color:blue;">=&#8221;text/javascript&#8221;</span> <span style="color:red;">src</span><span style="color:blue;">=&#8221;jquery-1.3.2-vsdoc2.js&#8221;/&gt;<br />
</span></span><span style="font-family:Consolas;font-size:10pt;"><span style="color:blue;">&lt;</span><span style="color:#a31515;">script </span><span style="color:red;">type</span><span style="color:blue;">=&#8221;text/javascript&#8221; </span><span style="color:red;">src</span><span style="color:blue;">=&#8221;jquery-1.3.2.js&#8221;/&gt;</span></span></p>
<p>The root case is that the default download from the jQuery site for the IntelliSense documentation is a &#8220;vsdoc2&#8243; file, where IntelliSense expects a vsdoc file. Simply renaming the file and changing the script reference fixes the problem.</p>
<p><img src="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel2.png?w=450" alt="" /></p>
<p><span style="color:#4f81bd;font-size:9pt;"><strong>Note the vsdoc2.js filename<br />
</strong></span></p>
<p> </p>
<p><img src="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel3.png?w=450" alt="" /></p>
<p><span style="color:#4f81bd;font-size:9pt;"><strong>Project with Renamed File<br />
</strong></span></p>
<p>My revised script tag entries:<span style="font-family:Consolas;font-size:10pt;"><br />
<span style="color:blue;">&lt;</span><span style="color:#a31515;">script </span><span style="color:red;">type</span><span style="color:blue;">=&#8221;text/javascript&#8221; </span><span style="color:red;">src</span><span style="color:blue;">=&#8221;jquery-1.3.2-vsdoc.js&#8221;/&gt;</span></span><span style="font-family:Consolas;font-size:10pt;"><br />
<span style="color:blue;">&lt;</span><span style="color:#a31515;">script </span><span style="color:red;">type</span><span style="color:blue;">=&#8221;text/javascript&#8221; </span><span style="color:red;">src</span><span style="color:blue;">=&#8221;jquery-1.3.2.js&#8221;/&gt;</span><span style="color:blue;"><br />
</span></span></p>
<p>And now jQuery IntelliSense works as advertised!</p>
<p><img src="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel4.png?w=450" alt="" /></p>
<p><span style="color:#4f81bd;font-size:9pt;"><strong>New Script Reference with IntelliSense Working<br />
</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=91&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/04/19/jquery-intellisense-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel2.png" medium="image" />

		<media:content url="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel3.png" medium="image" />

		<media:content url="http://avidgator.files.wordpress.com/2009/04/041909-1944-jqueryintel4.png" medium="image" />
	</item>
		<item>
		<title>NH.Net User Group Presentation Overview</title>
		<link>http://blog.dotnetgator.com/2009/04/17/nhnet-user-group-presentation-overview/</link>
		<comments>http://blog.dotnetgator.com/2009/04/17/nhnet-user-group-presentation-overview/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 02:52:09 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://avidgator.wordpress.com/2009/04/17/nhnet-user-group-presentation-overview/</guid>
		<description><![CDATA[I have to say that I had an absolute blast presenting at the NH .Net User Group last night.  It was a good crowd that seemed genuinely interested in the topic and threw up some good questions.  I only angered the &#8220;demo gods&#8221; once, but was able to dig out and keep to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=86&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I have to say that I had an absolute blast presenting at the <a href="http://www.nhdn.com/">NH .Net User Group</a> last night.  It was a good crowd that seemed genuinely interested in the topic and threw up some good questions.  I only angered the &#8220;<a href="http://en.wikipedia.org/wiki/Template:Shepard's_Prayer">demo gods</a>&#8221; once, but was able to dig out and keep to my plan for what I wanted to cover in the presentation.  With the 2 hour format, I was actually able to cover more ground than I had elsewhere, stating with a bit of &#8220;Hello World&#8221; and running all the way through authentication and the HTML Bridge.
</p>
<p>I have posted the latest version of the presentation slides, code, and &#8220;script.&#8221;  As usual, the script is an interactive <a href="http://get.adobe.com/reader/">PDF</a> version of the <a href="http://en.wikipedia.org/wiki/Mind_map">mind-map</a> that I use, and it includes hyperlinks to the references for the pertinent topics covered in the presentation.  To use it, start at 1:00 and work through the topics in a clockwise rotation.  The content is available <a href="http://cid-511766c2b5c5bdd3.skydrive.live.com/browse.aspx/DotNet%20Presentations/Silverlight%20For%20Business%20Apps/NH%20Dot%20Net%20User%20Group%20April%202009">here</a>.
</p>
<p>My one glitch occurred during the Authentication segment – to date the most fragile piece of the whole event.  I got aggressive and uncommented too much out of the web.config too early.  The result was that I had set things up for Forms Authentication, with Anonymous access disabled.  When I went to add the web service reference from the Silverlight Client project, the tool failed to obtain information about the service (because it was trying to request information from the server anonymously.)  Once I commented out the anonymous restriction and recompiled, things were working fine.
</p>
<p>Now it is time to set things up for <a href="http://silverlight.net/getstarted/silverlight3/default.aspx">Silverlight 3</a> – I hope to do something at the upcoming Connecticut <a href="http://ctdotnet.org/codecamp2.aspx">Code Camp</a> on June 13, which is likely to be my next presentation opportunity.
</p>
<p>Many thanks to the audience and especially to <a href="http://www.4square.net/">Pat Tormey</a> who runs the <a href="http://www.nhdn.com/">NH group</a>.
</p>
<p>
 </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=86&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/04/17/nhnet-user-group-presentation-overview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>
	</item>
		<item>
		<title>New Hampshire .Net User Group</title>
		<link>http://blog.dotnetgator.com/2009/04/04/new-hampshire-net-user-group/</link>
		<comments>http://blog.dotnetgator.com/2009/04/04/new-hampshire-net-user-group/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 01:27:44 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://avidgator.wordpress.com/2009/04/04/new-hampshire-net-user-group/</guid>
		<description><![CDATA[At the Boston Code Camp last week I got to talking with Pat Tormey who runs the NH .Net User Group and he asked if I could bring my Silverlight talk to their April meeting.  After he sat through the presentation he was still interested, so it looks like I&#8217;ll be holding off on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=85&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://avidgator.files.wordpress.com/2009/04/040409-0127-newhampshir1.png?w=450">At the <a href="http://www.thedevcommunity.org/Events/PresentationList.aspx?id=11">Boston Code Camp</a> last week I got to talking with <a href="http://www.4square.net/">Pat Tormey</a> who runs the <a href="http://www.nhdn.com/DNN/">NH .Net User Group</a> and he asked if I could bring my Silverlight talk to their April meeting.  After he sat through the presentation he was still interested, so it looks like I&#8217;ll be holding off on changing the presentation content to Silverlight 3 for a couple more weeks.
</p>
<p>I&#8217;m really looking forward to this talk.  My introduction to the User Group Communities came through the NH .Net User group, back before my daughter was born and when it was meeting in Tyngsboro, MA.  I saw some great presentations there, and I think I owe <a href="http://samgentile.com/">Sam Gentile</a> an apology or two as I asked him about any potential impact to video playback that could be caused by the unpredictable timing of the .Net framework&#8217;s GC collections.  I got to see some really good speakers talk about a wide range of topics dating back to the beginnings of .Net.  It is a great opportunity to try to give something back to this group.
</p>
<p>I&#8217;ll be presenting on Wednesday, April 15<sup>th</sup> at 6:30 PM at the Eaton Richmond Center at <a href="http://www.dwc.edu/">Daniel Webster College</a> in Nashua (<a href="http://www.dwc.edu/about/directions.shtml">directions</a>.)  There&#8217;s usually a gathering at <a href="http://www.shortysmex.com/contact.htm">Shorty&#8217;s</a> off of Exit 6 (next to the Home Depot) in Nashua following these events.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=85&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/04/04/new-hampshire-net-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>

		<media:content url="http://avidgator.files.wordpress.com/2009/04/040409-0127-newhampshir1.png" medium="image" />
	</item>
		<item>
		<title>More from Silverlight at Boston Code Camp</title>
		<link>http://blog.dotnetgator.com/2009/03/29/more-from-silverlight-at-boston-code-camp/</link>
		<comments>http://blog.dotnetgator.com/2009/03/29/more-from-silverlight-at-boston-code-camp/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 18:39:31 +0000</pubDate>
		<dc:creator>avidgator</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://avidgator.wordpress.com/?p=72</guid>
		<description><![CDATA[I received a request from one of the attendees at my presentation to pass along some information about an upcoming online Silverlight course being offered as of next week and figured I would pass it along (friendly faces in an audience are priceless.) His request follows:  
 Mr. Garland,
    I have some information on an online [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=72&subd=avidgator&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I received a request from one of the attendees at my presentation to pass along some information about an upcoming online Silverlight course being offered as of next week and figured I would pass it along (friendly faces in an audience are priceless.) His request follows:  </p>
<blockquote><p> <span style="font-size:9pt;">Mr. Garland,<br />
    I have some information on an online Silverlight 2 course that will start in a week. I&#8217;m hoping you&#8217;ll consider posting this information on your site, since you&#8217;re a presenter and blogger on Silverlight 2. I attended your presentation at Code Camp 11.</span>    The course is offered by Foothill College, a state college in Los Altos Hills, California :</p>
<p><a href="http://www.foothill.edu" target="_blank"><span style="color:#0066cc;text-decoration:underline;">http://www.foothill.edu</span></a></p>
<p>    The course is CAST 80, &#8220;SELECTED TOPICS IN SOFTWARE APPLICATIONS&#8221;. The special topic will be Silverlight (2). On this page, select &#8220;Computers &amp; Software Training (CAST)&#8221;, then select the &#8220;Spring 2009&#8243; quarter, and click the Search button :</p>
<p><a href="http://www.foothill.edu/schedule/schedule.php" target="_blank"><span style="color:#0066cc;text-decoration:underline;">http://www.foothill.edu/schedule/schedule.php</span></a></p>
<p>    Here is more information on this course (listed by its former number CIS 19S). One of the books that will be used is Matthew MacDonald&#8217;s &#8220;Pro Silverlight 2 in C# 2008&#8243;. I have this book, and it&#8217;s excellent :</p>
<p><a href="http://www.schrotenboer.com/foothill/cis-019s.htm" target="_blank"><span style="color:#0066cc;text-decoration:underline;">http://www.schrotenboer.com/foothill/cis-019s.htm</span></a></p>
<p>    Note that prospective students must first be &#8220;accepted&#8221; by Foothill before they can register for courses. Luckily, this can be done purely online, given that you answer the questions correctly, as I&#8217;ve done. Follow the &#8220;Foothill Application for Admission&#8221; at the top of the left column :</p>
<p><a href="https://registration.fhda.edu/prod/web/default.jsp?submitButtonName=Enter+Registration+System" target="_blank">https://registration.fhda.edu/prod/web/default.jsp?submitButtonName=Enter+Registration+System#</a></p>
<p>    This course is 4 credits. The cost for outside-of-California students is $128 per credit (quite reasonable). There is also a fixed cost of $42.50 in various fees.</p>
<p>    The class starts April 6th, and lasts 12 weeks. The minimum enrollment for this class to proceed is 20 students (on-campus and online, total) at one week before the course begins. Presently, there are only 10 students enrolled, including myself. I&#8217;m hoping that you will post the information in this email so that students with an interest in Silverlight will have the opportunity to take this course.</p>
<p>    I can supply you with the email address of the instructor, Calvin Schrotenboer, if you wish. I appreciate any assistance you can provide in publicizing this course. Thank you very much.</p>
<p>                                             Sincerely,</p>
<p><span style="font-size:9pt;">                                             James Trela</p>
<p></span></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/avidgator.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/avidgator.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/avidgator.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/avidgator.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/avidgator.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/avidgator.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/avidgator.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/avidgator.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/avidgator.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/avidgator.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.dotnetgator.com&blog=3930062&post=72&subd=avidgator&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.dotnetgator.com/2009/03/29/more-from-silverlight-at-boston-code-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f111b833e6481b7d7eb266d8ff83e0a4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">avidgator</media:title>
		</media:content>
	</item>
	</channel>
</rss>