Do NOT use for questions about .NET Core - use [.net-core] instead.
I have a table, 'lasttraces', with the following fields. Id, AccountId, Version, DownloadNo, Date The data looks like this: 28092|15240000|1.0.7.1782|2009040004731|2009-01…
c# .net linq linq-to-sqlI have some code that makes a call to a third party web service that is secured using X.509 certification. …
.net wcf x509I need to use TLS 1.2 to connect from my .NET web service to another that is going to force TLS 1.2. …
c# .net tls1.2I have created and installed a service a couple of times. Initially it was working fine, but after some changes …
c# .net timer windows-servicesI'm trying to figure out how to traverse a generic list of items that I want to remove from another …
c# .net listI've got the lovely task of working out how to handle large files being loaded into our application's script editor (…
c# .net stream streamreader large-filesI am pulling varchar values out of a DB and want to set the string I am assigning them to …
c# .net null variable-assignmentI am running Visual Studio 2010 (as Admin), IIS 7 on Windows 7 x64. I am able to run the ASP.NET web …
asp.net .net visual-studio-2010 iis-7 visual-studio-debuggingI need to find the most recently modified file in a directory. I know I can loop through every file …
c# .net file loops last-modified