195
Points
Questions
37
Answers
43
-
If you see this, almost every XML parser directly or indirectly depends on jdk’s internal implementation of xml parsers. Starting …
- 378 views
- 0 answers
- 0 votes
-
Here’s this snippet: var client = new SmtpClient("smtp.gmail.com", 587) { Credentials = new NetworkCredential("[email protected]", "mypassword"), EnableSsl = true, }; var …
- 413 views
- 3 answers
- 0 votes
-
- 386 views
- 1 answers
- 0 votes
-
I have a Service Fabric application that deploys to multiple environments, each defined by an Application xml element, which is …
- 392 views
- 1 answers
- 0 votes
-
- 400 views
- 1 answers
- 0 votes
-
- 373 views
- 2 answers
- 0 votes
-
I have worked on .NET applications, and I believed then I was using models on the front end and the …
- 405 views
- 0 answers
- 0 votes
-
I’m experiencing something (that i think is) very weird. I’m running an ASP.net application, and I have no problems on …
- 348 views
- 0 answers
- 0 votes
-
I was having the toughest time today adding some new users to our system. No matter what I tried (from …
- 385 views
- 0 answers
- 0 votes
-
I want to use AES encryption to encrypt my data I have done it before but in my laptop the …
- 474 views
- 1 answers
- 0 votes