How to solve Invalid JSON primitive issue in ASP.NET?
This post can help you to solve “Invalid JSON primitive: {any-value}” issue when you make a web request from browser to the server. I can make an assumption that you are...
...on a journey to become an outlier software engineer!
This post can help you to solve “Invalid JSON primitive: {any-value}” issue when you make a web request from browser to the server. I can make an assumption that you are...
Learn how you can develop better AngularJS applications by having a good understanding of handling exceptions.
Learn how you can develop better JavaScript applications by having a better understanding of handling exceptions.
Microsoft’s Azure Mobile Services (AMS) allows application developers to register their app with one or more authentication providers like Google, Facebook, Twitter, Microsoft and Azure Active Directory. You can configure...
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...
While writing code, we developers often tend to learn a programming style and stick to it. You may know a developer (including yourself), who is quite strict about where to...
Recently, I had a requirement to upgrade one of my client’s ASP.NET MVC web application from version 4 to 5. So, I thought to write the steps to how to...
More