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

Search In

Benefits of Top 3 IDEs for PHP Web Programming

IDE stands for Integrated Development Environment. An IDE is a software application used by programmers for code development and debugging. It increases programmer productivity. The best IDE comes with a number of features and services to develop a c

Web API in MVC

While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.   Web API we mainly build so that  it can run on any device and on any platform. The

Interpolation Search in C

It is an improved variant of the binary search.For this algorithm to apply data should be in sorted form.   There are scenarios where the target location is already known. For example, in case of telephone directory the word to be searched is

Sending WhatsApp Message in .Net

Hi Friends! This time I am here with a very small article about sending WhatsApp Message from your .Net application. You need following things for that. 1-WART(WhatsApp Registration Tool) This a tool with which you can get the password to be use

Shell sort in C

Shell sorting was first introduced by Donald Shell. It compares the element in the list that lies far apart for exchanging . The execution time is dependent on the gap it uses.       Algorithm for Shell Sort   step.1:

  • 339
What are the Fundamental Basics of Lean and Six Sigma

Let's take a look into Lean and Six Sigma. Six Sigma focuses on reducing procedure fluctuations and improving output by implementing a problem-solving strategy. Lean, on the other hand, is mostly concerned with eliminating wastes and improving bu

Selection sort in C

Selection sort as the name suggests, first select the least element from the entire list in every iteration and swap it with the position for which iteration is being performed.   In the given figure it is seen that in the first iteration the

stylish check box using pure css

Hi all, Below is an example of custom check box, using pure css here is no any script. You can use this example many type, like to select some image or theme. I hope it will helps you somewhere. HTML:- <div class="wrap"> <div class

Difference between ViewBag, ViewData, or TempData in MVC

Difference between ViewBag, ViewData, or TempData in MVC:- In Asp.Net MVC you have three ways to pass data from controller to view and in the next request. They are ViewData, ViewBag and TempData. ViewData:- Viewdata helps to maintains data when

Push Notification in iOS

iOS Push Notification Tutorial:- Note:- Start following steps and don’t do anything else. There are so many Gotchas while creating certificates but don’t get confuse and follow these steps. Step 1:- Generating the Certificate Signing Request (C

1 3 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: