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

Search In

Generic methods in C#

Generic is a feature provided in C# which allows defining the class, method etc without binding it to work with a specific data type, instead it is created with a substituted type which get replaced with the data type passed at run time. In other wor

Web Design Tools Every Website Host Should Know

Web design is a skill that's always changing and evolving. Designers are always creating new tools that make the art of creating a website easier and better than ever before. If you've ever been interested in creating a site, here are the too

FaceBook Integration in Android Application - 8 Steps Process

Facebook integration helps the user to login to your app with his/her Facebook account.     If you are looking for the procedure to integrate Facebook in your android then do follow the steps mentioned below:-   Step 1) In your

How to authenticate with Fingerprint in android applications ?

From android marshmallow api 23 android supports fingerprint authentication support. Fingerprint api support android version 6.0 or greater. Fingerprint authentication contains following process : 1. Check weather a user enabled keyguard or not in

Creating Web Services with PHP and SOAP

What is SOAP?? SOAP stands for Simple Object Access Protocol. SOAP uses HTTP request for intraction between programs. Because of HTTP request is supported by all servers and browsers, that's why it is a best way to communicate between applications.

Getting MMS from an Android Device programmatically

To get MMS conversation from an Android device, use the following code: ContentResolver contentResolver = getActivity().getContentResolver(); Uri uri = Uri.parse("content://mms"); Cursor cursor = contentResolver.query(uri, null, "thread_id IS NOT N

How to manage error log in cakephp in 2.4.1 version?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version? If you want to create error log file in your CakePHP web application so firstly you have to search location to error.log file in

List of 5 Best Steps to Secure Data Management

Data management is an important part of the administrative system of any organization or enterprise for it to run smoothly. The process of data management includes acquiring data, validating it, as well as storing and protecting it effectively. Whi

Geolocation in HTML

Using HTML Geolocation   HTML Geolocation is used to identify the position of any object based on its geographical parameters passed.   You can use its functions to find the position of the object.   It will check whether geoloca

Encoding issues while parsing CSV file using Roo gem in rails

This is the most common and frustrating issue while parsing a csv file in rails i.e. the encoding issue. So in ruby on rails i found a library which basically detects the Character encoding using ICU (dependency package) and the name of the library i

1 25 160
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: