Do NOT use for questions about .NET Core - use [.net-core] instead.
If I inherit from a base class and want to pass something from the constructor of the inherited class to …
c# .net inheritance constructorHow do I find the application's path in a console application? In Windows Forms, I can use Application.StartupPath to …
c# .net console console-applicationI'm working on a C# class library that needs to be able to read settings from the web.config or …
c# .net configuration appsettingsIs there any way to run command prompt commands from within a C# application? If so how would I do …
c# .net command-line command promptWhat is the difference between decimal, float and double in .NET? When would someone use one of these?
.net floating-point double decimal