
.NET Microservices – Full Course for Beginners
- Frank
- March 3, 2022
- .NET
- Microservices
Learn the foundational elements of a microservices architecture with .NET in this beginner level course. You will incrementally building a real microservices-based application with the .NET platform and C#. Get the code: https://youtube.dotnetmicroservices.com/netmicroservicesbasics Course created by Julio Casal.
Read More
.NET Foundation Crisis – What is Happening, Why, and What Now
The .NET Foundation has been getting a lot of press recently. You may have heard about the frustration around the foundation. In this video, Tim Corey will explain what the .NET Foundation is, how it operates, what the latest three problems are, how they were addressed, and what the fallout of those problems has been. […]
Read More
.NET Microservices – Full Course
Here’s a step-by-step tutorial that walks you through an introduction on building microservices using .NET all the way through building everything completely from start to finish. To accompany this course I have provided free Kubernetes command and Architecture Cheat Sheet which is available for download when you subscribe to my blog at: https://dotnetplaybook.com/ Time Stamps […]
Read More
What’s New in .NET for Apache Spark v1.1.1?
.NET for Apache Spark empowers .NET developers to participate in the world of big data analytics. In this episode, Jeremy chats with Michael Rys to discuss some of the new features and capabilities available in this release Related Links .NET for Apache Spark™ .NET for Apache Spark™ tutorial .NET for Apache Spark™ documentation
Read More
C# Language Highlights: Using Declarations
- Frank
- June 26, 2021
- .NET
- C#
- Developer
Learn about the “using declarations” feature in C# from Matt and Maira. Related Links: What’s new in C# 8.0 First steps with C#
Read More
.NET Conf: Focus on Windows
.NET Marketing Manager Beth Massi previews .NET Conf: Focus on Windows, a free livestream event focusing on how to move your Windows desktop apps forward to .NET 5. Come join us Feb 25, 2021. Check out the agenda and speakers at https://focus.dotnetconf.net/.
Read More
Inspecting application metrics with dotnet-monitor
dotnet-monitor is a command line tool that makes it easier to get access to diagnostics information in a dotnet process. In the episode, Rich is joined by Sourabh who explains to us the importance of gathering application diagnostics and also gives us a demo of how to run dotnet-monitor in Kubernetes Useful Links Introducing dotnet-monitor […]
Read More
Latent Dirilecht Allocation in ML.NET
Jon Wood explains Latent Dirilecht Allocation (LDA) in ML.NET.
Read More
Using SQL Server Data in ML.NET Model Builder
Jon Wood shows us how to use the new SQL Data Loader in ML.NET Model Builder to load in training data. He also creates an Azure SQL database and load the data from an F# script. F#! Related links: Blog post – https://devblogs.microsoft.com/dotnet/ml-net-model-builder-november-updates/ F# Code – https://github.com/jwood803/LoadWineDataToSql/blob/main/LoadWineDataToSql/Program.fs Data – https://archive.ics.uci.edu/ml/datasets/Wine+Quality
Read More
WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag
- Frank
- December 7, 2020
- .NET
- .NET 5
- .NET Core
- ASP.NET
- asp.net core
- C#
- C# training
- c# tutorial
- Code
- how to
- install swagger web api
- nswag
- OpenAPI
- Programming
- Swagger
- swagger c# web api example
- swagger in web api core
- tim corey
- Training
- Tutorial
- Visual Studio
- web api swagger
- web api swagger c#
- webapi .net 5
- webapi asp.net core
Tim Corey walks us through the WebAPI improvements in .NET 5. In this video, we are going to look at the integration of OpenAPI into the project, how it works, and then why it is so important. We will also look briefly at NSwag and how to use it to generate API clients for our […]
Read More