Parallel foreach vs foreach performance

Bhaumik Patel 6:08 AM
Parallel foreach vs foreach performance DEMO using System; using System.Diagnostics; using System.Threading; using System.Threading.Ta...Read More
Parallel foreach vs foreach performance Parallel foreach vs foreach performance Reviewed by Bhaumik Patel on 6:08 AM Rating: 5

AngularJS Sample Application - 3

Bhaumik Patel 6:26 AM
AngularJS Sample Student Application var mainApp = angular.module("mainApp", []); mainApp.controller('studentController...Read More
AngularJS Sample Application - 3 AngularJS Sample Application - 3 Reviewed by Bhaumik Patel on 6:26 AM Rating: 5

AngularJS Simple HTML Cart Example

Bhaumik Patel 6:51 AM
AngularJS Simple list item and add/Checked/Unchecked item example var app = angular.module("MyApp", []); app.controller(...Read More
AngularJS Simple HTML Cart Example AngularJS Simple HTML Cart Example Reviewed by Bhaumik Patel on 6:51 AM Rating: 5

AngularJS - HTML DOM Elements Bind

Bhaumik Patel 8:19 PM
Following directives can be used to bind application data to attributes of HTML DOM Elements. Sr.No. Name Description 1 ng-disable...Read More
AngularJS - HTML DOM Elements Bind AngularJS - HTML DOM Elements Bind Reviewed by Bhaumik Patel on 8:19 PM Rating: 5

AngularJS Sample Application - 2

Bhaumik Patel 7:27 PM
AngularJS - First Application ng-app − This directive defines and links an AngularJS application to HTML. ng-model − This directive bi...Read More
AngularJS Sample Application - 2 AngularJS Sample Application - 2 Reviewed by Bhaumik Patel on 7:27 PM Rating: 5

AngularJS - Directives

Bhaumik Patel 7:06 AM
AngularJS directives are used to extend HTML. ng-app − This directive starts an AngularJS Application. ng-init − This directive initia...Read More
AngularJS - Directives AngularJS - Directives Reviewed by Bhaumik Patel on 7:06 AM Rating: 5

AngularJS Sample Application

Bhaumik Patel 10:29 AM
NG Sample Application var mainApp = angular.module("mainApp", []); mainApp.controller('studentController', function...Read More
AngularJS Sample Application AngularJS Sample Application Reviewed by Bhaumik Patel on 10:29 AM Rating: 5

Welcome AngularJS World!

Bhaumik Patel 7:45 AM
Simple AngularJS Example angular.module("myapp", []) .controller("HelloController", function ($scope) { $s...Read More
Welcome AngularJS World! Welcome AngularJS World! Reviewed by Bhaumik Patel on 7:45 AM Rating: 5

ng-model bind input value AngularJS

Bhaumik Patel 7:53 AM
ng-model − This directive binds the values of AngularJS application data to HTML input controls. <div ng-app=""> <...Read More
ng-model bind input value AngularJS ng-model bind input value AngularJS Reviewed by Bhaumik Patel on 7:53 AM Rating: 5

Shadow Blink Using CSS

Bhaumik Patel 8:53 PM
How to create flashing/glowing div box using CSS3? @keyframes blink { 0% { box-shadow: 0 0 20px #EC7A44; } 50% { ...Read More
Shadow Blink Using CSS Shadow Blink Using CSS Reviewed by Bhaumik Patel on 8:53 PM Rating: 5

Simple CSS Menu

Bhaumik Patel 8:21 PM
Simple Horizontal Menu nav ul ul { display: none; } nav ul li:hover > ul { display: block; } nav ul { background: linear...Read More
Simple CSS Menu Simple CSS Menu Reviewed by Bhaumik Patel on 8:21 PM Rating: 5
Todo Using Knockout.js Todo Using Knockout.js Reviewed by Bhaumik Patel on 8:11 AM Rating: 5