C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
7
Reply
Collections and Generics in .net?
Renjith V S
11y
8.9k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
http://www.dotnet-tricks.com/Tutorial/csharp/U08E301212-Difference-between-Generics-and-Collections-with-example.html
Kml Surani
10y
0
http://www.c-sharpcorner.com/UploadFile/deveshomar/basic-of-generic-class-in-C-Sharp/
Nitin Choudhary
10y
0
In simple terms - Collections can hold elements of any data types e.g. ArrayList Generics can hold elements of a specific data types e.g. List
, where T stands for the data type.You might need to type cast while accessing the elements in the ArrayList while it is not the case for Collections.
Bhushan Gawale
10y
0
collections support for stacks, queues, lists, array list and hash tables. Generics allow you can work with any data type. You can create your own generic interfaces, classes, methods, events and delegates.
Sneha Panda
10y
0
Generics: http://www.c-sharpcorner.com/UploadFile/deveshomar/basic-of-generic-class-in-C-Sharp/
Devesh Omar
11y
0
generics allows you to work with any data type Collections are collection of arraylist
Mahesh Kumar Alanka
11y
0
For collection.. http://www.tutorialspoint.com/csharp/csharp_collections.html and for generics http://www.tutorialspoint.com/csharp/csharp_generics.htm
Munesh Sharma
11y
0
Difference between Abstract class and Interface?
Asp .net Page Life cycle?
Message