(Jignesh Trivedi) Dependency Injection is the design pattern that help us to create application which loosely coupled.
Tag: Development
Visual Studio Toolbox Unit Testing: Existing Code
(Robert Green) This is the fourth of a four part series, recorded this summer, where I am joined by Phil Japikse to discuss unit testing. T
How to Choose the Right .NET Collection Class?
(Damir Arh) The .NET framework Base Class Library contains many collection classes. This can make it difficult to decide when to use which. Grouping them together based on their properties can make the choice for a specific scenario, much easier.
Considering State Management Boundaries And The Separation Of Concerns
(Ben Nadel) For the last few weeks, I’ve been actively struggling to understand state management in a Single Page Application (SPA). Or perhaps more specifically, I’ve been struggling to understand how to use Redux in a JavaScript application.
Adding Custom Processing to Requests in ASP.NET
(Peter Vogel) When a request comes in to your ASP.NET site, it’s routed through a series of message handlers (in ASP.NET Web API) or modules (in ASP.NET MVC), each of which performs some operation on the request.
ASP.NET Core Firewall
(Dustin) About a month ago I experienced an issue with one of my online services which is running in the Google Cloud and also protected by Cloudflare. I had noticed a spike in traffic which only showed up in my Google Cloud dashboard but not in Cloudflare.
Creating A Simple setState() Store Using An RxJS BehaviorSubject In Angular 6.1.10 – Part 2
(Ben Nadel) Yesterday, I took a look at creating a simple, React-inspired .setState() store using an RxJS BehaviorSubject in Angular 6.1.10.
Serializing and Deserializing XML in .NET
(Hannes DuPreez) Learn how to serialize and deserialize XML in .NET quickly and easily. Examples are in C# and VB.NET.
How to Use the ADAL .NET library to Call the Microsoft Graph API in a Console Application (Using Authorization Code Flow)
(Frank Hu) This post is to show how to use the ADAL .NET library to acquire a token interactively in a console application.
Leveraging and Testing Script Bundles with Content Delivery Networks
(Peter Vogel) You can significantly reduce the time your users wait to see your ASP.NET pages by bundling your site’s JavaScript files into a single zip file.
