Static classes have several good uses. In Visual Basic you have something called Modules which I think is the same as a static class. Some times you need a collection of methods or fields/properties but they need to be compartmentalized. Static classes are great for this. This can also be good when you need to declare method that has its own internal variables to be used in a Task to make async programming easier.
Hello Sir, appreciate your efforts. please explain more on use of static class with real time example.
Thanks and will try do it soon...
Hi Harry , please make a video on Sealed class and static class
Please make a video on reflection in c#
I think I already did, but I will try to revise it again
Can a static class be in private?? yes or no
Yes I think, but never tried
@@interviewhappy thanks for your response
Yes.
Real time example
What is use of the Static class is not that much clear . Please share link if you have more clarity on it.
Static classes have several good uses. In Visual Basic you have something called Modules which I think is the same as a static class. Some times you need a collection of methods or fields/properties but they need to be compartmentalized. Static classes are great for this. This can also be good when you need to declare method that has its own internal variables to be used in a Task to make async programming easier.
please create video on javascript
Ok Prakash Soon will try to cover this topic . Thanks
Sir how to create Windows Forms App in VS 2022 as it's not showing me in my Mac..? Any option..?