| Thread | Last Post | Replies |
|
| no bytes returned on raw socket;trying to implement ping | 18 Sep 2004 03:12 GMT | 12 |
I hope this is the correct group, if not, please let me know. I am trying to implement ping. I found some excellent code that builds a raw socket from scratch and it works great against localhost but nothing external. The complete code is below but I seem to timeout
|
| Reading version from other assembly | 17 Sep 2004 23:01 GMT | 3 |
It seems easy to read the version info from the current assembly. I need to read the version info from a different assembly and am not clear how to do it. Thanks in advance!
|
| Types vs. Attributes | 17 Sep 2004 20:22 GMT | 3 |
We want to be able to load the classes from a directory that derive from a particular base class. So the question is whether attributes for each deriving class will help us in finding these classes faster or not? We currently have attributes and use those, but it seems very slow ...
|
| How instance of the same class share the code | 17 Sep 2004 18:19 GMT | 4 |
Hi gurus, I have this question from last so many years and I tried to find out but couldn't find anything. Basically suppose one class is having two integer member variables and one
|
| Designing of database system based on .net | 17 Sep 2004 17:45 GMT | 2 |
I try to know a Framework.NET platform in the light of the medium size of database system. Background: I want to build system for about 200 users which will be connected in one
|
| Net information Please | 17 Sep 2004 15:18 GMT | 4 |
net information please When you install the net framework does it communicate with the internet? How do I know it doing what is supposed to be doing? What does .net framework do behind the scenes?-in simple terms please.
|
| Logging on .Net | 17 Sep 2004 15:14 GMT | 2 |
I would like to know there is any tools for logging on .Net and how is the performance and stability of these tools? Thx
|
| Client-server Application doesn't start at customer. Please help! | 17 Sep 2004 15:10 GMT | 5 |
We built a client-server application that works fine in our lab. At customer-site the client *only* starts under user with admin rights. For normal users nothing happens! The main method isn't even entered. (The server process runs OK.) The client is approached via Citrix as a
|
| How to retrieve user's domain correctly? | 17 Sep 2004 13:59 GMT | 2 |
If you are using any of the following two calls below, you may not get what you are looking for. string domain = System.Environment.UserDomainName; string domain = SystemInformation.UserDomainName;
|
| search in a HashTable, DataTable, and XmlDocument, which is faster? | 17 Sep 2004 13:54 GMT | 3 |
I have a name-value pair type of data that I need to search against. It's to determine what menu item to highlight given the asp.net page name. So the list has all my page names (unique) and the corresponding menu IDs. Some pages have the same menu IDs. One every page load, I ...
|
| Writing a service component to interact with IIS-App ? | 17 Sep 2004 12:12 GMT | 4 |
Hi newsgroup, I have the following situation: There is a webapplication, written in ASP.NET (C#), which should allow several users to control some hardware devices over an intranet. The
|
| .NET under Citrix problem: help! | 17 Sep 2004 12:03 GMT | 2 |
We built a client-server application that works fine in out development environment. At customer-site the client (under Citrix) *only* starts under user with admin rights. For normal users the client does not start up! The main method isn't even entered. (The
|
| STA vs MTA | 17 Sep 2004 11:21 GMT | 2 |
HI Gurus, Basically I want to know what is STA and what is MTA? what are the advantages and disadvantages of each one over the other? Also when we are creating any console application or windows application on
|
| How Redistribute SP1 | 17 Sep 2004 11:07 GMT | 3 |
Dear Sirs. How to Redistirbute .net 1.1 SP1 With our application. will ms make .net 1.1 redistributive incliding sp1 ? when ? Thank you in advance.
|
| Crypto interrogation | 17 Sep 2004 10:59 GMT | 1 |
Hi group I use a DESCryptoServiceProvide to Crypt my data (byte[8]) I use a known Key (byte[8]) and IV vector (byte[8]). I am able to crypt and retrieve my data well.
|