Suppose you want to create an application which you want to limit to a single running instance, like some image viewers do for example. Also, you need different users on a Terminal Server not to conflict with each other. Oh, and you’re coding in C#. A possible solution to the problem is the one described …
Tag: .net
A little rant about .NET’s ReportViewer
The .NET Framework 2.0 contains a component called ReportViewer which can be used to generate reports in different formats (HTML, PDF, etc…). After having used it for a couple of reports in a web application, I came to believe that the only good thing about it is that it’s free (when used in Local mode). …