TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Lalit Raghav
688
1.4k
93.9k
Difference between these two Property
Apr 22 2015 4:58 AM
First Class
class Example
{
public int ID
{
get;
set;
}
}
second Class
class Example
{
private int _id;
public int Id
{
get
{
return _id;
}
set
{
_id = value;
}
}
}
what will be difference Between Property
Reply
Answers (
2
)
Windows Phone SDK 8.0 issue
Know Session object data type