Using PowerShell to set ULS logging level to “extra verbose” to catch all the events in the logs

3 min read.

This blog post describes how to set SharePoint’s ULS level to “Extra Verbose” (VerboseEx) using PowerShell. This is not possible using the browser UI, so some POSH magic is required! Luckily,

… (Search hits: 1 in body, 1 in title, 1 in categories, 1 in tags, 1 in other taxonomies, 1 in comments. Score: 9.5)

Fixing “An error occurred while updating the entries” while running code-first migrations in MVC 5 app

4 min read.

This post describes an issue with EF’s code-first migrations, when mapping between DB’s DateTime (datetime2) and C#’s DateTime simply fails, and results in the Update-Database cmdlet failing, too. It is more

… (Search hits: 1 in body, 1 in title, 1 in categories, 1 in tags, 1 in other taxonomies, 1 in comments. Score: 9.5)

Applying Entity Framework’s Code-First Migrations against a Database in Azure by running Update-Database

2 min read.

This post describes how to run Entity Framework’s code-first migrations against a database located in Windows Azure. This is done by running the Update-Database commandlet with suitable switches, see below.

The… (Search hits: 1 in body, 1 in title, 1 in categories, 1 in tags, 1 in other taxonomies, 1 in comments. Score: 9.5)