Showing results for 2015 - Page 19 of 19 - Azure DevOps Blog

Jan 7, 2015
0
0

Application Insights and Azure WebSites

VladJ
VladJ

Azure WebSites is a popular “fully managed Platform-as-a-Service (PaaS) that enables you to build, deploy and scale enterprise-grade web Apps in seconds” (see more about Azure WebSites here).  Application Insights is a preview service available in the Azure Preview portal designed to help development teams get 360° views of their applications acros...

DevOpsAzure & Cloud
Jan 5, 2015
1
2

Understanding symbol files and Visual Studio’s symbol settings

Importer
Importer

Symbols are a fundamental requirement for debugging and other diagnostic tools. Fortunately in most cases when you are building and launching your application in Visual Studio you don’t have to think about symbols for your code. However the odds are that at some point in time you’ll need to change how symbols load, where the debugger looks for them...

DevOpsGit & Version Control