I have decided I will be attending DevConnections November 10 - 13th in Las Vegas, NV DevConnections has a number of events running at the same time, with registration, you can attend any of these events - ASP.NET Connections - VS.NET Connections - SharePoint Connections - SQL Connections - DNN Connections - Exchange Connections - Unified Connections - Windows Connections Some of the speakers include Dino Esposito, Rick Strahl, Markus Egger, Robert Howard, Miguel Castro, John Papa, Julie Lerman,...
I needed to find the version of .NET framework required for a vendor provided application in short order; there was no documentation (of course), the vendor was not available and the super user was not available. Your typical support scenario. When you try to run a .NET EXE on a computer that does not have the framework, your application informs you with a prompt along the lines of 'The Application Requires .NET framework version x.x' If you have the framework installed, it does not prompt you (of...