| Thread | Last Post | Replies |
|
| Session handling in a ASP.NET application | 20 Jul 2005 19:33 GMT | 2 |
I am a newbie to ASP.NET and i would like to find out how a ASP.NET application handles the session information? I am also trying to locate materials where I can read more on this topic, particularly on the different ways in handling session information and their pros and cons.
|
| Is there a way to check for "exclusive" access to a file? | 20 Jul 2005 18:53 GMT | 2 |
I have an application that watches a directory using FileSystemWatcher. When a specific type of files comes over, I want to parse it and then move it. However, these files can be somewhat large, and the FTP process isn't
|
| True asynchronous HttpWebRequest implementation with abort and timeout | 20 Jul 2005 18:36 GMT | 1 |
I'm tired of seeing all these asynchronous HttpWebRequest implementations that still tend to use a seperate thread or they just block. Two questions about the example below:
|
| Raising Events using Threads in VB.NET | 20 Jul 2005 16:25 GMT | 5 |
I'm currently trying to solve a problem that has evaded me for months now. I am attempting to raise an event from a custom class that can be handled by the main UI. Here's an example of my class:
|
| Beta2 hangs Businees Contact Manager | 20 Jul 2005 15:58 GMT | 1 |
I installed .Net Framework Redistributable 2.0 on a machine that has Business Contact Manager (part of Microsoft Office 2003 Small Business and Professional Editions) After installing the framework, BCM wont work, it comes up with an error and
|
| Reading writing INF files | 20 Jul 2005 14:52 GMT | 4 |
i was wondering if there was either a commercial or open source .NET library available for reading / writing INF files. the file is the following format ..to give an idea of what i'm going on about
|
| sorting a string collection | 20 Jul 2005 11:54 GMT | 4 |
Can anybody please tell me if it is possible to sort a string collection into alphabetical order (or indeed sort in any order at all). I have made a "stringCollection" which is in the "System.Collections.Specialized" namespace, however there does not seem to
|
| System.DirectoryServices ProxyAddresses property | 20 Jul 2005 06:30 GMT | 2 |
I need to set the default proxyAddress in AD. I saw that the default property is Upper: smtp:test@test.com SMTP:test2@test2.com ( default property bold )
|
| incorrect window location, size & position (with .NET 2.0 beta2) | 20 Jul 2005 05:04 GMT | 2 |
I have a Form initialized like that: //-- public DragingForm() {
|
| System.UnauthorizedAccessException from COM+ app | 20 Jul 2005 04:20 GMT | 1 |
I am trying to connect to a COM+ library application from a Windows forms exe. When I try to create the serviced component I get a not authorized exception. The serviced component has these attributes:
|
| Read Binary File data? | 19 Jul 2005 21:56 GMT | 4 |
Can anyone point me in the right direction as to how can I read and interpret a binary files data. I need to read the file and then import it's data into SQL server. I know the structure of my binary file but am unsure how to get into SQL server, any advice is appreciated.
|
| Help in research topic !!! | 19 Jul 2005 20:24 GMT | 1 |
Hi, I'm currently studying computer science. One of my units require me to present a topic on "Security. Authorization and authentication in ASP.NET, .NET Framework and C#". I am needed to present a 30min presentation. Essentially, I have downloaded some materials off the msdn ...
|
| Ref source for Javascript within .NET | 19 Jul 2005 20:05 GMT | 3 |
All - Would someone please provide me with a good how-to information source on how to imbed JS in an ASP web page. I am very frustrated right now on the limited ability (or my limited
|
| how to check the memory usage of an object at runtime? | 19 Jul 2005 19:51 GMT | 10 |
I'm trying to decide on what data types to put into my caching object (a class with a static instance of Hashtable). I'm facing the choice of either putting the string values or SqlParameter objects into the Hashtable. There'll be a couple of hundred of these values. If the ...
|
| Windows Service freeze | 19 Jul 2005 19:36 GMT | 4 |
I have a C# Windows Service (using legacy COM objects, serial port and remoting) which will occassionally lock up. I'm able to detect the lockup by having a System.Timers.Timer watching the main loop. When the service locks up all I want to do is to terminate it programmatically ...
|