Blog
Paul Seal's personal blog
Blog posts
This post shows you how you can migrate or downgrade a SQL Server database from one version to a lower or earlier one. E.g. 2016 to 2014, 2014 to 2012, 2012 to 2008 etc
umbraco How to use an Umbraco data type to populate an MVC Drop Down ListIf you use Umbraco and you create forms using MVC and razor, perhaps a contact form, you might want to populate a dropdownlist with data controlled by the Umbraco backoffice. This post shows you how to do that.
umbraco How to deploy an ASP.NET website using Umbraco as an exampleThis post gives you step by step instructions for how to deploy an ASP.NET website. In the video I'm using an Umbraco site as an example, but it applies to any ASP.NET website. If you are unsure of any of the steps then watch the video.
umbraco How to search by document type and property in UmbracoThis post shows you how to search by specific document types and fields in umbraco, using Examine.
sql How to convert SQL Server Compact Edition .sdf to Full SQL and speed up UmbracoThis post shows you how to convert a SQL Compact Edition database to full SQL and speed up Umbraco
umbraco How to find the Home page in UmbracoThis post shows you how to find the home page (root node) in Umbraco. It shows you how to do it in a View, and in a Controller.
umbraco Umbraco Related Links into C# Class ObjectsThis post gives you a handy little helper method to turn your related links property into a C# class object to make it easier to work with.
umbraco How to get the current logged in Umbraco user and restrict front end contentThis post shows you how to get the current logged in Umbraco user and restrict content on the front end of the site.
umbraco Simple Umbraco RSS XML Feed ExampleIn this post I give you a simple template to start using for your own RSS XML feed. It's very simple and straight forward.
umbraco How to start using Dependency Injection in MVC and UmbracoThis post has the code and a video you need to help you start using Dependency Injection in MVC and Umbraco
umbraco What is so good about Umbraco?In this video I show you what I love about Umbraco. I show you how easy it is to create and edit content for my blog.
umbraco How to create a Contact Form in Umbraco using MVC and C#This post is to accompany the YouTube video tutorial I created. I will share the code I wrote for each section in the video.