Working with PDF Documents in C#
You may need to create simple PDF documents, add data to a PDF template or manipulate PDFs by merging or copying them. Generate a PDF without a template The following blog proved useful...
View ArticleHTML5
What is the point of HTML5? Compatibility Issues The problem with web development is that there are significant differences between various web browsers. This includes differences between newer...
View ArticleAutomated testing using SpecFlow
Reblogged from Digital Lab: SpecFlow Installation and Setup What is SpecFlow? SpecFlow is an open-source .NET tool for automated testing that lets you write specifications using...
View ArticleDaedTech – The Value of Failure
DaedTech – The Value of Failure This is one of my favorite blogs. There is a brilliant series called The Expert Beginner http://www.daedtech.com/tag/expert-beginner.
View ArticleResource files in Visual Studio
Resource files can be added to a project in Visual Studio. These are xml based text files which contain key-value pairs. When the resource files are saved, source code will be automatically generated...
View ArticleComputer Nerds
A well rounded Software Developer should be willing to adapt their thinking to the situation. Many developers have worked in a specialised role for too long and are unwilling to change. This is...
View ArticleOrchard CMS
Introduction Recently I have been doing development work on Orchard CMS, creating and modifying modules in Visual Studio. I have found that the documentation is fairly limited especially for the new...
View ArticleOctopus C# Step Templates
Nuget Packages If you want to create larger step templates for Octopus it is advisable to use C# scripts which come from a nuget package. nuget packages can store dependency DLLs as well as the actual...
View ArticleIs Blazor the next big thing for Front End Development?
Life Before Javascript Over the past couple of years there has been a shift in web development. This comes about as a result of a change of direction which began with the release of Internet Explorer...
View ArticleStarting at a new company as a Software Developer
This article is based on my experiences as a Senior Software Developer starting at a number of different organisations over the years. I have discovered that you follow a number of stages. Stage 1:...
View Article