ASHISH SRIVASTAVA
(Move to ...)
▼
Thursday 4 January 2018
What is Manual Testing ?
›
What is Manual Testing ? Manual Testing is a process of finding out the defects or bugs in a software program. In this method the tester ...
Thursday 28 December 2017
The basics of MS SQL (Microsoft SQL Server) & their datatype
›
The basics of SQL: What are the difference between DDL, DML and DCL commands? DDL is Data Definition Language statements. CREATE - t...
Thursday 21 December 2017
Repeat Rows N Times According to Column Value in SQL Server
›
CREATE TAblE #temp ( T_Name VARCHAR(50), T_Times BIGINT ) INSERT INTO #temp(T_Name,T_Times) VALUES ('ASHISH',4) IN...
8 comments:
Function with no Arguments but Return Value In C
›
/*C program to check whether a number entered by user is prime or not using function with no arguments but having return value */ #inc...
The ASCII Character Set
›
Character data is represented in a computer by using standardized numeric codes which have been developed. The most widely accepted code is...
Wednesday 13 December 2017
C# Calculate Directory (Folder) & Sub Directory (Sub Folder) File Size
›
public static long DirSize(DirectoryInfo d) { long size = 0; // Add file sizes. FileInfo[] fis = d.GetFile...
Tuesday 12 December 2017
How to Integrate “No CAPTCHA reCAPTCHA” in Your Website
›
Note: First, we need an API key, so head on over to https://www.google.com/recaptcha/admin. To gain access to this page you’ll need to be ...
‹
›
Home
View web version