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

<channel>
	<title>adam mokan &#187; development</title>
	<atom:link href="http://www.adammokan.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adammokan.com</link>
	<description>ramblings of a software developer, mad scientist, geek, and father</description>
	<lastBuildDate>Tue, 22 Nov 2011 19:11:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MVC Mini Profiler</title>
		<link>http://www.adammokan.com/2011/11/14/mvc-mini-profiler/</link>
		<comments>http://www.adammokan.com/2011/11/14/mvc-mini-profiler/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 18:07:37 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[asp.net mvc 3]]></category>
		<category><![CDATA[mvc-mini-profiler]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=82</guid>
		<description><![CDATA[I&#8217;ve started to use the very helpful Mini-Profiler in my apps and love the base functionality provided and optional approach to profiling specific portions of your application. It&#8217;s worth mentioning that Mini-Profiler is open source and used in production by the folks at StackOverflow, so feel confident that it is a solid assembly with plenty [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started to use the very helpful <a href="http://code.google.com/p/mvc-mini-profiler/" target="_blank">Mini-Profiler</a> in my apps and love the base functionality provided and optional approach to profiling specific portions of your application. It&#8217;s worth mentioning that Mini-Profiler is open source and used in production by the folks at <a href="http://stackoverflow.com" target="_blank">StackOverflow</a>, so feel confident that it is a solid assembly with plenty of options to meet your needs.</p>
<p>For those that haven&#8217;t checked it out, bring MiniProfiler into your application <a href="http://nuget.org/List/Packages/MiniProfiler" target="_blank">via NuGet</a> with a</p>
<pre>Install-Package MiniProfiler</pre>
<p>If you are working in a web project (MVC, WebForms), you simply add the following line of code in your head block <em>AFTER</em> your jQuery reference (this line is formatted as Razor for MVC 3) -</p>
<pre>@MvcMiniProfiler.MiniProfiler.RenderIncludes()</pre>
<p>One thing worth mentioning is that on IE9, I had some issues with the UI of the profiler displaying appropriately. I looked around and found a post mentioning adding the following to your CSS file and sure enough, it fixed my IE9 issue. So, give it a shot if you have any problems displaying the profile on Internet Explorer.</p>
<pre>div.profiler-popup
{
    overflow: visible !important;
}</pre>
<div id="attachment_86" class="wp-caption alignnone" style="width: 310px"><a href="http://www.adammokan.com/wp-content/uploads/2011/11/mini_profiler.png"><img class="size-medium wp-image-86" title="mvc-mini-profiler" src="http://www.adammokan.com/wp-content/uploads/2011/11/mini_profiler-300x93.png" alt="" width="300" height="93" /></a><p class="wp-caption-text">Mini-Profiler UI on a simple ASP.NET MVC 3 page</p></div>
<p>I&#8217;ve had success using this for profiling ASP.NET MVC3 applications as well as Entity Framework 4.2 &#8220;Code First&#8221; queries within the apps, which is great. I still really like the <a href="http://efprof.com/" target="_blank">Entity Framework Profiler</a> tool from Hibernating Rhinos and rely on it heavily, but Mini-Profiler does a good job of showing ORM query issues.</p>
<p>I plan to try this out with some old WCF projects in the near future as well. In the meantime, pop it into one of your development applications and make sure your code is performing how you expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/11/14/mvc-mini-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides from my &#8220;Intro to SignalR&#8221; presentation at Desert Code Camp</title>
		<link>http://www.adammokan.com/2011/11/08/intro-to-signalr-slides/</link>
		<comments>http://www.adammokan.com/2011/11/08/intro-to-signalr-slides/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 04:45:36 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[desert code camp 2011.2]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[signalr]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc 3]]></category>
		<category><![CDATA[dcc11]]></category>
		<category><![CDATA[desert code camp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[long-polling]]></category>
		<category><![CDATA[SignalR]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=84</guid>
		<description><![CDATA[I uploaded the slides from my &#8220;Intro to SignalR&#8221; presentation at Desert Code Camp 2011.2 which was held this past weekend (11/05/2011) at Chandler-Gilbert Community College. I did add some additional bullet points and text content to the slide deck since I&#8217;m not a big fan of standing in front of a bunch of that [...]]]></description>
			<content:encoded><![CDATA[<p>I uploaded the slides from my &#8220;Intro to SignalR&#8221; presentation at Desert Code Camp 2011.2 which was held this past weekend (11/05/2011) at Chandler-Gilbert Community College.</p>
<p>I did add some additional bullet points and text content to the slide deck since I&#8217;m not a big fan of standing in front of a bunch of that during a presentation and would rather talk with the attendees and show some code. Either way, check the slides out if you&#8217;d like.</p>
<p><a href="http://www.slideshare.net/adammokan/introduction-to-signalr-10082193" target="_blank">http://www.slideshare.net/adammokan/introduction-to-signalr-10082193</a></p>
<p>Next up is some tweaks to my samples, which were not cooperating with me so much during my session. I will expose that repo on Github soon and post an update.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/11/08/intro-to-signalr-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NuGet.Server sample project</title>
		<link>http://www.adammokan.com/2011/10/12/nuget-server-sample-project/</link>
		<comments>http://www.adammokan.com/2011/10/12/nuget-server-sample-project/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 17:35:26 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[iis express]]></category>
		<category><![CDATA[nuget.server]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=80</guid>
		<description><![CDATA[A couple days ago I mentioned how simple getting an internal Nuget repository via NuGet.Server was. Apparently, it didn&#8217;t go as smooth for others as it did for me based on some replies and DMs. So, I setup a new sample project and pushed it to github for anyone to try. I have succesfully tested [...]]]></description>
			<content:encoded><![CDATA[<p>A couple days ago I mentioned how simple getting an internal Nuget repository via <a href="http://nuget.org/List/Packages/NuGet.Server" target="_blank">NuGet.Server</a> was. Apparently, it didn&#8217;t go as smooth for others as it did for me based on some replies and DMs.</p>
<p>So, I setup a new sample project and pushed it to github for anyone to try. I have succesfully tested this sample in IIS Express as well as IIS 7. Both had no issues after some minor adjustments. For IIS Express I do note some modifications in the README in the github repo that you should take note of. But simply cloning and running should get you going. Be sure, if you are in Visual Studio, that you tell the project to use IIS Express though.</p>
<p>Here is the link to the sample project on github - <a title="github.com/amokan/Nuget.Server-Sample-Project" href="https://github.com/amokan/Nuget.Server-Sample-Project" target="_blank">https://github.com/amokan/Nuget.Server-Sample-Project</a></p>
<p>The basic steps to create the project like I did were:</p>
<ol>
<li>Create a new &#8220;ASP.NET Empty Web Application&#8221; in Visual Studio.</li>
<li>Either use the GUI or NuGet Console to install the <a href="http://nuget.org/List/Packages/NuGet.Server" target="_blank">Nuget.Server</a> package.</li>
<li>Adjust the web.config, as needed.</li>
<li>Profit (or happiness&#8230; i&#8217;m not sure what&#8217;s motivating you here)</li>
</ol>
<div>Enjoy and hopefully this works for someone out there!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/10/12/nuget-server-sample-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>node.js running in a Windows Azure Worker Role</title>
		<link>http://www.adammokan.com/2011/07/20/node-js-in-a-windows-azure-worker-role/</link>
		<comments>http://www.adammokan.com/2011/07/20/node-js-in-a-windows-azure-worker-role/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 22:37:04 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[windows azure]]></category>
		<category><![CDATA[worker role]]></category>
		<category><![CDATA[node.js azure azure-worker-role node.exe]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=76</guid>
		<description><![CDATA[Since the release of node.js version 0.5.1 (download link here) on July 14th, the Windows platform finally has a native node.exe binary that doesn&#8217;t require Cygwin or any other work-around to play with node.js on Windows. I did a small test yesterday by downloading the exe and putting it&#8217;s folder in my local Win7 PATH [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of <a href="http://nodejs.org" target="_blank">node.js</a> version 0.5.1 (download link <a href="http://nodejs.org/#download" target="_blank">here</a>) on July 14th, the Windows platform finally has a native node.exe binary that doesn&#8217;t require Cygwin or any other work-around to play with node.js on Windows. I did a small test yesterday by downloading the exe and putting it&#8217;s folder in my local Win7 PATH environment variable and had simple node.js samples working right in Notepad++, which was entertaining. 0.5.1 is an &#8220;unstable&#8221; release, so don&#8217;t expect to launch your production site on it, but it removes a barrier of entry for those stuck on Windows.</p>
<p>Based on the test yesterday, I dug up an old <a href="http://blog.smarx.com/posts/using-other-web-servers-on-windows-azure" target="_blank">blog post by Steve Marx</a> (<a href="http://twitter.com/smarx" target="_blank">@smarx</a> on twitter) that demonstrated running the Mongoose web server in a Windows Azure Worker Role on port 80. Using his example as a basis, I did the same with node.exe and it worked on the first attempt.</p>
<p><strong>Check out the live site here*</strong> - <a href="http://nodetest.cloudapp.net/" target="_blank">http://nodetest.cloudapp.net/</a></p>
<div id="attachment_77" class="wp-caption alignleft" style="width: 310px"><a href="http://www.adammokan.com/wp-content/uploads/2011/07/node_in_worker_role.png" target="_blank"><img class="size-medium wp-image-77" title="Node worker role in my azure dashboard" src="http://www.adammokan.com/wp-content/uploads/2011/07/node_in_worker_role-300x35.png" alt="Node worker role in my azure dashboard" width="300" height="35" /></a><p class="wp-caption-text">node.js worker role in my azure dashboard</p></div>
<div id="attachment_78" class="wp-caption alignnone" style="width: 176px"><a href="http://www.adammokan.com/wp-content/uploads/2011/07/azure_settings.png" target="_blank"><img class="size-medium wp-image-78 " title="Azure Worker Role Settings" src="http://www.adammokan.com/wp-content/uploads/2011/07/azure_settings-166x300.png" alt="Azure Worker Role Settings" width="166" height="300" /></a><p class="wp-caption-text">worker role settings in azure</p></div>
<p>I&#8217;ve not even messed with nvm or npm on Windows (and have no clue if they even work yet) or frameworks such as <a href="http://expressjs.com/" target="_blank">Express</a>, which I enjoy for larger node projects. <a href="https://gist.github.com/1096057" target="_blank">Here is a gist</a> for the basic sample in the project. Even if you have never looked at node (but understand HTTP), it should be fairly clear.</p>
<p>I have posted the full source for the entire project on github and you should be able to simply download/clone and deploy to Azure with no issues. As mentioned in the readme file, the node application code is in the <em><a href="https://github.com/amokan/node-on-azure/tree/master/src/WorkerRole/node" target="_blank">src/WorkerRole/node/</a></em> directory, along with node.exe itself.</p>
<p>I used a single &#8216;Extra Small&#8217; instance and OSFamily &#8217;2&#8242; in case I wanted to do anything more advanced with PowerShell later on. I&#8217;m sure OSFamily &#8217;1&#8242; would be perfectly fine.</p>
<p>Github source - <a href="https://github.com/amokan/node-on-azure" target="_blank">https://github.com/amokan/node-on-azure</a></p>
<p>If anyone else is doing any work with node.exe in an Azure role, be sure to post your findings and let&#8217;s see how far we can push this thing. Node is an amazing piece of technology and a great solution for high-performance APIs and shows the true power of JavaScript. The next step is integrating node with Azure Table Storage and other features in the Azure ecosystem. Maybe that&#8217;s already been done?</p>
<p><em>* I will leave the live sample running on Azure for a while. If the extra small instance gets slammed for some odd reason, I will drop it and update the post.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/07/20/node-js-in-a-windows-azure-worker-role/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Looking for feedback on future content</title>
		<link>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/</link>
		<comments>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:26:46 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[mvcscaffolding]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[teamcity]]></category>
		<category><![CDATA[templify]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[htmlhelpers]]></category>
		<category><![CDATA[ninject]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=74</guid>
		<description><![CDATA[Yeah, yeah. I know this will probably show up as an empty promise since I always have the best intentions to post more, but I have some blog posts and samples in the works (some were literally ready to post and then a change came out and I have to make adjustments). My goal is [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, yeah. I know this will probably show up as an empty promise since I always have the best intentions to post more, but I have some blog posts and samples in the works (some were literally ready to post and then a change came out and I have to make adjustments). My goal is to get at least one of them out by the end of July. If anyone has feedback on what they&#8217;d like to see first, please comment.</p>
<p>On deck, in no particular order :</p>
<ul>
<li>A detailed post (with code and a Templify template to get you started) on a generic repository pattern for ASP.NET MVC 3 and Entity Framework 4.1 along with a unit tests that utilize SQL Compact edition that automatically create a new SQL Compact file upon starting tests, populates the schema with sample data, and then subsequently deletes the file after tests are complete. Dependency injection is done via Ninject, which is my IoC of choice for MVC3.</li>
<li>A post on consuming portable areas in MVC 3 for a plugin-like architecture. Think &#8220;modules&#8221; that can be dynamically loaded.</li>
<li>A post on the MVC lifecycle and when and why to use the various filter interfaces provided by ASP.NET MVC3.</li>
<li>A post on Node.js from a .NET developers perspective and how to get started with hosting, the current state of node on Windows and so-on.</li>
<li>A post on custom HtmlHelpers for MVC3 showing various techniques to keep those views nice and DRY.</li>
<li>A post on running JetBrains TeamCity 6.5 in the cloud using Amazon&#8217;s EC2 &#8220;micro&#8221; instance and automatically bringing up build agents and terminating them after the build. The post would be aimed at .NET development.</li>
</ul>
<div>If you have any feedback on what you&#8217;d like to see, please comment.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Desert Code Camp Session Resources &#8211; Part One</title>
		<link>http://www.adammokan.com/2011/04/03/dcc-session-resources-part1/</link>
		<comments>http://www.adammokan.com/2011/04/03/dcc-session-resources-part1/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 05:19:17 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[desert code camp 2011.1]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[templify]]></category>
		<category><![CDATA[april 2011]]></category>
		<category><![CDATA[dcc11]]></category>
		<category><![CDATA[desert code camp]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=65</guid>
		<description><![CDATA[I will be making a number of posts over the next few days in regards to content I glossed over during my two technical sessions at Desert Code Camp 2011.1 on April 2nd, 2011. This is the first of many and focused on the Templify tool, the template I used, and some links to scaffolding/t4 [...]]]></description>
			<content:encoded><![CDATA[<p><em>I will be making a number of posts over the next few days in regards to content I glossed over during my two technical sessions at Desert Code Camp 2011.1 on April 2nd, 2011. This is the first of many and focused on the Templify tool, the template I used, and some links to scaffolding/t4 templates. These topics have generated the most interest/emails/tweets since yesterday. Keep checking back for more content, though.</em></p>
<p><em> </em></p>
<p><em>* If you attended any of my sessions, <strong>please</strong> <a href="http://bit.ly/rate_my_dcc_presentations" target="_blank">rate them</a> for me. The feedback helps. I understand a lot of things were skipped due to time constraints, but I&#8217;d appreciate any constructive criticism as this was my first time speaking in a short one hour format. I learned, the hard way, topics need to be extremely concise!</em></p>
<hr />
<h2><strong>Tools</strong></h2>
<ul>
<li><strong>Templify &#8211; </strong><a href="http://opensource.endjin.com/templify/" target="_blank">http://opensource.endjin.com/templify/</a>
<ul>
<li>The Templify template I used to start my MVC project during my 11:30am session can be found <a title="Adam Mokan MVC 3 templify template" href="http://dl.dropbox.com/u/6656253/adammokan_mvc-3.0-template.zip">here</a> (in zip format).</li>
<li>I intend, <em>when I have time</em>, to put the template project on GitHub and add a build task to generate the template automatically. Until then:
<ul>
<li>To install the template, unzip the file. You should see a *.pkg file.</li>
<li>Copy the pkg file to your AppData\Roaming\Endjin\Templify\repo (as an example, on Win7, mine is <em>C:\Users\amokan\AppData\Roaming\Endjin\Templify\repo</em>)</li>
<li>You should then be able to make a new folder in Windows Explorer, right click on it and say &#8220;Templify Here&#8221;.</li>
<li>Enjoy my weird project conventions, find gaping issues with my template, make your own, or just downright loathe the whole situation.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2><strong>Web Links/Bundles</strong></h2>
<ul>
<li><strong>MVC Scaffolding &#8211; </strong><a href="http://bit.ly/mvc_scaffolding" target="_blank">http://bit.ly/mvc_scaffolding</a></li>
<li><strong>PowerShell &amp; T4 Template docs at MSDN &#8211; </strong><a href="http://bit.ly/powershell_and_t4" target="_blank">http://bit.ly/powershell_and_t4</a></li>
</ul>
<p>That&#8217;s it for tonight. More coming soon along with code on GitHub!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/04/03/dcc-session-resources-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node.js and MongoDB</title>
		<link>http://www.adammokan.com/2011/03/17/node-js-and-mongodb/</link>
		<comments>http://www.adammokan.com/2011/03/17/node-js-and-mongodb/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 00:56:02 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=61</guid>
		<description><![CDATA[Over the past two weeks I&#8217;ve jumped head first into a new, and exciting, stack for a client project developing an API using node.js with a MongoDB data store. It&#8217;s been a fairly successful start, although I&#8217;m the first to admit my raw JavaScript skills have gotten rusty after years of web forms and, more [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past two weeks I&#8217;ve jumped head first into a new, and exciting, stack for a client project developing an API using <a href="http://nodejs.org/" target="_blank">node.js</a> with a <a href="http://www.mongodb.org/" target="_blank">MongoDB</a> data store.</p>
<p>It&#8217;s been a fairly successful start, although I&#8217;m the first to admit my raw JavaScript skills have gotten rusty after years of web forms and, more recently, relying on things like jQuery for UI work in my web applications. Combining that with my first heavy foray into Mongo, which I&#8217;ve tinkered with in the past, and it&#8217;s provided a lot of excitement for me to learn some totally new approaches to system architecture which always inspires me to look at how to leverage some of the approaches/techniques to my primary role as a .NET consultant.</p>
<p>As with many edge frameworks, node.js is easy to get going with on OSX or Linux. Windows is a bit trickier, but <a href="http://twitter.com/tathamoddie">Tatham Oddie</a> posted <a href="http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/">a good little tidbit of info</a> explaining how to get node up and running using the MinGW approach described. I tried this last night on my Windows7 boot and it worked pretty well.</p>
<p>I encourage those of you who at least haven&#8217;t looked into node.js to do so. Just to understand what it is. I&#8217;m not looking at this as a replacement for Rails, Sinatra, ASP.NET, or anything like that; But for an API that just responds to and receives data via RESTful calls, it seems ideal.</p>
<p>Once I get the project wrapped up, I plan to do some more posts showing what I&#8217;ve learned and pitfalls to avoid, from a .NET-developers perspective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/03/17/node-js-and-mongodb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New sessions added to Desert Code Camp 2011</title>
		<link>http://www.adammokan.com/2011/02/25/new-sessions-added-to-desert-code-camp-2011/</link>
		<comments>http://www.adammokan.com/2011/02/25/new-sessions-added-to-desert-code-camp-2011/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 19:25:47 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[desert code camp 2011.1]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[templify]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[desert code camp]]></category>
		<category><![CDATA[gangplank jr]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=60</guid>
		<description><![CDATA[Based on feedback from last night&#8217;s presentation I gave at the Southeast Valley .NET User Group (if you attended the SEVDNUG meeting, please don&#8217;t forget to rate the presentation here), I have decided to add a new &#8220;intro&#8221; session for ASP.NET MVC 3 at Desert Code Camp 2011, which will be held at Chandler-Gilbert Community [...]]]></description>
			<content:encoded><![CDATA[<p>Based on feedback from last night&#8217;s presentation I gave at the <a href="http://www.sevdnug.org/" target="_blank">Southeast Valley .NET User Group</a> (if you attended the SEVDNUG meeting, please don&#8217;t forget to rate the presentation <a href="http://speakerrate.com/talks/5423" target="_blank">here</a>), I have decided to add a new &#8220;intro&#8221; session for ASP.NET MVC 3 at <a href="http://apr2011.desertcodecamp.com/" target="_blank">Desert Code Camp 2011</a>, which will be held at Chandler-Gilbert Community College on Saturday, April 2nd 2011. The event is 100% free.</p>
<p>Below are the sessions I will be teaching and links for you to show interest, which will help the organizers determine the room and time it will be held (based on projected attendance/interest level).</p>
<p><strong>Development Sessions</strong></p>
<ul><a href="http://apr2011.desertcodecamp.com/session/282" target="_blank">Intro to ASP.NET MVC 3</a> &#8211; basic intro for those with little to no experience with the Microsoft MVC implementation.</ul>
<ul><a href="http://apr2011.desertcodecamp.com/session/200" target="_blank">Getting Things Done With ASP.NET MVC 3</a> &#8211; Coverage of NuGet, Scaffolding, and other ways to get up and running faster.</ul>
<p><strong>Non-Development Sessions</strong></p>
<ul><a href="http://apr2011.desertcodecamp.com/session/269" target="_blank">Using simple electronics to make noise! (ages 7+)</a> &#8211; This is a <a href="http://gangplankjr.com/" target="_blank">Gangplank Jr</a> session aimed at helping kids each build a simple sound generating circuit they can take with them.</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/02/25/new-sessions-added-to-desert-code-camp-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Links shown during my MVC3 presentation at the Southeast Valley .NET User Group</title>
		<link>http://www.adammokan.com/2011/02/24/links-shown-during-my-sevdnug-mvc3-presentation/</link>
		<comments>http://www.adammokan.com/2011/02/24/links-shown-during-my-sevdnug-mvc3-presentation/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 01:05:42 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[architectural patterns]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[sevdnug]]></category>
		<category><![CDATA[templify]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[mvc3]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=58</guid>
		<description><![CDATA[If you attended my presentation or not, I have compiled a list of valuable links to cover many aspects of ASP.NET MVC3 discussed in the presentation on Feb 24, 2011. Here is a bundle thanks to bit.ly and bridgeurl. http://bit.ly/sevdnug_mvc3_presentation_links]]></description>
			<content:encoded><![CDATA[<p>If you attended my presentation or not, I have compiled a list of valuable links to cover many aspects of ASP.NET MVC3 discussed in the presentation on Feb 24, 2011.</p>
<p>Here is a bundle thanks to bit.ly and bridgeurl.</p>
<p><a href="http://bit.ly/sevdnug_mvc3_presentation_links">http://bit.ly/sevdnug_mvc3_presentation_links</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/02/24/links-shown-during-my-sevdnug-mvc3-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desert Code Camp 2011.1 presentation &#8211; Getting Things Done With ASP.NET MVC3</title>
		<link>http://www.adammokan.com/2011/01/26/desert-code-camp-2011-1-presentation-getting-things-done-with-asp-net-mvc3/</link>
		<comments>http://www.adammokan.com/2011/01/26/desert-code-camp-2011-1-presentation-getting-things-done-with-asp-net-mvc3/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 23:47:42 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[desert code camp 2011.1]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[dcc11]]></category>
		<category><![CDATA[desert code camp]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=55</guid>
		<description><![CDATA[I just noticed my session was approved for Desert Code Camp 2011.1, which is a free all-day event in lovely Chandler, Arizona and held at the Chandler-Gilbert Community College campus. The first DCC of 2011 will be held on April 2nd and goes from 8:00am-5:00pm. Joe Guadagno, who organizes the event (along with a number [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed my session was approved for <a title="Desert Code Camp 2011.1" href="http://apr2011.desertcodecamp.com/" target="_blank">Desert Code Camp 2011.1</a>, which is a free all-day event in lovely Chandler, Arizona and held at the Chandler-Gilbert Community College <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Chandler-Gilbert+Community+College&amp;aq=&amp;sll=33.292611,-111.796591&amp;sspn=0.017075,0.026157&amp;gl=us&amp;g=2626+E+Pecos+Rd,+Chandler,+AZ+85225&amp;ie=UTF8&amp;z=16" target="_blank">campus</a>. The first DCC of 2011 will be held on April 2nd and goes from 8:00am-5:00pm. <a href="http://twitter.com/jguadagno" target="_blank">Joe Guadagno</a>, who organizes the event (along with a number of other events/groups here in metro Phoenix) deserves a lot of credit for the third code camp here since last May.</p>
<p>If you are in the valley and have never attended, I highly recommend you do so. Nothing like a day of free sessions on all aspects of the industry from development (on nearly every platform), project management, data visualization, web development, etc.</p>
<p>My session will be focused on productivity using <a href="http://www.asp.net/mvc/mvc3" target="_blank">ASP.NET MVC3</a> and I will be demonstrating tools for custom project templates, <a title="NuGet package manager" href="http://nuget.codeplex.com/" target="_blank">NuGet</a> (and how to use it within your organization to leverage good building blocks), <a href="http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx" target="_blank">Razor</a>, and more.</p>
<p><a title="Desert Code Camp 2011.1 - Adam Mokan presentation" rel="nofollow" href="http://bit.ly/adammokan_dcc2011" target="_blank">http://bit.ly/adammokan_dcc2011</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/01/26/desert-code-camp-2011-1-presentation-getting-things-done-with-asp-net-mvc3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

