(Akshita) In our previous post, we announced dotnet try a global tool which allows developers to create interactive workshops and documentation.
Tag: Development
Complaints Spur New C# Editor in Visual Studio 2019 for Mac v8.1
(David Ramel) The long-awaited fix for Visual Studio for Mac performance and reliability issues has arrived via a new C# code editor that borrows from Visual Studio for Windows internals, sparked by negative developer feedback.
Dependency Injection in ASP.NET Web Forms
(Joe Petrakovich) Shout out to all my ASP.NET Web Forms devs out there. This one is for you.
BlockChain Programming and VB.NET, Part 2
(Hannes DuPreez) It seems as if the BitCoin fad has eased up a bit, especially after these types of currencies suffered some serious blows. Be that as it may, the BlockChain is still a very interesting technology, and it won’t die soon.
Reactive Azure Service Bus Messaging with Azure Event Grid
(Filip W) This tutorial explores Azure Service Bus integration with Azure Event Grid, and the benefits it brings in to create truly reactive, event driven systems.
Creating An Inline Auto-Complete Directive Using NgModel And A Control Value Accessor In Angular 7.2.15
(Ben Nadel) A few weeks ago, I demonstrated that you could create a custom ControlValueAccessor in Angular in order to change the behavior of File Inputs such that NgModel would emit the selected Files objects rather than just the file paths.
ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 6
(Daniel) .NET Core 3.0 Preview 6 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor.
Creating a Custom Tag Helper in ASP.NET Core: Gathering Data
(Peter Vogel) I discussed the fundamentals of what an ASP.NET Core tag helper is and how it can make you more productive in a previous post.
Analysing the Large Object Heap in JetBrains dotMemory
(Steve Gordon) In my last post, which is part of my ‘Writing High-Performance C# and .NET Code‘ series, we looked at how we can begin interpreting some of the data from a dotMemory profiling session.
An Introduction to Azure Data Factory and ETL
(Tapas Pal) The Azure Data Factory (ADF) is a service designed to allow developers to integrate different data sources.