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# / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Define operator == and !=09 Mar 2008 23:21 GMT3
If I define operator == and != is then nessesary to override method Equals
and GetHashCode that is inherited from
System.Object ?
If yes will Equals have the same functionalitty as operator == ?
Why Linq-SQL generated code implements INotifyPropertyChanging09 Mar 2008 23:12 GMT7
I noticed that sqlmetal generated code in northwind.designer.cs implements
two interfaces:
public partial class Customer : INotifyPropertyChanging,
INotifyPropertyChanged {
about using property09 Mar 2008 21:14 GMT1
Below is a definition of a struct called Second.
Now to my question as you can see this struct has field called value.
The struct has a property connected to this field called Value which is a
getter.
Attach Custom Principal to Thead on one form, not there on other f09 Mar 2008 20:41 GMT2
I have a WPF app written in C# 3.5
I have created a custom principal and attach it to the thread in my main
window with the following code...
           CustomPrincipal principal = new CustomPrincipal(new
casting question09 Mar 2008 19:58 GMT2
i want to place child windows in a arraylist[]
there floating property windows
when the application closes if the child  windows are open, I want to close
that also
empty resultset help09 Mar 2008 17:54 GMT5
hey all,
here's a snippet from my datalayer class:
da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
da.Fill(ds);      
method descriptions09 Mar 2008 17:51 GMT4
hey all,
how do you get a description to show up for methods?
for instance,
when you type
Order of controls09 Mar 2008 16:43 GMT3
 I am working with Winforms (C#). I have created 2 user controls. 1
control (control1) is a big image and the other (control 2) is a small
image. I am placing the control2 (small image) on control1(big image).
When I invalidate the control the control2 gets hidden behind the
When is mvc going to be released? (non-beta)09 Mar 2008 15:49 GMT1
Looking forward to mvc, do you guys know when the official release is
going to be?  Is it spring time?
Writing a class or struct to stream09 Mar 2008 15:39 GMT6
How come something like this is not legal?
       public class myRec
       {
           public string Name = "";
ListBox entry with \n (multiline)09 Mar 2008 14:40 GMT2
Hi everyody,
I want to diplay strings of some objects in a LixtBox.
Sometimes the text is longer than my ListBox and a horizontal scrollbar
is displayed.
display View output in DataGridView09 Mar 2008 13:16 GMT2
  How do I go from a text file containing:
CREATE VIEW MyView
AS
SELECT *  FROM  MyTable
Lambda and generics function09 Mar 2008 08:42 GMT1
As a new .net generics learner could some one care to explain what is
the difference when i declare the function such as
void function(Action<String> customAction)
{
visual studio09 Mar 2008 07:06 GMT2
anybody know anything about visual studio 2005
and new fonts not showing up on the font selection window of a control
thanks
Redirect to another server and Keeping SESSION variables?09 Mar 2008 05:23 GMT1
RE: Redirect to another server and Keeping SESSION variables?
I've got an old asp.net 1.0 site, no sources.. (yikes).
One of the pages was developed for intranet use in 2.0, and now they
want to replace one of the compiled 1.0 sites on another server.
 
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.