Post data with parameters to .net url

I want to send data to a .net url(I mean backend server developed in .net). So can anyone help me in this?
Thank you

A large part of using HTTP/REST is that it is completely irrelevant what the backend is written in, so any of the myriad of Angular Http documentation out there should help you.