TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About CA
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gowtham K (7)
Vijayaragavan S (6)
Vijay Kumari (5)
Aakash Chhillar (4)
Dashrath Hapani (4)
Kirtesh Shah (4)
CSharp TV (4)
Raveena Attri (4)
Babita (3)
Mark Pelf (3)
Ziggy Rafiq (3)
Sarthak Varshney (3)
Amit Mohanty (3)
Rodrigo Diaz (3)
Amirthathasan Jothikumar (2)
Poonam Beniwal (2)
Lalit Bansal (2)
George (2)
Jaimin Shethiya (2)
Jochen Bartlau (2)
Varun Setia (2)
Prarthana Bhat (2)
Sangeetha S (2)
Vignesh Kumar (2)
Subarta Ray (2)
Arumilli Yamini (1)
Mohamed Shifan (1)
Emanuel Martins (1)
Tuhin Paul (1)
Mohamed Azarudeen Z (1)
Rohit Gupta (1)
Ishika Tiwari (1)
Navin Vanga (1)
Nitin (1)
Jignesh Kumar (1)
Devesh Omar (1)
Shiv Sharma (1)
Satya Karki (1)
Lisa Fusco (1)
Jayraj Chhaya (1)
Pradeep Yadav (1)
Mayooran Navamany (1)
Geo J Thachankary (1)
Aravind Govindaraj (1)
Deepak Tewatia (1)
Ganesan C (1)
Satendra Singh Bhati (1)
Related resources for CA
No resource found
Introduction to Azure DevOps
1/21/2025 8:22:04 AM.
Azure DevOps is a SaaS platform from Microsoft offering tools for managing DevOps workflows. It integrates with popular tools, supporting CI/CD, version control, testing, and collaboration, available
Create a Target Group in AWS for Load Balancing and Auto Scaling
1/21/2025 6:33:29 AM.
Learn how to create a Target Group in AWS for efficient traffic management with Elastic Load Balancers (ELB) and Auto Scaling Groups (ASG). This article covers step-by-step setup, health checks, and i
Learn about Delegates And Events
1/20/2025 11:59:20 AM.
Delegates and events are key concepts in C#. A delegate is a variable that holds a reference to a method, allowing flexible method calls. Events use the publisher-subscriber model, where a publisher t
Java Program to Generate Pascal's Triangle
1/20/2025 11:18:12 AM.
A Java Program to Generate Pascal's Triangle creates a pattern of numbers where each number is the sum of the two numbers directly above it. The program allows the user to input the number of rows
How to Attach an Elastic/Static IP to an EC2 Instance in AWS
1/20/2025 9:56:29 AM.
Elastic IP (EIP) in AWS is a static IPv4 address that stays fixed even if you stop/start your EC2 instance. It ensures a persistent, reliable IP that can be reassigned to different instances, offering
DeFi Use Cases: Bridging Traditional Finance and Blockchain
1/20/2025 8:09:11 AM.
Decentralized finance (DeFi) is revolutionizing financial services by leveraging blockchain for transparency, automation, and cost efficiency. With smart contracts, DeFi enables secure transactions, f
Locate and Enable Missing Copilot Button in Microsoft 365 Apps
1/20/2025 6:18:05 AM.
This article walks you through the steps to troubleshoot and activate the Copilot feature, ensuring seamless access to helpful AI-powered tools in your Microsoft 365 applications for enhanced producti
Download and Installing Veeam Backup & Replication
1/20/2025 5:08:09 AM.
Veeam Backup & Replication is a program that helps you save and recover data from computers, servers, and the cloud. It lets you set up automatic backups, store the data safely, and restore it if
Creating a MAUI .NET 9 Project [GamesCatalog] - Part 1
1/19/2025 6:40:20 AM.
Create a mobile app with a C# .NET backend using the IGDB API for a game catalog and reviews. Features include search screens, XAML layouts, CommunityToolkit integration, .NET 9, and a refined, user-f
Entity Framework (5-1), With .Net Core MVC, Database-First --- Scaffold-DbContext
1/18/2025 7:33:03 PM.
This article is to discuss the reverse engineering command Scaffold-DbContext by AI.
Java Program to Calculate the Sum of Odd Numbers in a Given Range
1/17/2025 8:15:26 AM.
This topic explains how to write a Java program to calculate the sum of all odd numbers within a specified range. The program takes a user-defined start and end value, then loops through the range to
Building a Scalable Real-Time Animal Image Classification System on Azure
1/16/2025 8:12:52 AM.
This article covers leveraging Azure's cloud infrastructure, including Azure Machine Learning, Cognitive Services, and Azure Kubernetes Service, for efficient and fast image processing.
Can Huawei's HarmonyOS Challenge Microsoft and Apple? (November 2024)
1/15/2025 8:18:06 AM.
This article explores how HarmonyOS could challenge the dominance of Windows and iOS, examining its features, market potential, and impact on the global tech landscape as of November 2024.
Let's Play with ServiceNow Table API Using Postman
1/15/2025 3:39:16 AM.
Learn how to create and test a POST Table API in ServiceNow using Postman. Step-by-step guide covers API setup, JSON payload, authentication, headers, and testing, ensuring secure and efficient data h
SQL Server – Query Performance – Database Maintenance can Help
1/15/2025 3:19:58 AM.
To improve query performance in an ASP.NET MVC application using SQL Server, periodic database maintenance steps like updating statistics and defragmenting indexes are essential. This includes manual
Java Program to Find the Average of Array Elements
1/14/2025 8:21:44 AM.
"Java Program to Find the Average of Array Elements" refers to a Java program that calculates the average of the numbers stored in an array. The program adds up all the elements of the array
Local and Global Temporary Tables in SQL Server
1/13/2025 6:55:28 AM.
Discover the differences between local and global temporary tables in SQL Server. Learn how to create, use, and manage temporary tables effectively.
Installing Additional SSD on LENOVO ThinkBook 16 G7 IML
1/13/2025 4:49:01 AM.
I installed a Samsung SSD 990 PRO 2TB in my Lenovo ThinkBook 16 G7 laptop with a 155H processor, 16 cores, 22 threads, 32GB RAM, and 1TB SSD. Steps included opening the back, adding the SSD, and verif
Basic Authentication in Asp.NET Core Web API
1/11/2025 6:29:54 AM.
This article explains implementing Basic Authentication in ASP.NET Core WebAPI using .NET Core 8. It covers authentication concepts, step-by-step implementation, and demonstrates a practical example w
AI Roadmap: How to Go from Beginner to Intermediate
1/10/2025 4:57:30 PM.
This article covers essential Python concepts, libraries (NumPy, Pandas, Scikit-learn, Matplotlib, SciPy), and machine learning frameworks (PyTorch, HuggingFace & Gradio), helping beginners progre
Vertical Slice Architecture with Code Examples in C# 12
1/10/2025 3:09:45 PM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Architectural Design Patterns for Applications Leveraging LLMs
1/10/2025 11:48:00 AM.
This video will talk about bridging natural language queries into structured queries.
A Comprehensive Guide for Enterprise Developers on .NET 9
1/10/2025 10:21:59 AM.
Ziggy Rafiq explains how enterprise developers can leverage high-performance APIs, real-time dashboards, and advanced security features using practical examples and best practices.
Bringing Legacy .NET Framework Applications into the Modern Era
1/10/2025 10:21:36 AM.
With this guide, you'll learn how to migrate your legacy .NET Framework apps to .NET 9, without refactoring code. It also discusses namespace updates, error handling improvements, and unit testing
What is Docker and Its Components?
1/10/2025 3:56:55 AM.
Docker is an open-source platform that automates the deployment, scaling, and management of applications using containers.
Calculate Simple Interest in Java with Code
1/8/2025 9:59:13 AM.
Learn how to calculate simple interest in Java using user input, exception handling, and validation. This article includes step-by-step explanations, example code, and techniques for handling invalid
How to Enable Cross-Region Replication in Amazon S3
1/8/2025 9:35:08 AM.
Learn how to enable Cross-Region Replication (CRR) in Amazon S3 to automatically replicate your data across AWS regions for better availability, disaster recovery, and compliance.
What’s the Difference Between localhost and 127.0.0.1?
1/7/2025 6:08:53 AM.
Understand the difference between localhost and 127.0.0.1, their roles in networking, and when to use each for development, testing, or troubleshooting.
The Importance of Unit Testing in .NET Applications
1/7/2025 5:16:22 AM.
Unit testing is a crucial practice in .NET applications that helps ensure code reliability, maintainability, and efficiency. By using frameworks like NUnit, MSTest, and XUnit, developers can automate
Check Armstrong Numbers Between Two Integers in Java with Code
1/6/2025 9:16:22 AM.
Learn to identify Armstrong numbers in a given range using Java. This article explains logic, digit manipulation, and mathematical operations, with an example program to detect and display Armstrong n
SharePoint Data from Azure Function using Self Signed Certificate
1/6/2025 8:20:45 AM.
This article covers configuring Azure Functions, setting up certificate-based authentication, and connecting to SharePoint Online, enabling secure integration for seamless data access.
How to Configure Autoscaling in AWS EC2?
1/6/2025 3:45:18 AM.
Amazon EC2 Auto Scaling simplifies infrastructure management by automatically adjusting the number of EC2 instances based on traffic demands. This article provides a step-by-step guide to setting up E
Blockchain Applications with Advanced Cybersecurity Strategies
1/3/2025 9:28:34 AM.
Blockchain security faces evolving cyber threats like phishing, smart contract vulnerabilities, and 51% attacks. Advanced strategies, including encryption, multi-signature wallets, and real-time monit
Architecting for Observability in iOS Applications: Building Resilient and Measurable Systems
1/2/2025 11:09:39 AM.
In this video, you will learn how to build Resilient and Measurable Systems
Exploring LensGo AI: A Game-Changer in Artificial Intelligence
1/2/2025 8:47:02 AM.
LensGo AI is an innovative platform that leverages the power of artificial intelligence to revolutionize visual content creation.
C# 7.0 New Features - Binary Literal, Digit Separator And Local Function - Part One
1/2/2025 5:26:55 AM.
This Article explains the new features of C# 7.0 and it covers features like binary literal, digit separator and local function.
Static Lambda in C# 12 : Performance Improvement
1/2/2025 5:22:49 AM.
This article explores Static Lambdas in C# 12, highlighting their performance benefits by preventing variable capture. Examples include sorting, filtering, parallel processing, and array operations, d
Display Current Date & Time Using Java With Code
1/1/2025 10:48:39 AM.
Learn how to display and format the current date and time in Java using `LocalDate`, `LocalTime`, `LocalDateTime`, `ZonedDateTime`, and `DateTimeFormatter` from the `java.time` package with practical
How to create an AWS SNS (Simple Notification Service)
1/1/2025 9:53:11 AM.
Amazon Simple Notification Service (SNS) is a scalable messaging service by AWS, ideal for sending notifications via email, SMS, or HTTP. Easily create topics, add subscribers, and publish messages to
Understanding the JSON Web Token (JWT)
1/1/2025 6:00:43 AM.
A small, URL-safe way to represent claims that need to be transferred between two parties is with JSON Web Tokens (JWT). The claims in a JWT can be digitally signed or integrity-protected with a Messa
How to Add and Manage connections in Power Automate
1/1/2025 5:33:26 AM.
Learn how to add, manage, and secure connections in Power Automate. Integrate 500+ services like SharePoint, Excel, and Office 365 for seamless workflows, time-saving automation, and centralized manag
What the Pub/Sub Building Block: Dapr in Action - Ep. 2
1/1/2025 5:28:12 AM.
In this video, you will understand what the Pub/Sub building block is, what are some of its concrete component implementations and how you can use it in your own applications.
Introduction to Dapr: Dapr in Action - Ep. 1
1/1/2025 5:25:50 AM.
In this video, you will understand what Dapr is and how it solves some of the most common challenges when building distributed applications.
Service-to-Service Invocation: Dapr in Action - Ep. 3
1/1/2025 5:24:27 AM.
In this episode, you will understand what the Service-to-Service invocation building block is, how it works, and how you can use it in your own applications.
Enhancing Application Insights with Serilog and SEQ
1/1/2025 5:03:20 AM.
In this article, we will learn how to enhance application insights using Serilog and SEQ, two powerful tools for structured logging and real-time log analysis.
A Fix to SQL Server Error 18456 - Login Failed
12/31/2024 2:32:42 PM.
This article is to discuss A Fix to SQL Server Error 18456 - Login Failed.
Effective System Design using CAP theorem
12/31/2024 9:37:49 AM.
In the video, the audience can get a good insight on why CAP is required apart from practical use cases of it in banking systems, social media feeds and e-commerce sites etc.
Understanding JavaScript Closures
12/31/2024 6:02:22 AM.
Closures in JavaScript enable functions to retain access to their lexical scope, even outside their context. They aid in data encapsulation, creating private variables, function factories, and event h
CSharp.com Unveils Real-World Web3 Skills Credentialing and Certifications to Empower Developers and Simplify Hiring
12/31/2024 3:59:14 AM.
CSharp.com unveils real-world Web3 skills credentialing and certifications to empower software developers and streamline the hiring process for employers.
What is .NET Aspire?
12/30/2024 5:00:58 AM.
.NET Aspire enhances application development with modern practices, cross-platform support, scalability, and cloud-native capabilities. Leverage powerful tools, rich libraries, and community support t
Configuring Azure AD B2C MFA for the Registered Applications
12/29/2024 4:21:40 AM.
This article covers setting up MFA policies, enabling secure user access, ensuring seamless integration with your apps, and providing an extra layer of protection for user accounts.
Implement JWT Token in Net Core Api
12/28/2024 12:09:03 PM.
This article covers the step-by-step process to secure your API using JWT for token-based authentication, ensuring secure communication and proper authorization. Perfect for developers looking to enha
VarP function in PowerFx using canvas App with Power apps
12/28/2024 5:39:38 AM.
Learn how to use the VarP function in Power Fx with Power Apps. Build a Canvas App, design controls like Labels and TextBoxes, calculate variance, and preview results on various devices in Power Apps
How to Transfer Files/Folders from AWS EC2 to Local Machine Using SCP
12/27/2024 8:44:25 AM.
Transferring files between an AWS EC2 instance and your local machine is easy using SCP. This guide explains the steps to securely copy files and folders, verify transfers, and ensure successful data
StdevP Function in PowerFx Using Canvas App with Power Apps
12/27/2024 5:43:22 AM.
Reading this article, you can learn how to perform the StdevP function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
Learn HTTP Interceptors in Angular
12/26/2024 4:53:49 AM.
HTTP Interceptors in Angular are powerful tools that allow developers to modify or handle HTTP requests and responses globally. They are used for tasks like adding authentication tokens, logging, erro
Single Sign-out in Azure AD B2C for the Registered Applications
12/25/2024 6:17:09 AM.
In this article, you will learn how to configure Single Sign-out in Azure AD B2C for the registered Applications. Learn to configure Single Sign-Out in Azure AD B2C for seamless session termination ac
Advanced Logging with Proxies in C#
12/24/2024 6:45:26 AM.
This article presents a lightweight, dependency-free logging mechanism in C# using the DispatchProxy class. It enables efficient method interception, conditional logging, performance optimization, and
Secure Logout redirect in Azure AD B2C for Blazor application
12/22/2024 5:41:54 AM.
From this article, you will learn how to implement secure logout redirect in Azure AD B2C for the Blazor application. Learn to implement secure logout redirection in Blazor with Azure AD B2C, ensuring
Getting started with Power Pages - Microsoft Business Application Ep. 24
12/21/2024 4:20:06 PM.
In this session, we will be giving a walkthrough on Power Pages.
Introduction to Landing zone
12/20/2024 5:48:06 AM.
A Landing Zone in cloud architecture is a pre-provisioned environment for hosting workloads. It ensures scalability, modularity, and secure design by focusing on identity, networking, governance, secu
Handling Post Logout Redirection in Azure AD B2C with Blazor App
12/20/2024 4:36:15 AM.
This article covers configuring logout redirect URLs, managing user sessions, and enhancing the post-logout user experience. Simplify identity management and ensure seamless navigation after sign-out.
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
12/20/2024 4:30:21 AM.
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
12/19/2024 8:24:48 AM.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
How To Remove Duplicate Characters From String In C#
12/18/2024 10:15:00 AM.
Learn how to remove duplicate characters from a string in C# with simple and effective methods. it will cover various approaches, including using loops, LINQ, and HashSet, to streamline string manipul
Handling Azure AD B2C Claims in Blazor Application
12/18/2024 7:12:15 AM.
This article covers how to handle Azure AD B2C claims in a Blazor application. It explains how to integrate Azure Active Directory B2C for authentication, manage user claims, and configure claims-base
How to Transfer Files or Folders from Local Machine to Remote in EC2
12/17/2024 9:32:02 AM.
This article explains how to transfer files or folders from your local computer to an Amazon EC2 instance using SSH and SCP. It covers the steps to connect to the EC2 instance, create a folder, and se
Understanding Access Modifiers in C#
12/17/2024 5:16:32 AM.
Access modifiers in C# control the visibility and access of class members such as fields, properties, methods, and classes. They enforce encapsulation by defining who can access what within a class, d
Sum Function in PowerFx using Canvas App with Power Apps
12/16/2024 10:40:06 AM.
Learn how to use Power Fx's Sum function in Power Apps to build custom business applications quickly. This guide covers creating a simple Canvas app, using Text Box and Label controls, and integra
Implementing Localization in ASP.NET Core Web API
12/16/2024 9:29:14 AM.
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Implementing Responsible AI using Python
12/16/2024 7:10:56 AM.
This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
Azure AD B2C as an Identity Provider for Blazor Applications
12/16/2024 7:04:28 AM.
From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, cover
A Threadsafe C# LRUCache Implementation
12/16/2024 5:27:17 AM.
The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
Min Function in PowerFx using Canvas App with Power Apps
12/13/2024 12:16:52 PM.
Reading this article, you can learn how to perform the Min function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
Understanding Responsive Applications
12/13/2024 8:47:19 AM.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
Take User Input in Java with BufferedReader
12/13/2024 4:04:37 AM.
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless input h
NATS Message Queue Authentication
12/11/2024 8:38:23 AM.
How to set Authentication and Authorisation in the NATS Message Queue. Explore NATS authentication techniques, including Username/Password, Tokens, NKEY, JWT, and custom methods. Understand security h
Getting Started with React: A Simple Guide
12/11/2024 7:17:20 AM.
Learn the Basics of React and How to Start Building Web Applications
Max Fnction in PowerFx using Canvas App with Power Apps
12/11/2024 4:51:08 AM.
Reading this article, you can learn how to perform the Max function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
SQLite Database with .NET Example
12/10/2024 9:51:01 AM.
SQLite is a lightweight, file-based relational database ideal for small web, mobile, and .NET applications. This guide demonstrates SQLite integration, CRUD operations, and database handling using C#.
Using SignalR for Real-Time Communication in Blazor Applications
12/10/2024 9:10:45 AM.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including
Create Customer and Process Card Payments with Tokenization Angular
12/10/2024 9:05:45 AM.
Create a customer using tokenization and the payment process with a card in Angular. Explore integrating Stripe for credit card payments and design in Angular using Stripe.js and .NET backend. Detaile
Real-Time Notifications in Amazon Aurora PostgreSQL
12/10/2024 6:46:05 AM.
In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
Average Function in Canvas App using PowerFx with Power Apps
12/9/2024 6:29:35 AM.
Reading this article, you can learn how to perform the Average function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Slider control, Label control in the Power Apps enviro
Implement Hybrid Cache in .NET 9 + Redis Caching
12/9/2024 5:18:05 AM.
Hybrid cache simplifies .NET caching by unifying in-memory and distributed approaches. It supports extensible code, concurrency management, multi-source caching, Redis integration, serialization, and
Building Percentage Calculator with using JavaScript with Code
12/9/2024 4:22:51 AM.
The title "Building an Enhanced Percentage Calculator with HTML, CSS, and JavaScript" refers to the process of creating a fully functional and visually appealing percentage calculator using
Payment and Invoice Processing Using Stripe in .NET
12/7/2024 3:58:00 AM.
Learn how to integrate Stripe with .NET for secure payment processing, including customer creation, payment methods, invoices, refunds, and more. A step-by-step guide for building robust and scalable
Token Caching in .NET 8 with Microsoft Entra ID
12/7/2024 3:22:18 AM.
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability i
Take Input in Java using Scanner Class with Code
12/6/2024 6:44:28 AM.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with exampl
Deploying a Web Application Using NGINX on Alibaba Cloud
12/6/2024 5:25:43 AM.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
Getting Input From User in Java
12/5/2024 9:58:28 AM.
In this article, you will learn a way of getting input from users in Java. The Java Scanner class simplifies user input by parsing tokens with default whitespace delimiters. This article demonstrates
Creating a BMI and Caloric Needs Calculator Using JavaScript with code
12/5/2024 8:40:24 AM.
Build a user-friendly fitness tracker web app using HTML, CSS, and JavaScript. Calculate BMI, BMR, and daily caloric needs while generating personalized workout recommendations based on age, gender, w
How to Create a Stopwatch Application using JavaScript with Code
12/5/2024 8:33:20 AM.
Learn how to build a fully functional stopwatch with HTML, CSS, and JavaScript in this beginner-friendly tutorial. Create a stopwatch with start, stop, reset, lap recording, and theme switching featur
Palindrome Number in C#
12/5/2024 8:28:36 AM.
Learn to check if a number is a palindrome in C#. Understand what a palindrome number is and follow a step-by-step guide with code examples to implement it efficiently.
Palindrome String Program in C#
12/4/2024 10:58:47 AM.
Explore how to determine if a string is a palindrome in C#. Learn the concept and examples, and implement a simple solution to check palindrome strings for interview preparation.
Customized Authentication Filters in ASP.MVC Core 6
12/4/2024 9:34:59 AM.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user acc
How to Locally Override Code and Test It in the Browser?
12/4/2024 5:21:01 AM.
This guide covers setting up a local development environment, using browser developer tools, and implementing changes directly to see the results instantly, enhancing your web development workflow.
Create Worker Service and Deploy as Windows Service .NET Core
12/4/2024 5:01:25 AM.
In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage it using commands for seamless background task execution.
Create a Node.js API for Web 3.0: Simple Steps and Code Examples
12/4/2024 4:52:54 AM.
Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. Build powerful APIs to interact with decentralized applications (dApps
Implementing Logging in C# 9.0
12/4/2024 4:22:37 AM.
This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using different frameworks such as Microsoft.Extensions.Logging, NLog, and Ser