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

Search In

Constructor and its types in C#

Constructors in c# Constructor is a special method of a class that gets called when an object of a class is created. They are mainly used for initialization and memory allocation for member variables of class. There will always be a default construc

Java 8 Vs Java 9 : Strengthining the Features of Interface

Java 8 came with the enhanced functionality to the Interfaces. Prior to Java 8, interfaces were contracted only with the abstract methods and subclass was obliged to implement the contract. Child class has to implement the abstract functions in order

Objective C or Swift - Which Technology to Learn for iOS Development?

Swift programming language is completely based on general purpose, a multi-paradigm compilation which has been developed by Apple Inc. Swift is basically developed for various operating systems including iOS, watchOS, macOS, Linux, and tvOS. It is al

How to Convert Any File Format to PDF - A Complete Guide

If you have ever dealt with digital documents, chances are you have come across a well-known file type known as PDF – short for “portable document file”. PDF files are highly versatile, compatible, and will display exactly as intend

Pivoting in sql

Pivoting in sql                  Pivoting in sql means changing rows to columns and columns to rows. We often need to change rows to columns in some scenario. Suppose I

How to Send Email from Different Address to Google mail?

  Nowadays, almost all of us have more than one email account since some use it for personal  work, entertainment or professional work. Sometimes, it is very hectic to switch from one email account to the other. This indeed a tedious job!

How to Get Top Google Rank for Multiple Targeted Keywords?

  Being an SEO professional, you may face some situations when you are asked by your Boss to get top rank for highly competitive multiple keywords say 8 to 10 on Google for a single landing page. This situation is a bit challenging to you bec

8 Secrets to Successful Content Writing Career

        A friend of mine posted a question on FindNerd Tech Q&A: “I am a trainee content writer, doing my internship with one of the reputed companies in India. Content Writing really fascinates me. I want to lea

LINQ in MVC

While writing codes in MVC we use different way to interact with the database.   Then we can use LINQ for doing it in the database it will make our code easy to read and make the manipulation easy and faster.   First we will create a Da

LINQ Delete in MVC

While working in MVC we use LINQ to make our task easier and to make the manipulations easier   First we will create the action for doing this task.   [HttpPost] public JsonResult Remove(int id) { n

1 12 19
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: