Refresher/dotnet
Jump to navigation
Jump to search
![]() | Please help improve the educational quality of this resource to increase engagement by participants. Any concrete improvements made by April 25, 2023 may allow it to be kept. You may remove {{proposed deletion}} from this resource's source text to contest this proposal, with or without discussion. |
This is a refresher course for those who need to review basic knowledge of .NET (dotnet).
Basic Concepts[edit | edit source]
(coming soon)
Basic Classes[edit | edit source]
(coming soon)
Windows Services[edit | edit source]
- Windows services: background applications
- Windows service creation: add new windows service project, set properties, write the logic for OnStart and OnStop, override default methods as needed, add installer, build project, install and test or run