Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Interface reference varibles.
Sandeep Kumar
7y
133
1
Reply
What is the difference between the below 2 statements and when to use what?
1) IList<string> stdList = new List<string>();
2) List<string> stdList = new List<string>();
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
avoid WPF form duplicate open and activate open forms
Export to Excel using ViewModel and Repository - ASP.NET MVC