To find the data type of its operand, such as whether a variable is string, numeric, or even undefined in […]
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
In JavaScirpt we can declare the variable using the reserved word var. The value of this variable can be any […]
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
JavaScript is the scripting language supported by most of the browsers and is used to add functionality, validate forms and […]
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