Click here to Skip to main content
16,011,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to move and zoom an image? Pin
NortonC21-May-05 12:25
NortonC21-May-05 12:25 
Generalconnected to ms sql server Pin
the pink jedi20-Apr-05 6:56
the pink jedi20-Apr-05 6:56 
GeneralRe: connected to ms sql server Pin
Scott Serl20-Apr-05 7:41
Scott Serl20-Apr-05 7:41 
GeneralRe: connected to ms sql server Pin
the pink jedi20-Apr-05 7:56
the pink jedi20-Apr-05 7:56 
GeneralRe: connected to ms sql server Pin
Luis Alonso Ramos20-Apr-05 17:00
Luis Alonso Ramos20-Apr-05 17:00 
GeneralQuestion about properties Pin
xdavidx20-Apr-05 6:55
xdavidx20-Apr-05 6:55 
GeneralRe: Question about properties Pin
Colin Angus Mackay20-Apr-05 10:53
Colin Angus Mackay20-Apr-05 10:53 
GeneralRe: Question about properties Pin
Andy Moore20-Apr-05 10:55
Andy Moore20-Apr-05 10:55 
I personally think that you should use properties since you can hide your data members from clients of your class. This enforces a better object-oriented design. Also, if you want to expose your .NET classes to COM clients, then you must use properties. Properties are really function calls so the only overhead to using them is function call overhead.

Human beings were not meant to sit in little cubicles staring at computer screens all day, filling out useless forms and listening to eight different bosses drone on about about mission statements. -- Peter Gibbons
GeneralRe: Question about properties Pin
S. Senthil Kumar20-Apr-05 18:01
S. Senthil Kumar20-Apr-05 18:01 
GeneralRe: Question about properties Pin
James T. Johnson20-Apr-05 19:41
James T. Johnson20-Apr-05 19:41 
GeneralThreading Question Pin
sameerhanda20-Apr-05 5:55
sameerhanda20-Apr-05 5:55 
GeneralRe: Threading Question Pin
Stefan Troschuetz20-Apr-05 6:25
Stefan Troschuetz20-Apr-05 6:25 
GeneralUpdater Application Block, version 2.0 is not able to download the files with extension .config Pin
NarayanVl20-Apr-05 5:37
NarayanVl20-Apr-05 5:37 
Generalthe way to load the application to web server Pin
Member 137005820-Apr-05 5:10
Member 137005820-Apr-05 5:10 
GeneralCalling a function by it's name which has been stored in a string Pin
Gareth_Hastings20-Apr-05 4:37
Gareth_Hastings20-Apr-05 4:37 
GeneralRe: Calling a function by it's name which has been stored in a string Pin
S. Senthil Kumar20-Apr-05 4:52
S. Senthil Kumar20-Apr-05 4:52 
GeneralRe: Calling a function by it's name which has been stored in a string Pin
Gareth_Hastings20-Apr-05 5:06
Gareth_Hastings20-Apr-05 5:06 
GeneralRe: Calling a function by it's name which has been stored in a string Pin
S. Senthil Kumar20-Apr-05 5:54
S. Senthil Kumar20-Apr-05 5:54 
GeneralConstructing Delegate from Object and Method ptr Pin
Tristan Rhodes20-Apr-05 3:55
Tristan Rhodes20-Apr-05 3:55 
GeneralRe: Constructing Delegate from Object and Method ptr Pin
leppie20-Apr-05 4:05
leppie20-Apr-05 4:05 
GeneralRe: Constructing Delegate from Object and Method ptr Pin
Tristan Rhodes20-Apr-05 4:39
Tristan Rhodes20-Apr-05 4:39 
GeneralNever mind - Figured it out Pin
Tristan Rhodes20-Apr-05 4:34
Tristan Rhodes20-Apr-05 4:34 
GeneralRe: Never mind - Figured it out Pin
leppie20-Apr-05 8:51
leppie20-Apr-05 8:51 
GeneralIDREES Pin
idreesbadshah20-Apr-05 3:41
idreesbadshah20-Apr-05 3:41 
GeneralRe: IDREES Pin
Colin Angus Mackay20-Apr-05 3:52
Colin Angus Mackay20-Apr-05 3:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.