Click here to Skip to main content
15,892,965 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why this ? Pin
sreejith ss nair9-Sep-04 23:51
sreejith ss nair9-Sep-04 23:51 
AnswerRe: Why this ? Pin
Colin Angus Mackay10-Sep-04 0:40
Colin Angus Mackay10-Sep-04 0:40 
GeneralRe: Why this ? Pin
sreejith ss nair10-Sep-04 0:55
sreejith ss nair10-Sep-04 0:55 
GeneralRe: Why this ? Pin
Colin Angus Mackay10-Sep-04 1:35
Colin Angus Mackay10-Sep-04 1:35 
GeneralRe: Why this ? Pin
Matt Gerrans10-Sep-04 7:18
Matt Gerrans10-Sep-04 7:18 
GeneralRe: Why this ? Pin
Colin Angus Mackay10-Sep-04 7:46
Colin Angus Mackay10-Sep-04 7:46 
GeneralRe: Why this ? Pin
Anonymous10-Sep-04 20:47
Anonymous10-Sep-04 20:47 
GeneralRe: Why this ? Pin
Colin Angus Mackay10-Sep-04 22:57
Colin Angus Mackay10-Sep-04 22:57 
Anonymous wrote:
IEnumerable vs. IEnumerator conveys no difference to the reader
Anonymous wrote:
but the lack of distinction in the terminology will always make it more difficult to remember which was which.

Yes, it does convey a difference. Words ending in -able convey the meaning that of ability to do something (In this case a collection has the ability to enumerate) and words ending in -or are agent nouns, they convey the meaning of the someone or something that does something.

The collection is enumerable - because you have the ability to iterate over its elements.
The Enumerator is the thing that actually does the iteration.



Anonymous wrote:
I really don't see the point of cluttering up all interfaces with the 'I' prefix either

Historical reasons I suppose - the last vestiges of hungarian notation creeping into .NET


Anonymous wrote:
if you don't know it is an interface, you'll find out soon as you try using the new operator on it

Wouldn't it be quicker not to waste time on that?


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!


QuestionWeb-style UI with re-flow - seen any examples? Pin
Mal Ross9-Sep-04 22:27
Mal Ross9-Sep-04 22:27 
AnswerRe: Web-style UI with re-flow - seen any examples? Pin
sreejith ss nair9-Sep-04 23:41
sreejith ss nair9-Sep-04 23:41 
GeneralRe: Web-style UI with re-flow - seen any examples? Pin
Mal Ross9-Sep-04 23:47
Mal Ross9-Sep-04 23:47 
AnswerRe: Web-style UI with re-flow - seen any examples? Pin
mav.northwind10-Sep-04 1:45
mav.northwind10-Sep-04 1:45 
AnswerRe: Web-style UI with re-flow - seen any examples? Pin
mav.northwind10-Sep-04 2:45
mav.northwind10-Sep-04 2:45 
GeneralRe: Web-style UI with re-flow - seen any examples? Pin
Mal Ross10-Sep-04 4:46
Mal Ross10-Sep-04 4:46 
Generalcall Javascript Function Pin
Ikarus769-Sep-04 22:16
Ikarus769-Sep-04 22:16 
Generaldisable cross button Pin
xiaowenjie9-Sep-04 20:22
xiaowenjie9-Sep-04 20:22 
GeneralRe: disable cross button Pin
Jay Shankar9-Sep-04 20:56
Jay Shankar9-Sep-04 20:56 
GeneralRe: disable cross button Pin
Stefan Troschuetz10-Sep-04 2:39
Stefan Troschuetz10-Sep-04 2:39 
Questionhow to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 19:09
zahid_ash9-Sep-04 19:09 
AnswerRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 20:00
sreejith ss nair9-Sep-04 20:00 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 20:37
zahid_ash9-Sep-04 20:37 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 21:10
sreejith ss nair9-Sep-04 21:10 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 21:37
zahid_ash9-Sep-04 21:37 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
sreejith ss nair9-Sep-04 22:36
sreejith ss nair9-Sep-04 22:36 
GeneralRe: how to import COM DLL in ASP.NET using C# Pin
zahid_ash9-Sep-04 23:15
zahid_ash9-Sep-04 23:15 

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.