In my previous post, we discussed the ASP.NET Core Model-View-Controller (MVC) web application framework and what better way to start our journey through ASP.NET Core. This framework is… Read more “Comparing ASP.NET Core Razor Pages with MVC”
Tag: Visual Studio
Adding Docker to the ASP.NET Core Angular Template
What’s better than starting a new greenfield project? You finally have the opportunity to leverage all the latest patterns, technologies, and frameworks that you’ve been dying to… Read more “Adding Docker to the ASP.NET Core Angular Template”
Debugging an ASP.NET Core Docker Container in Windows AND Linux
There is no question that .NET Core has exploded in popularity over the last couple of years. The new cross-platform successor to the .NET Framework has opened… Read more “Debugging an ASP.NET Core Docker Container in Windows AND Linux”
Visual Studio Tricks, Cycle Clipboard Ring
This is going to be a relatively short post however, I still felt the urge to write it. There is a feature in Visual Studio that I… Read more “Visual Studio Tricks, Cycle Clipboard Ring”
Decompiling Syntactic Sugar in C#
Over the last couple years, there have been a few new features introduced into C# that are considered “syntactic sugar”. These types of enhancements are great as… Read more “Decompiling Syntactic Sugar in C#”
Dependency Injection in ASP.NET Core with Scrutor
When registering types with an IOC container, configuration can get pretty unruly depending on the size of your project. One of the things I typically look for… Read more “Dependency Injection in ASP.NET Core with Scrutor”
SQL Operations Studio – Initial Thoughts
I have used SQL Server Management Studio (SSMS) for years. I never really thought of it as a bad IDE per say. It offered many improvements over… Read more “SQL Operations Studio – Initial Thoughts”
.NET Core Project Overview – Pt 3
So far in this series, we have taken a look at the .NET Core Tools 1.0.0-preview2 (Visual Studio 2015) and the .NET Core Tools 1.0.0-preview4 (Visual Studio… Read more “.NET Core Project Overview – Pt 3”