Episodes
-
OData (Open Data Protocol) can be considered an extension to REST that that defines an additional set of conventions for building and consuming Web APIs.
In this episode, Hassan Habib joins Jeremy to show us how we can easily add support for OData batch to our Web APIs
[00:00] - Introduction[01:28] - What is OData?[03:20] - What is OData Batching?[09:07] - Setting up OData in an ASP.NET Core project[20:54] - Adding batching support in ODataUseful Links
All in One with OData $Batchhttps://www.odata.org/ASP.NET Core OData on GitHubSupercharging your Web APIs with OData and ASP.NET Core -
Justin Yoo joins Scott Hanselman to demonstrate an extension he developed for adding OpenAPI capabilities to Azure Functions apps. See how easy it is to get HTTP-triggered .NET functions with OpenAPI support and deploy an Azure Functions app with Azure API Management from Visual Studio.
═══════════════
Watch the episode to the end and then submit your answers to our five-question quiz about the info Scott and Justin covered. Eligible participants who answer all five questions correctly will be entered into a Sweepstakes with a chance to be one of ten lucky winners to win a box of Microsoft swag! The Azure Friday Quiz Sweepstakes ends on Dec 10, 2021.
Take the quiz! Terms and conditions Privacy statement═══════════════
[0:00:00]– Intro
Create serverless APIs in Visual Studio using Azure Functions and API Management integration (preview)Azure Functions OpenAPI ExtensionCreate a free account (Azure)
[0:03:15]– Create
[0:09:20]– Publish
[0:12:56]– Consume
[0:22:48]– Wrap-up -
Missing episodes?
-
Mike Rousos is back again! This time Mike shows us how to inspect and diagnose large Object Heap churn in .NET
[00:00] - Introduction[01:36] - What tools can we use to look into performance?[03:35] - Diagnostics Demo in Azure App Service[08:50] - Collecting diagnostic traces using dotnet trace[12:56] - Reviewing stats in Perfview[19:56] - Inspecting GC Heap allocations[22:16] - Reducing allocations ArrayPool
dotnet-trace performance analysis utilityWhat is Application Insights?Analyze CPU usage without debugging in the Performance ProfilerKudu service overview -
Jason Zander, executive vice president of the Azure Team joins Scott Hanselman to celebrate the 8th anniversary of Azure Friday. In this special crossover episode with Hanselminutes, they reflect on Azure's history and Jason's career at Microsoft during that timeframe.
[0:00:00]– Introduction
Hanselminutes Podcast 63 - Scott Guthrie and Jason Zander on SilverlightNew Team, New Challenges (Jason Zander's blog)Getting Started with Windows Azure, the SDK, and Visual StudioMicrosoft QuantumCreate a free account (Azure)
[0:01:13]– Jason's history at Microsoft
[0:08:25]– Microsoft's evolution
[0:10:44]– Cloud before the cloud
[0:19:38]– Developers as execs
[0:23:03]– Azure today
[0:25:25]– Looking forward
[0:30:33]– Wrap-up -
Learn about best practices of loading data to Azure SQL Database, how to efficiently utilize log generation rate and various techniques to efficiently load data into Azure SQL Database in this episode of Data Exposed with Denzil Ribeiro.
[00:43] Data loading overview
[03:05] Demo
[16:32] Mistakes to be aware of -
Want to learn about the latest and greatest in the 64-bit Visual Studio 2022? Join Scott Hanselman and Visual Studio product team as they take Visual Studio 2022 for a spin.
[00:00] Intro[00:39] Why you should care about Visual Studio 2022?[02:20] Performance improvements in Visual Studio 2022[04:39] Why 64-bit now?[08:00] IntelliCode, type less code more[11:35] Hot reload for C++[13:47] New for WPF and WinForms (Hot Reload, Design time data, XAML live preview)[17:20] Hot Reload in ASP.NET[20:27] Profiling .NET apps in Visual Studio 2022[23:19] Cross platform apps with WSL and CMake in Visual Studio 2022[26:07] Testing your .NET app on Linux[28:00] Easily create CI/CD pipelines using GitHub actions with Visual Studio 2022[30:40] Balloon drop! https://aka.ms/VS2022LaunchLearnTV https://aka.ms/vsperftip https://aka.ms/intellicode https://aka.ms/cppinvs https://aka.ms/vswpf https://aka.ms/webinvs https://aka.ms/vsprofiler https://aka.ms/vscmake https://aka.ms/vstesttools https://aka.ms/azureinvs -
Join us for an introduction to the latest release of SQL Server and learn about all its new capabilities from cloud-connected to built-in query intelligence.
[00:50] What's new
[01:42] The next step for SQL Server
[02:13] SQL Server 2022
[05:09] Query Store and Intelligent Query Processing
[07:09] Industry-leading database engine
[08:37] Data lake virtualization and object storage
[10:13] Extending T-SQL
[11:47] Getting startedResources:
Learn more about SQL Server 2022
Register to apply for the SQL Server 2022 Early Adoption Program and stay informed
Watch technical deep-dives on SQL Server 2022
SQL Server 2022 YouTube Playlist -
Join Scott Hunter and team as they show you all the amazing things you can do with .NET 6.
https://aka.ms/dotNETConf2021-GetdotNET6
-
In this episode of the Armchair Architect series of the Azure Enablement Show, David Blank-Edelman is joined by Uli Homann, Microsoft Corporative Vice President and Distinguished Architect, and Eric Charran, Chief Architect at Microsoft in a deep-dive conversation into observability of hybrid and multi-cloud applications.
✅Resources:
Management and Monitoring patterns - Cloud Design Patterns | Microsoft DocsSidecar pattern - Cloud Design Patterns | Microsoft DocsObservability patterns | Microsoft Docs[00:00] Introduction
[01:22] From an architectural perspective, what do we need to do to build and run resilient, self-healing applications?
[04:22] Is monitoring from within the app itself an anti-pattern? Should sidecar patterns be used instead?
[06:21] What's the best method for Observability? Push or Pull?
[09:16] Can you use AI to monitor logs and report anomalies?
[10:19] Azure uses ML to predict host failure, then proactively removes VMs and takes the host out of the cluster
[12:15] Apps and microservices create so many logs; how can you tie them all together to track and understand an event?📺 Related Episodes:
Armchair Architects: Resiliency in the Cloud: an IntroductionArmchair Architects: Resiliency in the Cloud – Core PatternsArmchair Architects: Hybrid and Multi-Cloud Architectures an IntroductionArmchair Architects: Hybrid and Multi-Cloud Architectures - Feasibility🔴 Watch more episodes in the Azure Well-Architected Series!
🔴 Explore more cloud enablement resources!
-
Stripe elements provide prebuilt UI components that enable developers to create beautiful checkout flows for your applications. In this episode, CJ Avilla does on to show us how to integrate Stripe elements into an ASP.NET Core project.
[00:00] - Introduction[01:34] - Exploring a custom form[04:12] - Payment collection workflow[06:37] - Adding stripe checkout to your app[12:27] - Customizing the payment types[15:12] - Can you apply your own styles?[16:15] - How are taxes handled?Accepting online payments (Checkout)
https://github.com/cecilphillip/ContosoCraftsStriped
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout&lang=dotnet
Building custom payment forms with Stripe (Elements)
https://github.com/cjavilla-stripe/ContosoCraftsStripeElements
https://stripe.dev/elements-examples/
https://stripe.com/docs/payments/payment-element
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&lang=dotnet
General Stripe links
Register - https://dashboard.stripe.com/register
Support - https://stripe.com/go/developer-chat
Social - https://twitter.com/stripedev
-
Last December, Gaurav was on Azure Friday with Scott Hanselman to introduce a new Azure service: Azure Purview. He showed how Azure Purview scans and map all your data—no matter where it is. Azure Purview is now generally available, and Gaurav is back to show what's new and what's on the roadmap.
[0:00:00]– Introduction
What is Azure Purview?Quickstart: Create an Azure Purview account in the Azure portalIntroduction to Azure Purview learning moduleAzure Purview documentationCreate a free account (Azure)
[0:00:30]– Azure Purview overview
[0:05:40]– Key GA Announcements
[0:18:40]– Roadmap
[0:19:05]– Wrap-up -
ARM Templates Unplugged: How Your Resource Actually Gets Provisioned
Presented by: Alex Frankel, Senior Program Manager, Azure DeploymentsReproducible infrastructure and workloads can be crucial for operational excellence. At some point as you build on Azure you will press into service some ARM templates – either authored directly or through tools like Bicep, Farmer, or PSArm. Ever wonder how we go from a simple template to a not-so-simple set of running resources? We'll reveal the whole story from end-to-end and in the process show you some tips for working with this key provisioning tool.
Ready for more? Check out the Microsoft Learning Path
-
Keynote with Scott Guthrie
Microsoft Power Platform documentationFusion Development Learning PathPower Apps WebinarsPower Apps Developer PlanPowerful Devs Conference Cloud Skills Challenge -
Don Syme, creator of the F# language, will kick off the day by taking us on a journey through the F# language, community, and real-world business users. Learn about the key ideas underlying F#, its unique and modern methodology, and hear live from F# users across the globe in fields including data science, supply chains, machine learning, biotech, risk management and more.
https://aka.ms/dotNETConfFocusFSharp
-
Join us to see what's next for Windows
Join us on Thursday, June 24th at 12:00 PM PT on Learn TV to see what's next for Windows and developers. Microsoft will unveil the next generation of Windows! Follow at #MicrosoftEvent & @LearnTV.
-
Keynote with John Papa
https://aka.ms/SWA-Learn