Are you looking to earn on you tube this video will help you to do. Watch it and earn it.
Thursday, 2 February 2017
How to schedule what's app messages/How to send your whats app messages at particular time
In this video I explained how to schedule your what's app messages.
Difference between int and int? in c# with example
Int:
--> cannot allow to null values
Int ?:
--> Allows null values
Examples:
class Program
{
static void Main(string[] args)
{
//Int a object cannot be null. It doesn't allow null value
int a = null; (It will thrown a error because. a object cannot hold null value)
//Int? b object can be null. It allows null value
int? b = null;
Console.WriteLine(b);
Console.WriteLine(a);
}
}
Error Message:
Severity Code Description Project File Line Suppression State
Error CS0037 Cannot convert null to 'int' because it is a non-nullable value type int vs nullable int .
--> cannot allow to null values
Int ?:
--> Allows null values
Examples:
class Program
{
static void Main(string[] args)
{
//Int a object cannot be null. It doesn't allow null value
int a = null; (It will thrown a error because. a object cannot hold null value)
//Int? b object can be null. It allows null value
int? b = null;
Console.WriteLine(b);
Console.WriteLine(a);
}
}
Error Message:
Severity Code Description Project File Line Suppression State
Error CS0037 Cannot convert null to 'int' because it is a non-nullable value type int vs nullable int .
Thursday, 26 January 2017
Tableau Qualified Associate Exam Knowledge base Questions and Answers
Are you looking to get certified in tableau. Please watch the above video. It will help you to clear the exam.
How to earn free recharge using unlocking screen and installing new apps.
In this videos i have explained how to do earn recharge for your prepaid or postpaid
How to play YouTube videos when mobile screen is off/locked
In this video I explained how to play YouTube videos when mobile phone screen is off/locked
How to save any webpage as PDF format without using any software in Android/tablet.
In this video I explained how to save a webpage without using any software in your Android device/tablet
How to find your system/PC 32 bit or 64 bit/How to find system information
In this video the user explained , easiest way to find your computer/system 32 bit or 64 bit.
Tableau Qualified Associate Exam Questions and Answers in practical way Part 3
Are you looking to get certified in tableau. Please watch the above video. It will help you to clear the exam.
Tableau Qualified Associate Exam Questions and Answers in practical way Part 2
Are you looking to get certified in tableau. Please watch the above video. It will help you to clear the exam.
Tableau Qualified Associate Exam Questions and answers in practical way Part 1
Are you looking to get certified in tableau. Please watch the above video. It will help you to clear the exam.
How to schedule your what's app messages/How to send whats app message to particular person/group at particular time
Please watch above video. In this video the user explained a easiest way to schedule What's app Messages.
Subscribe to:
Posts (Atom)