It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I want to make a Antivirus Software in Data Structure using C#. So help needed for the Algorithm.
You can find algorithms here: http://sourceforge.net/projects/clamav/
The code is writted for unix but as you are interested in algorithm only so it will work for you. It's a popular antivirus for UNIX called "Clam Antivirus".
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
By .NET with C#, I know all the processes those are running on my OS. But how to know if they are using any of the Network Interfaces? I also have the list of Network Interfaces that my machine has, by C#.
Any idea?
You can use this CodeSnippet:
www.timvw.b
Thats the Method you need:
ManagedIpHelper.GetExtendedTcpTable(true);
There you will get all PID, which you can parse to ProcessNames.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Scrape Data in C# from images
Your best bet may be to buy an OCR library. There seem to a variety of them out there.
http://www.componentsource.com/features/scanning-ocr/net-class/index.html
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
is there any working/reliable open source TCP/IP Server App in C#?
You don't have very specific requirements, but there is a whole bunch at Codeplex(search:server+socket), just pick one that suits your need there.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
could some body provide me program list which will open my mind and will help me to do good codes.
i searched it on net but couldn't find any good link.
Any stuff like web links or any thing will be greatly appreciated .
http://www.dreamincode.net/forums/forum/118-c-programmers/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
What is COM..?/
that is a very general question, so not easily to answer. You might want to give more details about what you are looking for.
COM means Component Object Model. There is a long article on Wikipedia: http://en.wikipedia.org/wiki/Component_Object_Model