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
Joma Alrzini
NA
21
1.8k
NullReferences Exception
Oct 16 2019 6:42 AM
I got this error when I tried to run the good which gives and object reference not to an instance of an object
this is the code
string
responseString = reader.ReadToEnd();
dynamic jsonData = JsonConvert.DeserializeObject(responseString);
var results =
new
List<Result>();
foreach
(var item
in
jsonData.items)
{
results.Add(
new
Result
{
Title = item.title,
Link = item.link,
Snippet = item.snippet,
});
}
please kindly help
Reply
Answers (
5
)
Storing Api data response in database
Cannot create a row of size 12573 which is greater than the