Today as I set up a local version of a Sitefinity I hit on an issue, it took a while to fix so wanted to share my solution. The problem The frontend is working just fine but there are issues »
In this post I outline a number of coding standards and naming conventions I use. My company Magnifica is a Microsoft software development company, so I'll be concentrating on C# syntax. The standards you should choose are down to personal »
Recently I needed to recreate a large number of 8 character alpha-numeric access codes in a customers database as users where confusing certain characters i.e. 1/l and 0/O. I wanted to avoiding doing a code deployment to »
The problem If you add a new Managed Account in SharePoint that is a local account rather than a domain account then you will see the following error message. The specified user 'accountname ' is a local account. Local accounts »
It can be a bit of a pain when writing long SQL statements when you want to check a table for data. Some people write the full 'Select' statement, some use the side bar, I use a keyboard shortcut to »