- Serializers in .NETPlease go to the v.2 of this article. Any distributed system requires serializing to transfer data through the wires. The serializers used to be hidden in…
- Introducing Module Browser – A World of Reusable PowerShell Modules at your FingertipsHigh quality reusable modules, like LEGO pieces, enable IT Pros to build automation solutions in minutes! Where can I find those high quality reusable…
- Know how to dunk a basketballIf you are looking for the answer to your query that is then continue reading this article as here you will catch best available information that you have…
- Simplicity Principles and Anti-PatternsIn my last post I stated that the only guideline for writing good software is to make it simple. There are a number of very specific code analyses that…
- 10 Awesome Gulp Plugins Working with AngularJS and BowerBelow are some gulp plugins I'm using in my Angular.JS website for build and deployment. Basically what I need are
- Introducing GitFlow for Visual StudioMoved to http://blog.ehn.nu/2015/02/12/introducing-gitflow-for-visual-studio/
- Getting Started with Android Wearable using Xamarin and Visual StudioWhat are Wearable Devices? The terms “wearable devices“, and “wearables” all refer to electronic technologies or computers that are incorporated into…
- Samsung Galaxy Note Edge: An Impressive Display SmartphoneSamsung is known for bringing the experimental devices in the Android market. Few years ago, Galaxy Note series was an experiment and now just launched…
- TypeScript and RequireJsTypeScript and RequireJs work well together. Writing small modular code with Single Responsibilities (SOLID principles) is a good practice in any language…
- Trigger Releases in Visual Studio Release ManagementMoved to http://blog.ehn.nu/2015/02/05/trigger-releases-in-visual-studio-release-management/
- ASP.NET Security – Custom Error HandlingAny application we built, will not be completely error free. Application will throw an exception at one or other point. Its a good practice to handle such…
- Issue with Xamarin Forms–InitializeComponent does not exist-Xamarin XAML is not Windows XAMLHave you ever tried to reuse code by adding existing files to a project? In Visual Studio this usually works, with the file getting put into the right…
- To SaaS or not to SaaSMany companies servicing specific industries have technology assets that could be transformed into a Software as a Service (SaaS) offering. Your business…
- ConcurrentCollections Can Be Prohibitively ExpensiveConcurrentCollections Can Be Prohibitively Expensive Since most of us use multiple threads we get all sorts of race conditions which we can solve with…
- Node.js and TypeScript Modules: Internal, External... Shake it All AboutThis blog now lives here.
- Building C#/ASP.NET Apps on a Mac With vNextAuthor: Jeremy Morgan <table align="center" border="1" cellspacing="1" cellpadding="1" style="width: 665px;"><tbody><tr><td><b style="font-size:…
- TFS Build vNext – A PreviewMoved to http://blog.ehn.nu/2015/01/15/tfs-build-vnext-a-preview/
- Trigger Visual Studio Release Management vNext from TeamCityMoved to http://blog.ehn.nu/2015/01/14/trigger-visual-studio-release-management-vnext-from-teamcity/
- My small contribution to ASP .NET 5I saw that the readme files for ASP NET 5 Home and ASP NET Data Project still said vNext so I made a pull request on github to change it to the announced…
- Dependency Injection, Angular and NodeMy current pet project is a chess-type board game using Node, Angular and TypeScript. This is my first time working with Node or Angular and the…
