I had a change request come in the other day to add a drag and drop file upload feature to our system as browsing for each file was too time-consuming. This got me thinking about how this would be done in a .Net Core application. The source code from this article is available on my… Continue reading
Visual Studio – Client Side Library Manager
I recently was made aware of a new feature of Visual Studio for ASP.NET Core projects the Client Side Library Manager (libman). This new feature is a great time saver for adding all those third-party libraries to your project. This feature is available from Visual Studio 2017 version 15.8 and above. Adding Libraries to your… Continue reading