Articles (2414) - Page 44

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.

2414 records found.
 
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: 6095 | 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: 7863 | 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.
Sourav.Kayal
Implement Web-API in normal Web Form application 
Last updated on: 26 Nov 2013 09:51:22 PM by Sourav.Kayal | Views: 7795 | Category: ASP.NET MVC |
In this article we will learn to integrate Web-API in Web Form application.
Rama Sagar
Learn ASP.NET Web API 2(Call WEB API with Java script and Jquery) Part 2 
Last updated on: 26 Nov 2013 09:25:02 PM by Rama Sagar | Views: 11468 | Category: ASP.NET Web API |
Votes: 1 | Rating: 5 out of 5
Nowadays there are broad range of clients like browsers, mobiles, iPhone and tablets using HTTP services. These HTTP services can be built by a Asp.net Web API framework…It contains MVC features like routing, controllers, action, results, filter but it is not a MVC Framework. It is a part of the core ASP.NET platform and can be used with MVC and other types of Web applications like ASP.NET Web Forms. It can also be used as a stand-alone Web services application
Sourav.Kayal
GET method to call Web-API using jQuery ajax 
Last updated on: 26 Nov 2013 08:42:39 PM by Sourav.Kayal | Views: 32655 | Category: ASP.NET MVC |
In this article, we will learn how to call Web-API service using jQuery AJAX method.
Sourav.Kayal
Math functions in JavaScript- Part 1 
Last updated on: 26 Nov 2013 01:49:10 PM by Sourav.Kayal | Views: 3732 | Category: JavaScript |
In this article we will learn various math function in JavaScript
Sourav.Kayal
Few important concepts of JavaScript 
Last updated on: 26 Nov 2013 01:46:29 PM by Sourav.Kayal | Views: 3671 | Category: JavaScript |
In this article we will learn few important concepts of JavaScript, it will be helpful in application development in JavaScript.
  • Rama Sagar
    Range Validation in Web API 
    Last updated on: 26 Nov 2013 11:28:11 AM by Rama Sagar | Views: 13148 | 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.
    Sourav.Kayal
    Cookies in JavaScript 
    Last updated on: 25 Nov 2013 09:38:47 PM by Sourav.Kayal | Views: 6393 | Category: JavaScript |
    In this article we will learn to use cookies in JavaScript
    Sourav.Kayal
    Date object in JavaScript 
    Last updated on: 25 Nov 2013 11:40:50 AM by Sourav.Kayal | Views: 4988 | Category: JavaScript |
    In this article we will understand various date handling function in JavaScript.
    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: 6965 | 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
    Rama Sagar
    Part 1 Learn using Web API with EntityFramework 
    Last updated on: 25 Nov 2013 09:44:43 AM by Rama Sagar | Views: 7361 | Category: ASP.NET Web API |
    Entity Framework is an object/relational mapping framework. It maps the domain objects in our code to entities in a relational database. For the most part, we do not have to worry about the database layer, because Entity Framework takes care of it.
    Rama Sagar
    Part 4:-Learn using Web API with Entity Framework(Adding an Admin View) 
    Last updated on: 25 Nov 2013 09:41:11 AM by Rama Sagar | Views: 5289 | Category: ASP.NET Web API |
    A view requests information from the model that it needs for generating an output representation to the user
    Rama Sagar
    Part 3:-Learn using Web API with Entity Framework(Creating an Admin Controller) 
    Last updated on: 25 Nov 2013 09:25:25 AM by Rama Sagar | Views: 21144 | Category: ASP.NET Web API |
    In Web API, a controller is an object that handles HTTP requests.
    Rama Sagar
    Part 2:-Learn using Web API with Entity Framework(Creating Domain Models) 
    Last updated on: 25 Nov 2013 09:23:31 AM by Rama Sagar | Views: 9579 | Category: ASP.NET Web API |
    A Model , which represents the underlying, logical structure of data in a MVC application and the high-level class associated with it. This object model does not contain any information about the user interface.