List to Datatable Converter Using C#

Introduction:
This article explain you to convert List Items in C# to DataTable 
Description:
Below C# code is used to convert  any list  items to datatable using a generic method

How to fix the Error message “No exports were found that match the constraint contract name” in VS2013

Introduction:
This article explain you how to fix the error "No exports were found that match the constraint contract name "

Description:
Follow the below steps to fix the error in visual studio 2013 while adding a new file to the solution.

Adding keyboard shortcuts to your web application

Introduction:
This article explain you to how to use key board keys as shortcut keys in your webapplication.
Description:
 Using below JavaScript you can add an event listener to a keyboard action, such as 'onkeydown' and 'onkeyup'  which will trigger your custom code to run and also pass along information related to the event.

How to search the data from table using AngularJS

Introduction:
This article explain you to search the from table using AngularJS
Description:
This post is continuation to the previous post Display the data in table using ng-repeat using WebAPI and AngularJS. In this post am explaining how to search the data from table using AngularJS and also how to apply Bootstrap css to table

Display the data in table using ng-repeat using WebAPI and AngularJS.

Introduction:
This article explain you to display the data in table using ng-repeat using WebAPI and AngularJS.
Description:
ng-repeat directive can be used to draw table easily. Below code is used  of ng-repeat directive to draw a table.

Youtube style progress bar using nprogress in angularjs

Introduction:

This article explain you about  YouTube style progress bar using ngprogress in Angularjs

Description:

ngProgress provides decent and attractive Javascript library to get a nice progress bar similar to the Youtube one. This is very sleek and classy,  and it’s very useful for the Single Page Applications.

Simple Example of ng-view directive in AngularJS

Introduction:

This article explain you about  Single Page Application via multiple views on a single page using
AngularJS

Description:

AngularJS supports Single Page Application via multiple views on a single page. To do this AngularJS has provided ng-view directives and $routeProvider services.

Simplest Accordion Menu using jQuery and CSS

Introduction:
This article explain you to create accordion menu using jQuery and css .
Description:
Below  code is used for creating a vertical collapsible/accordion menu that allows to expand and collapse.

How to Unfollow All Followers on Twitter at once

Introduction:
This article explain you how to unfollow the all follwers on twitter at once.
Description:
Below script is used to un follow the followers of your twitter account in bulk.Generally there is no option in twitter to un follow the bulk followers.We need to unfollow the followers one by one.But by running the below script we can unfollow  followers in bulk.

CRUD Operations using ASP.NET Web API and Angular.js

Introduction:
This article explains you to save data in sql server database using ASP.NET Web API and AngularJS.
Description:
Below code is used to insert data into database using Web API and AngularJS
To implement this we need to write the code like as shown below

Two way data binding using AngularJS

Introduction:
In this tutorial I will demonstrate how two-way data binding works in AngularJS.
Description:
Below code is used to two way data binding in AngularJS
To implement this we need to write the code like as shown below

Display Message using controller in AngularJS

Introduction:
This article explain you to display the message using controller in AngularJS.
Description:
Below Code is used to display message using AngularJS directive.
To implement this we need to write the code like as shown below

Blogger Tips and TricksLatest Tips And TricksBlogger Tricks