AngularJS tutorial for .Net Developers

Hi All, Welcome to AngularJS tutorial. I have prepared this blog with my own development experience.This blog is for those .Net developer who all are willing to learn AngularJS or want to implement AngularJS in their project. Learn Angular JS implementation with latest and legacy ASP.Net technologies. 1. What is AngularJS? Angular JS is JavaScript framework … Read more

Cross Domain AJAX Request

In my earlier blogs, I have explored ASP.Net and JQuery topics. You may also read – How to Call ASP.Net web method using JQuery AjaxIn this blog let’s see about Cross Domain AJAX Request.Sometimes you have noticed that the browser refuses access to remote resources which you have requested. Do you know the reason behind … Read more

Error – Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response.

I was working on a project where I wrote a web method and called this web method from JQuery.While accessing the web method I got this error –“Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response.”In debugging, I couldn’t find any issue with the code neither in C# nor in JQuery.Then I … Read more