Thursday, February 7, 2013

C# HF Chap 2

This chapter contain much knowledge i already possess. It talked about Variables, Namespaces, Classes, Methods and these basic stuff. 

What was interesting were the specifics for the from application buttons. Double click on them and you get a methods for what happens when a user click on that specific button.

MessageBox.Show("name is " + name
+ "\nx is " + x
+ "\nd is " + d);


Your program runs inside the CLR (Common Language Runtime). "P 45".

Snippet for messagebox.show(""); is "mbox + tab tab."

n means that it will be a line break. Good Fact!

I didnt get time to finish this chapter so i will have to continue it later. I am on page 66. 

No comments:

Post a Comment