
Search In
In computer graphics several different mathematical systems exists which are used to describe colors. The colors system used in computer graphics are typically known as primary 3 color system. Primary colors are those which cannot be created by mixin
Marker Interface in java:
Marker Interface is an interface in which there are no members. i.e we don't define any methods or data members inside the marker interface. It is also called tag interface. A very obvious question comes in mind th
$timeout and $interval are two AngularJS timer services. We use these services to call functions and these are similar to javascript’s setTimeout and setInterval functions.
$timeout- This is used to call a function and schedules a single call t
First you have to add an extension (named.. SQLite Manager) in the Mozilla Firefox browser. (It is simply for managing database in some cases).
Then you need three .dll files (known as ASSEMBLIES)..., (these files are simply PLUGINS for SQLite3) :
Static Testing:
Static type of testing can be performed manually or by a set of tools on the code of an application or program which are not to be executed. It checks the code, requirements and design documents and generates reviews, comments on the
Hello Readers...
By this blog i am trying to explain the difference between the ‘Verification’ and ‘Validation’. I hope this way of presenting is very easy to understand for all the test engineers.
S.N
Leadership. The word itself automatically evokes pictures of gallant/heroic figures, solid and capable, and a large portion of us don't see ourselves fitting all the necessary qualities. What does it truly mean to be a leader?
Have you ever he
While using data reader we know the limitations that it can load one result set at a time.
So we have situations sometimes where we want to read multiple result sets in our application.
In some situations we need to execute multiple
Filters in MVC are used to perform some action or task before the program gets executed.
Types of filters in MVC
Authentication filters (New in ASP.NET MVC5)
Authorization filters
Action filters
Result filters
