Do NOT use for questions about .NET Core - use [.net-core] instead.
I am trying to build a pie chart from a dictionary. Before I display the pie chart, I want to …
c# .net .net-2.0I have this line @String.Format("{0:C}", @price) in my razor view. I want it to display a dollar sign …
c# .net globalizationWhile converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: …
.net .net-4.0 app-config mixed-modeIf I have such string in XAML: Storyboard.TargetProperty="Margin" From="1,2,3,4" To="0,0,0,0" What is Top Bottom Right and Left? 1- …
.net wpf xamlWe are setting up a new SharePoint for which we don't have a valid SSL certificate yet. I would like …
.net web-services sharepointWhy do we need boxing and unboxing in C#? I know what boxing and unboxing is, but I can't comprehend …
c# .net boxingI've been looking into this for a bit now and haven't gotten it resolved. I get the following error message: …
.net web-deploymentI am storing a PNG as an embedded resource in an assembly. From within the same assembly I have some …
c# .net resources