Browse our archives by topic…
Blog
Using SemanticMerge to fix Git merge conflicts
How can you use the SemanticMerge tool to help you deal with GIT merge conflicts? Here's an overview of the process.
Gotchas when installing an Elasticsearch cluster on Microsoft Azure
We've built a number of Elasticsearch clusters on Microsoft Azure. This blog post contains some of our top tips and gotchas.
A step by step guide to developing Visual Studio item templates using SideWaffle
In this post, we explore the use of SideWaffle to create a frictionless experience for developers wanting to create repeatable plugins.
Guest Blog Post: End of Week Two Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. In his final post, he reflects on the past two weeks.
Guest Blog Post: Week Two – Day Four of Work Experience 2014
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his reflections on his fourth day.
Guest Blog Post: Week Two - Day Three of Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his reflections on the 3rd day of his second week.
Guest Blog Post: Week Two - Day Two Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his write up of the second day of his second week.
Guest Blog Post: Start of Week Two Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers the start of his second week.
Guest Blog Post: End of Week One Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his reflections on his first week.
Guest Blog Post: Third Day of Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his reflections on his third day.
A Step by Step Guide to Testing NuGet Packages Locally
Discover our tutorial on local NuGet package testing, filling documentation gaps with a concise, step-by-step guide.
Guest Blog Post: Second Day of Work Experience (2014)
Jack, 15, is spending two weeks gaining work experience at endjin. This post covers his reflections on his second day.
How to retry commands in PowerShell
Transient failures can happen at any time. There are many useful frameworks for .NET, but what about PowerShell?
Create a custom TeamCity PowerShell MetaRunner to Notify NewRelic that new deployment has occurred
You can easily notify NewRelic that a deployment has occured. In this post I demonstrate how to turn a script into a reusable TeamCity Metarunner.
Guest Blog Post: First Day of Work Experience (2014)
Jack, 15, is spending two weeks at endjin doing work experience. In this post he describes his experience of his first day.
End of Month Research Roundup – June 2014
We have a culture of sharing information at endjin; here are our highlights of interesting content shared in June 2014.
Designing for television: food safe props for The Great British Menu 2014
Throughout endjin's history we have been invited to work on a host of projects. In late 2013 we were asked if we could produce a series of graphics props for the Great British Menu 2014. In this post we talk about the research and production methods behind developing graphics for television.
Using Git for .NET Development: Part 4 - Resolving Merge Conflicts
How do you resolve GIT merge conflicts? Can Visual Studio help you at all? What are the best tactics?
Button Visual States in Xamarin.iOS
One way to manage a button visual state in iOS is by setting a different background image for each one of the UIControlState values available...
End of Month Research Roundup – May 2014
We have a culture of sharing information at endjin; here are our highlights of interesting content shared in May 2014.
Event stream manipulation using Rx – Part 2
Having described the problem space using Marble Diagrams, it's now time to create a real solution using Rx and the Observer pattern to process data from Windows Event Log.
End of Month Research Roundup – April 2014
We have a culture of sharing information at endjin; here are our highlights of interesting content shared in April 2014.
Event stream manipulation using Rx – Part 1
This blog post delves into using Rx to process the messages received from Windows Event Logs, so that they can be shaped in a way that is useful to us to consume.
Understanding dependency injection
What is Dependency Injection? How does it help you develop software? Why should you use it? Is it a silver bullet for creating loosely coupled components?
Getting started with semantic logging
Implement semantic logging on Windows & .NET for richer diagnostics & analysis. Learn how Reactive Extensions enable powerful scenarios in this series.