Skip to content

After some 6 months of doing VBA, PHP, Python and jQuery I think it is a good idea to go back to the roots (C#) again. Let's see what will come up.

Notifications You must be signed in to change notification settings

Vitosh/C-Sharp-Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db7c065 · Dec 14, 2019
Mar 12, 2019
Dec 15, 2016
Dec 14, 2019
Apr 24, 2017
Dec 5, 2017
Aug 30, 2017
Apr 9, 2019
May 2, 2016
May 2, 2016
Aug 1, 2019
Jul 26, 2016
Dec 15, 2016
Jul 24, 2016
Mar 20, 2019
Feb 12, 2019
May 26, 2017
Jan 8, 2017
Mar 3, 2018
May 15, 2017
May 1, 2016
Jun 9, 2016
Jun 10, 2016
Jun 10, 2016
Jun 12, 2016
Dec 14, 2016
Oct 16, 2018
Apr 18, 2016
Apr 19, 2016
Aug 4, 2019
Jan 22, 2017
Dec 5, 2017
Oct 16, 2018
Apr 9, 2016
Aug 1, 2019
Feb 17, 2018
Apr 4, 2018
Dec 5, 2017
Jun 5, 2016
Aug 13, 2016
May 28, 2016
Oct 9, 2016
Jul 2, 2016
Jan 29, 2017

Repository files navigation

C-Stuff

After some time of doing VBA, PHP, Python and jQuery I think it is a good idea to go back to the roots again. Let's see what will come up.

- F5              Run
- F10	          Step Over. Does not step into the current method and goes to the next statement.
- F11	          Step Into. Standard Step-by-step slow debugging.
- Ctrl + F5	  Runs the project without debugging.
- Shift + F11	  Step Out. Completes and steps out of the current method. Finishes the current method.
- Shift + F5	  Stop. Debugging stops and returns Visual Studio to design mode.

- Ctrl + K + C    Comment
- Ctrl + K + U    UnComment

- Ctrl + E + D    AutoFormat

About

After some 6 months of doing VBA, PHP, Python and jQuery I think it is a good idea to go back to the roots (C#) again. Let's see what will come up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages