Click here to Skip to main content
15,911,030 members
Home / Discussions / C#
   

C#

 
AnswerRe: A Few Quick Questions Pin
ednrgc10-Jan-07 6:35
ednrgc10-Jan-07 6:35 
AnswerRe: A Few Quick Questions Pin
Christian Graus10-Jan-07 7:42
protectorChristian Graus10-Jan-07 7:42 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 7:56
BlitzPackage10-Jan-07 7:56 
GeneralRe: A Few Quick Questions Pin
Christian Graus10-Jan-07 9:13
protectorChristian Graus10-Jan-07 9:13 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 9:27
BlitzPackage10-Jan-07 9:27 
AnswerRe: A Few Quick Questions Pin
Ed.Poore10-Jan-07 8:01
Ed.Poore10-Jan-07 8:01 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 9:13
BlitzPackage10-Jan-07 9:13 
AnswerRe: A Few Quick Questions Pin
atulonweb@hotmail.com11-Jan-07 23:12
atulonweb@hotmail.com11-Jan-07 23:12 
hi 1. Partial - its a new kyeword introduced in c#2.0 and is use to write a class in distributed form

E.G - look at the designer of your form it is Form1.designer and where u write code is partial class form1. similarly u can have no. of class u want with the same name like partial Form1 and write and these will be combined in a single class i.e Form1.. Realy a good feature..like Sometime when no.of developers need to work on same class and so others.

2. Refactoring - provided to help u need writting templetes in code. For C# there is inbuilt Refactoring in dot net and for VB.net need to install third party. one can provide own code snipette and use refactoring to use them Simple best way to make lazy programmer.

3. Delegate - this is a something that works between event source and event target. It handles the event.



Atul kumar
QuestionExcel.Workbooks.Open() with different Excel versions Pin
Ali Nehring10-Jan-07 5:08
Ali Nehring10-Jan-07 5:08 
AnswerRe: Excel.Workbooks.Open() with different Excel versions Pin
ednrgc10-Jan-07 6:37
ednrgc10-Jan-07 6:37 
QuestionRe: Excel.Workbooks.Open() with different Excel versions Pin
Ali Nehring11-Jan-07 4:35
Ali Nehring11-Jan-07 4:35 
QuestionSharing events with multiple programs Pin
aalex67510-Jan-07 4:54
aalex67510-Jan-07 4:54 
AnswerRe: Sharing events with multiple programs Pin
Rob Philpott10-Jan-07 5:08
Rob Philpott10-Jan-07 5:08 
AnswerRe: Sharing events with multiple programs Pin
Alaric_10-Jan-07 8:37
professionalAlaric_10-Jan-07 8:37 
GeneralRe: Sharing events with multiple programs Pin
Alaric_10-Jan-07 8:40
professionalAlaric_10-Jan-07 8:40 
QuestionHow to get Value of An Object? Pin
EntManager10-Jan-07 4:37
EntManager10-Jan-07 4:37 
AnswerRe: How to get Value of An Object? Pin
Martin#10-Jan-07 4:42
Martin#10-Jan-07 4:42 
GeneralRe: How to get Value of An Object? Pin
Pete O'Hanlon10-Jan-07 4:50
mvePete O'Hanlon10-Jan-07 4:50 
GeneralRe: How to get Value of An Object? Pin
EntManager10-Jan-07 4:51
EntManager10-Jan-07 4:51 
QuestionObject Pin
Civic0610-Jan-07 4:29
Civic0610-Jan-07 4:29 
AnswerRe: Object Pin
ednrgc10-Jan-07 4:32
ednrgc10-Jan-07 4:32 
AnswerRe: Object Pin
Ravi Bhavnani10-Jan-07 4:33
professionalRavi Bhavnani10-Jan-07 4:33 
AnswerRe: Object Pin
Colin Angus Mackay10-Jan-07 4:34
Colin Angus Mackay10-Jan-07 4:34 
QuestionTrouble in parameter! Pin
nclauder10-Jan-07 4:04
nclauder10-Jan-07 4:04 
AnswerRe: Trouble in parameter! Pin
Colin Angus Mackay10-Jan-07 4:17
Colin Angus Mackay10-Jan-07 4:17 

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.