KUND-LOGIN

IRM BLOGG

Några av oss IRM-are skriver om sådant som vi stöter på i vårt arbetsliv och som vi gärna delar med oss av i några bloggar.

 

Erics blogg

Eric bloggar på engelska om dagliga erfarenheter som utvecklare och arkitekt på .NET plattformen.

Läs de senaste artiklarna.

 

Johans blogg

Johan skriver på engelska om det mesta mellan himmel och jord som berör utveckling och mjukvaruarkitektur, och ibland även sånt som inte har med utveckling att göra.

Läs de senaste artiklarna.

 

 

Roberts blogg

Robert skriver på engelska och kallar sin blogg för "ONE Architectured Enterprise".

Läs de senaste artiklarna.

 

 

SENASTE BLOGGARTIKLARNA

blogg Dynamisk metrobakgrund med skivomslag i WP8

2013-02-22 av nils
Hallå. För någon vecka sedan så hade jag lite tråkigt en kväll och bestämde mig för att titta lite på några av nyheterna i WP8. Bland annat möjligheten att nu kunna låta appar hantera "lockscreenen" på telefonen. Eftersom min telefon hade en sådan ful och tråkig bakgrundsbild tänkte j...

blogg Center Aligning a Table with CSS

2013-02-01 av johan
So you want to center align a table, try text-align: center and it doesn’t work…. I have to look this up every time, so here goes: < table style =" margin-left : auto ; margin-right : auto ; "> This...

blogg Att debugga en Windowsphone-app för att felsöka "döda bildlänkar i IE 10 Mobile"

2013-01-11 av nils
Jag åkte på en rätt spännande sak i utvecklingen av en WindowsPhone 8-app. Appen använder sig mycket av en WebBrowserControl för att helt enkelt rendera HTML som laddas ner från olika sidor och servrar. Det som t.ex. kommer tillbaka kan se ut som följan...

blogg Binding MediaElement to a ViewModel in a Windows 8 Store App

2012-12-14 av johan
If you want to play a video from your video-library in a MediaElement control of a Metro Windows Store App and tried to bind the Url of the video file as a source to the MediaElement control like this, you may have noticed it’s not working as well for you: < MediaElement Source ="{ Bi...

blogg Enforce password policy i SQL Server - ibland ett gissel

2012-11-29 av nils
Hej. Som jag tidigare skrev i mitt premiärinlägg så ser jag denna blog lite som en utvecklardagbok och detta inlägg får väl klassas som ett sådant. En klassiker som man kan åka på i SQL Server är när man lägger upp ett nytt login och...

blogg File Activation in Windows RT

2012-11-23 av johan
The code sample for file activation on MSDN is lacking some code so a simple way to pass the file clicked to your MainPage could be: protected override void OnFileActivated( FileActivatedEventArgs args) {     var page = new Fra...

blogg Read All Text from Textfile with Encoding in Windows RT

2012-11-21 av johan
A simple extension for reading all text from a text file in WinRT with a specific encoding, made as an extension to StorageFile: public static class StorageFileExtensions {     async public static Task<string> ReadAllTextAsync(this StorageFile storageFile) ...

blogg Sideloading and Testing Windows 8 Store Apps on Other Machines

2012-11-20 av johan
This is a good, short article how to create a store app package and test on another machine, see http://blog.aggregatedintelligence.com/2012/11/how-to-sideload-windows-8-store-apps.html Cross-posted from my blog at http://weblogs.asp.net/jdanforth ...

blogg Hello world – En Lazy “lazy loader” för WP7

2012-10-17 av nils
Hej. Detta är en premiär för mig på IRM-bloggen. Jag har länge funderat över om inte jag också borde börja skriva lite. Vem är då jag? Jag är Nils, eller Nisse och är en 29-årig utvecklare på IRM. Har varit anställd här sedan januari 2011 och jag sysslar oftast med C# på något sätt och även en ...

blogg Asynchronous Calls Crashed the Application (Not Anymore)

2012-10-14 av ericqu
I’m probably late to the game with this one, but I thought that since I have missed I’m probably not the only one. I have a pretty typical Windows Forms project which uses WCF to communicate with the server. Over the years we have moved more and more to asynchronous calls to not lock the client and...

blogg Installing a Fibaro Realy Switch

2012-08-11 av ericqu
This worked in my home (in Sweden)! Before telling you how to install the switch, it is important to know that I’m not an electrician (and since I’m not I might very well use the wrong English words, but I hope it is understandable) and I’m only sharing my experience. Changing anything in the insta...

blogg Installing a Fibaro Dimmer

2012-08-07 av ericqu
This worked in my home (in Sweden)! Before telling you how to install the dimmer, it is important to know that I’m not an electrician (and since I’m not I might very well use the wrong English words, but I hope it is understandable) and I’m only sharing my experience. Changing anything in the insta...

blogg Getting Started with Fibaro Home Center 2

2012-08-02 av ericqu
This is my second post about home automation and you can read all of them here . All things from Fibaro comes nicely packaged which immediately send a signal of quality (I believe they’ve read Steve Jobs biography?) and the Home Center 2 is not an exception (unfortunately I didn’t take a pictur...

blogg Home Automation with the Fibaro System

2012-08-01 av ericqu
When we built our house four/five years ago I wanted to be able control our light sources in an intelligent way. For example I want to be able to control all the external lamps with a single button/command so that all turns on or off. The programmer in me also wanted to be able to program against t...

blogg Assembly Versioning in a TFS Team Build

2012-06-03 av ericqu
There are plenty of post about how to set a custom assembly version in a TFS Team Build, but since I ended up choosing an approach that was a mix of the others, I thought I could just as well blog about it too. This post will hopefully be followed of another post about doing ClickOnce publishing in...

blogg SlowCheetah XML Transforms as part of a TFS Build

2012-05-15 av ericqu
A half year ago I blogged about “ Deploying ClickOnce to Multiple Environments ”, but now I want to take this a couple of steps further and use a build server to automate the deploys. The first thing that I looked into was how to get SlowCheetah XML Transformations to work on our build server and t...

blogg EA Principles–a way to overcome complexity and create simplicity

2012-05-10 av eskil
Eskil Swende starts a discussion on EA Principles. He will discuss a number of hypotheses how to overcome complexity and create simplicity. Our enterprises evolve continuously. As a result, their architectural structures are transformed and extended continuously. Without control such changes ...

blogg How to do Custom Event Logging and Trace Writing in Azure

2012-02-24 av johan
We’re about to begin our first “real” Azure project and I needed to wrap my head around event logging and trace writing in the cloud. Any proper application running in any cloud needs this sooner or later. I quickly noticed that the information around Azure diagnostics was all ...

blogg When the Test Agent Fails on the Build Server

2012-02-16 av ericqu
When I set up a continues integration build on our new build-server, I got “The agent process was stopped while the test was running.” when the test ran. This is not a very helpful error message and the troubleshooting is hard when all test succeeds locally. Fortunately I have the possibility to re...

blogg How to Force Comments When Doing Check-In in TFS

2012-02-08 av johan
I was looking for a policy like this, and found this blog article by Claus Konrad: http://blog.clauskonrad.net/2010/08/tfs-2010-how-to-force-comments-when.html Now, unfortunately everyone in the project has to have the TFS Power Tools installed to make this work. The power tools can be d...

blogg MSTest and Calling Exe with Sample Data Files

2012-02-07 av johan
For various reasons I’m using MSTest for my unit tests and I have this console app which generates a PDF file from an XML file that needed some tests. So, when moving the unit tests over to a TFS build server, having hard coded paths to test data files is not a good idea. The recommended way of ...

blogg Information and Events are Stable Parts of Business

2012-01-13 av ericqu
At IRM we often use this picture to talk about the stable parts of the business. Actually we have used it at least during the eight years I‘ve been working here. The least stable part is the organisation itself. Many of us have been affected by organisational changes during the last year ...

blogg Deploying ClickOnce to Multiple Environments

2011-09-14 av ericqu
So in my struggling to get a lean and effective way to roll out new versions of an application for two of my clients, I have some more to share with you. I want it to be extremely easy for me to create a new ClickOnce installer for my clients and I have identified three things that I need to solve:...

blogg Command Handling the Nancy Way

2011-09-08 av johan
MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com and the source code is maintained at https://github.com/johandanforth/MiniBuss I’ve been a ...

blogg More MiniBuss Updates

2011-09-02 av johan
MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com Thanks to @CodingInsomnia for testing out the MiniBuss stuff a bit more than I did For the...