| Thread | Last Post | Replies |
|
| C# Language Specification - Generics | 20 Sep 2005 10:09 GMT | 3 |
/////////////////////////////////////////////////////////////////////////////////////////////// /// [1] CONSTRAINTS ON GENERICS //////////////////////////////////////////////////// public class Node<T> where T:IComparable<T>
|
| DLinq | 20 Sep 2005 09:50 GMT | 7 |
Have a question about DLinq. The example code floating around looks like this: Northwind db = new Northwind(@"C:\...\northwnd.mdf"); var custs = from c in db.Customers where c.City == "London" select c;
|
| Why string.Empty is better then "" | 20 Sep 2005 09:40 GMT | 8 |
hi can u write me Why string.Empty is better then "" bye
|
| MemoryStream to String question | 20 Sep 2005 09:30 GMT | 3 |
Does anybody have some sample code of converting a MemoryStream into a String? I am having trouble doing this simple thing because I am tired and under pressure. A code snippet would surly help. Thank you.
|
| source code | 20 Sep 2005 09:11 GMT | 2 |
If you can please send me the source code of you c# version thanx in advance
|
| DirectoryEntry GlobalCatalog | 20 Sep 2005 07:13 GMT | 1 |
I'm hoping that this is the right group to post this to and that someone will have an answer to this. Environment: 1) Laptop joined to domain "foo.com", logged in using cached
|
| Displaying blob data in a picturebox | 20 Sep 2005 06:01 GMT | 1 |
I'm attempting to retrieve a bitmap from an image field in SQL Server 2005 using Visual Studio 2005 C#. I then want to load the bitmap into a picturebox. When I run the following code, I get the error message: Parameter is no valid.
|
| System.Data.DataViewManagerListItemTypeDescriptor Combobox | 20 Sep 2005 05:04 GMT | 5 |
This is for a Win form. The code below causes combo box to have "System.Data.DataViewManagerListItemTypeDescriptor" in the drop down box. What I'm I missing in my code to get the data out of the SP into the combo
|
| how to get the number of milliseconds between two System.DateTime objects | 20 Sep 2005 04:56 GMT | 2 |
how to get the number of milliseconds between two System.DateTime objects
|
| how to delete a project | 20 Sep 2005 03:18 GMT | 1 |
I'm probably just missing something, but I've been trying to work through some examples, and have wound up with a couple messed up project I'd like to get rid of. So far, the help has been no help, it produces reams of information that have no apparent connection with
|
| Dynamic Class Properties from Data Row Columns | 20 Sep 2005 03:07 GMT | 1 |
I can't seem to locate any easy way to create dynamic class properties. Essentially, I want to take the column headers from a data result set, create a property having the column header name, and then set the value of the property to the data in the corresponding field.
|
| Volume Shadow Copy service in C# | 20 Sep 2005 02:14 GMT | 1 |
Does anyone have an example in C# of using Volume Shadow Copy (vssvc.exe) to make a snap shot of a folder back it up? Can it be done?
|
| DAAB 2.0 Vs DAAB in Enterprise Application blocks | 20 Sep 2005 00:55 GMT | 3 |
im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked me to implement DAAB in enterprise library.
|
| Using base class event handlers from the IDE | 19 Sep 2005 23:53 GMT | 2 |
My UserControl base class has an event handling method in it. I want to use this for several controls on a subclass of this base class. Normally, I can just click on the drop-down and the methods that fit the correct signature appear - however ones from the base class don't!
|
| InitializeComponent code lost | 19 Sep 2005 23:15 GMT | 4 |
when i build the project using C#, the code in InitializeComponent lost sometimes. Is it a bug?? if yes, can some method fix it? thanks for help. Tabo
|