Fetch Unique random Record in sql server
In This Artical You can easily fetch unique and random record
And you get each time unique record if you execute this query every time you fetch unique and random record using Newid() function....
What is an operator?
JavaScript has both binary and unary operators, and one special ternary operator, the conditional operator. A binary operator requires two operands, one before the operator and one after the operator:
operand1 operator operand2
For example, 3+4 or x*y.
A unary operator requires a single operand, either before or...
Conditional Statements
In This Tutorial You want to perform different actions for different situvation.
In JavaScript we have the following conditional statements:
if statement .
if-else statement .
if...else if....else statement.
switch statement.
if statement - If statement if you want to execute some code only if a specified
...
In This Tutorial we create table and want to same structure and same data then We create new table with data type after that insert in table
this process is very time consuming and take more time so solved this problem in sql server...
In This Tutorial I Explain How Validate Email Using Regex Expression.
Firstly take textbox in HTML See in Examle.
After that Call JavaScript function on text box OnKeyPress.
Click on text box and enter Email if Email is not valid then...
What is JavaScript?
JavaScript was designed to add interactivity to HTML pages
JavaScript is a scripting language
A scripting language is a lightweight programming language
A JavaScript consists of lines of executable computer code
A JavaScript is usually embedded directly into HTML pages
JavaScript is an interpreted language (means that scripts...
Advantages
Faster development
Unit of work pattern (context)
Auto-generated domain objects that are usable small projects
Lazy loading.
Learning to write linq queries/lambdas is a must learn for .NET developers.
Quick turn around for development
Queries can be dynamically
Tables are automatically created into class
Columns are automatically created...