Browse our archives by topic…
Blog
Browse our blogs activity over the years…
Using Git for .NET Development: Part 4 - Resolving Merge Conflicts
Resolving Git merge conflicts in .NET projects: when conflicts happen, how to use Visual Studio and SmartGit to fix them, and tactics for noisy .csproj files.
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...
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.
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.
End of Month Research Roundup – March 2014
We have a culture of sharing information at endjin; here are our highlights of interesting content shared in March 2014.
Connecting to an Azure Virtual Machine with PowerShell Remoting
Azure VMs use a self-signed SSL certificate for PowerShell Remoting, which blocks connections by default. Exporting and trusting that certificate unlocks scriptable, Remote Desktop-free server management.
Azure Tip: Cannot connect to VM after changing Virtual Machine Size
Quick fix for 'remote desktop could not connect' after resizing an Azure Virtual Machine. Typically caused by a stale dynamic IP, with a one-step solution.
Building an Epic Dev Rig for less than £1600 (2014 Edition)
A Haswell i7-4770K, dual SSDs, GTX 760, water cooling, and a triple-monitor setup in a Mini-ITX case: all for under £1,600. Builds feel instant and ReSharper flies.
Using Git for .NET Part 3: branching and pushing your changes
How do you created branches in GIT? How do you push your changes to a remote server? How does Visual Studio help?
Using Git for .NET Development: Part 2 – basic operations and tools
How do you get started with GIT? How do you install it? What are the basic commands? How does Visual Studio help you?
TeamCity and YouTrack: Office 365 for Email Notifications
Azure IaaS has no built-in SMTP relay, but Office 365 exposes a public one. Configuring TeamCity and YouTrack to use it takes just a dedicated email account and the right SMTP settings.
Using Git for .NET Development: Part 1 – What is Git?
What is GIT? Why should you use it as a .NET Developer? How do you incorporate it into your workflow? How does Visual Studio help?
Apprenticeship Week 2: Getting Started with BDD
Week 2 of an endjin apprentice's journey, exploring Behaviour Driven Development and Specification by Example as the foundation of how we build software.
Apprenticeship Day 5
Day 5 includes more behaviour driven development with SpecFlow, talking to a real customer over a working lunch, and thinking about evidence-based decision making.
Apprenticeship Day 4
Day 4 includes a code review, performance optimisations, an introduction to behaviour driven development and mocking.
Apprenticeship Day 3
On her 3rd day, Alice starts writing some code, and uses the Argotic framework to process some RSS and ATOM feeds.
Apprenticeship Day 2
On her second day, Alice is given a deep dive into the commercial side of the business.
Apprenticeship Day 1
Alice covers her day 1 experience of starting her apprenticeship at endjin; setting up her development environment and getting familiar with endjin's tools and systems.
Equipping a kick-ass meeting room for less than £1500
In this post I kit out our new meeting room for £1500 and turn it into a collaboration and meeting space that we use on a daily basis for solution design & pairing sessions, conference calls with our clients, partners and remote workers as well as lunch time brown bag training sessions
Downloading Windows Azure Subscription Files
If you use Azure Management Studio, you can quickly setup your connections by importing your publish settings...
Reclaiming Space after updating to Windows 8.1
A quick tip of how to reclaim up to 10GB of space after updating to Windows 8.1
Making the move from iOS to Windows Phone 8
I've been a long term Smartphone user, and early iPhone adopter, but I've become fatigued by Apple and wanted to migrate to the new Windows Phone platform.
Azure: updating Service Configuration while running in Emulator
A quick tip for updating your Azure cloud service configuration while running in the emulator