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

Search In

ASP.net mvc with unit test example

"ASP.net mvc with unit test example" In this blog we will discuss how to write unit tests for the controllers in our ASP.NET MVC applications. We will write following three Test cases: Test for the view returned by a controller action Test for t

Discussion on hashes and symbols in Ruby

Welcome to Findnerd. Today we are going to discuss hashes and symbols in Ruby. We have written other blogs as well on Ruby so you can check these blogs for clear understanding of Ruby. If you have worked in other programming language then you should

Email validation using regex

Email validation using regex The Email Id such as adam.sandler@findnerd.com is made up of local-part, an @ symbol and then a domain part. Hence, Email Id is of the form : local_part@domain *TLD = Top Level Domain Some Valid Emails findnerd@yaho

How to remove ListView Item dynamically using animation function in android?

In the below example I have created a ListView , when user touch ListView row item then that particular row item will be remove dynamically. Here, first I have added Listview in activity_main.xml layout. In next step I have created row.xml layout her

How to integrate google analytics in Android Application

Are you interested in tracking your Android app activities? If yes, Google Analytics provides a service for which real time tracking of Activities, fragments, events, exceptions and crash reports can be done easily. Steps to integrate Google Analyti

Add InputAccessoryView in Swift for UITextField and UITextView

Hi,   Sometimes we need to show our custom accessory view when UITextField/UITextView is in editing mode or being edited. We can use inputAccessoryView property to assign a view just above the system keyboard. Input accessory view is very help

How to Get Google Maps JavaScript API Key in 7 Quick Steps?

An API is a tool which is used to create software or application programme. The Google Maps JavaScript API (Application Programming Interface) key is used to display maps on your website. So, in this tutorial, we will see "How to Get G

Create a Wordpress Plugin

Hi there , Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders. So now I will create a plugin which will shows

Spring Security: Obtaining current username (i.e. SecurityContext) information in a bean?

Instead of calling static method inside the controller like below: @RequestMapping(value="/welcome", method = RequestMethod.GET) public String getUserDetails(ModelMap model) { Authentication authentication = SecurityContextHolder.getContext().

5 Steps iOS Tutorial to Create Repository in Bitbucket

Bitbucket is a hosting service which is used to store source code of any application and code reviews. We can store source code of the application in bitbucket with the help of repository. The repository is used to store source code and any further m

1 295 423
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: