
Search In
Executive leadership development is the need of great importance. Leadership advancement programs adjusted to your authoritative goals offer you some assistance with staying at the highest point of your business development activities. These programs
Position: Software Developer
Roles and Responsibilities:
Requirement gathering, design, development, testing of web applications using ASP .net
Maintain existing websites by identifying and correcting software defects
Design ar
While working with MVC you dont see # tags which denotes aspx engine you will always see @ which denotes the razor engine.
So writing HTML in this engine is different as compared to aspx engine
@model MVC_Demo.Models.EmployeeModel
@{
ViewBag.
Use these step to install the django-1.4 in ubuntu
Step1- First check the python-2.7 version by use this commond
python -V
Step2- than use below link and install django-1.4 version
https://pypi.python.org/pypi/Django/1.4 and download th
AngularJS has provided a $http service that works as an ajax call in jquery. It performs a function of reading data from the server. $http makes a call to the database and retrieves the desired data or records.
How to use?
1. you need to inject $ht
Hellow Reader's !, Before going to Discuss about __Call Function in PHP u should know about Magic Function in PHP. If you have ever looked at the source code of open source PHP projects, you might have noticed object methods that begin with a dou
Web Services are made in .NET to reduce our task of doing something again and again for every website.
Any work that needs to be repeated again we will put that in web service.
Web service for ex if you are doing payment gat
There have been numerous studies on credibility in life and especially in administration/management. It appeared like an interesting subject to read and think about. I am not going into a tremendous criticism simply making a few observations.
In thi
In C programming while working with the numbers you have multiple operators for it to perform manipulation over it.
Right shifting means we will shift the digit to the right side by the specified number of places.
It is denoted by
Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.
[key 1] -> Data 1
[key 2
