ASP.NET Web API Articles (27) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

27 records found.
 
Sravand
Solution to errors while publishing ASP.NET Web API on IIS using Visual Studio 
Last updated on: 12 Oct 2016 03:08:40 AM by Sravand | Views: 5563 | Category: ASP.NET Web API |
Votes: 2 | Rating: 4.5 out of 5
This article helps you in solving the errors which are encountered while publishing ASP.NET Web API on IIS using Visual Studio
Bsrkvarma
Populating description fields in Webapi help pages 
Last updated on: 13 Apr 2016 06:37:53 AM by Bsrkvarma | Views: 5937 | Category: ASP.NET Web API |
Populating the description fields in WEBAPI help pages is pretty simple most of the times, if the model/contract projects are located in the same WEBAPI project. But we face issues, when the models are located in different projects. I have discussed about one of the work around for such problem in this post..
Sheonarayan
Different ways of hosting ASP.NET Web API 
Last updated on: 19 Dec 2015 09:34:08 PM by Sheonarayan | Views: 24312 | Category: ASP.NET Web API |
Votes: 3 | Rating: 5 out of 5
In this article, we shall learn two ways of hosting ASP.NET Web API Project. First is Self hosting using OWN and other is hosting on IIS as a normal web project. We are going to learn both of them in this article.
Rama Sagar
Learn ASP.NET Web API 2 Tracing Part 1 
Last updated on: 18 Jan 2014 11:16:16 AM by Rama Sagar | Views: 20903 | Category: ASP.NET Web API |
Tracing is a notification mechanism that allows framework and application code to say things like “Object A is now performing operation B” or “Object A encountered exception E when performing operation B.”
Rama Sagar
Learn how to create a REST API with Attribute Routing in WEB API Part 4 
Last updated on: 30 Dec 2013 08:38:31 PM by Rama Sagar | Views: 8960 | Category: ASP.NET Web API |
Votes: 1 | Rating: 4 out of 5
According to MSDN, Routing is how Web API matches a URI to an action. Web API 2 supports a new type of routing, called attribute routing. In this article we will look into creating a REST API using Attribute Routing in WEB API2
Rama Sagar
Learn how to create a REST API with Attribute Routing in WEB API Part 3 
Last updated on: 30 Dec 2013 07:58:38 PM by Rama Sagar | Views: 6236 | Category: ASP.NET Web API |
Votes: 1 | Rating: 4 out of 5
According to MSDN, Routing is how Web API matches a URI to an action. Web API 2 supports a new type of routing, called attribute routing. In this article we will look into how to create a REST API using Attribute Routing in WEB API 2.
Rama Sagar
Learn how to create a REST API with Attribute Routing in WEB API 2 PArt 2 
Last updated on: 30 Dec 2013 12:10:55 PM by Rama Sagar | Views: 6277 | Category: ASP.NET Web API |
According to MSDN, Routing is how Web API matches a URI to an action. Web API 2 supports a new type of routing, called attribute routing.
  • Rama Sagar
    Learn how to create a REST API with Attribute Routing in WEB API 2 
    Last updated on: 28 Dec 2013 11:47:00 PM by Rama Sagar | Views: 6558 | Category: ASP.NET Web API |
    According to MSDN, Routing is how Web API matches a URI to an action. Web API 2 supports a new type of routing, called attribute routing.
    Rama Sagar
    Routing in ASP.NET Web API - An Introduction 
    Last updated on: 24 Dec 2013 09:44:40 AM by Rama Sagar | Views: 10690 | Category: ASP.NET Web API |
    Votes: 1 | Rating: 5 out of 5
    According to MSDN, Routing is how Web API matches a URI to an action. Web API 2 supports a new type of routing, called attribute routing.
    Rama Sagar
    Learn how to bind a Google Chart with WebGrid in Web API2 
    Last updated on: 30 Nov 2013 01:20:47 AM by Rama Sagar | Views: 6001 | Category: ASP.NET Web API |
    Votes: 1 | Rating: 5 out of 5
    Google Charts provides a perfect way to visualize data on your website.The most common way to use Google Charts is with simple JavaScript that you embed in your web page. You load some Google Chart libraries, list the data to be charted, select options to customize your chart, and finally create a chart object with an id that you choose for more info https://developers.google.com/chart/interactive/docs/index
    Rama Sagar
    Learn How to Implement Facebook Comment in Web API2 (Using Visual studio 2013) 
    Last updated on: 29 Nov 2013 11:17:15 AM by Rama Sagar | Views: 7182 | Category: ASP.NET Web API |
    Votes: 1 | Rating: 4 out of 5
    Facebook comment in WEB API
    Rama Sagar
    Learn Self Host of a Web API( Call the Web API from a Client Application (C#)) Part 2 
    Last updated on: 29 Nov 2013 12:30:56 AM by Rama Sagar | Views: 5138 | Category: ASP.NET Web API |
    Self hosting means running our ASP.Net Web API project in our own Web Server rather than via IIS. Here we are not building a complete Http Web server either. We’re simply using functionality.
    Rama Sagar
    Learn Self Host of a Web API(C#) Part 1 
    Last updated on: 28 Nov 2013 10:20:42 AM by Rama Sagar | Views: 6861 | Category: ASP.NET Web API |
    Self hosting means running our ASP.Net Web API project in our own Web Server rather than via IIS. Here we are not building a complete Http Web server either. We’re simply using functionality.
    Rama Sagar
    Range Validation in Web API 
    Last updated on: 26 Nov 2013 11:28:11 AM by Rama Sagar | Views: 12166 | Category: ASP.NET Web API |
    Votes: 1 | Rating: 4 out of 5
    The RangeValidation is used to check that the user enters an input value that falls between two values. It is possible to check ranges within numbers, dates, and characters.
    Rama Sagar
    Part 5:-Learn using Web API with Entity Framework(Adding Authorization and creation of Dynamic view using Knockout) 
    Last updated on: 25 Nov 2013 11:21:01 AM by Rama Sagar | Views: 6177 | Category: ASP.NET Web API |
    Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS