-
DanceCalendar and BPM Counter.
-
DanceCalendar
-
DanceCalendar
Latest blogpost
Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one sql statement.
This is a script to delete all table, indexes etc on a MS SQL server: /* Drop all non-system...
5 August, 20150WebAPI: Getting Headers, QueryString and Cookie Values
Say what you will about how nice WebAPI is, but a few things in the internal APIs are not...
It’s been 20 years since Windows 95 was released
On August 24, 1995, Microsoft released Windows 95, selling a record-setting 7 million copies in the first five weeks....
Active Customers – Your Path to Visual Studio 2015
When Visual Studio 2015 is released later this year, all active Visual Studio with MSDN subscribers will be upgraded...
Enabling Cross-Origin Requests in ASP.NET Web API 2
Browser security prevents a web page from making AJAX requests to another domain. This restriction is called the same-origin...
Issues with NuGet package updates
Summary When doing an update-package on EPiServer Commerce the process can fail with a message like “Updating ‘EPiServer.Framework 7.19.1’...
c# – Web Api 2.2 with odata and $expand
I am using codefirst with odata. I have setup my models and with relationships. The query seems to be...
Lookup Columns in Kendo Grid
There’s a number of forum posts wanting to use a lookup table for a column in a Kendo grid,...
Web API OData V4 Lessons Learned – DavidHardin – Site Home
Developing an OData service using Web API is relatively simple if you stay within the routing conventions. This post...
How to securely delete files on Windows PCs using Cipher
So, here’s how you permanently and securely remove files from your Windows PC. Uninstall all the software programs that...
odata – WebAPI 2 does not support substringof function
substringof() is a V3 function while contains() is a V4 function. Try contains: $filter=contains(Name,’Queen’) via odata – WebAPI 2...
Making Kendo UI Grid, Odata V4 and Cors work together.
Its a little job to get it all to work. CORS (cross domain request), see this blog: http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-api If Cors...