Information
Reading Tool : https://github.com/musmanrafiq/DailyMatureDev
- JavaScript at Microsoft by Lee Stott
- How to cancel a request using Axios in Vue JS by Karthik Chintala
- Leveling Up Static Web Apps With the CLI by Aaron Powell
- JavaScript at Microsoft by Lee Stott
- WinUI Desktop Unit Tests by Alexandre
- Highly COHESIVE Software Design to tame Complexity by Derek Comartin
- Announcing Entity Framework Core 6.0 Preview 4: Performance Edition by Shay
- .NET Boxed Visual Studio Integration by rehansaeed
- What Technical Debt is and isn’t by George Stocker
- #JavaScript Rule to remember- Object Properties Types by Dhananjay Kumar
- What Technical Debt is and isn’t by George Stocker
- Running a .NET application as a service on Linux with Systemd by Maarten Balliauw
- How to stop Visual Studio from creating launchsettings.json by Andrew Lock
- USING DATEONLY AND TIMEONLY IN .NET 6 by Steve Gordon
- SECURE AN ANGULAR SPA AND AN ASP.NET CORE API USING AUTH0 by damienbod
- 5 Different Approaches of Setting up the Content in RadPdfViewer for ASP.NET AJAX by Doncho Milkov
- Finding concurrency bugs in a .NET application using Coyote by Gérald Barré
- How to use MediatR Pipeline Behaviours by Gary Woodfine
- JavaScript function is also a constructor? by Dhananjay Kumar
- Structured Logging in ASP.NET Core with Serilog by Code Maze
- CSS Isolation in ASP.NET Core 6.0 by Anuraj
- Auto Creating Private Readonly Fields In Visual Studio by WADE
- Remove Your If-Else and Switch Cases by Nicklas Millard
- STRING OR BINARY DATA WOULD BE TRUNCATED by THE MONSTERS
- Testing your Domain when Event Sourcing by Derek Comartin
- Receiving JSON Objects Stream (NDJSON) in ASP.NET Core MVC by tpeczek
- USING DURABLE ENTITIES by SIMON TIMMS
- .NET 5 ON AZURE FUNCTIONS by THE MONSTERS
- How to migrate your MySQL database to the cloud
- Azure Static Web Apps: Bring Your Own Function (BYOF) by Dennes Torres
- Setting Up MassTransit and RabbitMQ by Paul DeVito
- Creating Business Workflows with Azure Logic Apps by Muhammed Saleem
- .NET May 2021 Updates by Rahul
- native Elastic integration with Azure—now in preview by Michael Yen-Chi Ho
- ASP.Net Core MVC: Implement Search functionality using Entity Framework by Mudassar Khan
- How to send an email with dynamic templates from SendGrid with ASP.NET Core by Anuraj
- Strategy Design Pattern (C#) by Raw Coding
- Ground processing with space data 5x faster with Azure by Tom Keane
- The Mediator Pattern by Gary Woodfine
- IMPORTING AN ENCRYPTED BACKUP INTO AZURE MANAGED SQL by SIMON TIMMS
- Against consistency by Mark Seemann
- Why is your ASP.NET server so slow? 10 performance problems and solutions by michaels
- Barn Door Security by George Stocker
- Custom User Message Extension Methods in C# and MVC by Matthew Jones
- NEW CODE RULES – WHY DO I HAVE TO BE A GIT EXPERT TO USE IT? by dotNetDave
- SECURING OAUTH BEARER TOKENS FROM MULTIPLE IDENTITY PROVIDERS IN AN ASP.NET CORE API by damienbod
- Validating An Email In A .NET API by WADE
- An Introduction to Azure Media Services by David Giard
- Async/Await Calls Gotcha with the CSharp ? Null Propagator by Rick Strahl
- Debugging a .NET assembly without the source code with Visual Studio by Gérald Barré
- Exploring the Visual Studio Code REST Book extension for native Notebooks by hanselman
- Mark Price on C#9 and .NET 6 by jesseliberty
- Angular 12 arrives with pile of improvements by Paul Krill
- Problem Details for Better REST HTTP API Errors by Derek Comartin
- GETTING STARTED WITH GITHUB ACTIONS FOR .NET DEVELOPERS by Steve Gordon
- Building an Event Driven .NET Application: The Fundamentals by Name Paul DeVito
- Azure Cosmos DB with ASP.NET Core Web API by Muhammed Saleem
- GitHub Fetch Upstream Branch by Ardalis
- How to generate video thumbnail with Azure function by Anuraj
- MONSTERS WEEKLY 207 - DOTNET NEW GITIGNORE by THE MONSTERS
- C# Language Highlights: Ranges by Cecil Phillip, ricardoesway
- MONSTERS WEEKLY 210 - SENDING EMAIL WITH SMTP4DEV AND MAILKIT by THE MONSTERS
- Viewing overwritten configuration values in ASP.NET Core by Andrew Lock
- C#: Make your delegates asynchronous from synchronous delegates by anthonygiretti
- what's new in EF Core by Jeremy Likness
- How to implement Azure AD Authentication in ASP.NET Core 5.0 Web Application by Facile Technolab
- Adding CAPTCHA on form posts with ASP.NET Core by Thomas Ardal
- ASP.NET Core 6 and Authentication Servers by Barry
- New to Anomaly Detector: Multivariate Capabilities by Seth Juarez, pgray9933
- Visual Studio Code: Did you know… You can generate an installation command of your installed extensions ? by anthonygiretti
- Trying out the open-source eCommerce platform nopCommerce using Docker by Andrew Lock
- StranglerFigApplication by Martin Fowler
- MONSTERS WEEKLY 209 by THE MONSTERS
Microsoft now again supporting Authentication Server as template in Asp.net Core 6 with more flexible licensing options. Now we can detect anomaly in our data with multiple factors / signals. Its now easy to migrate your extensions in form of script for vs code from one workstation to another. NopCommerce team maintained and supported .net capabilities and features over the time and now we can nopCommerce cms to docker with prefered capabilities. Its hard to upgrage and rewamp an old application to new framework version specially if the gap is huge, StanglerFig is one of the approach to achieve this. Taking notes and make them linked together is difficult but can be achieve by one extension in vscode.
In the first part I explained starting of my automation journey with first command to setup cypres at the end i.e. npm install cypress -g...