Monthly Archive: January 2016
I’m working on a AngularJS application where this client application is a part of ASP.NET MVC application. So, the angularjs web app talks to the controller which is already there...
I’m writing this post to have a quick reference for how to copy any files recursively using Visual Studio’s build events. VS provides an easy way to automate any steps...
Today I was writing some jasmine tests using my favourite IDE – Visual Studio and everything was going well. All of a sudden, I was unable to type in Visual Studio...
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from...