Useful javascript function to check if an object is null or empty.
A quick snippet of useful JavaScript functions
How to determine if an integer is odd or even in c#
How frequently should you backup your transaction logs? The answer will surprise you.sql
An MVC html helper to output image paths for crops
A sample code snippet of javascript namespacing for better organised code.
How to iterate items in a collection in Angular templates
How to control the .Net core automatic model validation
How to uninstall a Windows Service
Three easy performance improvements for Umbraco
An example of BDD in the context of service orientated architecture development.
How to integrate React into a website using script references
A simple javascript random number function
Setting up a toolchain using NPM is a common approach.
I often ask applicants to submit a completed technical test with their CV. This is an example of what is assessed in the submitted tests.
The Newton UX Scale, not to be confused with Newton Scale devised by Isaac Newton in 1701
An extension method to filter a linq query with the field as a string
Persisted computed column or regular column with trigger? Which one should you choose.
When you need to pass a list of Id's to a stored procedure, here's how to do it
Presented with the question: which is the right choice of .net technology for desktop development. I try to discern an answer.
Solution to a stored procedure is added as a complex type to your edmx definition, however no return object is generated
One way to overcome a WCF Security Negotiation Exception
REST and SOAP are used when describing web services, what are the differences?
Use class finalizers to correctly clean up your object instances.
A short method for retrieving property values from a node
A summary of RESTful api HTTP verbs
How to generate a component in Angular
Create a hash field to track when your data changes
An overview of the SQL transaction log.
How to post Json data to a RESTful API
How to setup Angular to use SASS
Fixing the error - Git failed with a fatal error. Authentication failed for
The Money datatype in SQL can cause issues. Here's why.
Working in an Agile environment you will have to estimate story points, how do we do this?
In today's world a multi-language website can certainly help to foster success. Here are the steps to creating a multi-language website in Umbraco 7.
Here are the Nuget packages you need to get started with Selenium and SpecFlow.
How to setup an Angular development environment
A useful extension method for checking if an html element has an attributeg in jQuery.
Performant Skip and Take for paginated Entity Framework queries
These group by clauses will group your SQL query results by date
Over the course of working with a Git repository you will likely find the need to add files to the gitignore file. These files might already be tracked in the repository.