| Thread | Last Post | Replies |
|
| Does the .NET framework always call the API? | 24 Jan 2006 19:00 GMT | 28 |
I want to double check my understanding about how the .NET framework works. From what I understand every call to the .NET framework is ultimately translated into one of more API calls, is this correct?
|
| Maximum Throughput with HttpWebRequests | 24 Jan 2006 18:26 GMT | 4 |
Question 1: I'm writing a spider in C# and want to be able to achieve the maximum number of page fetches per second using the HttpWebRequest. Is, for example, 100 pages/sec possible? I'm sure I've seen open source
|
| C# DotNet desktop application setup problem | 24 Jan 2006 17:40 GMT | 1 |
i setup of project install on client machine, again due to some changes i built new setup and again install it but it give me vesion no. errorso that i have to delete last setup and install new setup due to version no. problem ,but i can not change version
|
| Socket Doesn't Accept New Connection After Some Time | 24 Jan 2006 17:07 GMT | 1 |
I am using C#.NET and i made a windows service which is running in background. This service opened a socket (Listener) on a specified port at startup. Client connected to this port and send a message to listener and close the socket again client connect after some time maybe ...
|
| Custom Property | 24 Jan 2006 15:20 GMT | 2 |
Is there any way to create custom property and access the property using "For" or "For Each" statement? if so... would you kindly pont me to the right direction. Please help. Thanks in advance.
|
| Strange Excel importing problem | 24 Jan 2006 10:40 GMT | 8 |
I have a routine that imports a list of part numbers into a dataview: strExcel = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & boxFile.Text & ";Extended Properties=""Excel 8.0;HDR=NO""" cnnExcel = New OleDbConnection(strExcel)
|
| Access Violation in dotnet application | 24 Jan 2006 10:08 GMT | 5 |
I've got a dotnet (v1.1) windows application running on windows 2000sp4. Some things this applications would stop running, so I've run it with adplus in crush mode. I've attached the stack dump from the adplus dump below.
|
| User Controls | 24 Jan 2006 09:57 GMT | 1 |
can someone tell me about User Controls - i mean did Apple the User Controls which are used in ITunes completly from scratch? or is there any possibility with themes? thanks Stefan
|
| Transparent Disk Service | 24 Jan 2006 08:46 GMT | 1 |
I posted this message on the microsoft.public.windowsxp.network_web newsgroup, however I know think that was the wrong venue. Perhaps someone else is trying to do the same thing as I. Currently, I have a VMS site for storing user data files in a automated and structured
|
| Floating point performance (decimal vs double) | 24 Jan 2006 08:37 GMT | 1 |
I am developing a WinForms app with the dotnet 2.0 framework that manipulates GPS data. Some of the algoritms are pretty math intensive, with Sin, Cos, Log, etc. I originally developed the app using the type "double" for all my data
|
| Accessing regional settings using .net classes | 24 Jan 2006 08:34 GMT | 1 |
Is there any way of accessing the regional settings on a computer using an intrinsic class in .NET or an API on machines that dont have .NET framework thanks
|
| multiple framework | 24 Jan 2006 08:04 GMT | 1 |
I am very new to .Net. I had VS 2003 installed on my machine. Yesterday i installed SQL server 2005. Now i've 3 frameworks installed on my machine when i run aspnet_regiis -lv its showing 2.0.50727.0 as root and the others
|
| Framework definition... | 24 Jan 2006 06:05 GMT | 2 |
I know this is too late but believe me, it can still be confusing especially when teaching it to newcomers. Here is my understanding of .NET Framework and its components. .NET Framework is a managed application development framework from
|
| FtpWebRequest Response returns Html for ListDirectory | 24 Jan 2006 03:38 GMT | 6 |
This is just plain odd. Here is my code: Console.WriteLine("Connecting to server to list directory..."); Uri uri = new Uri(Settings.FtpServer); FtpWebRequest listRequest = (FtpWebRequest)WebRequest.Create(uri);
|
| Setting CAS policy for a network share | 24 Jan 2006 02:10 GMT | 1 |
I have a .Net application that is going to run from a network share. The application needs Full Trust to run. If I set the CAS policy under the .Net Runtime Security Policy / Machine code group it runs fine, however when setting the policy under the User code
|