Google PlusFacebook iconTwitter icon+44 113 260 4010 contact@branded3.com

Tag search: .Net

A .NET CMS comparison and review

Our .NET development team have worked with quite a few CMS platforms over the past years and it seems like a new one is released each month, but recently there seems to be a few that are stealing the limelight and offering that little bit more than the others.

In this article I’m going to take a look at some of the top CMS platforms we’re working with, and the pros and cons they all bring.

Continue reading »

Applying the Pareto principle to software testing

It’s interesting to look at how much we copy learn from nature, duplicate implement others work, and sometimes overlook and ignore fantastic findings. Whilst producing software, we come across the classic dilemma of how much and how long to design, create and test the functionalities.

The solution is found in a completely different world -  the world of economics – in the principle of 80-20 by Italian economist Vilfrodo Pareto.

Continue reading »

Grabbing Page Titles with F#

Through experience, my favourite language for the .NET Framework is probably F#. True, it doesn’t fit into every situation; I don’t fancy writing a website with it for example. But for scripts and utilities, there’s nothing better.

You can run things interactively using F# Interactive or you can compile something up and use it as a normal executable. It’s super-fast to prototype with, which is great when you’re just throwing ideas around the office like we often do at Branded3.

Continue reading »