Questions tagged as 'asp.net-web-api'

1
answer

OpenSSL and ASP.NET WebAPI

I'm developing an internal application, but in a certain module I'll need to traffic some sensitive data. A priori I thought about using SSL, but due to limitations ( non-technical ) I would not be able to do so, so I thought about using Open...
asked by 31.05.2016 / 13:56
3
answers

ASP.Net MVC or WebAPI?

What is the advantage of using MVC and WebAPI (using Visual Studio and C #)? I think developing in MVC is easier than putting together a form with validations, so just put special attributes for this purpose and use the Wizard that already as...
asked by 02.02.2015 / 14:54
2
answers

What is ASP.Net vNext? What is the correct name?

Okay, I know that ASP.Net vNext is the new version of ASP.Net being released by Microsoft in 2015 and it brings great changes changing how we work various things. This vNext name was used as the working name. Initially I had the idea that thi...
asked by 26.02.2015 / 14:08
1
answer

What is OData for?

I've gotten caught up with some people talking about OData , I did some research I saw some codes, but I was not clear about some things, What is OData for? What are the advantages and disadvantages? When to use OData? When not...
asked by 17.03.2018 / 19:59
3
answers

What's the difference between System.Web.Http and System.Web.Mvc?

I have a MVC project and I will have regular controls and controls providing services via webservices ( Controller and ApiController ). And I do not know which one to use because I do not know which one is best.     
asked by 25.06.2016 / 15:48
1
answer

OWIN and OAuth What are they and how to use them?

I'm looking at WebApi tutorials with authentication / authorization and I came across these two concepts, although explained in the tutorials the definitions are not clear. Even if you search the web, the explanations in English are confusing...
asked by 25.07.2015 / 04:45
1
answer

How was the relationship between Web Api and Asp.NET MVC in Asp.NET 5?

In ASP.NET 4.6 or lower there were differences between Web Api and Asp.Net MVC. controller , for example, can inherit from controller or ApiController . However, with the arrival of Asp.Net 5 , it will not have t...
asked by 23.02.2016 / 18:46
2
answers

View control via authorization with AngularJS + WebAPI

I'm working on an application built with AngularJS and ASP.NET Web API. For now, using ASP.NET Identity I've already been able to implement authentication and authorization in the API using OAuth 2.0 and token-based authorization. I tested th...
asked by 27.04.2014 / 05:53
2
answers

Web API x WebServices

Web API was created to better replace a WebService? If not, what is the exact difference between the two and when to use one or the other?     
asked by 21.07.2017 / 14:56
4
answers

How to notify Api Web user with SignalR?

When I receive a post in an application Web Api I need to notify a certain client that a new record has been entered. This user will see this notification in a separate client application ( javascript ) of the Web Api...
asked by 29.09.2014 / 05:04