Search Articles

Search through 477 articles and tutorials

Search Tips

Basic Search

  • • Type any keyword to search titles and content
  • • Use multiple words for better results
  • • Search is case-insensitive

Recent Articles

Read article
How to Update Amazon Cognito Custom Attributes From Your .NET Applications

How to Update Amazon Cognito Custom Attributes From Your .NET Applications

Learn how to programmatically update Amazon Cognito custom attributes from your .NET applications. Keep user data in sync with real events like subscription upgrades, profile changes, and group assignments—all from your application code.

11/17/20255 min read
Read article
Build AWS Step Functions in Visual Studio Code: Create, Visualize, and Deploy Workflows

Build AWS Step Functions in Visual Studio Code: Create, Visualize, and Deploy Workflows

Learn how to build AWS Step Functions workflows directly in Visual Studio Code using the AWS Toolkit. Create workflows, visualize them as you edit, fix errors in real-time, and deploy to AWS without leaving your editor.

11/16/20254 min read
Read article
How to Grant Admin Override Access in ASP.NET Authorization Policies?

How to Grant Admin Override Access in ASP.NET Authorization Policies?

Learn how to implement admin override functionality in ASP.NET Core policy-based authorization that automatically grants staff and administrators access to all policies and requirements without modifying each handler individually.

11/16/20256 min read
Read article
AWS Step Functions with CDK: Define Workflows in Code Using .NET

AWS Step Functions with CDK: Define Workflows in Code Using .NET

Learn how to create AWS Step Functions using AWS CDK with .NET. We'll explore two approaches: loading existing ASL files directly into CDK, and using native CDK constructs to define workflows entirely in code.

11/15/20257 min read
Read article
Building Multiple Requirements and Auth Policy Handlers in ASP NET

Building Multiple Requirements and Auth Policy Handlers in ASP NET

Learn how to build flexible authorization policies in ASP.NET Core with multiple requirements and handlers per requirement. We'll explore real-world scenarios including subscription tiers, educational access, user suspension, and geographic restrictions.

11/15/20256 min read
Read article
Understanding OpenID Connect Scopes in Amazon Cognito for .NET Applications

Understanding OpenID Connect Scopes in Amazon Cognito for .NET Applications

Learn how to use OpenID Connect scopes with Amazon Cognito to access user profile information. We'll explore standard scopes like email, phone, and profile, and see how to retrieve these claims from JWT tokens in ASP.NET applications.

11/14/20256 min read