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

<channel>
	<title>David L. Walker</title>
	<atom:link href="https://blogs.msmvps.com/davidwalker/feed/" rel="self" type="application/rss+xml"/>
	<link>https://blogs.msmvps.com/davidwalker</link>
	<description>Sitecore MVP / Architect / .NET Solution Provider</description>
	<lastBuildDate>Mon, 03 Jan 2022 20:07:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.2</generator>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Kicking off 2022 with a couple Radical PowerShell Scripts for Sitecore</title>
		<link>https://blogs.msmvps.com/davidwalker/2022/01/03/kicking-off-2022-with-a-couple-radical-powershell-scripts-for-sitecore/</link>
					<comments>https://blogs.msmvps.com/davidwalker/2022/01/03/kicking-off-2022-with-a-couple-radical-powershell-scripts-for-sitecore/#respond</comments>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 20:07:19 +0000</pubDate>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[sitecore]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/?p=332</guid>

					<description><![CDATA[Just kicking off 2022 with a couple Radical PowerShell Scripts for Sitecore! I was working on some automation tasks and found where these scripts would be useful: Get-SitecoreSite for auto detecting where the Sitecore Site is located, ie: WWWRoot/Sitecore. If you don&#8217;t provide the site name, it will check all folders under wwwroot (or custom path you provide) for /bin/sitecore.kernel.dll. So you could easily get the 1 sitecore site you have deployed or a full list of sites (if you have more than one). Get-SitecoreVersion given path (or otherwise would call Get-SitecoreSite) then uses /sitecore/shell/sitecore.version.xml to show the actual Sitecore &#8230; <a href="https://blogs.msmvps.com/davidwalker/2022/01/03/kicking-off-2022-with-a-couple-radical-powershell-scripts-for-sitecore/" class="more-link">Continue reading Kicking off 2022 with a couple Radical PowerShell Scripts for Sitecore</a>]]></description>
										<content:encoded><![CDATA[<p>Just kicking off 2022 with a couple Radical PowerShell Scripts for Sitecore!</p>
<p>I was working on some automation tasks and found where these scripts would be useful:</p>
<p><a href="https://github.com/SharedSitecore/Get-SitecoreSite" rel="noopener" target="_blank">Get-SitecoreSite</a> for auto detecting where the Sitecore Site is located, ie: WWWRoot/Sitecore.<br />
If you don&#8217;t provide the site name, it will check all folders under wwwroot (or custom path you provide) for /bin/sitecore.kernel.dll.</p>
<p>So you could easily get the 1 sitecore site you have deployed or a full list of sites (if you have more than one).</p>
<p><a href="https://github.com/SharedSitecore/Get-SitecoreVersion" rel="noopener" target="_blank">Get-SitecoreVersion</a> given path (or otherwise would call Get-SitecoreSite) then uses /sitecore/shell/sitecore.version.xml to show the actual Sitecore Version installed.</p>
<p>Easy to install:</p>
<p><code>PS&gt; Install-Script Get-SitecoreSite</code><br />
<code>PS&gt; Install-Script Get-SitecoreVersion</code></p>
<p>Thanks to <a href="https://powershellgallery.com" rel="noopener" target="_blank">PowerShellGallery</a>:<br />
<a href="https://powershellgallery.com/packages/Get-SitecoreSite" rel="noopener" target="_blank">https://powershellgallery.com/packages/Get-SitecoreSite</a><br />
<a href="https://powershellgallery.com/packages/Get-SitecoreVersion" rel="noopener" target="_blank">https://powershellgallery.com/packages/Get-SitecoreVersion</a></p>
<p>All MIT Open Source on <a href="https://github.com/SharedSitecore" rel="noopener" target="_blank">Github</a>:<br />
<a href="https://github.com/SharedSitecore/Get-SitecoreSite" rel="noopener" target="_blank">https://github.com/SharedSitecore/Get-SitecoreSite</a><br />
<a href="https://github.com/SharedSitecore/Get-SitecoreVersion" rel="noopener" target="_blank">https://github.com/SharedSitecore/Get-SitecoreVersion</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/davidwalker/2022/01/03/kicking-off-2022-with-a-couple-radical-powershell-scripts-for-sitecore/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Announcing the Advanced Site Provider for Sitecore</title>
		<link>https://blogs.msmvps.com/davidwalker/2016/12/14/announcing-the-advanced-site-provider-for-sitecore/</link>
					<comments>https://blogs.msmvps.com/davidwalker/2016/12/14/announcing-the-advanced-site-provider-for-sitecore/#respond</comments>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Wed, 14 Dec 2016 19:12:42 +0000</pubDate>
				<category><![CDATA[SharedSource]]></category>
		<category><![CDATA[Sitecore]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/?p=95</guid>

					<description><![CDATA[Version 1 of the Advanced Site Provider for Sitecore is now released on Github. It enables&#160; the usage of separate sites, initially limited to sub-domains, with no configuration nor any special content items! Per the “Configuring Multiple Sites” article on the publically accessible documentation on the Sitecore Developer Network, a single Sitecore instance out of the box is multi-tenant capable and able to render multiple sites with multiple host names. However, it requires adding new sites into the sitecore/sites section of the web.config file. This causes an IIS app pool recycle, this can cause the need for extra planning in &#8230; <a href="https://blogs.msmvps.com/davidwalker/2016/12/14/announcing-the-advanced-site-provider-for-sitecore/" class="more-link">Continue reading Announcing the Advanced Site Provider for Sitecore</a>]]></description>
										<content:encoded><![CDATA[<p>Version 1 of the <a href="https://github.com/SitecoreDave/Sitecore.SharedSource.AdvancedSiteProvider" target="_blank">Advanced Site Provider</a> for Sitecore is now released on Github. It enables&nbsp; the usage of separate sites, initially limited to sub-domains, with no configuration nor any special content items!</p>
<p>Per the “<a href="https://sdn.sitecore.net/Articles/Administration/Configuring%20Multiple%20Sites.aspx" target="_blank">Configuring Multiple Sites</a>” article on the publically accessible documentation on the <a href="http://sdn.sitecore.net" target="_blank">Sitecore Developer Network</a>, a single <a href="http://sitecore.net" target="_blank">Sitecore</a> instance out of the box is multi-tenant capable and able to render multiple sites with multiple host names. However, it requires adding new sites into the sitecore/sites section of the web.config file. This causes an IIS app pool recycle, this can cause the need for extra planning in a production environment where high availability is a necessity. </p>
<p>Per the documentation, it recommends the free <a href="https://marketplace.sitecore.net/en/Modules/Multiple_Sites_Manager.aspx" target="_blank">Multiple Sites Manager</a> module (even though the documentation points to the now retired 404 returning old trac.sitecore.net link,) found in the <a href="http://marketplace.sitecore.net" target="_blank">Marketplace</a> (formerly the Shared Source Library).&nbsp; I personally have used this module numerous times and my friend, former colleague and Sitecore MVP <a href="https://twitter.com/niketashesh" target="_blank">Niket Ashesh</a> and <a href="https://www.linkedin.com/in/jimmie-overby-42abb18" target="_blank">Jimmie Overby</a> have done a terrific job with the module and keeping it updated for the various versions of Sitecore.</p>
<p>Another option is the excellent and also free <a href="https://marketplace.sitecore.net/en/Modules/Dynamic_Sites_Manager.aspx" target="_blank">Dynamic Sites Manager</a> module, also in the Marketplace, written by <a href="https://twitter.com/SitecoreHacker" target="_blank">Pete Navarra</a>.</p>
<p>However, just prior to the release of the awesome <a href="https://doc.sitecore.net/sitecore_experience_accelerator" target="_blank">Sitecore Experience Accelerator</a>, I found myself wanting to host multiple sites in my dev/demo/test environments. I wanted to reduce the amount of steps it took to configure and enable easy multi-tenant capabilities, so I created the Advanced Site Provider. I finally cleaned it up enough to release it on GitHub. </p>
<p>Version 1 meets my current needs and allows me to host as many sub-domains as I would like, easily. As I work on my Sitecore modules, I want to test them across numerous versions of Sitecore. With the help of the <a href="https://marketplace.sitecore.net/en/Modules/Sitecore_Instance_Manager.aspx" target="_blank">Sitecore Instance Manager</a>, also free on the MarketPlace, this is extremely easy. Here is my latest pattern:</p>
<p>http: //sc71rev140905.localhost – primary host name and simply based on template type, the following sub-domains are automatically used:</p>
<p>http://sharedsource.sc71rev140905.localhost<br />http://SharedSourceWebForms.sc71rev140905.localhost</p>
<p>As part of some of the other modules that I have in the works (more details to be released soon), I am also deploying numerous other demo sites as well, such as:<br /><a href="http://demosite1.sc71rev140905.localhost">http://demosite1.sc71rev140905.localhost</a></p>
<p>Currently, there are still two additional steps that are necessary to make this work:</p>
<p>In IIS, you must add an additional wildcard binding:<br />*.sc71rev140905.localhost</p>
<p>And for local dev, until Windows supports wildcards in the HOSTS file, you have to add entries for each domain and subdomain. Help me promote this as a feature within the next versions of Windows! I submitted it for Windows 10, but alas, it didn’t make the cut. You can find more details on my blog post from back in 2014 – <a href="http://www.xcentium.com/blog/2014/10/22/windows-10-feature-request-and-interim-solution-wildcard-hosts-file-entries" target="_blank">here</a>. I will post a new one, whenever Microsoft opens up feature requests for the next version!</p>
<p>In Version 2, I will go ahead and create a custom Sitecore Template and allow for the entry of the entire host name, and thereby allowing you to use whatever you like:<br />http://demo1.localhost or http://myfavoritesite.localhost</p>
<p>If you make the decision to utilize the awesome new Sitecore Experience Accelerator mentioned earlier, it actually has this built in! You can find the documentation for creating a new site using the Experience Accelerator here: <a title="https://doc.sitecore.net/sitecore_experience_accelerator/setting_up_and_configuring/configuring/create_a_tenant_and_a_site" href="https://doc.sitecore.net/sitecore_experience_accelerator/setting_up_and_configuring/configuring/create_a_tenant_and_a_site">https://doc.sitecore.net/sitecore_experience_accelerator/setting_up_and_configuring/configuring/create_a_tenant_and_a_site</a></p>
<p>Since I know some will choose not to use it, although I strongly suggest you give it serious consideration, I will proceed with Version 2 of this module in the near future.</p>
<p>If you want the nuts and bolts of how it is implemented, it is simple a testament to the extensibility of the Sitecore Experience Platform. Simply implement the SiteProvider interface and programmatically create the Site instead of using the web.config file. Feel free to dive even into the code on Github.</p>
<p>Have any other feature requests, questions or thoughts?</p>
<p>Feel free to contact me, any time.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/davidwalker/2016/12/14/announcing-the-advanced-site-provider-for-sitecore/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SUGCON! Atlanta Cloud Saturday, COLLAB365, TTF2015 and other 2015 updates!</title>
		<link>https://blogs.msmvps.com/davidwalker/2015/08/27/sugcon-atlanta-cloud-saturday-collab365-ttf2015-and-other-2015-updates/</link>
					<comments>https://blogs.msmvps.com/davidwalker/2015/08/27/sugcon-atlanta-cloud-saturday-collab365-ttf2015-and-other-2015-updates/#respond</comments>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Thu, 27 Aug 2015 23:40:56 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[User Groups]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/?p=91</guid>

					<description><![CDATA[In March 2015, I started my new role as Sitecore Practice Director at TechAspect. It has been very exciting. In May, I made my first international trip, since I was very young. I spent a week in Hyderabad India meeting my excellent new team of developers and other colleagues and helped them kick off the first Hyderabad Sitecore User Group meetup where I presented Introduction to Sitecore 8. On October 7th we had our 10th anniversary edition of the Tulsa TechFest event. Thanks to all our sponsors, speakers, attendees, volunteers and my amazing wife!! We had over 600+ people at &#8230; <a href="https://blogs.msmvps.com/davidwalker/2015/08/27/sugcon-atlanta-cloud-saturday-collab365-ttf2015-and-other-2015-updates/" class="more-link">Continue reading SUGCON! Atlanta Cloud Saturday, COLLAB365, TTF2015 and other 2015 updates!</a>]]></description>
										<content:encoded><![CDATA[<p>In March 2015, I started my new role as Sitecore Practice Director at <a href="http://techaspect.com/" target="_blank">TechAspect</a>. It has been very exciting. In May, I made my first international trip, since I was very young. I spent a week in Hyderabad India meeting my excellent new team of developers and other colleagues and helped them kick off the first Hyderabad Sitecore User Group meetup where I presented <a href="http://www.meetup.com/Sitecore-User-Group-Hyderabad/events/221966860/?a=uc1_te&amp;_af=event&amp;_af_eid=221966860" target="_blank">Introduction to Sitecore 8</a>. </p>
<p>On October 7th we had our 10th anniversary edition of the <a href="http://tulsatechfest.com" target="_blank">Tulsa TechFest</a> event. Thanks to all our sponsors, speakers, attendees, volunteers and my amazing wife!! We had over 600+ people at OSU-Tulsa campus!</p>
<p>Come see me at the following upcoming events!</p>
<ul>
<li><a href="http://sugcon.com" target="_blank">SUGCON</a> (Sitecore User Group Conference North America) in New Orleans, Oct 1-2, 2015. I will be <a href="http://www.techaspect.com/blog/web-content-management/Sitecore/David-Walker-speaks-at-SUGCON15" target="_blank">presenting</a>.
<li><a href="http://atlanta.cloudsaturday.com/" target="_blank">Atlanta Cloud Saturday</a>, Sept. 26th, 2015. I will be presenting.
<li><a href="https://collab365.conferencehosts.com/SitePages/sessionDetails.aspx?sessionid=C365159" target="_blank">COLLAB365</a>, online, Oct 7th, 2015. I will be presenting. </li>
</ul>
<p>In the coming weeks there will be more announcements as <a href="http://lrtechfest.com" target="_blank">Little Rock TechFest</a> is coming up, <a href="http://www.nwatechsummit.com/" target="_blank">NWA Tech Summit</a> and I just learned of the <a href="http://www.meetup.com/Austin-Sitecore-User-Group/" target="_blank">Austin Sitecore User Group</a>. I am pushing to achieve 100+ <a href="http://radicaldave.com/presentations">presentations</a> and I am so very close.</p>
<p>Also, I am blogging at <a href="http://techaspect.com" target="_blank">TechAspect.com</a> now as well. Be sure to check out my post <a href="http://www.techaspect.com/blog/web-content-management/Sitecore/ensuring-a-successful-sitecore-upgrade" target="_blank">Ensuring a Successful Sitecore Update: Our Strategy</a>.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6b7cb06d-4121-48af-95c4-171cc69d5e43" class="wlWriterEditableSmartContent" style="float: none;padding-bottom: 0px;padding-top: 0px;padding-left: 0px;margin: 0px;padding-right: 0px">Technorati Tags: <a href="http://technorati.com/tags/Sitecore" rel="tag">Sitecore</a>,<a href="http://technorati.com/tags/TTF2015" rel="tag">TTF2015</a>,<a href="http://technorati.com/tags/TechFest" rel="tag">TechFest</a>,<a href="http://technorati.com/tags/Presentations" rel="tag">Presentations</a>,<a href="http://technorati.com/tags/SUGCON" rel="tag">SUGCON</a>,<a href="http://technorati.com/tags/Atlanta" rel="tag">Atlanta</a>,<a href="http://technorati.com/tags/Cloud" rel="tag">Cloud</a>,<a href="http://technorati.com/tags/COLLAB365" rel="tag">COLLAB365</a></div>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/davidwalker/2015/08/27/sugcon-atlanta-cloud-saturday-collab365-ttf2015-and-other-2015-updates/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft gives us another reason to be thankful! Cross-platform and Open Source .NET!</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/11/27/microsoft-gives-us-another-reason-to-be-thankful-cross-platform-and-open-source-net/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Thu, 27 Nov 2014 15:43:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/11/27/microsoft-gives-us-another-reason-to-be-thankful-cross-platform-and-open-source-net/</guid>

					<description><![CDATA[Be sure to check out my recent blog post regarding the most exciting news in .NET history! Microsoft gives us another reason to be thankful! Cross-platform and Open Source .NET! Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it! Source: ASPAdvice Blog]]></description>
										<content:encoded><![CDATA[<p>Be sure to check out my recent blog post regarding the most exciting news in .NET history! <a target="_blank" href="http://blog.xcentium.com/2014/11/microsoft-gives-us-another-reason-to-be-thankful-cross-platform-and-open-source-net/">Microsoft gives us another reason to be thankful! Cross-platform and Open Source .NET!</a></p>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;;subject=Microsoft+gives+us+another+reason+to+be+thankful!+Cross-platform+and+Open+Source+.NET!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;;title=Microsoft+gives+us+another+reason+to+be+thankful!+Cross-platform+and+Open+Source+.NET!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;title=Microsoft+gives+us+another+reason+to+be+thankful!+Cross-platform+and+Open+Source+.NET!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;;title=Microsoft+gives+us+another+reason+to+be+thankful!+Cross-platform+and+Open+Source+.NET!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx&amp;;title=Microsoft+gives+us+another+reason+to+be+thankful!+Cross-platform+and+Open+Source+.NET!&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/27/Microsoft-gives-us-another-reason-to-be-thankful_2100_-Cross_2D00_platform-and-Open-Source-.NET_2100_.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88590" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/ZBrfLPwtPEE" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sitecore Hackathon 2015–Time To Deliver</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/11/06/sitecore-hackathon-2015-time-to-deliver/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Thu, 06 Nov 2014 06:08:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/11/06/sitecore-hackathon-2015-time-to-deliver/</guid>

					<description><![CDATA[The Sitecore Hackathon 2015 is coming up fast. Read my blog post with my teams details: Sitecore Hackathon 2015 – Time To Deliver. del.icio.us Tags: Sitecore,Hackathon Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it! Source: ASPAdvice Blog]]></description>
										<content:encoded><![CDATA[<p>The <a href="http://www.sitecorehackathon.org/sitecore-hackathon-2015/" target="_blank">Sitecore Hackathon 2015</a> is coming up fast. Read my blog post with my teams details: <a href="http://blog.xcentium.com/2014/11/sitecore-hackathon-2015-time-to-deliver/" target="_blank">Sitecore Hackathon 2015 – Time To Deliver.</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7e82b3eb-b7ae-44c2-a877-d9fb05d5ca4a" class="wlWriterEditableSmartContent" style="float:none;padding-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;padding-right:0px">del.icio.us Tags: <a href="http://del.icio.us/popular/Sitecore" rel="tag">Sitecore</a>,<a href="http://del.icio.us/popular/Hackathon" rel="tag">Hackathon</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;;subject=Sitecore+Hackathon+2015%e2%80%93Time+To+Deliver" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;;title=Sitecore+Hackathon+2015%e2%80%93Time+To+Deliver" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;title=Sitecore+Hackathon+2015%e2%80%93Time+To+Deliver" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;;title=Sitecore+Hackathon+2015%e2%80%93Time+To+Deliver" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx&amp;;title=Sitecore+Hackathon+2015%e2%80%93Time+To+Deliver&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/11/06/Sitecore-Hackathon-2015_1320_Time-To-Deliver.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88501" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/e1m2kNQdfIo" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Simple Performance Tuning and Sitecore Counters – Sitecore Best Practices</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/10/31/simple-performance-tuning-and-sitecore-counters-sitecore-best-practices/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Fri, 31 Oct 2014 06:33:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/10/31/simple-performance-tuning-and-sitecore-counters-sitecore-best-practices/</guid>

					<description><![CDATA[Be sure to check out my recent blog post regarding Simple Performance Tuning and Sitecore Counters – Sitecore Best Practices. Just a refresher regarding Sitecore’s long standing recommendation to disable Memory Monitoring hooks and Performance Counters, with some tips on setting up Sitecore Counters when you do need them. del.icio.us Tags: Sitecore,Best Practice Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it! Source: ASPAdvice Blog]]></description>
										<content:encoded><![CDATA[<p>Be sure to check out my recent blog post regarding <a href="http://blog.xcentium.com/2014/10/simple-performance-tuning-and-sitecore-counters-sitecore-best-practice/" target="_blank">Simple Performance Tuning and Sitecore Counters – Sitecore Best Practices</a>.</p>
<p>Just a refresher regarding <a href="http://www.sitecore.net" target="_blank">Sitecore</a>’s long standing recommendation to disable Memory Monitoring hooks and Performance Counters, with some tips on setting up Sitecore Counters when you do need them.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:76506ca5-1c87-44ff-b66c-f5c2fcec1720" class="wlWriterEditableSmartContent" style="float:none;padding-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;padding-right:0px">del.icio.us Tags: <a href="http://del.icio.us/popular/Sitecore" rel="tag">Sitecore</a>,<a href="http://del.icio.us/popular/Best+Practice" rel="tag">Best Practice</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;;subject=Simple+Performance+Tuning+and+Sitecore+Counters+%e2%80%93+Sitecore+Best+Practices" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;;title=Simple+Performance+Tuning+and+Sitecore+Counters+%e2%80%93+Sitecore+Best+Practices" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;title=Simple+Performance+Tuning+and+Sitecore+Counters+%e2%80%93+Sitecore+Best+Practices" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;;title=Simple+Performance+Tuning+and+Sitecore+Counters+%e2%80%93+Sitecore+Best+Practices" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx&amp;;title=Simple+Performance+Tuning+and+Sitecore+Counters+%e2%80%93+Sitecore+Best+Practices&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/31/Simple-Performance-Tuning-and-Sitecore-Counters-_1320_-Sitecore-Best-Practices.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88466" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/jNJ0BTmphTQ" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 10 Feature Request (and Interim Solution): Wildcard HOSTS file entries</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/10/23/windows-x-feature-request-and-interim-solution-wildcard-hosts-file-entries/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Thu, 23 Oct 2014 05:38:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/10/23/windows-x-feature-request-and-interim-solution-wildcard-hosts-file-entries/</guid>

					<description><![CDATA[Be sure to check out my recent blog post regarding my Windows 10 Feature Request (and Interim Solution): Wildcard HOSTS file entries. Here is an excerpt: As a consultant building multiple web applications, especially solutions built with the Sitecore Experience Platform, I would spend too much time adjusting entries in my C:WindowsSystem32driversetchosts file. If you are unaware of what the hosts file is, you can find out all about it and it’s history in this Wikipedia article: wikipedia.org/wiki/Hosts_(file). Some time ago I started implementing what should be a simple standardization best practice: all my local development sites utilize a common &#8230; <a href="https://blogs.msmvps.com/davidwalker/2014/10/23/windows-x-feature-request-and-interim-solution-wildcard-hosts-file-entries/" class="more-link">Continue reading Windows 10 Feature Request (and Interim Solution): Wildcard HOSTS file entries</a>]]></description>
										<content:encoded><![CDATA[<p>Be sure to check out my recent blog post regarding my <a href="http://blog.xcentium.com/2014/10/windows-10-feature-request-and-interim-solution-wildcard-hosts-file-entries/" target="_blank">Windows 10 Feature Request (and Interim Solution): Wildcard HOSTS file entries</a>. Here is an excerpt:</p>
<p>As a consultant building multiple web applications, especially solutions built with the <a href="http://www.sitecore.net/">Sitecore Experience Platform</a>, I would spend too much time adjusting entries in my C:WindowsSystem32driversetchosts file. If you are unaware of what the hosts file is, you can find out all about it and it’s history in this Wikipedia article: <a href="http://en.wikipedia.org/wiki/Hosts_(file)">wikipedia.org/wiki/Hosts_(file)</a>. Some time ago I started implementing what should be a simple standardization best practice: all my local development sites utilize a common top level domain – .local instead of .com. I have seen others use .dev and any other non-typical top level domain would work just as well.</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:51f0921e-47ac-493b-9355-8aa185cee209" class="wlWriterEditableSmartContent" style="float: none;margin: 0px;padding: 0px">del.icio.us Tags: <a href="http://del.icio.us/popular/Sitecore" rel="tag">Sitecore</a>,<a href="http://del.icio.us/popular/SharePoint" rel="tag">SharePoint</a>,<a href="http://del.icio.us/popular/ASP.NET" rel="tag">ASP.NET</a>,<a href="http://del.icio.us/popular/IIS" rel="tag">IIS</a>,<a href="http://del.icio.us/popular/Web+Development" rel="tag">Web Development</a>,<a href="http://del.icio.us/popular/Feature+Request" rel="tag">Feature Request</a>,<a href="http://del.icio.us/popular/Best+Practice" rel="tag">Best Practice</a>,<a href="http://del.icio.us/popular/Tools" rel="tag">Tools</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;;subject=Windows+X+Feature+Request+(and+Interim+Solution)%3a+Wildcard+HOSTS+file+entries" target="_blank">email it!</a> | <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;;title=Windows+X+Feature+Request+(and+Interim+Solution)%3a+Wildcard+HOSTS+file+entries" target="_blank">bookmark it!</a> | <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;;phase=2" target="_blank">digg it!</a> | <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;title=Windows+X+Feature+Request+(and+Interim+Solution)%3a+Wildcard+HOSTS+file+entries" target="_blank">reddit!</a> | <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;;title=Windows+X+Feature+Request+(and+Interim+Solution)%3a+Wildcard+HOSTS+file+entries" target="_blank">kick it!</a> | <a title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/23/Windows-X-Feature-Request-_2800_and-Interim-Solution_29003A00_-Wildcard-HOSTS-file-entries.aspx&amp;;title=Windows+X+Feature+Request+(and+Interim+Solution)%3a+Wildcard+HOSTS+file+entries&amp;;top=1" target="_blank">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88417" alt="" width="1" height="1" /><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/HskYwkOuypM" alt="" width="1" height="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Check out my first four Modules now in the Sitecore Marketplace</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/10/21/check-out-my-first-four-modules-now-in-the-sitecore-marketplace/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Tue, 21 Oct 2014 12:56:38 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/10/21/check-out-my-first-four-modules-now-in-the-sitecore-marketplace/</guid>

					<description><![CDATA[Be sure to check out my recent blog post where I go over details regarding my first four Modules now in the Sitecore&#160;Marketplace, here is an excerpt: While delivering some recent training sessions I provided for a customer, I covered many of the areas where Sitecore is both customizable and extensible. And, if you are like me and like to explore all the new features that are released with each Sitecore version, you probably also found it absurd that getting to some of these features was too much of a manual process. At least I did. Read the rest here. &#8230; <a href="https://blogs.msmvps.com/davidwalker/2014/10/21/check-out-my-first-four-modules-now-in-the-sitecore-marketplace/" class="more-link">Continue reading Check out my first four Modules now in the Sitecore Marketplace</a>]]></description>
										<content:encoded><![CDATA[<p>Be sure to check out my recent blog post where I go over details regarding my first four Modules now in the <a href="http://www.sitecore.net" target="_blank">Sitecore</a>&#160;<a href="http://marketplace.sitecore.net" target="_blank">Marketplace</a>, here is an excerpt:</p>
<p>While delivering some recent training sessions I provided for a customer, I covered many of the areas where Sitecore is both customizable and extensible. And, if you are like me and like to explore all the new features that are released with each Sitecore version, you probably also found it absurd that getting to some of these features was too much of a manual process. At least I did.</p>
<p><a href="http://blog.xcentium.com/2014/10/check-out-my-first-four-modules-now-on-the-sitecore-marketplace/" target="_blank">Read the rest here.</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:20b96007-6094-4eba-9d9c-b5cf1528f797" class="wlWriterEditableSmartContent" style="float:none;padding-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;padding-right:0px">del.icio.us Tags: <a href="http://del.icio.us/popular/Sitecore" rel="tag">Sitecore</a>,<a href="http://del.icio.us/popular/Sitecore+Marketplace" rel="tag">Sitecore Marketplace</a>,<a href="http://del.icio.us/popular/Open+Source" rel="tag">Open Source</a>,<a href="http://del.icio.us/popular/GitHub" rel="tag">GitHub</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;;subject=Check+out+my+first+four+Modules+now+in+the+Sitecore+Marketplace" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;;title=Check+out+my+first+four+Modules+now+in+the+Sitecore+Marketplace" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;title=Check+out+my+first+four+Modules+now+in+the+Sitecore+Marketplace" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;;title=Check+out+my+first+four+Modules+now+in+the+Sitecore+Marketplace" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx&amp;;title=Check+out+my+first+four+Modules+now+in+the+Sitecore+Marketplace&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/21/Check-out-my-first-four-Modules-now-in-the-Sitecore-Marketplace.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88410" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/qRYxUqN8cOs" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Use the Fully Qualified Name When Using a Sitecore MVC Controller – Sitecore Best Practice</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/10/15/use-the-fully-qualified-name-when-using-a-sitecore-mvc-controller-sitecore-best-practice/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Wed, 15 Oct 2014 06:18:07 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/10/15/use-the-fully-qualified-name-when-using-a-sitecore-mvc-controller-sitecore-best-practice/</guid>

					<description><![CDATA[Be sure to check out my latest blog post at (my employer) XCentium&#8216;s blog where I go over details regarding what should be the new Best Practice and why you should use the Fully Qualified Name and Assembly for the Controller When Using a Sitecore MVC Controller. del.icio.us Tags: Sitecore,Best Practice,MVC Share this post: email it! &#124; bookmark it! &#124; digg it! &#124; reddit! &#124; kick it! &#124; live it! Source: ASPAdvice Blog]]></description>
										<content:encoded><![CDATA[<p>Be sure to check out my latest blog post at (my employer) <a href="http://xcentium.com" target="_blank">XCentium</a>&#8216;s blog where I go over details regarding what should be the new Best Practice and why you should <a href="http://blog.xcentium.com/2014/10/use-the-fully-qualified-name-when-using-a-sitecore-mvc-controller-sitecore-best-practice/" target="_blank">use the Fully Qualified Name and Assembly for the Controller When Using a Sitecore MVC Controller.</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bbaccf7f-4a33-4fe3-920c-9cbfe8c6f6d9" class="wlWriterEditableSmartContent" style="float:none;padding-bottom:0px;padding-top:0px;padding-left:0px;margin:0px;padding-right:0px">del.icio.us Tags: <a href="http://del.icio.us/popular/Sitecore" rel="tag">Sitecore</a>,<a href="http://del.icio.us/popular/Best+Practice" rel="tag">Best Practice</a>,<a href="http://del.icio.us/popular/MVC" rel="tag">MVC</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;;subject=Use+the+Fully+Qualified+Name+When+Using+a+Sitecore+MVC+Controller+%e2%80%93+Sitecore+Best+Practice" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;;title=Use+the+Fully+Qualified+Name+When+Using+a+Sitecore+MVC+Controller+%e2%80%93+Sitecore+Best+Practice" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;title=Use+the+Fully+Qualified+Name+When+Using+a+Sitecore+MVC+Controller+%e2%80%93+Sitecore+Best+Practice" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;;title=Use+the+Fully+Qualified+Name+When+Using+a+Sitecore+MVC+Controller+%e2%80%93+Sitecore+Best+Practice" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx&amp;;title=Use+the+Fully+Qualified+Name+When+Using+a+Sitecore+MVC+Controller+%e2%80%93+Sitecore+Best+Practice&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/10/15/Use-the-Fully-Qualified-Name-When-Using-a-Sitecore-MVC-Controller-_1320_-Sitecore-Best-Practice.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88397" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/d60ejOqVwg8" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Four months at XCentium and loving it!</title>
		<link>https://blogs.msmvps.com/davidwalker/2014/08/28/four-months-at-xcentium-and-loving-it/</link>
		
		<dc:creator><![CDATA[davidwalker]]></dc:creator>
		<pubDate>Thu, 28 Aug 2014 05:55:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/davidwalker/2014/08/28/four-months-at-xcentium-and-loving-it/</guid>

					<description><![CDATA[It&#8217;s hard to believe it&#8217;s been four months since I joined XCentium. XCentium is a consulting company that some previous colleagues started while I was working at Microsoft. They currently have three Sitecore MVP&#8217;s on staff: Niket Ashesh, Martin Knudsen and Zac Malmquist. Getting to work with these guys again (and everyone else at XCentium) has been very exciting so far. In the four fast months at XCentium I have wrapped up a Sitecore 7.0 project and converted a heavily customized Flash based Google map to jQuery/Google Maps v3 API. I am currently working on a massive Sitecore 7.2 MVC &#8230; <a href="https://blogs.msmvps.com/davidwalker/2014/08/28/four-months-at-xcentium-and-loving-it/" class="more-link">Continue reading Four months at XCentium and loving it!</a>]]></description>
										<content:encoded><![CDATA[<p>It&rsquo;s hard to believe it&rsquo;s been four months since I joined <a href="http://xcentium.com">XCentium</a>. XCentium is a consulting company that some previous colleagues started while I was working at Microsoft. They currently have three Sitecore MVP&rsquo;s on staff: <a target="_blank" href="http://www.sitecore.net/learn/blogs/technical-blogs/niket-ashesh.aspx">Niket Ashesh</a>, <a target="_blank" href="http://www.sitecore.net/Learn/Blogs/Best-Practice-Blogs/Martin-Knudsen.aspx">Martin Knudsen</a> and <a target="_blank" href="http://blog.xcentium.com/author/zac-malmquist/">Zac Malmquist</a>. Getting to work with these guys again (and everyone else at <a href="http://xcentium.com">XCentium</a>) has been very exciting so far.    </p>
<p>In the four fast months at XCentium I have wrapped up a Sitecore 7.0 project and converted a heavily customized Flash based Google map to <a target="_blank" href="http://jquery.com/">jQuery</a>/<a target="_blank" href="https://developers.google.com/maps/">Google Maps</a> <a target="_blank" href="https://developers.google.com/maps/documentation/javascript/">v3 API</a>. I am currently working on a massive Sitecore 7.2 MVC project with about 170,000-340,000 microsites and <a target="_blank" href="http://www.insitesoft.com/">Insite Commerce</a> integration. Very exciting! I will share more details as I get approval to share. One of the many reasons I love working on <a target="_blank" href="http://www.sitecore.net">Sitecore</a> solutions versus intranet <a target="_blank" href="http://office.microsoft.com/en-us/sharepoint/">SharePoint</a> solutions 99.9% of the time they are publicly accessible!</p>
<p>In case you don&rsquo;t know what Sitecore is, or you haven&rsquo;t seen their relatively recent site redesign, you definitely should check out <a href="http://www.sitecore.net">http://www.sitecore.net</a></p>
<p>I always like to put it in terms that most people can understand. It&rsquo;s like SharePoint, but for public facing web sites with so many extra features that makes the decision to use it very simple. It is much easier to implement multi-lingual capabilities, has built in analytics and what started as a Content Management System is now a complete <a target="_blank" href="http://www.sitecore.net/Platform/Experience-Management.aspx">Experience Management System</a>. By the way, you can even replace your SharePoint intranet with the <a target="_blank" href="http://www.sitecore.net/Platform/Pricing/Intranet-Portal-Pricing.aspx">Sitecore Intranet Portal</a> as well.</p>
<div style="margin:0px;padding:0px;float:none" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9ae2b22a-cc65-4645-a4c1-db03cdbfae2a" class="wlWriterEditableSmartContent">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Sitecore">Sitecore</a>,<a rel="tag" href="http://technorati.com/tags/Sitecore+CMS">Sitecore CMS</a>,<a rel="tag" href="http://technorati.com/tags/CMS">CMS</a>,<a rel="tag" href="http://technorati.com/tags/Content+Management+System">Content Management System</a>,<a rel="tag" href="http://technorati.com/tags/Sitecore+vs+SharePoint">Sitecore vs SharePoint</a>,<a rel="tag" href="http://technorati.com/tags/SharePoint">SharePoint</a>,<a rel="tag" href="http://technorati.com/tags/Consulting">Consulting</a></div>
<div class="shareblock"><strong>Share this post:</strong> <a href="mailto:?body=Thought you might like this: http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;;subject=Four+months+at+XCentium+and+loving+it!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">email it!</a> |  <a href="http://del.icio.us/post?url=http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;;title=Four+months+at+XCentium+and+loving+it!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">bookmark it!</a> |  <a href="http://www.digg.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;;phase=2" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">digg it!</a> |  <a href="http://reddit.com/submit?url=http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;title=Four+months+at+XCentium+and+loving+it!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">reddit!</a> |  <a href="http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;;title=Four+months+at+XCentium+and+loving+it!" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">kick it!</a> |  <a href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;;mkt=en-us&amp;;url=http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx&amp;;title=Four+months+at+XCentium+and+loving+it!&amp;;top=1" target="_blank" title="Post http://aspadvice.com/blogs/davidwalker/archive/2014/08/28/Four-months-at-XCentium-and-loving-it_2100_.aspx">live it!</a></div>
<p><img loading="lazy" src="http://aspadvice.com/aggbug.aspx?PostID=88305" width="1" height="1"><img loading="lazy" src="http://feeds.feedburner.com/~r/DavidWalker/~4/Tn_rq3Ii6VM" height="1" width="1" /><br />
Source: ASPAdvice Blog</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>