Visual Studio Code Editor for Windows, Mac OS X and Linux Released

Pretty exciting times for all developers. Microsoft is changing the course on how you can build application and not worry what platform you choose to achieve that. Every few months and at sessions / conference we see Microsoft teams making Frameworks, Libraries and Tools open source. As "No one is…

ASP.NET 5 CompilerOptions - languageversion in project.json

Note: [Deprecated Content] This was written while ASP.NET and .NET Core was in beta (around beta5 or beta6). Since then a lot of stuffs have changed and moved around. Stuffs described below may or may not be true for current stable releases of ASP.NET Core. I recommend not…

How to create Apple MacOS like Scrollbar in WPF

Apple MacOS has beautiful rounded corner scrollbar and add to the UI experience you have while working on a MacOS machine. You can easily have similar scrollbar style for your WPF application to boost up your application's UI experience. If you wish to apply this scrollbar style application…

Hosting ASP.NET 5 web application on GNU / Linux

The brand new version ASP.NET 5 (a.k.a ASP.NET vNext) can be developed and hosted on all three major platform - Windows, Linux and MacOS. Getting started with ASP.NET 5 (TODO: Link to be updated with new Post for .NET tools) is not so hard after…

Visual Studio 2015 CTP 5 released

Microsoft and Visual Studio team announced release of Community Technology Preview 5 (CTP 5). Download: Visual Studio 2015 CTP5 This version of visual studio brings lots of improvements / better integration and bug fixes for ASP.NET (ASP.NET 5 vNext version). Some of the highlighted features, changes and fixes released…

ASP.NET 5 Error Page handling and error page options

Note: [Deprecated Content] This was written while ASP.NET and .NET Core was in beta (around beta5 or beta6). Since then a lot of stuffs have changed and moved around. Stuffs described below may or may not be true for current stable releases of ASP.NET Core. I recommend not…