| Thread | Last Post | Replies |
|
| BeginInvoke without EndInvoke allowed? | 27 Dec 2007 17:43 GMT | 9 |
BeginInvoke returns an IAsyncResult, but in cases where the caller doesn't care and couldn't do anything even if it did care, I don't assign the returned value and assumed it would be garbage-collected. Some bloggers say that this pattern leaks resources.
|
| UDP Server scalability question | 27 Dec 2007 13:33 GMT | 2 |
I am implementing a UDP server to retrieve and process GPS coordinates from a client application installed in various vehicles. Right now there are around 10 UDP clients sending data with that figure expected to grow to hundreds in the future. The basic architecture is as follows ...
|
| re-installing outlook | 27 Dec 2007 12:53 GMT | 1 |
I un-installed outlook from my computer and installed mozilla thunderbird as my email service. However I found out that my business email has to run through outlook, so I need to re-install it. My software is legal and came on the computer, but I don't know where it is. Can I ...
|
| Use of idisposable interface. | 27 Dec 2007 08:58 GMT | 2 |
Can anyone tell me exact use of idisposable interface. I read that to release unmanages resources its better to implement idisposable interface and call its dispose method. But what if without implementating interface idisposable i write
|
| HttpWebRequest | 27 Dec 2007 08:43 GMT | 3 |
I am making a HttpWebRequest. In my reponse stream I get an object tag. How can I instanciate that object?
 Signature Arne Garvander
|
| Query DHCP via WMI via C#? | 27 Dec 2007 02:56 GMT | 2 |
I would like to see a .NET Framework 3.5 or 2.0 example of how to query the DHCP server using WMI to list all current clients and lease begin and end datetimes. I want to make a simple web page that shows this information.
|
| Restarting windows | 25 Dec 2007 08:19 GMT | 2 |
How can I do it in NET? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Version Question | 24 Dec 2007 03:36 GMT | 1 |
I'm New to using .net and have downloaded and installed the 2005 Visual Studio Express applications. I currently have .net 1.1 & 2.0 framworks installed and am thinking of downloading and installing the .net 3.0 framework. Is it advisable to
|
| Master Page Gridview Export Excel | 22 Dec 2007 18:47 GMT | 6 |
I try to export to Excel from gridview using framework2 with master page. Here is my coding Response.Clear() Response.AddHeader("content-disposition",
|
| Zooming UI in WPF? | 22 Dec 2007 18:24 GMT | 3 |
Dear WPF specialists! I am currently using Piccolo.NET as a ZUI (zooming user interface) Toolkit. The problem with it is, that I need to implement lots of GUI elements by myself. WPF seems to be very I very new to WPF and I don't
|
| How OS diffentiates COM dll and assembly?? | 21 Dec 2007 18:07 GMT | 1 |
How OS diffentiates COM dll and assembly??
|
| "Windowless ActiveX controls are not supported" error on Vista using VS2008 Pro RTM | 21 Dec 2007 17:17 GMT | 1 |
I've posted this message also vstudio.development so my appologies I'm having this strange behavior ever since I've upgraded to VS2008. I'm using a ActiveX for viewing PDF's in my application. This contol works great on a XP machine but gives me the error 'Windowless ActiveX ...
|
| About System.Process of .NET | 21 Dec 2007 15:42 GMT | 8 |
I have a question about System.Process of .NET in C#... in this code: static void Main(string[] args) {
|
| How to calculate the difference between 2 dates in days, months and years | 21 Dec 2007 12:15 GMT | 4 |
How to calculate the difference between 2 dates in days, months and years? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| DLL Path | 21 Dec 2007 11:43 GMT | 1 |
Not sure if this is the correct area, but nothing else was more appropriate. I have class libraries that may or may not load dlls via reflection. The definition of how to load these resides in a file.config.xml (but not the dll). Because the libraries are
|