Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~400 People Reached
Favorite Tags
Member Avatar for mattaseymour

I have created an application using C# which makes use of a MSSQL Express database. Now that my project is completed I would like to package the application and database into a single executable which can be run on any machine making use of the .net 3.5 framework. My questions …

Member Avatar for mmanimkce
0
106
Member Avatar for T'Scoopz

Hi. Just wondering if there's a shortcut to this code? [code] if (calculation(codeword, s[0]) == calculation(codeword, s[1]) || calculation(codeword, s[0]) == calculation(codeword, s[2]) || calculation(codeword, s[0]) == calculation(codeword, s[3]) || calculation(codeword, s[1]) == calculation(codeword, s[2]) || calculation(codeword, s[1]) == calculation(codeword, s[3]) || calculation(codeword, s[2]) == calculation(codeword, s[3])) [/code] Thanks in …

Member Avatar for masijade
0
101
Member Avatar for mattaseymour
0
47
Member Avatar for mattaseymour

Are you able to easily share information between a C# application and a java application using bluetooth? I am looking to transfer data between my phone and a c# application.

0
58
Member Avatar for mattaseymour

I want to develop a program which will communicate over the internet to another c# program. What is the best method of doing this? Is it to use sockets, or to use something more TCP based? Any help or information would be great. Something I also want to achieve is …

Member Avatar for LizR
0
88