Articles about csharp | UserComp.com

Setting Custom Paper Size for Printer in Crystal Report Viewer using C#: A Comprehensive Guide
Setting Custom Paper Size for Printer in Crystal Report Viewer using C#: A Comprehensive Guide

In this article, we'll explore how to set a custom paper size for a printer in Crystal Report Viewer when using C#. We'll start by identifying the problem and then move on to potential solutions, including a step-by-step guide on how to set a custom paper size. By the end of this article, you'll have a solid understanding of how to set custom paper sizes for your printer using C# and Crystal Report Viewer.

Read More
Using DotNetFiddle for Unit Tests: Demonstrating Behavior
Using DotNetFiddle for Unit Tests: Demonstrating Behavior

Learn how to use DotNetFiddle for unit testing console applications and class libraries in C#. The article provides a step-by-step guide and explains the benefits of using this tool.

Read More
Converting String to Int32 or Int32? in Tech Support
Converting String to Int32 or Int32? in Tech Support

Learn how to convert a String to Int32 or Int32? in C#. This tech support article covers two methods: using the ToType() method and trying to parse a string directly.

Read More
How to read just last n items in a json file by c#?
How to read just last n items in a json file by c#?

Learn how to read just the last n items in a json file using c#. This tutorial will show you how to parse a json file and extract the last n items. Follow the steps to get started.

Read More