blog.dotnetnerd.dk
DotNetNerd's blog | Build: Microservices on Azure
http://blog.dotnetnerd.dk/post/2015/05/01/Build-Microservices-on-Azure.aspx
Because I love development. Build: Azure App Services has a growth spurt. Build: Microservices on Azure. 1 May 2015 10:13. Besides App Services, Azure offers an alternative that is slightly to the left of the far right on the big IaaS to PaaS scale called Azure Service Fabric. Conceptually Service Fabric is based on containers, allowing you to fit many services into a single VM and it gives you more fine grained control than with App Services by providing a manifest describing how it should operate.
blog.dotnetnerd.dk
DotNetNerd's blog | 2014 debriefing
http://blog.dotnetnerd.dk/post/2014/12/29/2014-debriefing.aspx
Because I love development. Beware: here be frameworks! Pattern matching on its way to C#. 29 December 2014 15:33. What a crazy year this has been! A year ago my girlfriend and I had just started construction of our new house, so we were living temporarily in a ruin from 1892 and I was working at d60 in Vanløse. Now we are all settled in our house, Elisabeth is now my wife, she is starting her phd, and I have been working as an independent consultant for 11 months! Out with the new in with the old. The i...
blog.dotnetnerd.dk
DotNetNerd's blog | Everyday life
http://blog.dotnetnerd.dk/category/Everyday-life.aspx
Because I love development. 21 December 2015 14:11. So it's that time again. Another year has past, and like so many others I want to take a little time to look back at how I have spent my nerdy hours. Most importantly it has been my second years as an independent consultant, and I am still enjoying the freedom and the chance to work on projects that are very different. More. Live slowly, be happy and save battery! 8 July 2015 07:22. 29 December 2014 15:33. What a crazy year this has been! So it has been...
blog.dotnetnerd.dk
DotNetNerd's blog | F# interaktiv, pattern matching og active patterns
http://blog.dotnetnerd.dk/post/2008/02/23/F-interaktiv-eksekvering-pattern-matching-og-active-patterns.aspx
Because I love development. Feed-Me.dk release og Lang.NET inspiration. F# og imperativ programmering. F# interaktiv, pattern matching og active patterns. 23 February 2008 17:46. Let value = a. A - printfn The value was an a. B - printfn The value was a b. Let value = (b, a). A, b) - printfn The values were a and b. B, ) - printfn The first value was b. Der kan matches på mange forskellige måder men en anden meget anvendt operator :? Let value = 2. Match box value with. Active patterns er en teknik der g...
blog.dotnetnerd.dk
DotNetNerd's blog | Is TypeScript taking hold?
http://blog.dotnetnerd.dk/post/2015/04/07/Is-TypeScript-taking-hold.aspx
Because I love development. Pattern matching on its way to C#. Is TypeScript taking hold? 7 April 2015 13:08. I just got back from a week off around easter, summer is almost here and I was awarded Microsoft MVP for ASP.NET/IIS for the first time. So all I that is missing is getting some blogging done. Convert the use of revealing module pattern into classes. Write constructors that communicate the intent of the class well. Get rid of “that” by using arrow functions. GOTO day 2 good times in .NET land.
blog.dotnetnerd.dk
DotNetNerd's blog | Languages
http://blog.dotnetnerd.dk/category/Languages.aspx
Because I love development. TypeScript 2.0 beta non-nullable types. 13 July 2016 07:19. One of the nice features of functional programming languages like F# is the lack of null. Not having to check for null every where makes code a lot less errorprone. As the saying goes "What can C# do that F# cannot? With version 2.0 of TypeScript we do get non-nullable types, which has been implemented as a compiler switch. The joy of functional concurrent programming. 25 June 2015 07:40. Initial thoughts on Angular 2.
blog.dotnetnerd.dk
DotNetNerd's blog | Events
http://blog.dotnetnerd.dk/category/Events.aspx
Because I love development. GOTO Copenhagen day 2 continued. 7 October 2015 08:10. After lunch I picked a talk by Dave Thomas on Fast data - tools and peopleware. Dave threw some punches at SCRUM and OO languages, while describing the challenges of handeling the huge amounts of data and the variery of devices that we have today. With that he concluded that the amount of serialization and modelling we are doing is hopeless and that going through layers like ODBC is terrible. More. GOTO Copenhagen day 2.
blog.dotnetnerd.dk
DotNetNerd's blog | Build keynotes
http://blog.dotnetnerd.dk/post/2015/04/29/Build-keynotes.aspx
Because I love development. Is TypeScript taking hold? Build: Microservices on Azure. 29 April 2015 18:31. Since I am watching Satya Nadellas the keynote and taking notes, I figured I might as well put them into a blogpost. So here it goes. First off the collaboration with Docker was talked about by Ben Golub and Mark Russinovich. This included talking about the collaboration between Docker and Microsoft which had surprised Ben in 5 ways:. Docker would be build to run on for Windows. Office is being open...
blog.dotnetnerd.dk
DotNetNerd's blog | All posts by dotnetnerd
http://blog.dotnetnerd.dk/author/DotNetNerd.aspx
Because I love development. TypeScript 2.0 beta non-nullable types. 13 July 2016 07:19. One of the nice features of functional programming languages like F# is the lack of null. Not having to check for null every where makes code a lot less errorprone. As the saying goes "What can C# do that F# cannot? With version 2.0 of TypeScript we do get non-nullable types, which has been implemented as a compiler switch. Azure Webjobs good stuff, with a gotcha. 26 May 2016 11:27. Backup with Azure Cool Blob Storage.
blog.dotnetnerd.dk
DotNetNerd's blog | Pattern matching on its way to C#
http://blog.dotnetnerd.dk/post/2015/02/03/Pattern-matching-on-its-way-to-C.aspx
Because I love development. Is TypeScript taking hold? Pattern matching on its way to C#. 3 February 2015 16:47. As the design notes for C# 7. Reveals, Microsoft are thinking about introducing pattern matching into C# in version 7. I was really happy when I first heard this, because pattern matching is one of the things I often miss from F#, where I wrote about the joy of pattern matching. Way back in the beginning of 2008. It doesn't get much more nice and succinct than this. Looking at other languages.
SOCIAL ENGAGEMENT