| Thread | Last Post | Replies |
|
| Define operator == and != | 09 Mar 2008 23:21 GMT | 3 |
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 INotifyPropertyChanging | 09 Mar 2008 23:12 GMT | 7 |
I noticed that sqlmetal generated code in northwind.designer.cs implements two interfaces: public partial class Customer : INotifyPropertyChanging, INotifyPropertyChanged {
|
| about using property | 09 Mar 2008 21:14 GMT | 1 |
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 f | 09 Mar 2008 20:41 GMT | 2 |
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 question | 09 Mar 2008 19:58 GMT | 2 |
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 help | 09 Mar 2008 17:54 GMT | 5 |
hey all, here's a snippet from my datalayer class: da.MissingSchemaAction = MissingSchemaAction.AddWithKey; da.Fill(ds);
|
| method descriptions | 09 Mar 2008 17:51 GMT | 4 |
hey all, how do you get a description to show up for methods? for instance, when you type
|
| Order of controls | 09 Mar 2008 16:43 GMT | 3 |
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 GMT | 1 |
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 stream | 09 Mar 2008 15:39 GMT | 6 |
How come something like this is not legal? public class myRec { public string Name = "";
|
| ListBox entry with \n (multiline) | 09 Mar 2008 14:40 GMT | 2 |
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 DataGridView | 09 Mar 2008 13:16 GMT | 2 |
How do I go from a text file containing: CREATE VIEW MyView AS SELECT * FROM MyTable
|
| Lambda and generics function | 09 Mar 2008 08:42 GMT | 1 |
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 studio | 09 Mar 2008 07:06 GMT | 2 |
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 GMT | 1 |
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.
|