You can use RegExp function to validate email address.
It can be achieved by two methods, getting the domain hosted name using URL request Request.Url.Host and another by Uri.
You can redirect to an external URL by using Redirect Method() or via Json Result.
In this article, I describe How to use NULLIF in sql server. As we knows nullif clause used to check the value is null or not. If the value is null then we define some default value.
In this article, I describe How to modify or insert into already existing table value using by another table.This is achieved by a select statement.
In this article, I describe How to copy or insert one table value to another table.This is achieved by a select statement.
You should insert @RenderBody() inside the Layout page.
Very often we need to convert List To DataTable,so that we can pass DataTable to Stored Procedure as Paramter in the form of tvp
I recently updated entity framework version 5, afterwards whenever tried to add a controller with the entity framework template I got this error message.
Entity framework 6 or above version is not supported for asp.net MVC. So we need to uninstall it by using Package manager console.