Do NOT use for questions about .NET Core - use [.net-core] instead.
Related: how-do-i-use-webrequest-to-access-an-ssl-encrypted-site-using-https How to send an HTTPS GET Request in C#?
c# .net ssl httpwebrequestI have a standard .NET windows service written in C#. Can it install itself without using InstallUtil? Should I use …
c# .net deployment windows-services installutilI'm asking this question despite having read similar but not exactly what I want at C# naming convention for enum …
c# .net enums naming-conventions pluralI'm using Linq To XML new XElement("Prefix", Prefix == null ? "" : Prefix) but I want to do some computation to the …
c# .netI need to get json data from an external domain. I used webrequest to get the response from a website. …
c# .net json webrequestUsing System.Drawing.Image. If an image width or height exceed the maximum, it need to be resized proportionally . After …
c# .net winforms image-processing gdi+Is this query equivalent to a LEFT OUTER join? //assuming that I have a parameter named 'invoiceId' of type int …
.net database linq linq-to-sqlI have this date format yy/MM/dd HH:mm:ss ex: 12/02/21 10:56:09. The problem is, when i try to convert …
c# .net vb.net datetime-format