Enabling CORS in IIS (Various possible methods)

In this article, I have provided various possible methods to enable CORS using IIS server configuration, using C# or Web.Config or using IIS manager.

Set Default Value to Property in C#

In this article, I have mentioned with an example to set default value to a class property in C#

Union vs Union All in sql server

In this article, I have mentioned what is difference between Union and Union All in SQL Server with example.

Understanding SQL server COALESCE() with example (ISNULL comparison included)

In this article, I am going to provide you complete details of SQL server COALESCE function with example & will compare it with ISNULL.

Bootstrap alternatives

In this article, I have mentioned popular bootstrap front-end framework alternatives to be used for web-development.

Return JSONResult in ASP.NET Core MVC

In this article, I have provided working example to return json or you can say jsonresult in asp.net core MVC with status code.

Uniqueidentifier in SQL Server

In this article, I have provided details about what is uniqueidentifier in sql server, how to create one and use it in SQL Server.

Encrypt password & decrypt it (C# Console application example)

In this article, I am going to provide code in C# to encrypt password and decrypt it using AES in Console application example & also shows MD5 password hashing example.

Using Appsettings.Json in Program.cs in .NET Core 6+

In this article, I have mentioned how we can get values from appsettings.json in program.cs in .NET Core 6+

String to Number (Int) using Javascript

In this article, I have mentioned various possible methods to convert string to number (integer) using javascript various possible methods.

Page 30 of 56