Oracle SQL Explorer (Apex) Workstation#: ::::: Workstation#: :::::
Author - shohal
C# Introduction
C# Introduction In this session1. We will learn the basic structure of a c# program. The program we...
What is SQL Injection Attack
SQL Injection Attack Let us understand SQL injection attack, with an example. I have an Employee...
Dependency Injection with an example
Dependency Injection with an example One of the very common interview questions, asked these days...
When I create a new ASP.NET 4 web application, the web.config...
If you create a new ASP.NET Web Application, instead of a new ASP.NET Empty Web Application, you...
What are the different environments in your development process...
1. Development2. QA3. Staging4. UAT (User Acceptance Testing)5. Production 1. Development...
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...