Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What are the building blocks of Xamarin.android

Hi, In this blog I will continue on the blog I earlier posted What is Xamarin, and we will discuss about the building blocks of Xamarin Android. Application. Android Manifest Assembly Info Xamarin.Forms Resources Activity Class etc. Here, Andr

Outer joins in database query

Joins in database, We can easily determine the meaning of joins very easily. In database we use the concept of joining in tables to fetch the data combination. There are different type of methods of joining two or more than two tables in database. Y

Enumerated Data Types

It gives an opportunity to invent our own data type and define what values the variable of this data type can take. This also helps in making the program more readable, which can be an advantage when a program gets complicated or when more than one p

Difference between Div and Span

Div: It is a block -level element. It is used as a container that is used within a page or document. It is used to wrap sections of a document. By default, line break is placed before and after the element. It is used within paragraph or an image w

VTABLE and VPTR in C++

VTABLE-  C++ uses a special form of a runtime method  binding to implement virtual functions which is called virtual table. Virtual table is a table of functions used to accomplish function calls in a dynamic binding manner. Virtual binding

VIRTUAL FUNCTIONS IN C++

Virtual function is a member function  in base class, which is redefined in the derived class. Virtual function is declared by using the keyword virtual. Syntax of virtual function: class main_Class // denotes the base class of virtual func

Type conversion in PHP

To convert variables of one type to another is known as type conversion. There are two types of type conversion: Implicit type conversion Explicit type conversion Implicit type conversion  : It automatically converts the data type to

How to change the Product Price at the time of adding it to cart in Magento?

In Magento sometimes we are required to apply our own custom price on the products while adding to the cart.  To do so we can work upon the event checkout_cart_product_add_after.   Lets see how we can do it: 1. Create a module with names

Array operations in ruby

In our regular programming life, we always come in to situation where we need to pick few elements from array, remove them or insert some elements into them. In ruby there are methods available for such operations. Some of them are: 1) Select: Sele

HTTP 1xx Series Status Codes Indicating Informational Message

Here we will learn what is the meaning of all the status code that come under the 1xx series (i.e. indicating informational message in different situations). HTTP 1xx series status code are as an acknowledgement to the client. With the help of HTTP

1 112 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: