Adventures in Code
C# Snippets and Design Musings
Friday, October 2, 2020
Azure Files Storage Development Part III
›
We've switched to using Azure Files for file storage with our ResearchStory web application. I've already written a couple of post...
Thursday, October 1, 2020
Azure Files Storage Development Part II
›
Since posting last time about using two file separate subfolders for development and production I've decided to m...
Wednesday, September 23, 2020
Azure Files Storage Development
›
We've been using an App Service in Azure since first developing our site ( Res...
Thursday, August 6, 2020
Displaying Git Commit and Build Info in an ASP.Net website
›
Scott Hanselman wrote a really good blog post on March 6, 2020 called Adding a git commit hash and Azure DevOps Build Number and Build ID to...
Friday, December 6, 2019
Enumerating a Collection with an Index
›
There is often the case where you want to loop over a collection of objects along with an indicator of where you are in the loop. While some...
›
Home
View web version