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# / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Object relational mapping: where are we?21 Aug 2007 10:06 GMT6
Object relational mapping, for those who don't know, is a modern software concept for tools that automatically copy data across from your objects in code to database tables, or vice versa.
Developing database-dependent applications regularly at our company, I'm a little suprised ...
fxcop problem21 Aug 2007 10:02 GMT2
Need some advice on debugging the static code analysis (fxcop) service
in vs2005 teamsenter. In our solution any fxcop fault is configured to
result in a compiler error. On all development computers our source
code compiles \ builds without any problem.
Using C++ DLL in C#21 Aug 2007 09:58 GMT5
I'm trying to understand usage of an C++ DLL in an C# application. The
example is easy but stops when execution the C# Console App with the
following exception:
System.EntryPointNotFoundException was unhandled
how to retreive information from multiple tables ?21 Aug 2007 09:45 GMT1
I have a small program already written in VFP8.  This program allows user to
enter start and end date.  When user click ok, it starts from transaction
file and pick up the data which falls under the entered date.  While picking
up the data, it also reads and gets the name and ...
Html documents21 Aug 2007 09:24 GMT4
Actually my assignment is to write documents in html.  Do you know any
software which is on line so that I can download and write documents in html.
Thanks
c# conditional operator error21 Aug 2007 09:14 GMT2
Can you help me with this error?
string fields = string.Empty;
...
fields.Length > 0 ? fields += ", Name" : fields += "Name";
Getting the "name" of an indexed item21 Aug 2007 09:02 GMT3
I think this is a generic C# question:
In my program, I have an object that is a Sharepoint list item:
SPListItem item;
SPListItem is a collection containing the fields of Sharepoint item, and I
Should I instantiate the delegate or not?21 Aug 2007 08:55 GMT5
Suppose I have a delegate variable, what is the difference between the
following two statements?
  DelegateType methodPointer = new DelegateType(SomeMethod);
and...
beginning21 Aug 2007 07:44 GMT1
i did this simple page, but i don't see the results, why?
A) asp.net-C# file is:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="CurrencyConverter.aspx.cs" Inherits="CurrencyConverter" %>
Location of a control relative to form edges?21 Aug 2007 07:22 GMT1
I have a control that is inside a GroupBox, and that GroupBox is inside
another group box.  I would like to find the location of the control relative
to the form itself.  When I examine the Location of the control, it is
relative to the containing GroupBox, and the Location of ...
String21 Aug 2007 04:55 GMT6
I have a string strA = "12 MyAddress"
                     strB = "Your Name"
I want to get the first char of string and want to know weather it is
integer between 1-9  or char between A-B.
A question on the RECT struct21 Aug 2007 04:46 GMT8
is there a difference between the following:
Rectangle r = new Rectangle (10,20,30,40);
Rectangle r = Rectangle.FromLTRB(10,20,30,40);
Also, I guess I'm not sure why Structs are created with a NEW keyword,
create ActiveX control with a picture box21 Aug 2007 01:13 GMT3
 Can anybody give me some information on how to create an activeX Control
in C# with a Picturebox.
        Thank you,
          Supriya
SQL Server login failing21 Aug 2007 01:00 GMT11
I am getting the following error:
*********
Login failed for user 'AUM\ASPNET'.
Description: An unhandled exception occurred during the execution of the
Get the file name from a dll.21 Aug 2007 00:54 GMT1
I want to enumerate all public methods from an assembly (a C# DLL) and list
the *.cs filename, where was the particular method defined (the source code
for the method).
I know how to enumerate all public methods from DLL, but I don't know how to
 
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.