blog.paulgeorge.co.uk
SQL Server 2005 | Paul George
http://blog.paulgeorge.co.uk/category/web-development-and-programming/sql-server-2005
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Category Archives: SQL Server 2005. Updated database script for shared source ‘Redirect Manager’ module. EDIT: 2012-May-24 This project has now moved to http:/ redirectmanager.codeplex.com. A quick update: The currently available blank database must be attached via Sql2008 R2 instance or later. For earlier versions there is now a revised SQL create script. Continue reading →. January 12, 2012. After...
blog.paulgeorge.co.uk
Sitecore 6 | Paul George
http://blog.paulgeorge.co.uk/category/web-development-and-programming/sitecore-6
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Category Archives: Sitecore 6. Improve your sitecore log with realtime output and calling class. Continue reading →. This entry was posted in Networking. August 25, 2015. Sitecore – Data at the root level is invalid. Clear the field and re-populate with a valid target. This entry was posted in ASP.net. May 14, 2015. Updated database script for shared source ‘Redirect Manager’ module. January 12, 2012.
blog.paulgeorge.co.uk
Updated database script for shared source ‘Redirect Manager’ module. | Paul George
http://blog.paulgeorge.co.uk/2012/01/12/updated-database-script-for-shared-source-redirect-manager-module
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Updated database script for shared source ‘Redirect Manager’ module. EDIT: 2012-May-24 This project has now moved to http:/ redirectmanager.codeplex.com. A quick update: The currently available blank database must be attached via Sql2008 R2 instance or later. For earlier versions there is now a revised SQL create script. Both are available via the TRAC repository within /data/packages. Disabling opt...
blog.paulgeorge.co.uk
Redirect Manager module for Sitecore, updated on Codeplex | Paul George
http://blog.paulgeorge.co.uk/2012/05/24/redirect-manager-module-updated-on-codeplex
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Redirect Manager module for Sitecore, updated on Codeplex. Still much tidying up to do, but a working v0.5 alpha release now up on Codeplex. Please report any bugs or issues via Codeplex. Fixes broken language prefix handling. Also includes multiple breaking changes since previous v0.4 release in SQL (columns, index, constraints) and codebase (interface). This entry was posted in ASP.net. All data a...
blog.paulgeorge.co.uk
Sitecore | Paul George
http://blog.paulgeorge.co.uk/category/web-development-and-programming/sitecore
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Improve your sitecore log with realtime output and calling class. Sitecore uses the extensive log4net logging framework to handle the large volume of logging entries it generates. Sometimes vague log entries can leave you scratching around trying to find where they originated from. This post explores some simple steps to add useful detail to, and real-time viewing of, the Sitecore log. May 29, 2015.
blog.paulgeorge.co.uk
Gallery | Format | Paul George
http://blog.paulgeorge.co.uk/type/gallery
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Improve your sitecore log with realtime output and calling class. Sitecore uses the extensive log4net logging framework to handle the large volume of logging entries it generates. Sometimes vague log entries can leave you scratching around trying to find where they originated from. This post explores some simple steps to add useful detail to, and real-time viewing of, the Sitecore log. May 14, 2015.
blog.paulgeorge.co.uk
Paul | Paul George
http://blog.paulgeorge.co.uk/author/paul
Contract developer and technical consultant based in London. Mainly working with ASP.net and Sitecore CMS. Disabling optimizations – debugging third-party dlls with Reflector Pro. Numerous times in recent years I’ve had to use Reflector Pro. To debug third-party dlls. While this works well and allows you to step through code as if it was your own the value of doing so can be completely lost if you cannot see critical object values due them being ‘optimized away’. Continue reading →. And tagged ASP.net.