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

Search In

ActionResult in Asp.Net MVC

"ActionResult in Asp.Net MVC"     We all know that ActionResult is a return type mentioned in the Action Method inside a Controller in MVC.    In this article I will explain it in more detail. Getting started: A

How to return multiple variables using Javascript

Hello Reader's!, If you have a condition in which you need to return two or more variable from function like below:- functions() { //you calculation for result return $a, $b; } Now you will face the error. But you can use the array function t

Facebook Integration With Unity3D

Hello Readers !! Today we are going to discuss the Facebook integration in the Unity Apps/Games. Facebook integration is very common things in today apps. Now each and every app has Facebook section in it. So for the success of App now it's ma

Promises in node.js

Promises are the alternatives of callbacks for delivering the results of asnchronous computations. From the implementation point of view callbacks are easier to implement, promises need some efforts. A promise is used for asynchronous calculations.

Bar code scanner using Zxing library

There are too many libraries available to read qr code like Zbar and zxing library. Here we are showing how to use Zxing lib to scan qr code : First of all add dependency in app gradle file :   compile 'me.dm7.barcodescanner:zxing:1.8.4

How to crop an image in android

Step1: First we have to add jcenter() repository to Project build.gradle allprojects { repositories { jcenter() } } Step2: Now add cropping library in our app build.gradle and synchronize the application. compile 'com.theartofd

New Location Dialog from Android Settings API

Enable a system location dialog ,asking user that app needs to find the current location This dialog is from Android Settings API public class LocationData implements GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener

Filters in ASP.NET MVC

Filters are used where we want to execute code before Action Call and after Action call. Filters are custom classes that provide pre-action and post-action behaviour to controller actions.   Types of Filters:   ASP.NET MVC provides foll

How to encode and decode NSString

Following method will encode and decode NSString. Characters to leave unescaped (NULL = all escaped sequences are replaced). - (NSString *)URLEncodedString { CFStringRef url = CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStrin

How to stop Google from Indexing a Page

Hello all, I do not want some of my web pages to be Indexed by Google or we can say I want to keep some of my Web Pages Out of Search Results. For this, How can I Tell Google Not to Index a Page in Search Results.

prev 1 2 282
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: