Do NOT use for questions about .NET Core - use [.net-core] instead.
I have been creating and consuming web services for years and always have been able to use Visual Studio to …
.net web-services service-referenceIn a thread, I create some System.Threading.Task and start each task. When I do a .Abort() to kill …
c# .net multithreading task abortAre all of these equal? Under what circumstances should I choose each over the others? var.ToString() CStr(var) CType(…
.net vb.net castingIs there anything like .NET's NotImplementedException in Java?
java .net exceptionIf I am passing an object to a method, why should I use the ref keyword? Isn't this the default …
c# .net pass-by-reference refI want to load an image into a PictureBox. This is the image I want to load: http://www.gravatar.…
c# .net image picturebox loadimageI'm struggling to get my Windows 8 application to communicate with my test web API over SSL. It seems that HttpClient/…
c# .net windows-8 windows-runtimeprivate void Include(IList<string> includes, Action action) { if (includes != null) { foreach (var include in includes) action(<…
c# .net actionPossible Duplicate: Can anyone explain IEnumerable and IEnumerator to me? What are the differences between IEnumerator and IEnumerable?
c# .net ienumerable ienumerator