Use this space to put some text. Update this text in HTML
Friday, 28 December 2018
Sunday, 23 December 2018
Monday, 17 December 2018
Wednesday, 12 December 2018
Friday, 29 July 2016
Operators in C Sharp
In C# Operators are symbols that are used in computer program for performing the operation.
Operators are used within an expression or statement to specify
the operations to be performed during evaluation of the expression.
Operators can be applied to one or more operands in an expression or statement.
The sections list the C# operators starting with the highest precedence to the lowest. The operators within each section share the same precedence level.
Operators that take one operand, such as the increment operator (++) or new, are referred to as unary operators.
Operators that take two operands, such as arithmetic operators (+,-,*,/), are referred to as binary operators.
One operator, the conditional operator (?:), takes three operands and is the sole ternary operator in C#.
Operators can be applied to one or more operands in an expression or statement.
The sections list the C# operators starting with the highest precedence to the lowest. The operators within each section share the same precedence level.
Operators that take one operand, such as the increment operator (++) or new, are referred to as unary operators.
Operators that take two operands, such as arithmetic operators (+,-,*,/), are referred to as binary operators.
One operator, the conditional operator (?:), takes three operands and is the sole ternary operator in C#.
There are mainly five built in operators types in C#.
- Arithmetic Operators
- Relational Operators
- Logical Operators
- Assignment Operators
- Misc Operators
Wednesday, 27 July 2016
Cant see Other Computers in Same Network
My desktop and laptop are both connected to the same network
but cannot see in the network.
see all computer are in same workgroup.
2. Control
Panel->Network and Sharing Center
3. Control
Panel->Network and Sharing Center->Change Advanced Sharing Settings
and set as shown in screenshot below:
and set as shown in screenshot below:
OR
Right click on
Wi-Fi on right Corner of computer and then click on open Network and Sharing
Center
now you have to see all computer in your network.
Subscribe to:
Posts
(
Atom
)