anujs2510 / C-Sharp-Stuff

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:PowerShell 50.3%Language:C# 49.3%Language:TSQL 0.2%Language:Visual Basic .NET 0.1%Language:C++ 0.1%