About 50 results
Open links in new tab
  1. Performance of Azure App Service vs Azure VM

    Oct 31, 2018 · The application is asp.net MVC suing SQL Azure and uses WCF to host APIs, and the problem looks like simply a lack of CPU power, but the Standard S1 App Service Plan has …

  2. Snap Manager for SQL and VSS - Freeze period - Possibility of ...

    Jul 23, 2012 · Our DBA team is being advised to use Snap Manager for SQL (SMSQL) backup instead of SQL native compressed backups.The challenge we see is SMSQL snapshot …

  3. Unit Test coverage for Console.CancelKeyPress in VS 2012 .NET 4.5

    Feb 1, 2013 · I am trying to hit the delegate method I assign to Console.CancelKeyPress in Visual Studio 2012 for a console application using .NET 4.5. I am using Visual Studio 2012's 'Analyze …

  4. Selenium click using Microsoft Edge Driver.

    Nov 23, 2016 · For some reason If I run the code in debug mode to test the element returned to click it will click. If I just run my test in run mode using Visual Studio2015, the checkbox is not …

  5. TCP KeepAliveTime, KeepAliveInterval in MFC

    I wrote an MFC (VS2010) application that uses the KeepAliveTime and KeepAliveInterval settings to monitor a socket (not showing the code here to save time). The code works fine and it does …

  6. MSDN

    MSDN

  7. How to prevent perflib errors in eventlog after enabling AI

    Feb 2, 2017 · When you query for any performance counter - windows will try to load all counters providers. These errors indicates that there is a problem loading certain performance counters …

  8. ServiceBehavior attribute - social.msdn.microsoft.com

    Oct 9, 2008 · I'm reviewing some service implementations written by another developer and I've found a number of concrete classes affixed with the ServiceBehavior attribute.

  9. Application Crash when testing ODBC connection

    Dec 30, 2016 · We have a Windows utility (CVUniverseBuilder.exe) in our product which is being used to create a custom universe out of SAP BOE framework. This utility makes use of Oracle …

  10. How to do strong-naming in C++ - social.msdn.microsoft.com

    I have a project that I wish to use a strong-naming file with. The problem is, I don't know how to do it. In C# and VB.NET, all you had to do is open the Signing tab on the project properties page …