| Thread | Last Post | Replies |
|
| POP3 Library | 22 Mar 2007 07:41 GMT | 4 |
Does .net framework has a native POP3 component that I can use to retrieve POP3 emails? There are lots of 3rd party compnent out there, but I am looking for a .net one.
|
| Does Framework 3.0 supercede WSE 3.0? | 22 Mar 2007 05:30 GMT | 1 |
|
| What is WPF equivalent of the open folder dialog of WindowsForms? | 22 Mar 2007 04:38 GMT | 3 |
I am trying to enter the WPF world and stumbled when I needed the functionality of browseing to choose a certain folder, a very common component in Windows.Forms applications. Is there a corresponding component for WPF development? I suppose I could
|
| Asp.net Bible Vb.net & C Free Ebook | 22 Mar 2007 01:29 GMT | 1 |
Introduction of the Microsoft .NET platform has begun a new era in the field of application development that will drive the next-generation Internet. ASP.NET, a part ofthe Microsoft .NET platform, is a revolutionary programming framework that enables the rapid development
|
| string.replace and outofmemoryexception | 21 Mar 2007 22:24 GMT | 7 |
can someone suggest a better implementation than my sqlescaptestr function below? unfortunately this function throws an outofmemoryexception when i am inserting multiple rows in a loop (str in such cases can be quite large...
|
| Are All the Static/Shared Methods in .NET Thread Safe? | 21 Mar 2007 20:32 GMT | 13 |
I was often noted by Thread Safety declarations when I was reading .NET Framework Class Library documents in MSDN. The declaration is usually described as 'Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to ...
|
| Problem calling XML (non-SOAP) web service with C# | 21 Mar 2007 18:54 GMT | 2 |
I am trying to call an XML (non-SOAP) web service with C#. I was provided with a request schema by our web services team, and I generated a CLR class for it using XSD.exe. When I instantiate this schema class and try to set a property on it,
|
| window internet explorer warning; install system doctor or walmare | 21 Mar 2007 16:31 GMT | 3 |
Everytime that I open the internet explorer my homepage doesn't open and I get a message stating the my cpu might be infected with a virus for me to click ok to download software. I click cancel and it brings me to a website that offer software for spyware like spy heal, ...
|
| ASP.NET application on LAN | 21 Mar 2007 10:54 GMT | 2 |
I would like to know if we can run our ASP.NET application on two Pcs connected on LAN.
|
| Asynchronous delegate vs thread pool & thread | 21 Mar 2007 03:32 GMT | 3 |
This is quite an issue for me when doing debugging for async delegate call (i.e., using BeginInvoke). Note this is NOT Control.BeginInvoke, which runs on the thread creates the control.
|
| Norton Security 2007 | 20 Mar 2007 21:25 GMT | 3 |
Hi everyone. I had Norton Security 2007 on my last computer and reinstalled it on my new one (with Vista). To my disappointment Norton has told me that I have to purchase another key as the one I have can not be used. This is due to the fact that I have used it 5 times. I tried ...
|
| Installed version | 20 Mar 2007 17:31 GMT | 2 |
In which way can i check which version installed on PC How can i do it through Windows and programmatically Thanks
|
| Anonymous method | 20 Mar 2007 16:08 GMT | 2 |
I made a vaery simple Join operation from an object[] (here I call it myArray) to a string[] using a Converter<Tinput, TOutput> protected void Button1_Click(object sender, EventArgs e)
|
| Socket Bugs on trying to send to disconnected clients | 20 Mar 2007 12:52 GMT | 1 |
I just made a simple TCP server to experiment socket exception when I lost the connection with my client. In this test program I create a socket and wait for a client (a basic telnet on another computer of my LAN) to connect. When the client is well connected,
|
| handle leak - hotfix availability | 20 Mar 2007 07:25 GMT | 2 |
I (believe) I'm experiencing the bug that's documented in kb article 842675 entitled "A handle leak occurs in a process that uses Corperfmonext.dll in the .NET Framework 1.1", http://support.microsoft.com/kb/842675. In the article it says that a hotfix is available and to contact ...
|