| Thread | Last Post | Replies |
|
| Object relational mapping via attributes? | 21 Sep 2006 19:41 GMT | 9 |
I'd like to create a class with public properties and functions that I can map into a datatable with corresponding fields. For example: ClassA string Name {get;set;}
|
| Custom Serialization | 21 Sep 2006 19:37 GMT | 4 |
I have a complex object that I need to serialize. Rather than rely on a standard routine, which is called during the serialization/deserialization, I would like to be able to use my own functions that would convert this object into a string and would then write that string to a ...
|
| controls sometimes private & sometimes protected | 21 Sep 2006 19:29 GMT | 2 |
When you add a control to a form in a windows application , It will be private by default but in a web application it will be protected by default , as well as , it can
|
| App level security w/multiple roles | 21 Sep 2006 19:15 GMT | 1 |
All, I have some questions about a possible solution to my scenario. Here it is. A person can belong to multiple applications
|
| Bytes manipulation | 21 Sep 2006 19:03 GMT | 8 |
Perhaps an easy question, but I haven't been able to find the solution. Let's suppose that I have this: byte a[5]; a[0]=0x01;
|
| See TODO even if file is not open in editor | 21 Sep 2006 18:42 GMT | 6 |
is there a way to see all TODOs in a project/solution even if the files are not open in the editor frame? It's kindo of user-unfriendly to open all code files in a solution just to find all TODOs.
|
| Conversion from VS 2003 to VS 2005 doesn't update .pdb | 21 Sep 2006 18:32 GMT | 5 |
I'm not sure where the problem is, but I think it's related to the .pdb file. I had a class library created in VS 2003 and decided to convert it to a VS 2005 project/solution. It seemed to go okay, and still was successful when building, but I later had to make a modification. ...
|
| Changing Forms Issue | 21 Sep 2006 17:26 GMT | 3 |
In my app I have a form that after the user hits ok switches to another form, never to return to the first form again. I thought this code would do the trick: UserInfo child = new UserInfo();
|
| Have some problem with enum and string | 21 Sep 2006 17:15 GMT | 8 |
I have below a for loop and a switch in the for loop. I have also a enum called colBlowStep with some values. I have also an array[] called m_columnBlowStep with some strings. All items in the array[] m_columnBlowStep is string because I have used
|
| OSQL userName and Password Prompt. | 21 Sep 2006 17:14 GMT | 11 |
I am trying to call the OSQL utility from my C# console application and i am having problems i have the following code In Main method
|
| .NET Remoting question | 21 Sep 2006 17:09 GMT | 1 |
I've successfully set up my first .NET Remoting configuration with one problem. I can only do one call. The next call I try to make returns: 'Unable to get Remote reference. The channel 'tcp' is already registered.' Any guidance, please?
|
| sql server - not showing when addin gconnection from vs2005 | 21 Sep 2006 16:52 GMT | 2 |
I can't see the sql server(express) on localhost to connect to it from vs2005. Is there something I need to run to register the sql server on local host? I installed vs2005 only and would like to run it with sql 2005 client. Thanks
|
| ObjectDataSource Question | 21 Sep 2006 16:32 GMT | 2 |
I am coding with VS.NET 2005 and attempting to execute a somewhat complicated sql query. I have created a DataLayer and an objectDataSource, bound to a DetailsView; This work no problem if I configure the datasource of the DeatilsView to
|
| Is it possible to create COM wrapper from .IDL file? | 21 Sep 2006 16:20 GMT | 1 |
|
| String length | 21 Sep 2006 15:45 GMT | 5 |
I have a string:(actually its a line turned into a string) "30 40 04 40 FF 3F 31 40 00 39 B0 12 4E 40 B0 12' in c strlen() gives me 49 but c# :
|