We're working to move it to a more permanent location.
Cecil and I will also be publishing a series of blog posts in the coming weeks that will go into details on the different concepts he demonstrated, including: unit testing, continuous delivery with Visual Studio Team Services, and monitoring with Application Insights.
We'll try to post updates here as these posts and other content appear.
Thanks for watching! Feel free to contact us here or on Twitter if you have questions in the meantime.
Comments
Going real-time with ASP.NET Core SignalR and the Azure SignalR Service
@Bilal: What steps are you referring to? Happy to clarify and give you more information.
Go Serverless with Azure Functions and C#
@Anthony Miller: The app is currently located here: https://github.com/anthonychu/todo-functions
It's currently using Table Storage, however. Although it shouldn't be a lot of work to change it to use Cosmos DB.
Go Serverless with Azure Functions and C#
@andrewball:
Here's the current location of the source: https://github.com/anthonychu/todo-functions
We're working to move it to a more permanent location.
Cecil and I will also be publishing a series of blog posts in the coming weeks that will go into details on the different concepts he demonstrated, including: unit testing, continuous delivery with Visual Studio Team Services, and monitoring with Application Insights.
We'll try to post updates here as these posts and other content appear.
Thanks for watching! Feel free to contact us here or on Twitter if you have questions in the meantime.
Build a Chat Bot with Azure Bot Service
@Alex I just tested out embedding a web chat and it seems to work. What specifically are you having trouble with? Does it show up at all on your page?
Build a Chat Bot with Azure Bot Service
Thanks. Time estimation is hard! :S
Episode 218: DDD and CQRS on Service Fabric with MediaValet
Great introduction to DDD/CQRS/ES and how the Service Fabric programming models map almost directly to these concepts. Very impressive. Thanks!