
Search In
Software Testing is procedure of verifying and validating the product or application/software and checks whether it is functioning as expected. The expectation/intent is to discover bugs and enhance/improve the item quality. There are two approaches
In this blog we illustrate how to get the late binding using reflections for this firstly we need to understand "what is reflection" and "what is late binding".
What is reflection?
Reflection is basically read the assembly cont
What Works Best for Websites
What Constitutes a Decent UI/UX Design?
From a creative perspective, websites have to be aesthetically appealing to a wide audience. This could be seen in a user interface with easy-to-use features, at
1. Think Opposite
Todays lot of thing in web design, turn it upside down. Invert colors, change direction, misplace it in a new setting, or think of an interesting perspective. Here are three designs that do just that.
2. Think Bold and over Exagger
How to Avoid Strong Reference Cycles
Avoid strong delegates
Avoid strong IBOutlet
Avoid strong reference variable inside the Blocks
Although strong references work well for one-way relationships between objects, you need to be careful when worki
As an independent financial advisor (IFA), there is one key ingredient that you need, and this is trust. Your clients need to trust that you are going to be able to provide them with the most effective service. They need to know that your advice is g
How to create good original content for a technology blog seems to be the question on everyone’s mind. It is to be noted that just uploading codes doesn't count as good blogging. One needs to support the code with some content which highlights its im
Non Semantic Elements:- Traditionally, developers have implemented non-semantic elements with a class attribute to define the structure and express the meaning of content. It tells nothing about its content. The element has no special meaning at all.
What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example:
When we declare any variable as int i = 0; this is an explicit conversion.
But when we write var
The CSS Box Model
In CSS, the term "box model" means considering all the HTML elements as boxes. It can be supposed as base of page layout. The CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders,