Sign Up To Payoneer and Earn 25$ Per Referrel

Sign Up to Payoneer Account and Earn 25$ for each Referrel, beside this you have the benefit of American Bank Account.

HostGator WebHosting

Click here to Sign Up for Hostgator WebHosting Services

Go Daddy Web Hosting Services

Click to Signup for Go Daddy Webhosting Services.

Blue Host Webhosting Services

Click to Sign Up for amazing Webhosting services of Blue Host

Just Host Webhosting Services

Just Host Webhosting Services offers you affordable price webhosting Services.

Friday, November 27, 2015

C sharp If statement : Part 10

Video Tutorial of C sharp Include:

If statement and If else Statement In C sharp Programming Language, What is && and & and what is difference in || and | in C Sharp Programming.

if statement is use when we have a lot of Conditions and one of them is true then we have to programmed with if statement. where as If Else statement can be use when there is nothing correct and by default the statement written in else block executed. 

you can watch more detail about these in this Video Tutorial


Part 9 Comments in C sharp Programming


This video tutorial is about:

How to use comments in C sharp Programming Language:

There are three ways to express comments In C sharp Programming:

Single Line Comments can be written in one line and should start with // before the comments statement.

Multi Line Comment can be written In C sharp Programming when you have to explain the coding in many line and it start with   /* before your starting point of Comments and */ when you are going to finish the statement of Comments.

XML Documentation Comments are comments when you have to tool tip any part of the language and when there you stay for a while it show tool tip against the code written. you can write XML Documentation Comments  /// after this sign.

 Compiler of C sharp Programming Ignores comments written in program.


Tuesday, November 24, 2015

Arrays in C sharp programming : Part 8

This Video Tutorial is about:



Arrays in C sharp Programming Language

what are arrays how they work in C sharp, how we can use them in C Sharp Programming Language.

Arrays are indexed as a zero it means that when we are declaring arrays in C sharp Programming we have to take value of Zero while defining them.

There are many types of arrays in C Sharp Programming

1. one Dimensional Arrays can be declared as int[] classes;

2.  Multi Dimensional Arrays are in the form of  string[,] students;

3. Jagged Arrays or Arrays of Arrays can be in a shape sbyte[][] numbers; 

In C sharp programming Arrays are considered as Object

Datatype Conversion in C Sharp Programming: Part 7


This video tutorial is about:




 















the conversion of Datatype types in C Sharp



How we can convert integer in string type and how we can convert int in decimal you can learn easily from this video tutorial.

what is Implicit way of Converting Datatypes in C sharp and how we explicitly convert datatypes and what is parse() and Tryparse() method.



Nullable types in C Sharp Programming: Part 6

In this video tutorial you will learn about:



 Nullable Types in C Sharp Programming language.

In C sharp programming Language we can Divide Data Types in Two Major Catogories.

1. Value Type: These include int, float, Double, enums and struct etc.

2. Reference Type:  Interface, class, arrays, Delegates, etc.

Value types are non nullable type to make them as a nullable we use ? sign

For example 

int? c = 10;
double? delta = 3.29;

Nullable types are considered as a difference between C Sharp Type and Database type.

Monday, November 23, 2015

Extracting Data by Using VLookup, Match and Index function


This Video tutorial of Microsoft Excel is about:




 The VLookup, Match and index Function Feature of MS excel:


By using these features of Microsoft you can easily extract data from Microsoft Excel easily.

if you need any help regarding these function just do comment in the box , we will welcome your comments.

Microsoft Excel for beginners


This Video Tutorial is about:

Basics of Microsoft Excel and its features for beginners to want to learn from the foundation of Excel. this video is enough for the new learners to get the complete understanding of Microsoft excel. Video Lecture Describe the basic Interface of Microsoft Excel, formulas mostly use in Microsoft Excel and other things. hope you enjoy this video Lectures, Need your Comments to Improve Blog for more understanding

Common Operators in C sharp: Part 5

In This Video Tutorial we will Learn about:



Common operators in C sharp

Most Commonly used operator in C sharps are:

1. Assignment Operators which is expressed as = sign in c sharp Programming.

2. Arithmetic Operators mostly used for calculation purpose in any programming Language, arithmetic operators are +, -, /, * 

3. Comparison Operators used for making Comparison between the two or tree statements, Comparison Operators mostly in C Sharp programming are ==, !=, >, <, <=, >=

4. Conditional Operator for creating Condition for both Statement either one is correct or both are correct, these are expressed as  &&, || Sign.

5. Ternary Operators ?:  and Null Coalescing Operators ?? Watch Lecture video for more details about all of them.


Part 4 types of string in C Sharp


This video tutorial is about:


Type of string in C sharp, how to use them and brief details about Escape sequences and their use in programming, defining verbatim Literals in C Sharp Programming Language. Make practices on these tutorial will increase your strength of knowledge with c sharp, create your own ideas too by following this video Lectures.

Part 3: how to use Built in type in C Sharp


This video Tutorial is about Using Built in Type in C Sharp


Built in Types in C Sharp are:

1. Boolean Type which are true and false values that are declared in programming language to check whether the statement is right or wrong.

2. Integral type which contain short, long, int, sbyte, byte, ushort, char to declere Number and character and integer in a program of C sharp.

3. Floating Type that having Float or double value you can use in C Sharp programming Language.

4. String Type and Decimal type 

along with these you will also get awareness about  escape Sequence in C sharp and What are varbatim Literals.

Part 2: how to read and write to command or console window



This video about the next step to learn C Sharp Programming Language, video lecture describe:

1. How to write in Console or Command window by using Console.writeline Function 

Note: there are two method to write in console window 1. Concatenation, 2. Place Holder Syntax

2. How to Read in Console Window by using Console.Readline Method.

Watch video and do comment in comment box to help us for more improvement in the article.

Introduction to C sharp: Part 1 Video

Introduction to C Sharp

This Video is about the Introduction of C sharp, how to begin with c sharp, you need to know how to use C sharp and on which platform you can effectively use the C sharp. 


This video describes the

1. Basic structure of c sharp programming language.
2. what is namespace, how to use them,
3. why we use main method in c sharp. 

hope you will find video best of your interest, share your thought and wait for the next video lesson.