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.

Read PDF file using Javascript

In this article, I have provided example to read content of pdf file using Javascript with code explanation.

Solving Error "JsonException: A possible object cycle was detected" .NET Core

In this article, I have mentioned how we can resolve error "JsonException: A possible object cycle was detected" which occur in .NET Core JSON call.

Deserialize XML string to Object in C#

In this article, I have mentioned a simple Console application example, which Deserialize XML string to C# Class object.

Page 27 of 56