6021 0
Extract Text from image in C# using Tesseract
In this article, I have provided a console application example to extract text from image in c# using Tesseract OCR in .NET
Type
Article
5935 0
Extension Methods in C# (Explanation With Example)
In this article, I have explained about extension methods in C# with an example which helps us to re-use the same C# method at different parts of code.
Type
Article
5935 0
Resize image in C# (Console application example)
In this article, I have provided working console application example code, in which we will resize image using C# code.
Type
Article
5934 1
How to create dynamic list type in C#?

Hello, I would like to create a helper function in the class, which can be used by multiple List types at the same, so how can I create initialize or create function to pass List<T> where T can be any type of class in C#?

...
Type
Question
5918 2
There is already an open datareader associated - error in C#

I am trying to run a below query in my ASP.NET MVC project, but I am getting an error "there is already an open datareader associated with this command which much be closed first" in C#, how can I resolve it?

datareader-alread-open-C-sharp-min.png

Here is the C# code, which I am using

...
Type
Question


5917 0
Convert List to string in C# (Comma-separated, New-Line)
In this article, I have provided example to convert List into comma-separated string or New line separated using C#.
Type
Article
5701 1
How to resolve Class, struct, or interface method must have a return type?

C# error, when trying to execute the code as below

...
Type
Question
5617 1
how to add image in folder & image path in db in mvc??

How can i add image path in database, while image in the project folder using ASP.NET MVC C#??
As asked on facebook group

...
Type
Question
5577 0
Serialize List to JSON in C#
In this article, I have mentioned how we can Serialize List to JSON using C# with console application example.
Type
Article
5571 1
How to compare two pdf in c#?

How can I compare Two pdf file in asp.net c#? Any examples or link, thanks.

...
Type
Question

Page 13 of 24