Posts

Showing posts with the label Cocepts Definition

Concepts

Image
Security Concepts: 1. Active Directory Authentication 2. Azure Active Directory Authentication 3. Click Once Security-> Project solution properties-> singing->Create test certificate-.Enable Click Once Security Web API: Web API is a programming interface/application type that provides communication or interaction between software applications. Web API is often used to provide an interface for web sites and client applications to have data access. Web APIs can be used to access data from a database and save data back to the database.  Web API as the name suggests, is an API over the web which can be accessed using HTTP protocol. It is a concept and not a technology. ASP.NET Web API The ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile etc.  It is like a webservice or WCF service but the exception is that it only support...