• Enabling Cross-Origin Requests in ASP.NET Web API 2

    Introduction This tutorial demonstrates CORS support in ASP.NET Web API. We’ll start by creating two ASP.NET projects – one called “WebService”, which hosts a Web API controller, and the…

  • owin security in web api

    In Visual Studio 2013, the Web API project template gives you three options for authentication: Individual accounts. The app uses a membership database. Organizational accounts. Users sign in with…

  • Parameter Binding in ASP.NET Web API

    When Web API calls a method on a controller, it must set values for the parameters, a process called binding. This article describes how Web API binds parameters, and…

  • Model Binder in Asp.net MVC

    Introduction Model binding is one of the magic things in MVC framework. We know that if the model property matches exactly with view, then MVC architecture automatically takes care…

  • top 10 most important features of CSharp programming

    1. Advantages of C# over Java I have found some interesting advantages of C# over Java and for that I have also won the prize from the Java team…!!. So…

  • RabitMq Vs Azure service Bus

    Architecture   Area Microsoft Service Bus RabbitMQ Concepts Namespaces Namespaces are used to create a sandbox area for messaging. Namespaces also support authentication and authorization around this sandbox Rabbit…

  • ,

    Wcf Vs Web Api

    he following table describes the major features of each technology. WCF ASP.NET Web API Enables building services that support multiple transport protocols (HTTP, TCP, UDP, and custom transports) and…

  • Traffic Manager in Azure

    A: Azure Traffic Manager provides globally aware DNS resolution to Azure services located in different regions using an intelligent set of processes based on specified configurations and the geographical…