| Thread | Last Post | Replies |
|
| A namespace implemented over several different assemblies? | 09 Aug 2005 23:54 GMT | 7 |
Can anyone tell me if it is advisable (or even possible) to define a namespace across 2 or more assemblies? For example, consider the namespace SampleApplication.Data.Providers Would it be possible to have assembly A define a class as part of that namespace
|
| Asynchronous Socket Events | 09 Aug 2005 21:43 GMT | 2 |
We have an application that is using sockets in a multithreaded environment. We are seeing a situation arise where the Connected event is firing and the DataArrival event fires so quickly afterwards that we cannot complete our connection processing logic and are forced to drop
|
| Stream speed | 09 Aug 2005 16:15 GMT | 3 |
How fast and efficient are streams in the .NET Framework? Do they consume large amounts of server resources (cpu usage, memory, etc.)? Thanks, Roshawn
|
| Are shared methods slower ? | 09 Aug 2005 14:34 GMT | 2 |
I use shared methods for all my business logic classes to save typing when calling them (because I would not need to instantiate the object). So I would use them like this : "dim ds as dataset = Employees.List". Is this ok or does this affect performance ?
|
| IIS install | 09 Aug 2005 13:23 GMT | 2 |
I was installing .NET Academic and could not go forward with installing IIS because I don't have the original OS CD. Is it critical that I have it for the install and if so, is there a way around it. My pc is a few years old and the CD got lost in a move.
|
| Recovering Debug files | 09 Aug 2005 12:49 GMT | 2 |
 Signature May someone help me there guys to recover my debug files which are missing and I don't know how this occured. My project cannot run without those files missing.
|
| XP 64 bit beta and .NET framework 2.0 beta 2 | 09 Aug 2005 12:47 GMT | 1 |
I have the beta version of Windows XP 64 bit that shipped just before the final release installed at my 64 bit computer (Intel) I have no recieved Visual Studio 2005 beta 2. On the Windows 64 bit I have no special installation, no wierd configuration
|
| One weird thought - May be possible. | 09 Aug 2005 12:34 GMT | 1 |
Can I use .NET Framework 2.0 using VS.NET 2003 IDE? My be possible, but just curious to ask. Is it possible? Thanks Atul
|
| how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites? | 09 Aug 2005 11:26 GMT | 1 |
how to detect who redirects traffic to a aspx page? is this info passed along in request object or can sites anonymously redirect traffic to other sites?
|
| How to get the value of a const using reflection? | 09 Aug 2005 11:06 GMT | 4 |
If I have the following class: class dummy { public const string L_NAME = "Neo";
|
| MyClassCollection = MyDataTable | 09 Aug 2005 09:14 GMT | 7 |
I want a fast way to use assign a tha values in a DataTable to a collection/Array/List of Classes. Each record in my DataTable should be new Class, and tha Class would have property's for each Field in the DataTable. Is something like this possible? Or how should I do something like ...
|
| SendKeys to a differnt application from System tray App | 09 Aug 2005 07:33 GMT | 1 |
The problem : Have a system tray application.This has a menu item 'Exit'. On click of this a differnt application with a UI which runs in the background should close.
|
| gdiplusflat.h ?!?! | 09 Aug 2005 04:26 GMT | 1 |
In my managed C++ code I would like to call the GDI+ text function directly. I'm refering to this document: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/ GDIPlusreference/flatapi.asp Which tolds me about a <gdiplusflat.h> header.
|
| Stupid "DirectoryNotFoundException" | 09 Aug 2005 03:43 GMT | 8 |
can anyone please tell me why this throws "DirectoryNotFoundException" it also does not set the attributes like I am requesting. Thanks, I am still pretty novice. I thought this would be pretty simple..... Steve
|
| Tracing into a project if it's installed in the GAC | 09 Aug 2005 02:19 GMT | 5 |
I have a VB.NET assembly (Needle) that has functions used in multiple applications. When I am developing these applications, I have the Needle project in my application's solution, and I reference the project file. I started having problems once we wrote an installer that puts ...
|