Framtidens programmeringsspråk heter Scala

Inledning Programmeringsspråket Scala har många fördelar. Erfarenhet från Java kan användas eftersom program skrivna i Scala körs på samma JVM som program skrivna i Java. Det betyder att komplierad Scala-kod är helt bytekodskompatibelt med det i Java och därför kan utnyttjas i ramverk, bibiliotek och befintlig Java-kod. Den stora vinsten är att man inte behöver skriva om all sin kod för att kunna börja använda programmeringsspråket. Integrationen med Java är sömlös. Scala både objektorienterat och

Läs mer

TaskCompletionSource in real life (part 2 of 2)

This is the second of two parts. The first one is here: TaskCompletionSource in real life (part 1 of 2) Yesterday I showed an example of how you can use TaskCompletionSource to mock calls that returns a Task for testing purposes. In the code samples

Läs mer

TaskCompletionSource in real life (part 1 of 2)

This is the first of two parts. The second one is here: TaskCompletionSource in real life (part 2 of 2) The first time I came in contact with the TaskCompletionSource, it took me a little while to realize its use. I see the same thing happening when

Läs mer

Cumulus Weather on WP7 now out!

Finally the Cumuls Weather App v1.1 is out after som troubles with the AppHub-site. Add your own weather station for real local weather and forecasts based on your local weather. http://windowsphone.com/s?appid=86bf4a1d-c083-4a83-bc41-043531d2f2af

Läs mer

Sometimes being Lazy is a good thing

…or “making ConcurrentDictionary.GetOrAdd a bit safer”. How many times have you written the "double-check locking" code when adding stuff to a dictionary? You know, the "does the dictionary contain this key? No, ok, so we take a lock

Läs mer

Windows Azure Most Valuable Professional MVP 2012

“We are pleased to present you with the 2012 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions i

Läs mer

Windows Phone 7 – Marketplace pictures Illustrator template

Sometimes im working with loads of files where i need to have several of the open at the same time for them to get the same graphical appearance. In Adobe Illustrator you can add more artboards to the same document. I have set up this template for the

Läs mer

Nuget WindowsAzure.Storage.Contrib v.1.6.0.3 Updated the library quality and usability

I have had a few “how do I use AzureContrib” requests and so I decided to step up my game considerably by going all in by upping both the code quality and the usability of the project. V1.6.0.3 of the product contains all of the goodness. PM> In

Läs mer

Windows Azure Storage Contrib NuGet v1.6

In order to make the Windows Azure Storage enhancements of AzureContrib (Windows Azure contribution project) more available to developers not deploying to Windows Azure I have split out the StorageClient library enhancements to a separate NuGet Package

Läs mer

Windows Azure Deploy video

En video som visar hur man enkelt deployar en vanlig Web Application från Visual Studio till Windows Azure: http://www.youtube.com/watch?v=kH2ftDwneyY Hoppas detta inspirerar dig till att komma igång med utveckling för Windows Azure för det är helt gratis att prova på, både utvecklingsverktyg och konto med begränsad användning så att man inte av misstag kan råka dra på sig kostnader. Trevlig helg! Magnus Mårtensson – Business Responsible Azure

Läs mer
Tillbaka