Articles (2414) - Page 46

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 ASP.NET Web API 2 CRUD Operations (Using Visual Studio 2013) Part 3 
Last updated on: 19 Nov 2013 01:07:41 AM by Rama Sagar | Views: 25556 | Category: ASP.NET Web API |
CRUD stands for "Create, Read, Update and Delete," which are the four basic database operations. Many HTTP services also model CRUD operations through REST or REST-like APIs.
Sourav.Kayal
Work with data object/JSON in JavaScript 
Last updated on: 16 Nov 2013 10:10:24 AM by Sourav.Kayal | Views: 5106 | Category: JavaScript |
Votes: 1 | Rating: 5 out of 5
In this article we will learn to process JSON data using JavaScript
Sourav.Kayal
Understand “window” object in JavaScript 
Last updated on: 16 Nov 2013 08:38:24 AM by Sourav.Kayal | Views: 4541 | Category: JavaScript |
In this article we are going to understand the basic property of "window" object in JavaScript.
Sourav.Kayal
Return type of JavaScript function 
Last updated on: 16 Nov 2013 05:40:46 AM by Sourav.Kayal | Views: 8236 | Category: JavaScript |
In this article we are going to understand various return types of JavaScript function.
Sheonarayan
Pagination in ASP.NET MVC 4 
Last updated on: 15 Nov 2013 06:58:11 PM by Sheonarayan | Views: 98727 | Category: ASP.NET MVC |
Votes: 6 | Rating: 5 out of 5
In this article, we are going to learn how to do pagination in ASP.NET MVC. ASP.NET MVC 4 version and PagedList.Mvc is used to achieve this quick pagination.
Rama Sagar
Learn ASP.NET Web API 2 using Visual studio 2013 Part 1 
Last updated on: 15 Nov 2013 10:55:26 AM by Rama Sagar | Views: 12320 | Category: ASP.NET Web API |
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 an 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
Implement class in JavaScript. 
Last updated on: 13 Nov 2013 09:41:26 AM by Sourav.Kayal | Views: 8130 | Category: JavaScript |
In this article we will learn how to implement class in JavaScript.
  • Sourav.Kayal
    4 global frequently used functions in JavaScript 
    Last updated on: 11 Nov 2013 10:01:30 PM by Sourav.Kayal | Views: 3683 | Category: JavaScript |
    In this article we will learn four very important and frequently used global function in JavaScript.
    Sourav.Kayal
    Property and function of string in JavaScript 
    Last updated on: 09 Nov 2013 08:44:49 AM by Sourav.Kayal | Views: 4340 | Category: JavaScript |
    Votes: 1 | Rating: 4 out of 5
    In this article we will learn various property and functions of string in JavaScript.
    Sourav.Kayal
    3 different styles to define Array in JavaScript 
    Last updated on: 09 Nov 2013 08:21:11 AM by Sourav.Kayal | Views: 4069 | Category: JavaScript |
    Votes: 1 | Rating: 4 out of 5
    Various styles to declare array in JavaScript
    Sourav.Kayal
    Define function in JavaScript 
    Last updated on: 08 Nov 2013 10:32:13 PM by Sourav.Kayal | Views: 4328 | Category: JavaScript |
    Votes: 1 | Rating: 5 out of 5
    How to define and use function in JavaScript
    Rama Sagar
    Navigate between views in your Dotnetnuke Module 
    Last updated on: 08 Nov 2013 06:06:15 AM by Rama Sagar | Views: 7014 | Category: C# |
    In this article, We'll look into how to navigate between views in DNN module,using control key
    Sourav.Kayal
    Understand “==” and “===” operator in JavaScript 
    Last updated on: 07 Nov 2013 10:17:01 AM by Sourav.Kayal | Views: 7349 | Category: JavaScript |
    Understand “==” and “===” operator in JavaScript
    Sourav.Kayal
    Understand Object in JavaScript 
    Last updated on: 07 Nov 2013 09:18:35 AM by Sourav.Kayal | Views: 7241 | Category: JavaScript |
    Understand Object in JavaScript
    Sheonarayan
    Working with Roles in ASP.NET MVC 4+ 
    Last updated on: 06 Nov 2013 09:30:34 PM by Sheonarayan | Views: 327560 | Category: ASP.NET MVC |
    Votes: 6 | Rating: 4.5 out of 5
    In this article, We'll look into how to create a new role, delete a role and attach a user to a specific role in ASP.NET MVC using default Role provider under System.Web.Security namespace.