Do NOT use for questions about .NET Core - use [.net-core] instead.
I want to load to a new AppDomain some assembly which has a complex references tree (MyDll.dll -> …
c# .net reflection assemblies appdomainIs there a good, free telnet library available for C# (not ASP .NET)? I have found a few on google, …
c# .net telnetI would like to either prevent or handle a StackOverflowException that I am getting from a call to the XslCompiledTransform.…
c# .net stack-overflow xslcompiledtransformI found this article about Lazy: Laziness in C# 4.0 – Lazy What is the best practice to have best performance using …
c# .net lazy-evaluationI have the following code. I'm getting error: "The cast to value type 'Int32' failed because the materialized value …
c# .net entity-framework linq-to-entitiesI am trying to get the executing assembly version in C# 3.0 using the following code: var assemblyFullName = Assembly.GetExecutingAssembly().FullName; …
c# .net .net-assemblyHow can I create a product key for my C# Application? I need to create a product (or license) key …
c# .net license-key