(David Ramel) Microsoft announced .NET Core 3.0 will arrive in September, after which the company is switching to one unified .NET platform, called .NET 5, which will debut in November 2020.
Tag: Development
Quick Reference For NgModel Values And Template-Driven Forms In Angular 7.2.13
(Ben Nadel) As I’ve demonstrated recently, template-driven forms in Angular 7.2.13 can be very dynamic. In fact, you can even listen to the reactive events using a template-driven forms model.
Simplifying AI with automated ML no-code web interface
(Tzvi Keisar) Artificial Intelligence (AI) has become the hottest topic in tech. Executives and business managers, analysts and engineers, developers, and data scientists, all want to leverage the power of AI to gain better insights to their work and better predictions for accomplishing their goals.
The History of ASP.NET – Part I
(Daniel Jimenez Garcia) The first version of ASP.NET was released 17 years ago and during these years, it is fascinating to see how the ASP.NET team constructively reacted through these years to the major shifts happening on the web. Initially a platform that was closed and tried to hide and abstrac
Rendering A List Of Mixed Components Using NgFor And NgSwitch In Angular 7.2.13
(Ben Nadel) In the vast majority of cases, when I use the NgFor directive to render a collection of data, the type of data contained within that list is uniform. However, sometimes, a single list is an aggregation of several different collections that result in a commingled set of data types.
Skip the ‘Do You Want to Run the Last Successful Build?’ Question when Debugging in Visual Studio
(Peter Vogel) When I pressed F5 to start debugging and Visual Studio found a compile-time error, nothing irritated me more than the dialog box Visual Studio popped up that asked, “There were build errors. Would you like to continue and run the last successful build?”
Store And Retrieve Files From Azure Blob Storage
(Bipin Joshi) ASP.NET Core web applications often need to store files on the server. One of the approaches to storing files on the server side is to store them into Azure blob storage.
Basics of Azure Active Directory
(Tapas Pal) Azure Active Directory (AAD) is a multi-tenant Cloud-based directory service. It’s an identity management service which is a replacement of Windows Server Active Directory in the Cloud environment.
.NET Core 3.0 SDK Projects: Controlling Output Folders and Content
(Rick Strahl) In my last post I talked about porting my Markdown Monster WPF application to .NET Core 3.0 and one of the problems I ran into was how to deal with properly handling compilation of Addins.
Lessons I Wish I Had Learned Much Earlier In My Web Development Career
(Ben Nadel) At the very end of last week, I jumped onto an Incident call in order to listen and learn about a part of the InVision platform with which I didn’t have too much familiarity.