If you always work as root in your Linux-based machine, you are doing it all wrong. You should gain root privileges of the root account only when they are needed.…
Select Many Enum Values Easily [EnumFlagsSelector WinForms Control]
If you create a WinForms application and wish to allow your users to select many enum values from all enum values, you can use EnumFlagsSelector. EnumFlagsSelector is custom WinForms control…
Select One Enum Value Easily [EnumSelector Winforms Control]
If you create a WinForms application and wish to allow your users to select one enum value from all enum values, you can use EnumSelector. The EnumSelector, a custom WinForms…
Configure Jenkins Email Notification [3 Easy Steps]
If you configure email notification on Jenkins, Jenkins will notify us about the status of each build via email. Jenkins email notification is a convenient way to track the status…
Write Better Code With Code Review [Example With 5 Code Review Phases]
Code review is a continuous process of reading and examining the code to improve the quality of the software. In each code review phase, the author of the code or…
Best Way To Display Time Progress [TimeProgressBar WinForms Control]
If you create a WinForms application and wish to display time progress, you can use the TimeProgressBar custom WinForms control instead of ProgressBar