(Peter Vogel) This post is about the exciting part of creating a custom tag helper: generating new HTML to go down to the user in the place of whatever “placeholder” tag you insert into your View or Razor Page.
Tag: Development
Supporting the community with WF and WCF OSS projects
(Scott) At the Build conference in May 2019, we mentioned that, after we add WinForms, WPF and Entity Framework 6 to .NET Core 3.0, we do not plan to add any more of the technologies from .NET Framework to .NET Core.
Clever little C# and ASP.NET Core features that make me happy
(Scott Hanselman) I recently needed to refactor my podcast site which is written in ASP.NET Core 2.2 and running in Azure.
An Introduction to Azure Table Storage
(Tapas Pal) Windows Azure Storage Tables are very popular, non-relational, Key-Value-pair, storage systems suitable for storing massive amounts of unstructured data.
Adding My Blog As A Custom Search Engine In Google Chrome’s OmniBox
(Ben Nadel) I’ve been blogging for quite a while now. And, as much as I try to, I simply can’t keep all of it in my head. In fact, that’s one of the major benefits of blogging – being able to create a sort-of “scratch disk” for my tiny caveman brain.
Azure DevOps for TypeScript React.JS App
(Subodh Sohoni) This tutorial will walk you through the creation of a React.JS app using TypeScript and do the build and deployment to an Azure App Service as a web app.
Entity Framework Core 3.0 Dev Team Struggles with LINQ in Preview 6
(David Ramel) Entity Framework Core 3.0 Preview 6 is out, with the development team including an incomplete LINQ implementation marked by temporary limitations and intentional breaking changes.
The Evolving Infrastructure of .NET Core
(Matt) With .NET Core 3.0 Preview 6 out the door, we thought it would be useful to take a brief look at the history of our infrastructure systems and the significant improvements that have been made in the last year or so.
Data Modeling: a tale of a man with only one name
(Greg Low) I’ve lost count of the number of computer systems that I’ve worked with over the years, that insist that everyone has at least two names.
Pasting Images Into Your App Using File Blobs And URL.createObjectURL() In Angular 7.2.15
(Ben Nadel) In the past couple of months, I’ve been playing around a lot more with File handling in Angular.