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
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...
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...
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...
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...
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...
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...
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) ...
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 ...
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ...
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 ...
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...
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...
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 ...
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 ...
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:...
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 ...
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...