Points To Remember!!
* "using" keyword is used to define header file like # is used in c language
* ReadKey() is used to break the screen as it was getch() in c.
* Pink/purple icon defines function.
* c# is purely object oriented programming language.(here program is written inside a class)
* c++ is partially object oriented programming language.(here program can be created without using class, inside main function)
* The name of first web form created in asp.net is Default.aspx which is not meant to be changed]
* When we debug our webform with some text written over the design mode then it will show an error [to include the config file ,we have to say 'yes' here]
* In dot net ,Config is supported file which actually runs.
(like in C .obj is supported file which is run during the time of execution )
* ['*' symbol says that your file is not yet saved.]
* Our web form will be run in local server (local host)
* At the time of execution dot net will be in RUNNING mode then no window will be activated during running mode(you need to stop debugging to activate windows).
* After running it in browser copy the link paste it in another tab then cancel the previous tab that's how multiple tabs will not be created with every single change we just need to refresh the
browser everytime.
* Refresh- Select the link and press enter key.
* If you want to take input from the user in a control we use int.parse() to convert the string type into integer then after performing the operation (like adding to numbers and stored it in any variable)
* if we want to display the value in control then we use ToString()
to convert it into string type ...By Default ,it reads string value
# In C ,NULL is used to clear the variable. Null is called clear statement
# C supports 16 colors (graphics.h)
* dot net supports 256 colors and some more.
# In C , bin folder stores all files.
# In C , all header files will be stored in IO (input output)
Comments
Post a Comment