Eric Vogel provides step-by-step instructions to create an ASP.NET 5 Core web app in Visual Studio 2019 and embed a Power BI report in it.
Eric Vogel uses code samples and screenshots to demonstrate how to do Entity Framework Core migrations in a .NET Core application through the command line and in code.
Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows how to upgrade the code from Part 1 to ASP.NET Core 3.0, put pages behind login, create user roles, and use existing roles to restrict access to pages.
Eric Vogel kicks off his series on ASP.NET Core security by showing how to set up authentication to register, log in and log out a user account in an ASP.NET Core MVC application.
Eric Vogel uses code samples and screenshots to demonstrate how to create and use the views and controller for an ASP.NET MVC Core CRUD application.
Eric Vogel shows how to create a new ASP.NET Core Web application using Visual Studio 2017.
ServiceStack moves to a complete Web application framework with support for Razor forms.
- By Patrick Steele
- 02/10/2016
For this first in a series, Eric Vogel checks out the new IReadOnlyCollection<T> Stack<T> and Queue<T> implementations in .NET Framework 4.6.
Now that you know how to create tag helpers, let's create a custom one that loads a bootstrap-select dropdown via a remote URI.
Clean up your Razor views with the new tag helpers in ASP.NET MVC 6.
Now that Visual Studio 2015 is upon us, here's a brief overview of the capabilities of the .NET Compiler Platform.
Let's wrap up this series on TDD for ASP.NET MVC and talk about the view layer via JavaScript.
How to unit test view model validation, focusing on the controller when the model is bound to a controller action.
You're vying for a senior developer position. Here's what you need to know to win over your interviewer.
- By Patrick Steele
- 06/10/2015
Eric Vogel goes over a few C# 6.0 language improvements that will help make your coding experiences more concise.