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

Search In

Binary serach in C

Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.   For binary search we need few things to consider     Mid Point  is find by the following way   m

Function in C++

For declaring and defining functions in C++ we have the syntax and we have to follow it. The general form for declaring a function in C++ is: /* Signature of function */ return_type function_name( parameter list ) { body of the function } &nb

Cross-Browser Testing

Cross-Browser Testing: Testing the website or application in different browsers is known as Cross-Browser testing. Also, it ensures that your website or application's performance should be consistent without any dependencies and compromise in th

Adding custom icons marker in Google map

While integrating the Google map we need to display the location according to the latitude and the longitude. So in that case we need to make the use of the marker functionality for displaying it. So if we want to change the image that the location

How to perform method hiding in ASP.NET C#

Hello all, To understand the concept of method hiding C# lets consider an example where we have class (User) that have some properties and methods. Ex. public class User { public string fisrtName { get; set; } public string lastName { get; s

Filters in MVC

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

Merge Sort in C

It is based on Divide and conquer approach. We first partition the list and then sort it and after sorting we combine the final list or array It is being merged and sort using the merge sort algorithm.           This

To load google map inside div in .NET

While working with the google API we need to load that map into a container that can be used and called for the display and manipulation of the google map.     So for doing that, we need to use the div control that best suites to the dis

Query timeout explained in Asp.net

QueryTimeout Expired is the Error in the asp.net. Users usually get an exception in their application “The timeout period elapsed prior to completion of the operation or the server is not responding” When we work with the database which

How to append the data of an input box to another div

Suppose we want to add the content of different elements in a single element, we use append for that. Below is the example which will append the text of an input into a div. HTML-  <div class="aside_header" id="sentence_add

1 40 44
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: