Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Sandeep Kumar
2.2k
18
358
Interface reference varibles.
Dec 31 2017 1:58 AM
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>();
Reply
Answers (
2
)
avoid WPF form duplicate open and activate open forms
Export to Excel using ViewModel and Repository - ASP.NET MVC