Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
QuestionGenerating a graph with Crystal Report ? Pin
Mohammad Dayyan5-Jul-09 3:04
Mohammad Dayyan5-Jul-09 3:04 
QuestionHelp with webBrowser control resource use Pin
labdakos5-Jul-09 3:02
labdakos5-Jul-09 3:02 
Questionconnecting to usb via c# program Pin
majem5-Jul-09 2:17
majem5-Jul-09 2:17 
QuestionWhat is the differentation between Convert.ToInt32() and (int) Casting Pin
dataminers5-Jul-09 1:36
dataminers5-Jul-09 1:36 
AnswerRe: What is the differentation between Convert.ToInt32() and (int) Casting Pin
dan!sh 5-Jul-09 2:16
professional dan!sh 5-Jul-09 2:16 
AnswerRe: What is the differentation between Convert.ToInt32() and (int) Casting Pin
OriginalGriff5-Jul-09 2:25
mveOriginalGriff5-Jul-09 2:25 
QuestionWhat is the diffirentation between Stack and Stack<Person> Pin
dataminers5-Jul-09 1:00
dataminers5-Jul-09 1:00 
AnswerRe: What is the diffirentation between Stack and Stack<Person> [modified] Pin
Luc Pattyn5-Jul-09 1:10
sitebuilderLuc Pattyn5-Jul-09 1:10 
Hi,

since .NET 2.0 we have "generics", so collections can be typed, making it unnecessary to cast when something is gotten from a collection.

When you used to do int a0=(int)myList[0]; (where myList is an old ArrayList), you now can do int a0=myList[0]; where myList is a List<int>. That is easier, safer and faster.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

modified on Sunday, July 5, 2009 7:32 AM

GeneralRe: What is the diffirentation between Stack and Stack&lt;Person&gt; Pin
dataminers5-Jul-09 1:29
dataminers5-Jul-09 1:29 
GeneralRe: What is the diffirentation between Stack and Stack&lt;Person&gt; Pin
Luc Pattyn5-Jul-09 1:33
sitebuilderLuc Pattyn5-Jul-09 1:33 
GeneralRe: What is the diffirentation between Stack and Stack&lt;Person&gt; Pin
OriginalGriff5-Jul-09 1:36
mveOriginalGriff5-Jul-09 1:36 
QuestionForm.Hide() doesn't work Pin
Javango4-Jul-09 23:11
Javango4-Jul-09 23:11 
AnswerRe: Form.Hide() doesn't work Pin
Baeltazor4-Jul-09 23:33
Baeltazor4-Jul-09 23:33 
GeneralRe: Form.Hide() doesn't work Pin
Javango4-Jul-09 23:55
Javango4-Jul-09 23:55 
GeneralRe: Form.Hide() doesn't work Pin
Baeltazor5-Jul-09 0:24
Baeltazor5-Jul-09 0:24 
GeneralRe: Form.Hide() doesn't work Pin
Javango5-Jul-09 1:01
Javango5-Jul-09 1:01 
GeneralRe: Form.Hide() doesn't work Pin
rahul.sree6-Jul-09 20:40
rahul.sree6-Jul-09 20:40 
AnswerRe: Form.Hide() doesn't work Pin
Mycroft Holmes4-Jul-09 23:43
professionalMycroft Holmes4-Jul-09 23:43 
GeneralRe: Form.Hide() doesn't work Pin
Javango4-Jul-09 23:59
Javango4-Jul-09 23:59 
AnswerRe: Form.Hide() doesn't work Pin
Luc Pattyn5-Jul-09 1:07
sitebuilderLuc Pattyn5-Jul-09 1:07 
QuestionDrawing ellipse in C# . Pin
shameerpv4-Jul-09 22:16
shameerpv4-Jul-09 22:16 
AnswerRe: Drawing ellipse in C# . Pin
molesworth4-Jul-09 22:35
molesworth4-Jul-09 22:35 
AnswerRe: Drawing ellipse in C# . Pin
Christian Graus5-Jul-09 0:21
protectorChristian Graus5-Jul-09 0:21 
QuestionNo of Users connected in MS-Access Database ? Pin
suleh4-Jul-09 20:50
suleh4-Jul-09 20:50 
Questionquestion about setup Pin
sumanpandey4-Jul-09 20:47
sumanpandey4-Jul-09 20:47 

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.