This post provides the basic steps the implement a CKEditor control into your MVC Razor web page. This post assumes you have a working MVC […]
Distributed Transaction Failure – Race Condition
I have a process that is using MSDTC (Microsoft Distributed Transaction Co-ordinator) to manage the transaction. The transaction is controlled inside a c# .Net windows […]
How to run MvcMusicStore v3.0 with SQL Server Express
I’ve been trying to do the MVCMusicStore v3.0b tutorial, and I wanted to use SQLExpress rather than SqlServerCe.4.0. When trying to do this I ran […]
How to move wordpress.com site to a sub domain hosted on IIS – Tips and tricks
I have recently moved my free wordpress.com blog (the one that you are reading) to my own domain. If you read the contents on this […]
Hyper-V Server virtual machine network connection failure – vm network issues
Hi, This has been a problem that has haunted me for over 18 months now and finally I have a solution. The Problem I have […]
Setup App.Config during .msi install, msi re-installing
The Issue I wrote a windows form application that deployed via an .msi installer. The application has an App.Config file which contains a single configuration […]
SQL Server 2008 R2 – Intellisense not working – Visual Studio 2010 SP 1
Hi, Recently intellisense in the SQL Server management Studio stopped working. It appears that it was caused by the installation of Visual Studio 2010 SP1. […]
Bootstrapper Manifest Generator (2008) – How To Guide v2
I wrote the original Boostrapper Manifest Generator (BMG) blog post a few years ago. It is one of the most heavily visited pages on my […]
Reconnect all SQL logins after DB restore
Hi, Below is a script that I use to reconnect sql logins after a database restore. It reconnects all users to all databases. Cheers
Restore SQL Server Database – disconnect all users
Hi, Often when you try to restore a database there will be connections to the DB, which will stop the restore from succeeding. What I […]