When developingoccasionally offlinedistributed systems, sometimes, you need to rethink the communication between them. Our architecture for the product we are building is composed ofAzure Service Bus Topics [http://azure.microsoft.com/en-us/documentation/articles/service-bus-dotnet-how-to-use-topics-subscriptions/] . Those are nothing more than a fancy queue, that allows multiple readers. More specifically, in
Writings
It was a long night - one lasting 27 hours, actually. It was the moments before deploy. Your team is counting on you. Your customer is counting on you. You are counting on you. You hit deploy. You wait. You pray. You've cut some corners to make the
In MVC, there is this cool concept of a partial view. It sort of sounds like an old-schoolControl [http://msdn.microsoft.com/en-us/library/bb386416(v=vs.100).aspx].And in reality, it's pretty close to that. Except, there's a huge problem if you actually want
I wanted this title to be slightly more provocative. I don’t really think that remote work is all bad. But, I have strong opinions about…
When preparing for my presentation at NTK [http://www.ntk.si], the largest IT conference in Slovenia, titledCloud Patterns: How to write applications for the cloud, I explored different architectural patterns that have to do with reliability of our cloud applications. One of the most interesting patterns, in my opinion,
Today's Visual Studio Connect() event brought a huge amount of announcements. From open sourcing .NET, delivering an officially supported runtime to Linux & Mac OS X [http://blogs.msdn.com/b/somasegar/archive/2014/11/12/opening-up-visual-studio-and-net-to-every-developer-any-application-net-server-core-open-source-and-cross-platform-visual-studio-community-2013-and-preview-of-visual-studio-2015-and-net-2015.aspx] , [http://blogs.msdn.com/b/somasegar/archive/2014/11/12/
Microsoft hosted a developer event in Slovenia, called TechDays [http://www.techdays.si]and have invited me to present some of the new features of ASP.NET vNext and MVC 6. I wanted to post the slides online. They are a combination of slides from Scott Hanselman [http://hanselman.com/
I am preparing for a talk I am about to give very soon (more to follow), and I wanted to demo some of the new features of ASP.NET MVC 6 on a Mac. It took reading instructions on multiple sites to get this to work, so I wanted to