There is good reason to create NuGet packages automated. This will eliminate the difficult and error-prone manual process. Creating and publishing of NuGet packages isn’t hard by the Team Foundation Server (TFS) build, except of prerelease versions.
Lead Your Team Like House
Dr. Gregory House is a brilliant leader. What makes him so special?
What Did We Forget? Oh, State Machine.
Last week I evaluated couple of State Machines. It wasn’t some structural evaluation, rather quick overview what is today in the market. I was just about to have something lightweight and easy to use so I have looked into Appccelerate and Stateless from Nicolas Blumhard. As I went through my sample I asked myself: Why we don’t use State Machines frequently? I asked couple of colleagues if they do. They don’t. Do I? No.
Xamarin and Autofac: How DependencyService and Dependency Injection are working together
The Xamarin.Forms includes DependencyService to help shared code to resolve platform specific implementation. The important thing here is that DependencyService isn’t replace for Dependency Injection container. DependencyService is rather service locator than IoC container. I will show you how they can work together. Although I’m using Autofac as IoC, the proposed design and architecture should be applicable to any IoC Container.
Ich bin ein Wirtschaftsflüchtling, sind wir es nicht alle?
Selten bespreche solche Themen auf meinem Blog. Da besteht eine große Gefahr, dass sich die Diskussion der Sachlichkeit entzieht. Aber das Thema Flüchtlinge ist bereits so breit, emotional und unsachlich diskutiert, dass ich mich doch entschlossen habe, etwas dazu zu schreiben.
{Create} Test Azure
Wie verbindet man Softwarequalität und Wirtschaftlichkeit? Am 03. März hielt ich einen Vortrag bei Microsoft Österreich zum Thema Visual Studio Online, Microsoft Azure und Application Lifecycle Management. Seht euch ein Zusammenspiel zwischen einem Tester, Entwickler und wie euch Microsoft Azure dabei unterstützen kann an.
Integration, Performance and Load Testing with IIS Express
Sometimes you would like to start IIS Express without hitting the F5 or Shift F5 in Visual Studio. This is especially helpful when you would like to run integration, performance or load tests continuously on your own machine. To enable this scenario you need to start IIS Express as a background process, otherwise the load or performance test will hang. One of the possibilities to achieve this is PowerShell.
LTE von Drei: Es geht auch anders. Definitiv.
Österreich befindet sich weltweit laut dem Wohlstands Index 2013 und dem Human Development Index auf dem Platz 21. Eine bemerkenswerte Leistung. Meine Wohnung in Strasshof an der Nordbahn ist per Luftlinie ungefähr fünfzehn Kilometer von der Grenze der Bundeshauptstadt Wien und drei Kilometer von dem nächst gelegenen kleinen Städtchen namens Gänserndorf entfern. Und obwohl ich das Glück habe, in so einem wohlhabenden Land zu Wohnen und zu Arbeiten, ist das Internetangebot im ländlichen Raum sehr beschränkt, was in Kontrast zu oben erwähnten Fakten steht. Die Geschwindigkeit variiert zwischen 0 Mbit/s und 16 Mbit/s, abhängig von der Straße, wo man wohnt. Meine Straße liegt leider eher im unteren Leistungsbereich mit 4 Mbit/s, was man in der heutigen Zeit als unzureichend beschreiben darf. Arbeiten von zu Hause war eher eine Qual und Streaming von Filmen oft mit pausieren und zurückspülen verbunden, da die Synchronisierung von Bild und Ton nicht funktionierte. Umso mehr habe ich mich gefreut, dass der heimische Mobilfunkbetreiber Drei sein Angebot von LTE auch auf mein Wohngebiet ausgeweitet hat.
Microsoft Windows with the Windows Phone integration
The most disruptive thing when I’m working is when my phone need my attention. The question is why I need take my eyes away from the screen? It would be great if I can interact with my phone directly from the machine I’m working on.
Automatic registration of AutoMapper profiles with the Unity dependency injection container
Normally when you create AutoMapper profile, it is you responsibility to register them. However with the dependency injection container (DI) you have great possibility to automate this.