Web Development
Utilising HTML5, JavaScript, Bootstrap 3&4, with ASP MVC to make efficient, aesthetic and functional websites. Lately I've been exploring Umbraco CMS and AngularJS.
I am a .NET programmer, web designer/developer, based in Surrey. I have a degree in Computer Science, as well as Microsoft, and Umbraco qualifications.
This site is a constant work in progress - as it's an aesthetical and functional update from my previous website (bitofbenjamin), now powered by Umbraco CMS.
Going forward, content will be added (some what) regularly, in the blog, so swing by and have a butchers!
Utilising HTML5, JavaScript, Bootstrap 3&4, with ASP MVC to make efficient, aesthetic and functional websites. Lately I've been exploring Umbraco CMS and AngularJS.
Building desktop or server service applications to automate tasks. Secure connections to remote servers, usually with the assistance of LINQ, T-SQL, and no OWIN. I also dislike EF.
Using a combination of some of the following C#/AJAX/XML/JSON to interact with first or third parties' Restful APIs.
Languages, knowledge, and tools.
Snippets of code, guides, and other programming stuff
Lorem ipsum dolor sit amet, indoctum iudicabit eu eam, an cum labore ocurreret, no utinam legere accommodare pri. Cu mei comprehensam concludaturque, sit novum ridens fastidii ut, ex alii inani his. Mel quod scribentur te, ex utinam placerat pertinax usu. Ea aperiri propriae delicatissimi qui, et eo
Not too sure what happened, was definitely using the correct credentials to get into one of my accounts, however it was saying I couldn't get in. Just writing this down quickly, but the answer was to reset manually in the Umbraco database in the umbracoUser table, the userNoConsole was set to true
Simple guide/steps to create a working MVC Web Api Need to create a WebApiConfig, specify "api" in of the "{controller}/" in the route parameter, and no need for the "namespace" parameter as "config.MapHttpRoute()" doesn't contain a definition for it. Global ASAX to include registration of the W