C# Cheat Sheet for Java Developers
C# for Java Developers – Reference List Source: download.microsoft.com
C# for Java Developers – Reference List Source: download.microsoft.com
In a Nutshell Arithmetic in C# is very similar to virtually every other programming language out there, particularly C++, C, and Java. Addition works like this: int a = 3 + 4; Subtraction works like this: // int b = 7 – 2; Multiplication uses the asterisk character (‘*’) like this: //int c = 4 * 3; Division uses the forward slash character (‘/’) like this: int d = 21 / 7; The modulus operator (‘%’) gets the remainder of a…
C# is a strongly-typed language. Before a value can be stored in a variable, the type of the variable must be specified, as in the following examples: int a = 1; string s = “Hello”; XmlDocument tempDocument = new XmlDocument(); Note that the type must be specified both for simple, built-in types such as an int, and for complex or custom types such as XmlDocument. C# includes support for the following built-in data types: Data Type Range byte 0…
C# has lots of flexibility over manipulating with bits. Before I start explaining about bit wise manipulation I would like to give some inputs on binary operations. Binary numbers With only two symbols you can represent any type of information you want, these symbols can be {a,b}, {0,1} or the {beep, beeeep} of the Morse code. When you want to work with boolean (1) expressions or place multiple values in a single byte (group of 8 bit), it is…
Version Obtained from Operating System 1.0 Included with Windows NT 3.51 SP 3 (or as a self-contained download). Windows NT Server 3.51 2.0 Included with Windows NT Server 4.0. Windows NT Server 4.0 3.0 Included with Windows NT Server 4.0 Service Pack 3 (Internet Information Server 2.0 is automatically upgraded to Internet Information Server 3.0 during the install of SP3). Windows NT Server 4.0 4.0 Self-contained download from www.microsoft.com or the Windows NT Option Pack compact disc. Windows NT…
There are actually two different screenshot methods available for the Samsung Galaxy S4. Just follow the steps below to start taking screen shots on your new Samsung Galaxy S4. Method 1: HOLD down the POWER button and the HOME button at the same time. That’s it! Seriously, it’s that easy! For those having issues, hit the home button first, then right after that tap the power button. You’ll see a message appear on the screen that says “screenshot saved to Camera shots”. With this method, your screenshot…
Windows key: Switch between Modern Desktop Start screen and the last accessed application Windows key + C: Access the charms bar Windows key + Tab: Access the Modern Desktop Taskbar Windows key + I: Access the Settings charm Windows key + H: Access the Share charm Windows key + K: Access the Devices charm Windows key + Q: Access the Apps Search screen Windows key + F: Access the Files Search screen Windows key + W: Access the Settings…
This article explains how to disable Internet Explorer enhanced security in Windows Server 2008 and Windows Server 2008 R2 by turning off IE ESC in Server Manager. One of the first things I usually do when I install a new Windows Server in a test environment, is to turn off Internet Explorer Enhanced Security Configuration (IE ESC). I am talking about this little prompts that get on your nerves whenever you open a website in Internet Explorer on a…
INTRODUCTION When you try to access content on a server that is running Internet Information Services (IIS) 7.0, 7.5, or 8.0 by using the HTTP protocol, IIS returns a numeric code that indicates the status of the response. The HTTP status code is recorded in the IIS log. Additionally, the HTTP status code may be displayed in the client browser. The HTTP status code may indicate whether a request is successful or unsuccessful. The HTTP status code may also…
Once you have installed Windows 8, you must follow these activation instructions to properly complete your installation of Windows 8. NOTE: You will need the license key given to you when you downloaded Windows 8 from the software page. Move your mouse to the top right corner and click Search. Type cmd in the Search Box then click on Command Prompt (this appears on the left side, under Apps). Type slui 3 (note there is a space between slui…