(Tapas Pal) The Azure Blob storage solution is used to store unstructured physical objects in Microsoft Cloud. It’s optimized for storing massive amounts of unstructured data, such as text or binary data which could be accessed by using HTTP and HTTPS protocols from anywhere an Internet connection i
Tag: Development
AI-Assisted Code Completion Suggestions Come to C++ via IntelliCode
(Nick Uhlenhuth) After reading and writing enough code, you begin to notice certain usage patterns. For example, if a stream is open, it will eventually be closed. More interestingly, if a string is used in the context of an if-statement, it will often be to check if the string is empty or if it has
Facade Design Pattern: Still relevant in ASP.NET Core?
(Adam Storr) In this tutorial, I will look to explain one of the simpler patterns – the Facade Design Pattern, how to implement it, and why it’s still relevant in modern development in ASP.NET Core.
Restoring And Resetting The Scroll Position Using The NavigationStart Event In Angular 7.0.4
(Ben Nadel) Earlier this year, I took a stab at making a polyfill for Angular 5 that would record and restore scroll-offsets as a user navigated forwards and backwards through a Single-Page Application (SPA).
A Better Way to Test for Exceptions in Visual Studio
(Peter Vogel) I’ve always argued that the only easier way to test your code than using Visual Studio Test is to not test at all. But that doesn’t mean that I think Visual Studio Test is perfect.
Visual Studio Toolbox: Building Web APIs Part 2
(Robert Green) This is the second of a three part series where I am joined by Chris Woodruff who shows how to build ASP.NET Core Web APIs. In this episode, Chris discusses what to do after building your APIs.
Using Router Events To Detect Back And Forward Browser Navigation In Angular 7.0.4
(Ben Nadel) This morning, while digging into the “retain scroll” feature that was released with Angular 6, I discovered that the Angular team added a “navigationTrigger” property and a “restoredState” property to the NavigationStart Router event.
Token Based Authentication in ASP.NET Web API
(Gowtham K) ASP.NET Web API is a service which can be accessed over the HTTP by any client. So, providing the security to the Web API is very important, which can be easily done with the process called Token based authentication.
How to install Visual Basic 6.0 on Windows 10
(Luís Henrique Demetrio) Yes, believe it or not, there are a lot of companies that still developing or supporting applications developed in Visual Basic 6.0.
Returning an XML Encoded String in .NET
(Rick Strahl) XML is not as popular as it once was, but there’s still a lot of XML based configuration and data floating around today.
