<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris Hammond</title><link>http://weblogs.asp.net/christoc/default.aspx</link><description>DotNetNuke Upgrade and Consulting specialist</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The powerful .NETMF on your wrist! Meet the Agent</title><link>http://weblogs.asp.net/christoc/archive/2013/05/21/the-powerful-netmf-on-your-wrist-meet-the-agent.aspx</link><pubDate>Tue, 21 May 2013 12:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10320697</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=10320697</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2013/05/21/the-powerful-netmf-on-your-wrist-meet-the-agent.aspx#comments</comments><description>So if you've been under a rock lately, you might have missed this little phenom known as KickStarter. Well today you're going to want to check it out. Secret Labs, the folks who brought you Netduino (hey, I'm wearing a Netduino t-shirt today, what a coincidence...(&lt;a href="http://weblogs.asp.net/christoc/archive/2013/05/21/the-powerful-netmf-on-your-wrist-meet-the-agent.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10320697" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Netduino/default.aspx">Netduino</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Visual+Studio+2012/default.aspx">Visual Studio 2012</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.NETMF/default.aspx">.NETMF</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Using SignalR with DotNetNuke Modules</title><link>http://weblogs.asp.net/christoc/archive/2013/03/25/using-signalr-with-dotnetnuke-modules.aspx</link><pubDate>Mon, 25 Mar 2013 14:02:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10048884</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><description>Originally posted on ChrisHammond.com, all comments and discussion on this topic should be done there.

This post will provide you with a basic tutorial for utilizing SignalR with custom DotNetNuke Modules. If you want to bypass the blog post go check out the source on GitHub, you can Fork my Repository. The module created here will be very simple, if you want a full blown module with more features be sure to check out the open source DotNetNuke Module SignalRChat, and see it in action at http://dnnCHAT.com/ 

SignalR is an ASP.NET library for using websockets and long polling in your applications. Basically what this means, is that you can have your web pages (or apps) maintain an open connection with a webserver, passing data back and forth, without having to do standard posts and gets for the content and functions. SignalR is a free library that you can get from www.signalr.net and you can DL from nuget.org right into your Visual Studio projects.
...(&lt;a href="http://weblogs.asp.net/christoc/archive/2013/03/25/using-signalr-with-dotnetnuke-modules.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10048884" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Module+Development/default.aspx">Module Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>Customizing the latest Module Dev Project Templates</title><link>http://weblogs.asp.net/christoc/archive/2013/01/28/customizing-the-latest-module-dev-project-templates.aspx</link><pubDate>Mon, 28 Jan 2013 21:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9810760</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><description>With the 2.0 release of my module development project templates last week I’ve had a few inquiries into how to customize the templates. You can download the templates from http://christoctemplate.codeplex.com/ Why Modify the Templates? First, why might...(&lt;a href="http://weblogs.asp.net/christoc/archive/2013/01/28/customizing-the-latest-module-dev-project-templates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9810760" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Development/default.aspx">DotNetNuke Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN+Modules/default.aspx">DNN Modules</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Modules/default.aspx">DotNetNuke Modules</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNNCorp/default.aspx">DNNCorp</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Community/default.aspx">Community</category></item><item><title>Using the new Module Development Templates for DotNetNuke 7</title><link>http://weblogs.asp.net/christoc/archive/2013/01/25/using-the-new-module-development-templates-for-dotnetnuke-7.aspx</link><pubDate>Fri, 25 Jan 2013 18:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9799415</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>6</slash:comments><description>With the release of DotNetNuke 7.0 (and now the more recent 7.0.2), it was time to update my module development project templates . If you have worked with my module development templates before, here are the major changes for this release. If you haven...(&lt;a href="http://weblogs.asp.net/christoc/archive/2013/01/25/using-the-new-module-development-templates-for-dotnetnuke-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9799415" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Module+Development/default.aspx">Module Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Visual+Studio+2012/default.aspx">Visual Studio 2012</category></item><item><title>10 Years of DotNetNuke</title><link>http://weblogs.asp.net/christoc/archive/2012/12/24/10-years-of-dotnetnuke.aspx</link><pubDate>Tue, 25 Dec 2012 04:54:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9646553</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9646553</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/12/24/10-years-of-dotnetnuke.aspx#comments</comments><description>In case you haven’t heard, today is our birthday! Back on 12/24/2002, Shaun Walker released an open source project he called (at the time) IBuySpy Workshop in the forums here on www.asp.net . IBSW was a project which containers many enhancements to the...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/12/24/10-years-of-dotnetnuke.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9646553" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Sports/default.aspx">Sports</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNNCorp/default.aspx">DNNCorp</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Community/default.aspx">Community</category></item><item><title>Weblogs.asp.net has a problem, it is spam</title><link>http://weblogs.asp.net/christoc/archive/2012/12/17/weblogs-asp-net-has-a-problem-it-is-spam.aspx</link><pubDate>Mon, 17 Dec 2012 15:24:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9601870</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9601870</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/12/17/weblogs-asp-net-has-a-problem-it-is-spam.aspx#comments</comments><description>Is anyone at Microsoft listening to the SPAM problem here on Weblogs.asp.net? My “ Can anyone do anything about the spam here on weblogs.asp.net? ” post from October got over 12 spam comments posted to it in the past 24 hours. I have comments all moderated...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/12/17/weblogs-asp-net-has-a-problem-it-is-spam.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9601870" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>DotNetNuke 7.0 released</title><link>http://weblogs.asp.net/christoc/archive/2012/11/28/dotnetnuke-7-0-released.aspx</link><pubDate>Thu, 29 Nov 2012 00:54:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9483028</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9483028</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/11/28/dotnetnuke-7-0-released.aspx#comments</comments><description>It is a big day in the world of DotNetNuke (yes, DNN is still around folks). DNN 7.0 was released today, you can find out more information by visiting DotNetNuke.com Be sure to read Will Morgenweck’s blog post for all the details . For a quick peak into...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/11/28/dotnetnuke-7-0-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9483028" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>New free DotNetNuke 7.0 Skin</title><link>http://weblogs.asp.net/christoc/archive/2012/11/24/new-free-dotnetnuke-7-0-skin.aspx</link><pubDate>Sat, 24 Nov 2012 06:25:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9451818</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9451818</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/11/24/new-free-dotnetnuke-7-0-skin.aspx#comments</comments><description>With the pending release of DotNetNuke 7, scheduled for this week, I updated my free DotNetNuke (DNN) skin , MultiFunction v1.3 . This latest release requires DotNetNuke 7, it shouldn’t install on an earlier version of DNN. This release updates a number...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/11/24/new-free-dotnetnuke-7-0-skin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9451818" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Development/default.aspx">DotNetNuke Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.Net+AJAX/default.aspx">ASP.Net AJAX</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Skin/default.aspx">DotNetNuke Skin</category></item><item><title>Using jQuery to customize the styles in table cells</title><link>http://weblogs.asp.net/christoc/archive/2012/10/31/using-jquery-to-customize-the-styles-in-table-cells.aspx</link><pubDate>Wed, 31 Oct 2012 20:18:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9267693</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9267693</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/10/31/using-jquery-to-customize-the-styles-in-table-cells.aspx#comments</comments><description>Originally posted on ChrisHammond.com I was trying to do some work with the Form and List module in DotNetNuke today and I needed to apply some custom styles to the LIST view of a module, without going in and creating a full XSL template for the module...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/10/31/using-jquery-to-customize-the-styles-in-table-cells.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9267693" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Development/default.aspx">DotNetNuke Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN+Modules/default.aspx">DNN Modules</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category></item><item><title>Are you ready to grow that Mo (moustache)? Movember is coming</title><link>http://weblogs.asp.net/christoc/archive/2012/10/26/are-you-ready-to-grow-that-mo-moustache-movember-is-coming.aspx</link><pubDate>Fri, 26 Oct 2012 19:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9221467</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>18</slash:comments><description>Well here we are, nearing the end of the month of October and coming up on the month of N Movember once again. We here at DNNCorp are in our third year of supporting the Movember cause, growing facial hair on our upper lips to raise awareness and money...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/10/26/are-you-ready-to-grow-that-mo-moustache-movember-is-coming.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9221467" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNNCorp/default.aspx">DNNCorp</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Community/default.aspx">Community</category></item><item><title>Can anyone do anything about the spam here on weblogs.asp.net?</title><link>http://weblogs.asp.net/christoc/archive/2012/10/01/can-anyone-do-anything-about-the-spam-here-on-weblogs-asp-net.aspx</link><pubDate>Mon, 01 Oct 2012 07:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9028308</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=9028308</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/10/01/can-anyone-do-anything-about-the-spam-here-on-weblogs-asp-net.aspx#comments</comments><description>If there anyone out there who can do something about the spam here on weblogs.asp.net? Perhaps we could get some new software here that we could use to blog with? The old software barely works in Chrome (I can't see the rich text editor at this point...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/10/01/can-anyone-do-anything-about-the-spam-here-on-weblogs-asp-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9028308" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/community+news/default.aspx">community news</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.Net+AJAX/default.aspx">ASP.Net AJAX</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Community/default.aspx">Community</category></item><item><title>New Visual Studio 2012 Project Templates for DotNetNuke</title><link>http://weblogs.asp.net/christoc/archive/2012/08/27/new-visual-studio-2012-project-templates-for-dotnetnuke.aspx</link><pubDate>Mon, 27 Aug 2012 21:13:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8872839</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=8872839</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/08/27/new-visual-studio-2012-project-templates-for-dotnetnuke.aspx#comments</comments><description>Earlier this month Microsoft put the bits up for Visual Studio 2012 RTM out on MSDN Subscriber downloads, and during the first two weeks of September they will officially be releasing Visual Studio 2012. I started working with VS2012 late in the release...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/08/27/new-visual-studio-2012-project-templates-for-dotnetnuke.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8872839" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Development/default.aspx">DotNetNuke Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN+Modules/default.aspx">DNN Modules</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Modules/default.aspx">DotNetNuke Modules</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Training/default.aspx">DotNetNuke Training</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke+Support/default.aspx">DotNetNuke Support</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Module+Development/default.aspx">Module Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/DNN/default.aspx">DNN</category></item><item><title>New .NETMF 4.2 QFE2 Release, NETDUINO UPGRADES!</title><link>http://weblogs.asp.net/christoc/archive/2012/08/14/new-netmf-4-2-qfe2-release-netduino-upgrades.aspx</link><pubDate>Wed, 15 Aug 2012 02:52:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8843831</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=8843831</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/08/14/new-netmf-4-2-qfe2-release-netduino-upgrades.aspx#comments</comments><description>Earlier today the latest release of the .NET MicroFramework (v4.2 QFE2) was released over on http://netmf.codeplex.com/ . You might ask, why does a DotNetNuke guy care about that? Toys! Well, I call them toys, they are my toys. I’ve dabbled with Netduino...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/08/14/new-netmf-4-2-qfe2-release-netduino-upgrades.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8843831" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/christoc/archive/tags/Netduino/default.aspx">Netduino</category></item><item><title>The risks of using hosted resources, hosted jQuery</title><link>http://weblogs.asp.net/christoc/archive/2012/08/13/the-risks-of-using-hosted-resources-hosted-jquery.aspx</link><pubDate>Mon, 13 Aug 2012 22:09:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8841249</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/christoc/rsscomments.aspx?PostID=8841249</wfw:commentRss><comments>http://weblogs.asp.net/christoc/archive/2012/08/13/the-risks-of-using-hosted-resources-hosted-jquery.aspx#comments</comments><description>Long ago when we started shipping jQuery resources with DotNetNuke we began offering a Host Setting which allowed you to use a HOSTED version of the jQuery resources. There are a number of benefits for using the hosted jQuery resources, of which I will...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/08/13/the-risks-of-using-hosted-resources-hosted-jquery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8841249" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Procedure entry point _Atomic_fetch_sub_4 could not be located in the dynamic link library MSVCR110.dll</title><link>http://weblogs.asp.net/christoc/archive/2012/08/11/procedure-entry-point-atomic-fetch-sub-4-could-not-be-located-in-the-dynamic-link-library-msvcr110-dll.aspx</link><pubDate>Sat, 11 Aug 2012 17:58:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8835851</guid><dc:creator>Chris Hammond</dc:creator><slash:comments>17</slash:comments><description>Recently my Visual Studio 2012 RC installation quit working on my laptop, the whole install is less than two weeks old, but being that VS is currently a release candidate I figured that it probably is just buggy. The problem is I can’t get visual studio...(&lt;a href="http://weblogs.asp.net/christoc/archive/2012/08/11/procedure-entry-point-atomic-fetch-sub-4-could-not-be-located-in-the-dynamic-link-library-msvcr110-dll.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8835851" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/christoc/archive/tags/DotNetNuke/default.aspx">DotNetNuke</category><category domain="http://weblogs.asp.net/christoc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/christoc/archive/tags/.net/default.aspx">.net</category><category domain="http://weblogs.asp.net/christoc/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item></channel></rss>