This tutorial will explain you how to increase the maximum request size limit in order to upload large files? If […]
Updated on Kisan Patel
To make an action method as a anonymous methods in secure controller, we can make that method as Anonymous method […]
Updated on Kisan Patel
To make all action methods public in secure controller, we just add [Authorize] before the controller starts. [Authorize] public class […]
Updated on Kisan Patel
This tutorial will show you how to user aggregate functions like AVG, MIN, MAX, SUM etc in SQL Server? As […]
Updated on Kisan Patel
This tutorial will show you how to know the installed SQL Server name and version? To get server name @@SERVERNAME […]
Updated on Kisan Patel
To output any content (plain text or HTML text) from controller, we use ContentResult() like below. public ContentResult OutputContent() { […]
Updated on Kisan Patel
This tutorial will show you how to get Age in year, month and date format in SQL Server? To get […]
Updated on Kisan Patel
This tutorial will show you how to get the difference between two dates in SQL Server? To get the difference […]
Updated on Kisan Patel
This tutorial will show you how to check for validate date in SQL Server? To check for a valid date, […]
Updated on Kisan Patel
This tutorial will show you how to return Day name of the week, day of the week, and month name […]
Updated on Kisan Patel