Articles (2414) - Page 42

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
Using Angular.js in Visual Studio LightSwitch Part 4 
Last updated on: 19 Dec 2013 10:41:59 AM by Rama Sagar | Views: 5217 | Category: LightSwitch |
AngularJS is a JavaScript framework that embraces extending HTML into a more expressive and readable format. It decreases emphasis on directly handling DOM manipulation from the application logic, allowing for easier testing. It employs efficient two-way data binding and sensible MVC implementation, reducing the server load of applications. It features directives, which are incredibly robust tools that are significant contributors to Angular’s ubiquity.
vishalneeraj-24503
Working with Footer Template in Gridview. 
Last updated on: 19 Dec 2013 07:04:41 AM by vishalneeraj-24503 | Views: 47168 | Category: ASP.NET |
In this article, we will learn about working with Footer Template.
vishalneeraj-24503
Working with Choose in-built Sql-Server Function. 
Last updated on: 19 Dec 2013 04:32:02 AM by vishalneeraj-24503 | Views: 4213 | Category: Sql Server |
In this article,we will learn about working with CHOOSE in-built SQL Server Function.
Sourav.Kayal
Demystify Backbone.js: View in Backbone.js-Part-7 
Last updated on: 18 Dec 2013 01:15:56 PM by Sourav.Kayal | Views: 17316 | Category: JavaScript |
In this article we will understand the concept of view in Backbone.js
Rama Sagar
Using Angular.js in Visual Studio LightSwitch Part 5 
Last updated on: 18 Dec 2013 11:25:30 AM by Rama Sagar | Views: 5895 | Category: LightSwitch |
AngularJS is a JavaScript framework that embraces extending HTML into a more expressive and readable format. It decreases emphasis on directly handling DOM manipulation from the application logic, allowing for easier testing. It employs efficient two-way data binding and sensible MVC implementation, reducing the server load of applications. It features directives, which are incredibly robust tools that are significant contributors to Angular’s ubiquity.
Rama Sagar
Using Angular.js in Visual studio LightSwitch Part1 
Last updated on: 17 Dec 2013 09:57:27 AM by Rama Sagar | Views: 13728 | Category: LightSwitch |
AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier. For more info click http://en.wikipedia.org/wiki/AngularJS
Rama Sagar
Using Angular.js in Visual Studio LightSwitch Part 2 
Last updated on: 17 Dec 2013 09:56:56 AM by Rama Sagar | Views: 8131 | Category: LightSwitch |
AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier. For more info click http://en.wikipedia.org/wiki/AngularJS
  • Rama Sagar
    Using Angular.js in Visual studio LightSwitch Part 3 
    Last updated on: 17 Dec 2013 09:56:31 AM by Rama Sagar | Views: 8579 | Category: LightSwitch |
    AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier. For more info click http://en.wikipedia.org/wiki/AngularJS
    vishalneeraj-24503
    Working with OUTPUT Parameters in Stored Procedure 
    Last updated on: 17 Dec 2013 12:09:41 AM by vishalneeraj-24503 | Views: 6190 | Category: Sql Server |
    Votes: 1 | Rating: 3 out of 5
    In this article, we will learn about Working with OutPut parameters in Stored Procedure.
    Rama Sagar
    Understand how to Implement View in Backbone.js Part 1 
    Last updated on: 14 Dec 2013 11:48:04 PM by Rama Sagar | Views: 6386 | Category: JavaScript |
    According to Thomas Davis Backbone views are used to reflect what your applications' data models look like. They are also used to listen to events and react accordingly.
    Sourav.Kayal
    Demystify Backbone.js: View in Backbone.js-Part-6 
    Last updated on: 14 Dec 2013 11:38:26 PM by Sourav.Kayal | Views: 17072 | Category: JavaScript |
    In this article we will try to understand the concept of view in Backbone.js
    Chakravarthi
    Using WebGrid to populate data as gridview in ASP.NET MVC RazorView 
    Last updated on: 13 Dec 2013 07:01:49 AM by Chakravarthi | Views: 205808 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 5 out of 5
    In this article, I would like to discuss using webgrid helper class to populate data in tabuular foramt in asp.net mvc Razor view engine.
    vishalneeraj-24503
    Working with Transaction in Stored Procedure 
    Last updated on: 13 Dec 2013 12:15:51 AM by vishalneeraj-24503 | Views: 5881 | Category: Sql Server |
    Today we will see about working with Transaction in Stored Procedure. Sometimes it's required to have a Transaction in Stored procedure.Because if we are dealing with multiple DML(Data Manipulation Language) operations in sql-server,then we must implement transaction. If multiple statement is executing at the same time,so it's mandatory to have a Transactions. Transaction is a group a set of tasks into a single execution unit.Each transaction begins with a specific task and ends when all the tasks in the group successfully complete.If any of the tasks fails,the transaction fails. Therefore,a transaction has only two results i.e. Success or Failure. Incomplete steps result in the failure of the transaction. Users can group two or more Sql statements into a single transaction using the following statements: 1). Begin Transaction 2). Rollback Transaction 3). Commit Transaction By definition a transaction must be Atomic, Consistent, Isolated and Durable.
    Sourav.Kayal
    Demystify Backbone.js: Implement Model in Backbone.js –Part-5 
    Last updated on: 12 Dec 2013 10:40:55 AM by Sourav.Kayal | Views: 18768 | Category: JavaScript |
    In this article we will learn about Model in Backbone.js
    Rama Sagar
    Learn how to deploy an ASP.NET web application to a Windows Azure Web Site Part 1 
    Last updated on: 12 Dec 2013 06:37:23 AM by Rama Sagar | Views: 5037 | Category: ASP.NET |
    Windows Azure is an open and flexible cloud platform that enables you to quickly build, deploy and manage applications across a global network of Microsoft-managed datacenters.