(Rick Strahl) .NET Standard has been around long enough now that most people are reasonably familiar with this somewhat ‘unnatural’ concept.
Tag: Development
Creating a Simple OOP Diary with Visual Basic.NET
(Hannes DuPreez) Hello, and welcome to my article. In this short article, you will learn how to make a simple diary in Visual Basic.NET.
Hosting A Blazor Application on Firebase
(Ankit Sharma) In this article, we will learn how to deploy a Blazor application on Firebase. We will create a client side application using Blazor and host it on Firebase. This application will not have any server side code or web API logic. We will use Visual Studio 2017 to build and publish the a
Creating Shortcuts By Mapping Multiple Routes On To The Same View-Component In Angular 7.2.5
(Ben Nadel) Earlier this week, I took a look at using wild card routes to create shortcuts in an Angular 7.2.5 application. That first approach worked; but, it required me to manually parse some of the more complex shortcuts using Regular Expression.
.NET Core Opinion 10 – Move More Code Out of Startup
(K. Scott Allen) In a previous opinion, we looked at the responsibilities of the Startup class in ASP.NET Core. A consistent problem I run across in code reviews is the amount of code that gravitates into the Startup class, making the entire file cluttered and not well factored.
Redirect Code in .NET Core
(Peter Vogel) There are four Redirect help methods built into your .NET Core Controllers that you can use to tell a client that a resource exists … but not at this URL.
How to integrate Google login in Identity Membership System
(Yogi S) Third-Party Authentication like Google, Facebook, Microsoft and Twitter, is easy to do in Identity System. Here I will create a feature that will allow users to Login with Google credentials.
Using A Wild Card Shortcuts Route To Hide The Internal Routing Implementation In Angular 7.2.5
(Ben Nadel) The other day, I looked at how to use wild card routes to traverse arbitrarily nested data in an Angular 7.2.4 application.
Debugging .NET Builds with the MSBuild Structured Log Viewer
(K. Scott Allen) I was trying to debug a dotnet publish operation on an ASP.NET Core project recently and becoming irrational after staring at MSBuild log files for too long.
Enabling Docker Support
(Peter Vogel) If you’ve got Visual Studio 2017, you can run your application in Docker (even with the Community Edition).
