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.
the .exe application is written in Java
Well, if possible, you can do it by DJ Java Decompiler
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.
I want to deposit money to my paypal account through web application in .net
Go to https://www.paypal.com/cgi-bin/webscr?cmd=_donate-intro-outside and create your own button for your website. It will give you html code to place it in your website
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.
Just wondering if Laurent has plans to migrate his code to the new portable class library Microsoft is providing us.
We have several projects in the pipeline that target both Windows 8 and WinPhone so this would be nice to have.
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.
is there any way to use asp.net and node.js together?
I don't thinks so because node.js is a whole different webserver?
Edit for clarification: i want to add websites, based on node.js to an existing asp.net web forms application
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.
I just downloaded ASP.NET along with some other things(SP1 and such) Total: 9XX MB.
I had to restart my computer and now when I try to open a new project via my VS2010, I see nothing different, I can't find the Web Form option, Here's the URL I downloaded from:
http://www.asp.net/downloads
Thanks!
Now you need to go to http://www.asp.net/get-started and start learning. (Of course, there are other places you can go to learn, but this is an obvious choice).
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.
I just wanted to know where the TCP/IP protocol suite will be located...is tat in NIC?
if we have to add some functionality to it then where to implement?
TCP/IP stack is implemented by your operating system. NIC's aren't involved.