(Ben Nadel) Over the weekend, I re-created the Pandora Radio station list animation using Vue.js 2.5.21. Only, I didn’t really “do” anything; because, as it turns out, this list “move” animation is supported right out of the box in Vue.js.
Tag: Development
Extending the ASP.NET Core Processing Pipeline
(Peter Vogel) I’ve done at least a couple of articles on how to support adding custom processing to every request to your ASP.NET MVC site (most recently, an article on HTTP Modules and Handlers).
Do more with patterns in C# 8.0
(Mads Torgersen) Visual Studio 2019 Preview 2 is out! And with it, a couple more C# 8.0 features are ready for you to try. It’s mostly about pattern matching, though I’ll touch on a few other news and changes at the end.
Designing Data Objects in C#: More examples
(Yacoub Massad) In this tutorial, I am going to go through some examples of data object design in C# and discuss some issues with them.
Understanding Metadata Management
(David Leininger) Why should we manage metadata, which are the various facets of information? What are those facets? How are they managed? It sounds expensive, both in time and personnel.
COM Object Access and dynamic in .NET Core 2.x
(Rick Strahl) I’ve been playing around with some old legacy code that uses an ASP.NET front end to some really old FoxPro COM servers. Yup – very Old Skool! It’s part of an old framework that works well on full .NET.
Creating A Pandora Radio Station List Animation In Vue.js 2.5.21
(Ben Nadel) In the morning, when I’m doing my Research & Development, I tend to listen to a Pandora radio station based on the song, Say My Name by Odesza.
ASP.NET Core: Learning the Ropes, Part 3
(Eric Vogel) Welcome to Part 3 of ASP.NET Core Learning the Ropes, wherein I show how to create the Contact Controller and Razor views for creating, updating, viewing and deleting contact records from a SQL Server database using ASP.NET Core MVC with Entity Framework Core.
A Beginner’s Tutorial On Understanding and Implementing Dependency Injection in ASP.NET Core
(Rahul Rajat Singh) In this article we will look at how Dependency Injection works in ASP.NET Core. We will revisit the DI fundamentals and see how Di is being treated as a first class citizen in ASP.NET Core.
Creating A Bind-Once Structural Directive In Angular 7.1.4
(Ben Nadel) Over the weekend, I posted my review of Vue.js Up And Running by Callum Macrae. This was my first look at Vue.js; but, coming from an Angular background, many of the concepts discussed in the book felt very familiar.
