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
sudheer kumar
NA
25
1.9k
Reading and writing to Json
Jul 28 2020 1:37 AM
I have the following Json.
In the Json i want to read connectString and MetadataUrl in my C# app and write those values back to json with some other text.
{
"DBConnection": {
"connections": [
{
"connectString": "Server=(localdb)\\MSSQLLOCALDB;Initial Catalog=Test;",
"Region": "India",
}
],
},"Myapp": {
"RequestTimeoutAfterXHours": 24,
"TestIdSettings": [
{
"MetadataUrl": "http://localhost/Myapp/.well-known",
"Audience": "http://testurl.com"
}
]
},
"AllowedHosts": "*"
}
Reply
Answers (
2
)
Custom Authorize attribute role with API authentication
add dropdown on button hover in asp.net using Entity Framework