Click here to Skip to main content
15,903,523 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detect Network / VPN Connection Part 2 Pin
Nitin S28-Dec-18 1:34
professionalNitin S28-Dec-18 1:34 
QuestionHow to copy also subfolders and their files from an certain folder? Pin
Member 1405587915-Nov-18 4:24
Member 1405587915-Nov-18 4:24 
QuestionRe: How to copy also subfolders and their files from an certain folder? Pin
Richard MacCutchan15-Nov-18 6:04
mveRichard MacCutchan15-Nov-18 6:04 
AnswerRe: How to copy also subfolders and their files from an certain folder? Pin
Luc Pattyn15-Nov-18 8:01
sitebuilderLuc Pattyn15-Nov-18 8:01 
QuestionParsing JSon Pin
pkfox15-Nov-18 3:57
professionalpkfox15-Nov-18 3:57 
AnswerRe: Parsing JSon Pin
OriginalGriff15-Nov-18 4:13
mveOriginalGriff15-Nov-18 4:13 
GeneralRe: Parsing JSon Pin
pkfox15-Nov-18 4:22
professionalpkfox15-Nov-18 4:22 
GeneralRe: Parsing JSon Pin
pkfox15-Nov-18 5:10
professionalpkfox15-Nov-18 5:10 
Hi Paul , very cool class generator but I'm having problems deserialisingn the Json ( all members are null ), the output I show here is not accurate as no href or other tags are present ( maybe it's this site adding them but they are not present in the returned text) so ignore them
{
    "metadata": {
        "provider": "Oxford University Press"
    },
    "results": [
        {
            "id": "crossword",
            "language": "en",
            "lexicalEntries": [
                {
                    "entries": [
                        {
                            "etymologies": [
                                "said to have been invented by the journalist Arthur Wynne, whose puzzle (called a ‘word-cross’) appeared in a Sunday newspaper, the New York World, on 21 December 1913"
                            ],
                            "grammaticalFeatures": [
                                {
                                    "text": "Singular",
                                    "type": "Number"
                                }
                            ],
                            "homographNumber": "000",
                            "senses": [
                                {
                                    "definitions": [
                                        "a puzzle consisting of a grid of squares and blanks into which words crossing vertically and horizontally are written according to clues"
                                    ],
                                    "domains": [
                                        "Games"
                                    ],
                                    "examples": [
                                        {
                                            "text": "she settled down to do the crossword"
                                        }
                                    ],
                                    "id": "m_en_gbus0236440.007",
                                    "short_definitions": [
                                        "puzzle consisting of grid of squares and blanks into which words crossing vertically and horizontally are written according to clues"
                                    ]
                                }
                            ],
                            "variantForms": [
                                {
                                    "text": "crossword puzzle"
                                }
                            ]
                        }
                    ],
                    "language": "en",
                    "lexicalCategory": "Noun",
                    "pronunciations": [
                        {
                            "audioFile": "<a href="http://audio.oxforddictionaries.com/en/mp3/crossword_gb_1_8.mp3">http://audio.oxforddictionaries.com/en/mp3/crossword_gb_1_8.mp3</a>",
                            "dialects": [
                                "British English"
                            ],
                            "phoneticNotation": "IPA",
                            "phoneticSpelling": "ˈkrɒswəːd"
                        }
                    ],
                    "text": "crossword"
                }
            ],
            "type": "headword",
            "word": "crossword"
        }
    ]
}
We can’t stop here, this is bat country - Hunter S Thompson RIP

GeneralRe: Parsing JSon Pin
OriginalGriff15-Nov-18 5:27
mveOriginalGriff15-Nov-18 5:27 
GeneralRe: Parsing JSon Pin
OriginalGriff15-Nov-18 5:42
mveOriginalGriff15-Nov-18 5:42 
GeneralRe: Parsing JSon Pin
pkfox15-Nov-18 22:23
professionalpkfox15-Nov-18 22:23 
GeneralRe: Parsing JSon Pin
OriginalGriff15-Nov-18 22:31
mveOriginalGriff15-Nov-18 22:31 
GeneralRe: Parsing JSon Pin
pkfox15-Nov-18 22:38
professionalpkfox15-Nov-18 22:38 
GeneralRe: Parsing JSon Pin
OriginalGriff15-Nov-18 23:03
mveOriginalGriff15-Nov-18 23:03 
GeneralRe: Parsing JSon Success Pin
pkfox15-Nov-18 23:19
professionalpkfox15-Nov-18 23:19 
GeneralRe: Parsing JSon Success Pin
OriginalGriff15-Nov-18 23:37
mveOriginalGriff15-Nov-18 23:37 
GeneralRe: Parsing JSon Success Pin
pkfox15-Nov-18 23:39
professionalpkfox15-Nov-18 23:39 
GeneralRe: Parsing JSon Success Pin
pkfox16-Nov-18 2:57
professionalpkfox16-Nov-18 2:57 
QuestionGuys need your help am trying to insert data in MS Access database but its giving me a "Syntax Error" and i cnt find the problem....please analyse it and help Pin
Member 1405572615-Nov-18 2:09
Member 1405572615-Nov-18 2:09 
AnswerRe: Guys need your help am trying to insert data in MS Access database but its giving me a "Syntax Error" and i cnt find the problem....please analyse it and help Pin
OriginalGriff15-Nov-18 2:17
mveOriginalGriff15-Nov-18 2:17 
AnswerRe: Guys need your help am trying to insert data in MS Access database but its giving me a "Syntax Error" and i cnt find the problem....please analyse it and help Pin
Member 1332584615-Nov-18 21:00
Member 1332584615-Nov-18 21:00 
QuestionTo MD5 or not? (or SHA256 instead, I guess...) Pin
Super Lloyd14-Nov-18 15:34
Super Lloyd14-Nov-18 15:34 
AnswerRe: To MD5 or not? (or SHA256 instead, I guess...) PinPopular
Dave Kreskowiak14-Nov-18 16:37
mveDave Kreskowiak14-Nov-18 16:37 
GeneralRe: To MD5 or not? (or SHA256 instead, I guess...) Pin
Super Lloyd14-Nov-18 17:41
Super Lloyd14-Nov-18 17:41 
AnswerRe: To MD5 or not? (or SHA256 instead, I guess...) PinPopular
OriginalGriff14-Nov-18 19:52
mveOriginalGriff14-Nov-18 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.