Are you looking to earn on you tube this video will help you to do. Watch it and earn it.
Come and Learn
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
Subscribe to:
Posts (Atom)