ASP.NET webapi or SignalR? [closed] - asp.net

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am working on a Cordova app. I would like to know if I can continue with ASP.NET webapi at the server side or can I use SignalR.
Which one is better and why. What are the pros and cons. Please provide as much information as possible.
Thanks in advance.

SignalR is for real-time bi-directional communication. WebAPI uses request/response that is initiated by the client.
So there is no "better" one as they serve different purposes.

Related

Use Remote Config to set API Url in app - Good or Bad idea? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I have been reading a lot of articles in regards to security and other parties reverse engineering your app and then flooding your APIs etc.
For my current (nativescript) app I am using Firebase for Auth and then have my own API URL hardcoded into the app.
I am considering using Firebase Remote Config to retrieve my API URL and then setting it in the app. In order to not have my API URL exposed.
I was wondering if someone has done this before? And if this approach is a good or bad idea?
Thanks. Robert

.NET WS/SOAP capabilities [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am reading that WCF is becoming obsolete, but no mentioning about what should be used for SOAP protocols in these cases. Is WCF our only option in .NET? To my understanding WEB API does not support SOAP.
I am reading that WCF is becoming obsolete
Really? Maybe someone should tell the thousands of public and private enterprises around the world which rely on it every day.
Is WCF our only option (for SOAP) in .NET?
No. For example, ServiceStack supports SOAP.
To my understanding WEB API does not support SOAP
Your understanding is correct.

What is the usage of Signalr [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Im wants to make a live chat feature in my web applicatin in asp.net. I found signalr for live chat, but i want to save that text from one browser to How to save text user's message in signalr
SignalR is used to push changes to the client. Saving messages is not a concern for SignalR. You need to roll your own persistence for this, maybe your application have a database already?

Intuit Partner Platform to ASP.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to connect a Quick book with asp.net using Intuit Partner Platform.
What are the things i should configure in the web config.
Please provide a sample coding
PFB the sample web.config
https://github.com/IntuitDeveloperRelations/IPP_Sample_Code/blob/master/QuickbooksAPI/DotNet/WebForms%20application/QuickBooksApiDotNetWebFormsSampleApp/Web.config
You can refer the QB guide from the link below
https://developer.intuit.com/docs/#api/deki/files/1381/gettingstartedwithquickbooks.pdf
for consumer key and consumer secret
[ Ref - page 9 ]
Hope it will be useful
Thanks

i m confused which tech i used asp.mvc or wcf for my project [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I have basic knowledge of asp.net and i want develop the project.So m confused between Wcf and asp.mvc which is good for my project. i read description of both but cant get solution. could someone please help me as soon as possible.
project description- collection of data from different site(location) through wireless communication(gprs communication) and store the data on oracle 10G. and i want show the history reports and trends .
how i show reports? like in windows application (crystal report and rdlc)
WCF is rest service while asp.net MVC is web development technique. So if you want expose services then you can move WCF or WEB API else will move to ASP.NET MVC.

Resources