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
~546 People Reached
Member Avatar for wallish

I'm relatively new to C#, having migrated over from C++, so I'm a little confused about the use of variables. I have a class called User located in the program's main namespace [code] // In User.cs namespace TestProgram { class User { public string name; public int id; public User() …

Member Avatar for LizR
0
129
Member Avatar for RaooF

I have a lan of 50-60 PCs connected to a windows 2003 server. I want to supply internet only to 10-15 PCs. For this purpose, can i create subnets and put the clients who require internet in a separate subnet and another subnet for normal LAN clients. Can i go …

0
23
Member Avatar for Gaurav arora

Hi all, I m making a project on airlines reservation in C#. I have some problem. The problem is when i accept the values from the user like Origin City,Destination City,Date of travel and class of travel. After filling this information user clicks on the Available Flight button. When clicking …

Member Avatar for dickersonka
0
101
Member Avatar for RaooF

Hi how to create log files by c# code. Suppose we have windows XP and our application requirement is to create system_idle logfile for performance check of the system. and at last i will check performance in the application. Thanks in advance...

Member Avatar for RaooF
0
124
Member Avatar for RaooF

Hi all, I am writing code for finding source address of packets, so that i discard them if the ipaddress is not a valid one. For this, i think i have to make a raw socket and continuously sniff the network. Now, if any packet arrives, how to catch the …

Member Avatar for LizR
0
112
Member Avatar for RaooF

Hi, I want to get the IP addresses list of a DNS or a DHCP. Any help like how to write the code in c, c++, or C# will be appreciated. Thanks in advance.

0
57