| Thread | Last Post | Replies |
|
| advantages on LINQ | 11 Jan 2008 15:26 GMT | 4 |
I want to know advantages on LINQ
|
| serialization question | 11 Jan 2008 14:57 GMT | 13 |
I have a binary serialized file on the client box. I would like to open it with a completly different program to see what is in it. I copied the the serialized class information from the project which created it to a new project which will open the serialzed object. When
|
| Linq lazy loading | 11 Jan 2008 14:48 GMT | 6 |
i'm trying to use lazy loading with Linq to sql and related objects seems like you can only call the child object if the context is still open, this is not real lazy loading. here is my actual implementation
|
| Open Post to the C# Development Team | 11 Jan 2008 13:44 GMT | 28 |
Dear C# Development Team, Is the latest version of C# for the development community's benefit, or an opportunity to play around with features you would like to code? Forgive me for asking, but it seems like you (the development team)
|
| Regular expression for validating [GrandTotal]=4*[TotalCharges]+[currentCharges]+2 | 11 Jan 2008 13:29 GMT | 10 |
Hi Friends, I'm constructing a regular expression for validating an expression which looks as any of the following forms: 1. [GrandTotal]=4*[TotalCharges]+[currentCharges]+2
|
| Exporting to excel | 11 Jan 2008 13:24 GMT | 1 |
I am using RKLib to export to excel but i need to change the format of one of the columns when i export it to excel.Any suggestions will be appreciated, when the column is opened by excel it is automatically converted into rands because there is a R before the data in each
|
| Saving data quickly to a database | 11 Jan 2008 12:57 GMT | 8 |
I plan to import some data from an old DOS-based programme. The data file format that this programme produced appears to be proprietary, but I've managed to reverse engineer the format and have put together a C# programme to do this. The data will be imported into a database table ...
|
| Loading assemblies in another domain gets the assembly loaded in the default domain too!?!?!? | 11 Jan 2008 12:33 GMT | 2 |
I'm trying to achieve a scenario where I have c# files that are compiled dynamically, the assemblies are then loaded in a different AppDomain, I call a simple method from the object, and then unload the AppDomain to release the lock on the assemly files (so to I can compile the ...
|
| Remoting, Singleton and BackGroundWorker problem | 11 Jan 2008 11:55 GMT | 1 |
I'm working on my first remoting project. It's going well and I have one (that I know of!) bug left to work out. I understand how remote objects have leases and those leases expire. I fixed a problem earlier today where the EventShims that my clients were
|
| Image from file (release handle) | 11 Jan 2008 10:06 GMT | 16 |
I have a method that I use to get a System.Drawing.Image from a file without keeping a handle on the file open (so I can delete the file). Here is the code: <code>
|
| Technology like clickonce | 11 Jan 2008 09:43 GMT | 5 |
Hi all... Does anyone knows a tech like clickonce??? I tried it but the problem is that it wont install to all users... Thx...
|
| System.InvalidOperationException: The ConnectionString property has not been initialized. | 11 Jan 2008 09:41 GMT | 4 |
this morning found that my Service had crashed, and the error was "Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized". I have no clue WHY the ConnectionString wouldn't be initialized as I do not play with
|
| Datatable.Clear() method please help | 11 Jan 2008 09:37 GMT | 3 |
I have a datatable into which i insert data then display the data in a datagridview.When i want to clear the table and place completely new data in the table, the table still retains the column headers(this is using the datatable.Clear() method).The table then adds the new
|
| c# reading data from .xls file results in missing data | 11 Jan 2008 08:32 GMT | 1 |
i am writing code to import data from an .xls file into a db using an oledbadapter to fill a datatable. I can access most of the values easily using this method. i do however have problems with a couple of lines in the file. when i access these rows, they do not contain any
|
| DataContractSerializer returns null when deserializing an object | 11 Jan 2008 08:22 GMT | 4 |
I'm working with WCF and the DataContractSerializer to serializer a somewhat deep tree of entities (less than 10 levels). I'm using the PreserveReferences option as I've got entities that have a circular reference. The application has been out for about 2 months, and it's been ...
|