Problem : I have a C# winform application that will be installed on Windows 7, Vista and XP machines, either […]
Author: Steve
Can a dll made in c# be used in a golang application
Problem : I have created a basic class that adds two numbers in c#. I have built it into a […]
Custom solution configuration not showing up in Visual Studio 2010
Problem : I added a solution configuration called ‘Staging’. It does show up on the drop down in VS, but […]
Method inlining across native images of assemblies
Problem : As explained in another question, Ngen is usually only allowed to inline methods across assemblies if the method […]
Call synchronous WCF operation contract methods asynchronously on silverlight
Problem : We are consuming wcf services on the silverlight application trough creating proxies using ChanellFacotry. The Operation and Data […]
How do you create a Datatable in wpf?
Problem : I’m writing an application in c# using wpf and i was wondering how do you create a data […]
How to create a .NET setup project with crystal report prerequisite?
Problem : I have worked on a desktop application in .net and it uses crystal report for generating report in […]
Does one of these use more resources than the other?
Problem : What is happening differently in the background for these two code blocks? Would one be considered “better” than […]
Adding “–help” parameter to C# console application
Problem : Almost all the .exe’s I use via command line have a help function that gets called by the […]
How to flush HttpListener response stream?
Problem : HttpListener gives you response stream, but calling flush means nothing (and from sources it’s clear, because it’s actually […]