(Peter Vogel) Central to ASP.NET Core is the collection of objects that give you access to ASP.NET Core functionality. Here’s how to access it, how to add to it, and an example of how to use this technology with the “difficult” cases.
Tag: Development
Don’t let ASP.NET Core Console Logging Slow your App down
(Rick Strahl) Earlier today I put my foot in my mouth on Twitter by running a quick and dirty perf test application to check out a question from a customer, without properly setting up configuration.
Backing Up and Restoring Your SQL Databases Through .NET
(Hannes DuPreez) A very important part of every developer’s daily routine is to ensure that the SQL Server’s backups were done properly.
The GetRegionData function fails if the buffer is allocated on the stack. Is it allergic to stack memory or something?
(Raymond Chen) If you pass a NULL buffer to the GetRegionData function, the return value tells you the required size of the buffer in bytes.
SOLID Design Principles Explained – C#
(Sachin Gandhi) In Object Oriented Programming (OOP), SOLID is an acronym, introduced by Michael Feathers, for five design principles used to make software design more understandable, flexible, and maintainable.
Enabling The Second-Click Of A RouterLink Fragment Using onSameUrlNavigation Reload In Angular 7.1.3
(Ben Nadel) By default, when you enable anchor / fragment scrolling in your Angular 7.1.3 application, the fragment link works on the first click; but, upon clicking the same fragment link for the second time, the Router does nothing.
Providing Constant Context for .NET Core Tests
(Peter Vogel) The new xUnit Testing Framework that’s part of .NET Core works differently from the testing frameworks you’re used to.
Cognitive Services : Convert Text to Speech in multiple languages using Asp.Net Core & C#
(Rajeesh Menoth) In this article, we are going to learn how to convert text to speech in multiple languages using one of the important Cognitive Services API called Microsoft Text to Speech Service API ( One of the API in Speech API ).
Streaming video asynchronously in ASP.NET Core 2 with Web API
(anthonygiretti) No matter what kind of project you are working on, at some point you will find the need to stream videos in your website or mobile apps for many purposes.
Deploy ASP.NET Core Web Applications To Azure In 5 Easy Steps
(Bipin Joshi) In one of my previous articles I discussed how easy it is to deploy an ASP.NET Core web application to IIS. Now a days more and more people are going for cloud platforms for their ting needs.
