1. Development2. QA3. Staging4. UAT (User Acceptance Testing)5. Production 1. Development...
Author - shohal
Creating, altering and dropping a database in SQL
A SQL Server database can be created, altered and dropped 1. Graphically using SQL Server...
Difference between DateTime and DateTime2 in SQL Server
Difference between DateTime and DateTime2 in SQL Server AttributeDateTimeDateTime2Date RangeJanuary...
Advanced Joins
Advanced Joins 1. Advanced or intelligent joins in SQL Server2. Retrieve only the non matching rows...
Creating a large table with random data for performance testing
Performance testing In this session, we will discuss inserting a large amount of random data into...
Difference between cube and rollup in SQL Server
Difference between cube and rollup in SQL Server CUBE generates a result set that shows aggregates...
Cast and Convert functions in SQL Server
Cast and Convert functions in SQL Server To convert one data type to another, CAST and CONVERT...
Creating and Working with SQL tables
Creating and Working with SQL tables The aim of this article is to create tblPerson and tblGender...
Built-in types C#
Built-in types in C# 1. Boolean type – Only true or false 2. Integral Types – sbyte, byte...
ASP.NET Page Life Cycle Events
ASP.NET Page Life Cycle Events events can occur at 3 levels in an asp.net web application. 1. At...