
Search In
In 2009, WhatsApp was founded by two Yahoo! Former employees, Brian Acton and Jan Koum. Since then, there was no looking back for them. Whatsapp added 1 million users every day, and now Whatsapp has around 450 millions users, which indeed a large num
In this article we will learn to create a simple Hello World application using AngularJS framework and ASP.NET MVC.
AngularJS : Introduction
AngularJS is JavaScript framework used for creating single page web applications and is maintained
Garbage collection is an important technique in .Net that is used to free the memory for unused object that are no longer referenced.It has the following benefits.
1. It enables you to develop an application without having worry to free memo
LESS is a css pre processor which extends the css language with some additional new features like declaring variables, mixins, functions and other techniques that allow us to make CSS more maintainable and extendable.
Installation
To insta
License: Creative Commons image source
One of the most important collaborators you may encounter are your customers. Because they have the ideas that can help you discover unexploited market opportunities that can boost your c
License: Creative Commons image source
Social media has become a necessary ingredient in the pyramid of needs for people. Not only has it invaded our world, but it has also found its way to live with us too. Assuming every per
In .Net we often listen to the word “Delegate” and whenever asked about the same in interviews or somewhere else, there is a short and sweet answer-“The delegate is a pointer to a method.”
The answer is simple, concise and gr
Kraken is revered as one of the only multi-threaded, multi-processed, fault-tolerant and one of the best PHP Framework. It is a new framework written to offer reliable and easy API for making distributed PHP applications. It aims to offer solution to
As the last official release of php was PHP 5. The community decided to skip the official release for PHP 6 and after a decade they decided to launch the official version as PHP7.
PHP 7 has been praised to be the best ever versions of PHP till now.
Buds!
How to code so php forces mysql to show only the final row of the column ?
The followings are how I coded (2 copied youtube tuts) to show all rows to allow user to delete multiple rows:SAMPLE 1
[php]
<?php
session_start();
require "conn.p