Do NOT use for questions about .NET Core - use [.net-core] instead.
Is there a built-in IsNullOrEmpty-like function in order to check if a string is null or empty, in PowerShell? I …
.net string powershell nullIn code-behind I set Session with some data. Session["usedData"] = "sample data"; And the question is how can I get …
javascript .net sessionOne may not always know the Type of an object at compile-time, but may need to create an instance of …
c# .net performance reflection typesI'm relatively new in C#, & I'm wondering when to use Delegates appropriately. they are widely used in events declaration, …
c# .net delegatesIn most programming languages, dictionaries are preferred over hashtables. What are the reasons behind that?
c# .net vb.net data-structuresI'm not able to access values in configuration file. Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); var clientsFilePath = config.AppSettings.Settings["…
c# .net appsettings configurationmanagerI have tried very hard but cannot find a solution on how to set session timeout value for in-process session …
c# asp.net .net session visual-studio-2008How do I get a list of all the properties of a class?
c# .net reflection properties