Monday, July 29, 2019

A Day in the life of sitecore developer

Just to be specific sitecore developer working on .Net cms part of it. Sitecore is vast.

Junior Sitecore Developer


Able to Implement/develop/code with .net and sitecore item

Sitecore Developer


Able to Implement/develop/code with .net and sitecore item
Tools :

  1. Sitecore Rocks
  2. SIM
  3. TDS
  4. Sitecore Powershell extension
  5. Sitecore Log Analyzer

Senior Sitecore Devs



Able to Implement/develop/code with .net and sitecore item
Tools :

  1. Sitecore Rocks
  2. SIM
  3. TDS
  4. Sitecore Powershell extension
  5. Sitecore Log Analyzer
  6. Azure Devops
  7. Raise Sitecore Ticket , know how proc dump, sitecore support request handling
  8. Performance debugging and troubleshooting. Working with perf team on load testing and so on



Best example or easy use case to understand Azure Logic Apps

Simple way to understand Azure Logic Apps

Here’s an example:

A logic app gets triggered by a new blob that is written in Azure Blob storage. It takes the Blob input, which is an image file, and resizes the image by calling an Azure function that does just that. Next, it takes the resized image and writes it to another storage account. And finally, it calls the Office 365 API to send an email to the administrator that there is a new, resized image available.

Just like Azure functions, logic apps scale automatically, you just create the process. It will trigger as many times as it is needed and always executes the complete process and has reliability features, like retry policies, built in. And because it only runs when it is triggered, you only pay for when it runs—you don’t pay for owning it. 

https://dotnet.microsoft.com/download/thank-you/azure-quick-start-ebook 

Visual Studio 2019 Live Share

Why we need Cisco web share ? We have Visual Studio 2019 live share that makes collaboration within team or remote team very easy. You have team sitting remotely and you want to share your visual studio solution, it is made easy.

You can do live sharing of IDE , you can see live debugging and browsing or running of application from developers local machine.





Saturday, July 27, 2019

VS 2019 Debugging made easy

VS 2019 Debugging made easy

1. Run to click, I called it as Temporary breakpoint.
2. Stick around or Pin data result
2. Local
3. Debugger Display
4. Move around display and anchor it for future reference




















Reference:

Blog
Leslie Richardson
https://devblogs.microsoft.com/visualstudio/customize-object-displays-in-the-visual-studio-debugger-your-way/?WT.mc_id=vstoolbox-c9-niner

https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Debugging-Tips-and-Tricks-Part-1