Articles (2414) - Page 41

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 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: 7565 | 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.
kgovindarao523-21772
Code First Approach in ASP.NET 
Last updated on: 28 Dec 2013 03:41:06 AM by kgovindarao523-21772 | Views: 8724 | Category: ASP.NET |
Votes: 8 | Rating: 4.25 out of 5
Code First Approach, the name itself suggests that “coding the required classes (Entities) First, and then generating the Database required to persist the data”.
Sourav.Kayal
Demystify Backbone.js: Implement Collection in Backbone.js –Part-9 
Last updated on: 27 Dec 2013 10:09:51 PM by Sourav.Kayal | Views: 17777 | Category: JavaScript |
Votes: 1 | Rating: 4 out of 5
In this article, we will learn the concept of collection in Backbone.js
Sourav.Kayal
Demystify Backbone.js: Implement Collection in Backbone.js –Part-10 
Last updated on: 27 Dec 2013 09:59:08 PM by Sourav.Kayal | Views: 16869 | Category: JavaScript |
In this article, we will learn few more concepts of collection in Backbone.js
Rama Sagar
Routing in ASP.NET Web API - Route Constraints Part 2 
Last updated on: 27 Dec 2013 06:20:12 AM by Rama Sagar | Views: 6389 | Category: ASP.NET |
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.
vishalneeraj-24503
Working with Creating,Reading and Deleting Cookies in Asp.Net. 
Last updated on: 26 Dec 2013 01:36:20 AM by vishalneeraj-24503 | Views: 6704 | Category: ASP.NET |
In this article, we will learn about working with Creating,Reading and Deleting Cookies in Asp.Net.
vishalneeraj-24503
Different Date conversion from String to Date. 
Last updated on: 26 Dec 2013 12:08:20 AM by vishalneeraj-24503 | Views: 17316 | Category: ASP.NET |
In this article,we will learn about different Date conversion from String to Date.
  • Sourav.Kayal
    Demystify Backbone.js: View in Backbone.js-Part-8 
    Last updated on: 25 Dec 2013 08:38:38 AM by Sourav.Kayal | Views: 19668 | Category: JavaScript |
    In this article, we will understand the concept of view in Backbone.js
    Rama Sagar
    Routing in ASP.NET Web API - An Introduction 
    Last updated on: 24 Dec 2013 09:44:40 AM by Rama Sagar | Views: 11934 | 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.
    vishalneeraj-24503
    Date related VB.Net in-built Functions Part-1 
    Last updated on: 22 Dec 2013 12:06:16 PM by vishalneeraj-24503 | Views: 13355 | Category: VB.NET |
    Today we will learn about working with VB.Net Date related in-built functions.
    Me_Himanshu
    Insert, Update using OpenXML in Sql Server 
    Last updated on: 21 Dec 2013 02:25:04 PM by Me_Himanshu | Views: 41897 | Category: Sql Server |
    We were needed to insert basic details of a user through a registration page.The basic details being firstname, lastname, age, DOB, Address etc..Now inserting and updating the values in the database is very simple thing..But keeping in mind the performance, sometimes we need to adopt alternative methods of performing actions.Here We will Use OpenXML technology of SQL Server,i.e taking the bulk data in XML format and then inserting all the data in one or different tables
    vishalneeraj-24503
    Observations between Display:none and Visibility:hidden style property 
    Last updated on: 21 Dec 2013 11:09:40 AM by vishalneeraj-24503 | Views: 10677 | Category: JavaScript |
    Today we will learn about Observations between Display:none and Visibility:hidden style property.
    vishalneeraj-24503
    Insert Multiple Records in One Shot to avoid Database Hitting. 
    Last updated on: 21 Dec 2013 07:14:16 AM by vishalneeraj-24503 | Views: 18439 | Category: ASP.NET |
    Votes: 2 | Rating: 2.5 out of 5
    In this article,we will learn about Inserting Multiple Records in One Shot to avoid Database Hitting.
    vishalneeraj-24503
    Working with Cast and Convert Sql-server function 
    Last updated on: 21 Dec 2013 07:07:44 AM by vishalneeraj-24503 | Views: 5482 | Category: Sql Server |
    In this article we will learn about Working with Cast and Convert Sql-server function.
    vishalneeraj-24503
    Working with Join method of String Class 
    Last updated on: 19 Dec 2013 11:25:50 AM by vishalneeraj-24503 | Views: 4384 | Category: C# |
    Today we will learn about working with Join method of String Class.