Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Web Api

Angular And Breeze Edit Date Object

I have an AngularJS application where I want to edit a Date object that is being exposed by ASP Web… Read more Angular And Breeze Edit Date Object

Asp.net Webapi Datetimeoffset Serialize To Json/javascript (angular2)

I do not find a nice way to get a DateTimeOffset value to JavaScript (angular2). I am using WebApi … Read more Asp.net Webapi Datetimeoffset Serialize To Json/javascript (angular2)

Why Are My Requests To Web.api Being Blocked By Long Running Controller Code?

I'm working on my local development environment using angular to issue ajax calls to Web.API (I… Read more Why Are My Requests To Web.api Being Blocked By Long Running Controller Code?

Post From Typescript To Web Api Api, Unable To Pass A Json Object

I am trying to pass a JSON Object from a typescript POST call to a Web API method. Fiddler shows t… Read more Post From Typescript To Web Api Api, Unable To Pass A Json Object

Dates In .net Vs In Javascript

I have a ASP.NET WEB.API 4 and a Controller returning the following json: { date: '2013-03-14… Read more Dates In .net Vs In Javascript

"can't Bind Multiple Parameter To The Request's Content." In Web Api And Angularjs

When Multiple parameters pass in WebApi it results as an exception 'Can't bind multiple par… Read more "can't Bind Multiple Parameter To The Request's Content." In Web Api And Angularjs