Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Object relational mapping via attributes?21 Sep 2006 19:41 GMT9
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 Serialization21 Sep 2006 19:37 GMT4
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 protected21 Sep 2006 19:29 GMT2
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 roles21 Sep 2006 19:15 GMT1
All,
I have some questions about a possible solution to my scenario. Here it
is.
A person can belong to multiple applications
Bytes manipulation21 Sep 2006 19:03 GMT8
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 editor21 Sep 2006 18:42 GMT6
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 .pdb21 Sep 2006 18:32 GMT5
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 Issue21 Sep 2006 17:26 GMT3
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 string21 Sep 2006 17:15 GMT8
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 GMT11
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 question21 Sep 2006 17:09 GMT1
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 vs200521 Sep 2006 16:52 GMT2
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 Question21 Sep 2006 16:32 GMT2
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 GMT1
subj
If yes, then how?
String length21 Sep 2006 15:45 GMT5
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# :
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.