Entity Framework Core 2 was released recently. In today’s episode we explore a new feature called DbContext Pooling. See how enabling DbContext Pooling might magically make your ASP.NET Core application faster! Related Links:GitHub Repo – github.com/AspNetMonsters/EP109-EFDbContextPoolingNetling Load Testing Tool – github.com/hallatore/Netling.NET Conf Video – What’s new in EF Core 2.0 – channel9.msdn.com/Events/dotnetConf/2017/T221 […]
Entity Framework Core 2 was released recently. In today’s episode we explore a new feature that allows us to specify the SQL Server LIKE operator when querying for entities. Related Links:GitHub Repo – github.com/AspNetMonsters/EP108-EFLikeOperator Follow @aspnetmonsters
Entity Framework Core 2 was released recently. In today’s episode we explore a new feature called Global Query Filters. See how query filters can be applied globally to easily support features such as soft delete and even multi-tenancy. Episode Sponsor: AppVeyor – Continuous Delivery Services for Windows Developers Related Links:Code from the show on GiHub […]
Entity Framework Core 2 was released recently. In today’s episode we explore a new feature which automatically paramaterizes SQL Queries when the FromSql method is used with an interpolated string. Monster Dave shows us exactly why parametrized queries are so important when querying using raw sql. Episode Sponsor: AppVeyor – Continuous Delivery Services for Windows Developers […]
In this video, Docker Developer Advocate shows you how deploy and manage Docker Windows containers in production with Docker Enterprise Edition Advanced. Part 5: Using Docker Universal Control Plane to make the app secure and put it into production. For more info, check out: docker.com/mta — Docker is an open platform for developers and system […]
In this video, Docker Developer Advocate shows you the upgrade workflow on Docker – how to roll out application and Windows updates with zero downtime. Here’s the rest of the series: Part 5: Using Docker Universal Control Plane to make the app secure and put it into production. For more info, check out: docker.com/mta — […]
This week on Channel 9, Christina and Bryan are back and discussing the week’s top developer news, including; [00:43] .NET Core 2.0 Released! [Scott Hunter], Announcing .NET Standard 2.0 [01:13] ASP.NET Core 2.0 Released [Shawn Wildermuth], Announcing ASP.NET Core 2.0 [01:19] Updates in Visual Studio 2017 based on your UserVoice suggestions [Mark Wilson-Thomas], Visual Studio […]
Did you know that you can deploy multiple applications to a single Web App in Azure App Service? In today’s episode, Dave explores this virtually unknown feature of Virtual Applications in Azure App Service. Learn how to create a virtual application and how to deploy your ASP.NET Core application to that virtual application. Episode Sponsor: […]
Setting assembly and product version numbers as part of your build process is easier now in .NET Core. In this episode, Dave shows us how to specify version numbers for .NET core assemblies and NuGet packages using command line parameters and how easily that can be integrated into build systems like AppVeyor. Episode Sponsor: AppVeyor […]
In this episode, we’ll explore how to hook up Application Insights to your ASP.NET Core application using the really excellent Serilog. Serilog – structured logging for .NET Seq – structured log searching Application Insights Serilog sink Serilog connector for .NET Core Logging