What do you need to know as a .Net developer in 2016

One day I just thought about what I know and what I need to know more as a .Net based web application developer in 2016. There are so many technologies arising so quickly. It could be hard to simply follow all the new technologies, new JavaScript libraries, mobile technology, cloud, .Net Core, CI/CD, just name… Continue reading What do you need to know as a .Net developer in 2016

How to use bower to manage front-end library in Visual Studio 2015 : for beginners

Background While looking for the JS libary to populate folder as beautiful tree structure and hopefully having modern UI, I found a useful angularjs based open source called, angular file manager(git), which has beautiful and easy-to-use UI, worth to spend some time for my work. The manual of the app said ‘use bower install –save angular-filemanager’ to… Continue reading How to use bower to manage front-end library in Visual Studio 2015 : for beginners

Jenkins vs Teamcity

Quick and simple comparison between Jenkins and Teamcity based on personal use on both for a month. Jenkins Teamcity Price Free Free up to 20 build configuration Unlimited build license starts from $1,999 https://www.jetbrains.com/teamcity/buy/#license-type=new-license Configuration Data Internally managed XML file SQLServer Install Easy Easy, but need to set up with SQLServer. Build configuration Normal Normal, especially… Continue reading Jenkins vs Teamcity

Continuous Integration and deployment

At first, CI and CD looked just awesome and help my life easier. After apply Teamcity and Octopus for a few project locally as a testing, I started feeling that it’s a must for developer. As everyone uses source code repository like TFS and Git, Continuous Integration is a must. A final goal would be… Continue reading Continuous Integration and deployment