Quantcast
Channel: Jayway » Johan Olsson
Browsing all 10 articles
Browse latest View live

Subversion + Mercurial = True

In the team I am working in now, we are using Mercurial (ToroiseHg and VisualHg) as version control. This works great and we are quite happy with it. But there’s one little cloud on […]

View Article


Hosting your own Source & Symbol Server

If you are using NuGet to add 3rd party components in your project, you should also use SymbolSource.org to get debug info and source code for those components. If you are not familiar with […]

View Article


Team Foundation Service and Windows 8

Microsoft has launched a Team Foundation Service (http://tfspreview.com/). It is Team Foundation Server in the cloud. There is source control, continuous builds, test running and agile planning...

View Article

An actor model implementation in C# using TPL DataFlow

The actor model (Wikipedia) An actor is an entity that you can send messages to. In response to a message an actor can do any of the following: * Send messages to other actors […]

View Article

Lab: Creating packages with NuGet

Recently some colleagues needed to know how to create packages with NuGet. To speed up the learning, I wrote a lab on the subject and went through with them. They liked it and said […]

View Article


Verifying your Xaml localization tags

In a Xaml-project I am working with, we are localizing the GUI, i.e. displaying the GUI in different languages like English, French, German etc. This is done by adding a x:Uid tag to the […]

View Article

Resource interface generation with T4 templates (C#/Xaml)

When you globalize your Windows Store app, i.e. show the GUI in foreing languages like French or German, there’s a few things you have to do. 1. Add translated string to a resource file. […]

View Article

Windows Phone 8.1 for Developers

We will during the next few weeks together with Microsoft evangelist Peter Bryntesson post a series of blog post regarding the new windows phone 8.1 platform. We will publish our posts on the Jayway […]

View Article


Windows Phone 8.1 for Developers – Localizing Apps

This blog post is part of a series about how Windows Phone 8.1 affects developers. The series is written in collaboration with Microsoft evangelist Peter Bryntesson, check out his blog here....

View Article


Developing in F# impressions

Introduction I am a C# developer and I have nurtured a wish to start developing in F#. I have read some books on F# and written some test, demo and lab code, but I […]

View Article
Browsing all 10 articles
Browse latest View live