We at Jayway will be watching the key note live from Microsoft’s all important developer conference: Professional Developers Conference (PDC). Please come join us in our offices in Malmo for this event! We supply the drinks and the snacks all you have to do is show up and hang with us as Microsoft presents their [...]
Watch the PDC 10 key note live from Redmond at Jayway
October 21st, 2010 by Magnus Mårtensson — .Net, Events
PDC 10 live in Malmö – a two day local Professional Developers Event
September 20th, 2010 by Magnus Mårtensson — .Net, Events
Jayway is happy to announce a two evening event of live streaming Professional Developer News straight from Microsoft Redmond to us here in Malmo Sweden! (Sign up below!) Update 18/10: The agenda is set for Microsoft PDC and for our event in Malmö. However the specific session content is still pending. Our local event in [...]
It’s time for IoC Container Configuration Detente
September 5th, 2010 by Magnus Mårtensson — .Net, Architecture, Tips & Tricks
Want an easy way to configure your Inversion of Control (IoC) container using an API? Don’t care one iota about which specific container you actually are using you just want to get the work done? Want to configure your IoC in a type safe manner? Read on and find out how! Scroll passed the background [...]
Tags: .Net, C#, configuration, IoC
Entity Framework, Show & Tell Swenug Skåne event
August 20th, 2010 by Magnus Mårtensson — .Net
If you are nearby or live here don’t be square! First NUG event in Skåne, Sweden for the fall is on September 16 is one with two agenda entries; Entity Framework and Show & Tell raffle. Dag König from Microsoft DPE Sweden will join us to give the latest info Entity Framework. We will have [...]
Tags: community event, Seminars
Lazy<T> with implicit cast to T can give you some pretty code
August 9th, 2010 by Magnus Mårtensson — .Net, Tips & Tricks
Adding an implicit cast functionality to Lazy<T> can give you an option to writing null checkers in your delayed instantiation properties. The problem Today in our project a colleague was cussing over the fact that he kept writing the same block of code over and over again when null checking a property with a backing [...]
Handling Lazy + Metadata instances in Managed Extensibility Framework (MEF)
August 4th, 2010 by Magnus Mårtensson — .Net, Architecture, Tips & Tricks
Have you ever wanted to dynamically choose from many potential implementations of some code? Would you like to have the power of metadata filtering and lazy instantiation of the selected implementation? Here is how to do just that using Managed Extensibility Framework (MEF) and also a neat trick to handle your implementation/metadata pairs that I [...]
Tags: .Net, .NET Framework, tips
Neo4j .NET Client over HTTP using REST and json
April 16th, 2010 by Magnus Mårtensson — .Net, Architecture, Cloud
Here it is; a Proof of Concept of the world’s first Neo4j .NET Client. In other words: Here follows a discussion on how to create a client library for communicating with a graph database over REST. UPDATE: There is now a live CodePlex project for the realization of this concept; A .NET Client Library for [...]
Tags: .Net, httpclient, json, neo4j, rest
Would you like a Byte Order Mark to go with that?
April 14th, 2010 by Magnus Mårtensson — .Net, Architecture, Java
It is possible to encode a little bit of metadata at the beginning of your byte streams to let the stream itself carry information on how it has been encoded. This is known as a Byte Order Mark (BOM) and it is as far as we know completely optional. Some .NET Framework implementations add this [...]
Effective and Infinite storage in the cloud session at TechDays 2010 Sweden
April 6th, 2010 by Magnus Mårtensson and Peter von Lochow — .Net, Architecture, Cloud
The main points of our Effective and Infinite Storage in the Cloud session at TechDays 2010 in Sweden are listed below as well as links to all of our related material and the zip with our demos. The slides are here too but they are in Swedish only. Our session at TechDays 2010 gave an [...]
Tags: sql, sql azure, storage, windows, windows azure
