Program to remove duplicate elements in an array in Java

In this article, I have provided various working code solutions to remove duplicate elements from an array in Java

Declare and initialize Array in java

In this article, I have mentioned, how we can declare and initialize array in Java with working example code.

How to add a item or multiple items in C# List

In this article, I am going to provide you example to create list and add items in list in C# and how to add multiple items at once in list.

Get Character to ASCII value in C#

In this article, I have mentioned how we can get string character to ascii value using C# in console application example

Email validation using jQuery (Various Methods)

In this article, I have provided various ways for email validation using jquery which includes Regex or without using regex in jquery

OutputCache in ASP.NET MVC ( Caching in MVC)

This article will help you in understanding the usage of OutputCache with its filter parameters and how to improve the performance of your web application using OutputCache with an example.

What is Partial View ? (MVC 5 Usage with examples)

In this article, you will get to understand about Partial View in MVC and when to use it and different ways to load it with example.

Understanding Unit testing in C# With Example

In this article, I have provided the basics of Unit testing in C# with example and have also explained why it is important to use Unit testing.

Performing CRUD Operation in ASP.NET MVC Using Entity Framework

This article helps you to perform CRUD (Create, read, Update , Delete) operation in ASP.NET MVC using Entity Framework as connectivity to database.

How to Create login & registration page in MVC with database (ASP.NET)

In this article, I will explain and show you how to create custom login / logout and registration page in asp.net mvc with database using Entity framework & proper Validations.

Page 27 of 56