Click here to Skip to main content
16,021,417 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi my friends.
i searched for huffman algoritme in asp.net. but i didn,t find anything.
i have the source of huffman in c# but i can not convert to asp.net.
now i need this algoritme in asp.net and it is very important and necessery for me.
if you have this algoritm in asp.net , i,m thanks for present program for me.
this is link of my c# code:
https://www.dropbox.com/s/nr0t6ywg3gqtw44/HuffmanTest.zip?dl=0[^]
now i want convert this program to asp.net.
thanks
Posted
Updated 1-Jun-15 11:03am
v2
Comments
CHill60 31-May-15 17:10pm    
ASP.net uses C# in the code behind, so what is your problem?
Sascha Lefèvre 31-May-15 17:14pm    
To expand on CHill60's comment: You fell victim to an unfortunately widespread misconception. C# is a programming language, ASP.NET is a web-technology. ASP.NET is usually implemented using C# or VB.NET. So there's no such thing as converting anything from C# to ASP.NET. You can just use it.
Sergey Alexandrovich Kryukov 1-Jun-15 17:36pm    
I'm sorry to say the inquirer did not get it. Please see the comments to the answers.
I would dub it all hopeless... :-(
—SA
Sascha Lefèvre 1-Jun-15 18:00pm    
I made a last-ditch effort ;-)
Sergey Alexandrovich Kryukov 1-Jun-15 18:58pm    
:-)

You did not find anything because you narrowed down your choice with totally irrelevant criterion "ASP.NET". Remove "ASP.NET" from your search criteria and replace is with something related to .NET. It will give you more than enough:
http://lmgtfy.com/?q=(%22Huffman+algorithm%22+OR+%22Huffman+coding%22)+(%22.NET%22+OR+%22C%23%22+OR+%22VB.NET%22+OR+CLI+OR+CLR)[^].

And then you can use what you find in ASP.NET.

—SA
 
Share this answer
 
Comments
Mohammad Hasanpoor 1-Jun-15 17:12pm    
but i did not find for asp.net.
i just found for c++,c# and vb.net.
Sergey Alexandrovich Kryukov 1-Jun-15 17:32pm    
After all, can you read and understand anything at all?
I clearly explained how to search it. You don't need to "find for ASP.NET", never. You need to find it for .NET and use with ASP.NET or without ASP.NET.

Okay, let me explain it on a simple example:

Imagine that you ask a question: "How to implement Huffman in the code written on first Friday of any month on the beach of Miami?" How do you think, will you find any useful answers? No one will write on this topic because no one care where it is written and at what location on the face of the Earth. More importantly, you should not care about it.

Also, you should understand that software is not "found", it is written. If everyone tried to "find" everything, who would do the work itself, to provide something to be found.

You behavior, with all your possible good intentions, it so counter-productive, that I cannot imagine that any help could be useful for you. You are just wasting your own and other people's time.

—SA
Mohammad Hasanpoor 1-Jun-15 18:18pm    
i,m so sorry if i have problem in writing and speaking.
thanks for your Guidance.
Sergey Alexandrovich Kryukov 1-Jun-15 18:59pm    
No problem; it will come. Are you going to accept the answer formally?
It is really the working advice.
—SA
 
Share this answer
 
Comments
Mohammad Hasanpoor 1-Jun-15 16:46pm    
sorry , but i said i have c# code.
i need asp.net code. please help.
(i don,t learn asp.net)
(this is my c# code) https://www.dropbox.com/s/nr0t6ywg3gqtw44/HuffmanTest.zip?dl=0
thanks
Sergey Alexandrovich Kryukov 1-Jun-15 17:35pm    
Abuse! I already explained why. Please see the comment to my answer.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900