-
Replied To a Post in Start MonoDevelop Program as background Service
Why the down vote? -
Replied To a Post in connect 2 computer with c# socket
Check your firewall and make sure you have opened the ports that your application is using to communicate on. Pretty certain this is your issue based on the fact it … -
Gave Reputation to rproffitt in connect 2 computer with c# socket
If that's how you want to proceed with a VM. https://www.google.com/search?q=linux+rcmd+command&gl=US finds the basics. Now I'm really worried. That is, that research is basic to learning and building apps. I … -
Gave Reputation to talon88 in connect 2 computer with c# socket
using c# socket programming. For the program on computer A, i would probably need to create a windows form, to allow me to trigger computer B software to run by … -
Replied To a Post in Update MYSQL Database with a PHP/HTML Form
While it is cool to hack around and get things working, I would strongly urge you to have a look at http://php.net/manual/en/security.database.sql-injection.php with regard to how the SQL statements are … -
Replied To a Post in Building an eCommerce website for a project where to start?
Traditionally you would identify your use cases. Upon completing this you would need to create a domain that supports the use cases. Once done with the domain you would map … -
Replied To a Post in Problem in adding image in word doc in C#
By virtue of the fact that you are using HTML, have you tried embedding a base64 version of the image in the img tag? -
Replied To a Post in c# return value from stored procedure
I have a feeling the problem is in the Stored Proc and not your code. Might be useful to share that -
Replied To a Post in is it possible to test non wsdl soap server with soapui ??
Just as a side note, a SOAP service cannot exist without a WSDL. Unless things have changed :) -
Replied To a Post in Start MonoDevelop Program as background Service
Have a look at a library called TopShelf. They have managed to quiet elegantly abstract all the service nuances out into a friendly interface. -
Replied To a Post in Java vs PHP for web application decision (again)
What you might want to have a look at is how you can safely split the application you have built into smaller services. Just because you have changed a language … -
Replied To a Post in can you help me on grades on array?
FIrst things first. Figure out how to compile a C program. Next step would be to solve each problem one at a time. 1) Figure out how to get the …
The End.