

<rss version="2.0">
    <channel>
        <title>Appetere Web Solutions Blogs RSS</title>
        <link><![CDATA[http://www.appetere.com/]]></link>
        <description>RSS feed for Appetere Web Solution's blog posts</description>  
        
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/May-2012/Passing-Include-statements-into-a-Repository]]></guid>
     <title><![CDATA[Passing multiple Include statements into a Repository]]></title>
     <description><![CDATA[ How a calling method can tell an Entity Framework Code-First Repository to eager-load a variable number of related entities and collections. ]]></description>
     <pubDate>Sat, 05 May 2012 16:03:14 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/May-2012/Passing-Include-statements-into-a-Repository]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2012/Entity-Framework-Code-First-Migrations]]></guid>
     <title><![CDATA[Getting started with Entity Framework Code First Migrations]]></title>
     <description><![CDATA[ A first-time walkthrough upgrading Entity Framework 4.2 to 4.3.1 and using Code First database migrations. ]]></description>
     <pubDate>Fri, 27 Apr 2012 14:51:55 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2012/Entity-Framework-Code-First-Migrations]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2012/MVC-Framework-ViewModel-naming-conventions]]></guid>
     <title><![CDATA[MVC Framework ViewModel naming conventions]]></title>
     <description><![CDATA[ There are many ways of naming &amp; organising your View Models in a MVC application.&nbsp; This technical post describes some easily followed conventions for this. ]]></description>
     <pubDate>Tue, 24 Apr 2012 16:40:43 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2012/MVC-Framework-ViewModel-naming-conventions]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/October-2011/Identity-impersonation-with-IIS-and-ASP-NET]]></guid>
     <title><![CDATA[Introduction to identity impersonation with IIS and ASP.NET]]></title>
     <description><![CDATA[ ASP.NET applications running on IIS6 and IIS7 use the <strong>NETWORK SERVICE</strong>  account by default to access resources on the computer.&nbsp; This post explains how  to enable impersonation to have ASP.NET use a different account. ]]></description>
     <pubDate>Mon, 03 Oct 2011 14:07:18 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/October-2011/Identity-impersonation-with-IIS-and-ASP-NET]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/May-2011/Improve-Kenticos-first-page-load-time]]></guid>
     <title><![CDATA[Improve Kentico's first page load time]]></title>
     <description><![CDATA[ A fast, first-page load time for a web application (&amp; in particular a Kentico CMS installation) is disproportionately dependent on the application already being running, and any slow to load items being pre-cached.&nbsp; This post describes how using a monitoring service like Pingdom can help with this (&amp; usefully also notify you when there are problems with the site). ]]></description>
     <pubDate>Sun, 15 May 2011 16:30:37 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/May-2011/Improve-Kenticos-first-page-load-time]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/January-2011/Tweet-button-web-part-for-kentico-CMS]]></guid>
     <title><![CDATA[Tweet Button Web Part for Kentico CMS]]></title>
     <description><![CDATA[ Appetere have taken Twitter's code to add a Tweet Button to any page, and wrapped it inside a configurable Web Part to make it useable within Kentico CMS.<br />
<br />
Please read the full post to find out how to download, install &amp; configure the WebPart for free.<br /> ]]></description>
     <pubDate>Mon, 31 Jan 2011 20:53:27 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/January-2011/Tweet-button-web-part-for-kentico-CMS]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/September-2010/Cross-site-posting-of-form-data-to-an-external-URL]]></guid>
     <title><![CDATA[Cross-site posting of form data to an external URL in ASP.NET]]></title>
     <description><![CDATA[ <p>If you have data in a form in an ASP.NET page that you want to post to another web site, this can be problematic. <br />
<br />
This short technical post shows a simple method to achieve this.</p> ]]></description>
     <pubDate>Tue, 07 Sep 2010 09:46:12 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/September-2010/Cross-site-posting-of-form-data-to-an-external-URL]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/February-2010/Requirements-checklist-for-Kentico-CMS]]></guid>
     <title><![CDATA[Requirements checklist for Kentico CMS]]></title>
     <description><![CDATA[ This post sets out a requirements checklist for content management systems developed with Kentico CMS.<br />
<br />
Its purpose is to help potential clients consider what is possible with&nbsp;a Kentico CMS web site, and what is necessary to run it successfully.&nbsp; In turn, the answers to the questions will help Appetere produce an accurate quote for the work. ]]></description>
     <pubDate>Fri, 05 Feb 2010 12:05:29 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/February-2010/Requirements-checklist-for-Kentico-CMS]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/January-2010/How-to-debug-ASP-NET-MVC-using-source-code]]></guid>
     <title><![CDATA[How to debug ASP.NET MVC using source code]]></title>
     <description><![CDATA[ This technical post explains how you can debug Microsoft's open-source ASP.NET MVC v1.0 framework, using its source code. ]]></description>
     <pubDate>Sat, 02 Jan 2010 16:11:30 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/January-2010/How-to-debug-ASP-NET-MVC-using-source-code]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/November-2009/All-change-at-Appetere]]></guid>
     <title><![CDATA[All change at Appetere]]></title>
     <description><![CDATA[ Today we're&nbsp;launching&nbsp;our new look web site &amp; new&nbsp;contact details ]]></description>
     <pubDate>Tue, 03 Nov 2009 17:42:46 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/November-2009/All-change-at-Appetere]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/July-2009/Working-with-ViewState]]></guid>
     <title><![CDATA[Working with ViewState]]></title>
     <description><![CDATA[ The purpose of this technical post is to introduce the main variables that affect <strong>how </strong>ViewState is stored in&nbsp;a page.&nbsp; I wrote this article as a summary of my findings&nbsp;after spending hours trying to diagnose various recurring exceptions in my websites' event logs which&nbsp;turned out&nbsp;to be&nbsp;related to ViewState security. ]]></description>
     <pubDate>Thu, 30 Jul 2009 17:06:10 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/July-2009/Working-with-ViewState]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2009/Ajax-Toolkit-Tab-control-CSS-and-layout-problems]]></guid>
     <title><![CDATA[Ajax Toolkit Tab control CSS & layout problems]]></title>
     <description><![CDATA[ The ASP.NET Ajax Toolkit Tab control has problems with white borders round the active tab, and a gap or white-space in the middle of the tabs (when modifying the tabs with your own CSS). This technical post provides an explanation &amp; solution for both problems. ]]></description>
     <pubDate>Thu, 09 Apr 2009 11:26:39 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/April-2009/Ajax-Toolkit-Tab-control-CSS-and-layout-problems]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/March-2009/Appetere-registered-as-a-Kentico-Partner]]></guid>
     <title><![CDATA[Appetere registered as a Kentico Partner]]></title>
     <description><![CDATA[ Announcement that Appetere is now registered as a Kentico Partner. ]]></description>
     <pubDate>Fri, 20 Mar 2009 12:36:00 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/March-2009/Appetere-registered-as-a-Kentico-Partner]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/March-2009/Using-Kentico-CMS-for-Appetere-website]]></guid>
     <title><![CDATA[Using Kentico CMS for Appetere website]]></title>
     <description><![CDATA[ Brief details of the transfer of&nbsp;Appetere's website&nbsp;to use&nbsp;the Kentico Content Management System.<br /> ]]></description>
     <pubDate>Sat, 07 Mar 2009 08:30:00 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/March-2009/Using-Kentico-CMS-for-Appetere-website]]></link>     
</item>
<item>
     <guid isPermaLink="true"><![CDATA[http://www.appetere.com/Blogs/SteveM/February-2009/Selecting-a-Content-Management-System-(CMS)]]></guid>
     <title><![CDATA[Selecting a Content Management System (CMS) for Appetere]]></title>
     <description><![CDATA[ This post describes the criteria that were used&nbsp;when selecting a Content Management System (CMS) for Appetere, the companies considered &amp; the eventual winner. ]]></description>
     <pubDate>Thu, 26 Feb 2009 16:46:00 GMT</pubDate>
     <link><![CDATA[http://www.appetere.com/Blogs/SteveM/February-2009/Selecting-a-Content-Management-System-(CMS)]]></link>     
</item>
 </channel>
</rss>

