How to debug Production Apps in Azure
- Get link
- Other Apps
Hello Everyone,
This is my another blog related to Microsoft Azure. Before reading this blog, I would request you to explore my earlier blogs on Cloud Computing and Microsoft Azure.
In this blog, I will write about how to debug production Apps in Azure.
This is my another blog related to Microsoft Azure. Before reading this blog, I would request you to explore my earlier blogs on Cloud Computing and Microsoft Azure.
In this blog, I will write about how to debug production Apps in Azure.
Debugging code in production
Writing code and debugging to find an issue is a normal task for a developer. But, debugging code in production is the toughest task for a developer doesn't matter your application is in on-premise or in the cloud. One main reason is you do not have IDE installed in the production environment to debug the code. Another reason could be you are not aware of at what steps an error occurred.
Now in Visual Studio 2015, you may find 2 new features - Snappoints and Logpoints. These 2 features will allow you to debug production code.
Snappoints helps you in code debugging and Logpoints enables you to add temporary logging.
Snapshot Debugger - It allows you to debug the production bugs directly into the live environment. Snapshot Debugger puts almost zero impact to Apps running in production.
Unlike normal breakpoint, it doesn't halt your application. Instead of that it just takes the snapshot of current objects and continues. You can put breakpoint by pressing F9, similar to what we have done till now. You can set your own conditions for debugging.
To use these features you require Visual Studio 15 enterprise edition and higher.
Note: Till date i.e. 23-Sep-2017, Snapshot debugger is currently in preview.
I will post a real-time implementation with code snippet and video on this topic. Keep your eyes on and subscribe this blog to get the alert.
You can see full details here - https://docs.microsoft.com/en-us/visualstudio/debugger/debug-live-azure-applications
You may
read some popular blogs on SharePointCafe.Net
|
- Get link
- Other Apps
Popular
Top 30 ASP.Net Web API Interview Questions and Answers
CAML Query Tutorial for SharePoint 2013 and 2010 - A Complete tutorial guide
CAML Query is one of the most important topics in SharePoint. CAML Query is the way for querying items from SharePoint objects like List and Library. This blog is helpful in SharePoint 2010 development as well as in SharePoint 2013 development.
What is MicroService? A modern approach to develop software applications
Before describing MicroServices we should first understand distributed technologies we already have in the industry. Prior to MicroServices, we have already Web Services, WCF Service and latest one from Microsoft i.e. ASP.Net Web API. Then Why MicroService Architecture?
You may read about all these distributed technologies in details in my earlier blog.
You may read about all these distributed technologies in details in my earlier blog.
How to consume RESTful APi from server side code - C#
What's new in C# 6.0 language?
SharePoint Interview Questions and Answers
Introduction to ASP.NET Core - Basic Introduction with Visual Studio 2015 and 2017
All about SharePoint 2010 Content Type Hub - SharePoint 2010 Tutorial
ASP.Net Web API Security
If you are new to ASP.Net Web API then please start from the beginning level. What is ASP.Net Web API? In the previous blog, I wrote about Routing in Web API. You may also like .Net Core Introduction and MicroService Architecture.
I have also explained, How to create a secure Web API? in my earlier blog.
In this blog, let's discuss the Web API security in details.
I have also explained, How to create a secure Web API? in my earlier blog.
In this blog, let's discuss the Web API security in details.
Getting started with Microsoft Azure
If you are new to Microsoft Azure, then please read my earlier blog on Cloud Computing and Microsoft Azure introduction.
In this blog, I will explain how to create resources in Azure Dashboard and will show you screenshots. This will be a totally new experience for me as well because I am also new to Cloud Computing and wanted to share my experience through my blog.
In this blog, I will explain how to create resources in Azure Dashboard and will show you screenshots. This will be a totally new experience for me as well because I am also new to Cloud Computing and wanted to share my experience through my blog.
Tags
Tags
cloud-computing12
sharepoint-201310
interview8
sql8
webservice7
angularjs6
entity-framework6
design-pattern5
linq5
sharepoint-programming5
powershell4
socialmedia4
caml3
dot-net-core3
rest3
workflow3
ajax2
aws2
html2
infopath2
javascript2
oops2
searchservice2
sharepoint-interview2
soa2
timer job2
website2
3tier1
active-directory1
caching1
devops1
fba1
imageupload1
json1
list1
managed-metadata-service1
metadata1
odata1
page-layout1
performance1
run with elevated1
safecontrol1
security1
sharepoint interview questions1
sharepoint security1
sharepoint-architecture1
sharepoint-branding1
sharepoint-migration1
sharepoint-service1
sharepoint-topics1
sharepointlist1
site-definition1
soap1
uls1
validation1
viewstate1
xml1
Show more
Show less
Comments
Post a Comment
Dear Readers, Please post your valuable feedback in the comment section if you like this blog or if you have any suggestions. I would love to hear the same from you. Thanks