Email Validation using Javascript (With OR Without Regex)

In this article, I have explained about various possible methods for JavaScript email validation with regex and without regex, with example.

Read Values from appsettings.json in .NET Core

This article will demonstrate how we can read the values from appsettings.json file in .NET Core and use them in our application step by step.

Responsive center image using pure CSS or Bootstrap 3/4

In this article, I have provided code to align image in center using CSS or Bootstrap 3 or 4 version in HTML for desktop or mobile or tablet view.

Format Code in Visual Studio (With Indentation)

In this article, I have mentioned shortcut to format code in Visual Studio, which you can use format any document in Visual studio.

Creating Switch (Toggle) button using Bootstrap

In this article, I will help you style your HTML checkbox buttons into an iOS7 like switch toggle buttons using Bootstrap and without it

Convert C# Class to JSON with Example

In this article, I have explained how we can convert C# Class to JSON with an console application example.

Lambda expression in C# (With Examples)

In this article, I have explained what is lambda expression in C# and how to use it with various working examples.

Converting String to Enum OR Enum to String in C#

In this article, I have explained with a console application example, how you can convert string to enum in C# OR Enum to string

Create XML document using C# (Console Application example)

In this article, I have explained, how you can create XML document in C# using Console application, it should work in ASP.NET Web-Forms or MVC, as C# code remains same.

Ways to convert List into Datatable using C#

This article gives you quick solution & few ways to convert .ToList() or IEmuerable List data into DataTable using C#.

Page 31 of 56