| Thread | Last Post | Replies |
|
| remainders of large floating point numbers | 24 Oct 2007 09:44 GMT | 1 |
Hi Lazyweb, This is probably something I should have remembered from college. On 'calc.exe' ( ( 10^15 - 0.1 ) % 2) = 1.9
|
| AJAX and security | 24 Oct 2007 07:30 GMT | 2 |
Hi, I am playing around with AJAX and I was wondering about security of the webservice which is used to populated dropdown boxes etc. Obviously, like any webservice I place online security is an issue as I do not want anyone downloading a dataset containing all my clients
|
| Cast to Int and Decimal | 24 Oct 2007 07:20 GMT | 1 |
I want to Cast the following code lines. [Cast To Int] Product.ProductID = dvProduct[0]["ProductID"].ToString(); [Cast To Decimal]
|
| Future of C# | 24 Oct 2007 07:17 GMT | 63 |
If Microsoft turn F# into a product and place it alongside C# and VB, will many people migrate from C# to F#?
 Signature Dr Jon D Harrop, Flying Frog Consultancy
|
| Mailing lists | 24 Oct 2007 05:50 GMT | 2 |
I wonder whether any good mailing lists for C# and dotnet technologies exist or not. Do you follow any mailing lists for dotnet ? Thanks
|
| System.IO.FileNotFoundException: The specified module could not be | 24 Oct 2007 05:33 GMT | 2 |
I have a remoting application that was developed on a Windows XP SP2 machine with VS2005 SP1. I finally got everything deployed using Wix 3.0, and it works great. Problem is, when I install the msi on a W23 server SP2, I get the following error:
|
| Scanning hard drive | 24 Oct 2007 02:17 GMT | 23 |
I am writing an app that scans hard drives and logs info about every fine on the drive. The first iteration of my code used a class and a generic list to store the data and rhis took 13min on my 60 GB drive.
|
| Inherits="WebApplication.Global" | 24 Oct 2007 01:28 GMT | 4 |
My Web application is developed in C# Visual Studio 2005 Professional. After deploying the application to the production server I am getting the following error: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication.Global"
|
| Anonymous Method / no type / no return | 24 Oct 2007 00:21 GMT | 2 |
Is there any general purpose delegate that will allow me to call a method anonymously. The delegate does not pass any data as part of the method signature and has a void return. Data is passed as part of the method body. I am thinking something along the line of Action<null>. ...
|
| Textbox Sum | 24 Oct 2007 00:14 GMT | 5 |
I have a windows form bound to 2 tables. Main table is orders for one customer, second table is for line items related to one customer's order. The second table is bound to datagridview where I have created local column (Sub-Total) to multiply unitprice by quantity. I want to
|
| RequiredFieldvalidator displays error too early | 23 Oct 2007 22:49 GMT | 1 |
I have a RequiredFieldValidator that displays the text "Required field" for a textbox. The problem is, that the text "Required field" is displayed BEFORE the user presses the button to accept the form. Why does this occure? Must be some setting I've missed, cause in other forms ...
|
| Q: Release a class from memory (NewBee quiz) | 23 Oct 2007 22:34 GMT | 1 |
I have a class like this Class MyClass { Public MyClass()
|
| C# instead of Visual Basic | 23 Oct 2007 22:06 GMT | 3 |
Do any of you know when C# is expected to replace Visual Baisc 6.0 (VBA), for applications such as Access? Thanks, Barry.
|
| programming with windows CE??? | 23 Oct 2007 21:58 GMT | 1 |
A few quick Q about windows CE. What development tools does one need to dev applications with windows CE? I was looking at the price breakout of Windows CE; the price for dev tools was ~1000$, but I couldn't figure out
|
| AscW Equivalent | 23 Oct 2007 21:49 GMT | 6 |
VB has the AscW function. There is no corresponding C# function. How can I do this in C#? I do not want to reference the Microsoft.VisualBasic namespace for just this function.
|