asp.net

  1. A

    Android Question Firebase Push Notification - integration with ASP.NET

    Hi all. I want to integrate the Firebase Push Notification with my asp,net website. But from what I read so far is that the token generated by B4J GetTokenValue is valid for 1 hour only. So if I start B4J sending tool and copy the token string from there and use it in my asp.net this token will...
  2. Luca Tonelli

    Android Question Webservices and datatable asp.net

    Hello I need to read the response of a webservices that provides data in a datatable The webservices is called correctly but I do not know how to read the data contained in the datatable.
  3. C

    iOS Question Posting a login request to ASP.Net Web API

    I am stuck on a login request to web API. So the process is simple I have to send “username”, “password” and “grant_type” to the server along with the two headers “Accept” and “Content-Type”. If the user is valid my app will receive the following response from the server: { "access_token"...
Top