C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Godel(8)
Muhammad Imran Ansari(5)
George (5)
Mahesh Chand(4)
Allam Purushotham(4)
Vijai Anand Ramalingam(4)
Vijayaragavan S(3)
Emanuel Martins(3)
Vinoth Xavier(3)
Vijay Kumari(3)
Gowtham Rajamanickam(2)
Aradhana Tripathi(2)
Sagar Rane(2)
Tony S Thomas(2)
Tharunkumar Magudeeswaran(2)
Eliana Blake(2)
Shiv Sharma(2)
Mohammad Hasan Hosseini(2)
Raveena Attri(2)
Rijwan Ansari(2)
Subarta Ray(2)
Sangeetha S(2)
Arun Potti(1)
Saurabh Prajapati(1)
Bohdan Stupak(1)
Aishwarya Gupta(1)
Anu Viswan(1)
Ashish Bhatnagar(1)
Madhu Patel(1)
Mayooran Navamany(1)
Rikam Palkar(1)
Bhawna Vishwakarma (1)
Neel Shah(1)
Parth Soni(1)
Dashrath Hapani(1)
Jaydeep Patil(1)
Manoj Kalla(1)
Mark Pelf(1)
Arkadeep De(1)
Rinki (1)
Abiola David(1)
Mushtaq M A(1)
Jignesh Kumar(1)
Alagunila Meganathan(1)
Wilson Mok(1)
Vinay Ayinapurapu(1)
Mohamed Azarudeen Z(1)
Vijay Pratap Singh(1)
Cristopher Coronado(1)
Muhammad Asif(1)
Satya Karki(1)
Gowtham K(1)
Tuhin Paul(1)
Praveen Sreeram(1)
Ziggy Rafiq(1)
Jay Krishna Reddy (1)
Resources
No resource found
How to Configure a "DoNotReply" Email Using a Shared Mailbox in Dynamics 365 CE
May 26, 2025.
In this article, we will learn Step-by-step details to configure the donotreply share mailboxes and send emails in Dynamics 365 CE
Integrating GPT-4 in C# Applications Using Azure OpenAI Services
May 26, 2025.
Integrate GPT-4 into your C# apps using Azure OpenAI Services for powerful AI features like chat, summarization, and analysis.
How to Ensure Data Privacy and Intellectual Property Protection When Using LLMs
May 23, 2025.
Learn how to protect data privacy and intellectual property when using Large Language Models (LLMs). Explore secure deployment options, prompt sanitization, regulatory compliance, and best practices for safely integrating GenAI into your enterprise workflows.
Add SharePoint Knowledge to a Custom Copilot using Copilot Studio
May 23, 2025.
Enhance your custom Copilot with SharePoint knowledge using Copilot Studio. Seamlessly connect and integrate SharePoint data to empower your AI assistant with organizational content, improving responses and productivity within your business environment.
Gender Classification from Speech Using Machine Learning
May 22, 2025.
This article covers key techniques, features like pitch and frequency, and how models are trained to classify gender based on audio data.
Using RAG architecture for generative tasks
May 22, 2025.
This article explores using Retrieval Augmented Generation (RAG) with LLMs to create artistic text, combining personal datasets, prompt engineering, and synthetic data for more relevant, high-quality poetic output.
What Is a Neural Network? How It Works and Where It's Used
May 22, 2025.
Learn what neural networks are, how they process data, and where they’re used in real-world applications.
How to Make Power Pages Form Fields Mandatory or Optional Using jQuery
May 22, 2025.
In this article, we will learn how to use jQuery to dynamically set Power Pages form fields as mandatory or optional.
Service Discovery using Consul
May 21, 2025.
Explore how to implement service discovery in .NET using Consul, enabling microservices to dynamically locate and communicate with each other without hardcoding service addresses or configurations.
Typical Uses of JDBC with Architecture
May 16, 2025.
The traditional client/server model has a rich GUI on the client and a database on the server. In this model a JDBC driver is deployed on the client.
How Would You Architect a Chatbot Using a Large Language Model
May 15, 2025.
This article explains the basic steps to get started with creating a chatbot using a large language model.
Real-Time Data Retrieval from APIs Using SSIS
May 14, 2025.
This article explains how to integrate APIs with SQL Server Integration Services (SSIS) to automate data retrieval using HTTP requests. It covers API setup, SSIS package creation, and script task configuration.
Export Table Data as CSV in React Using Axios and react-csv
May 14, 2025.
Learn how to export table data to a CSV file in a React application using Axios for data fetching and the react-csv library for easy CSV generation.
EOMonth function in PowerFx using canvas App with Power apps
May 13, 2025.
Learn how to use the EOMonth function in Power Fx with Microsoft Power Apps. Build a canvas app to calculate the last day of added or subtracted months using TextBox, Label, and Button controls.
Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
May 13, 2025.
Use C# 14 and .NET 9 to design, query, and manage data warehouses efficiently. Automate schema creation, support SCD Type 2, integrate with BI tools, and run high-performance queries for real-time analytics.
C# Big Data Processing Using C# 14 Features
May 09, 2025.
Explore how C# 14 empowers big data processing with its latest features like improved pattern matching, enhanced performance, and simplified syntax.
Applying the Saga Pattern for Distributed Transactions Across Services Using C# Examples
May 07, 2025.
The Saga pattern in microservices helps manage distributed transactions by breaking them into local transactions with compensating actions. It ensures data consistency and handles failures through choreography or orchestration.
Construction of Polyglot Microservices using C# and .NET
May 07, 2025.
Learn how to design C# microservices for polyglot systems that integrate multiple languages like Python, Node.js, and Go. Explore strategies for using open protocols, defining contracts, and ensuring resilience in distributed environments.
Using children in React?
May 07, 2025.
Learn how to use `props.children` in React to pass elements, text, or components between tags. Enhance flexibility, create reusable layouts, and apply styles or logic using `cloneElement` and fallbacks.
What are the risks of using Vibe Coding?
May 06, 2025.
Explore the potential risks of using AI for code generation, from code quality and security risks to skill erosion and legal uncertainties.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
Build & Deploy Azure Function Using C# and Integration with Azure SQL
May 05, 2025.
This article walks you through creating the function, connecting to SQL, and deploying it to Azure perfect for developers looking to build serverless apps with database support.
Storing Event Streams in a Database Using Cosmos DB with C#
May 03, 2025.
This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET and Azure.
Vibe Coding with AI: Using Prompt Engineering to Build a Full C# Database Solution
May 02, 2025.
Discover how to harness the power of AI and prompt engineering to build a complete C# database solution.
Implementing Azure Key Vault for Secure Secret Management
May 01, 2025.
Azure Key Vault is a secure cloud service to store and manage secrets, keys, and certificates. It offers centralized control, strong encryption, RBAC access, and audit logging for enhanced application security.
Using C# with Azure Blob Storage: Practical Examples with the Azure SDK for .NET
Apr 29, 2025.
This article covers uploading, downloading, and managing blobs, making it easier to integrate cloud storage into your .NET applications efficiently and securely.
POC Template Generation Using MS Word
Apr 29, 2025.
Generate structured Proof of Concept (POC) templates using Microsoft Word to streamline documentation for IT and business projects.
PDF Generation Using Power Automate Flow
Apr 29, 2025.
This Power Automate flow enables PDF generation directly from Power Apps. It parses input data, populates a Word template, converts it to PDF, and saves it to SharePoint.
Using C# with AWS S3: Practical Examples with the AWS SDK for .NET
Apr 28, 2025.
Learn how to use AWS S3 with C# using the AWS SDK for .NET. This guide covers setting up your project, uploading/downloading files, listing and deleting objects, and best practices for secure and efficient S3 operations.
How to Seamlessly Integrate Microsoft Dataverse with Fabric Using Fabric Link
Apr 28, 2025.
Learn how to easily connect Microsoft Dataverse to Microsoft Fabric using Fabric Link. Step-by-step guide covering prerequisites, setup, Lakehouse validation, and understanding how Dataverse syncs with Fabric.
Excel-Powered CRUD in SharePoint List Using PnP JS and XLSX
Apr 24, 2025.
Utilizing Excel as an information source, PnP JS for SharePoint operations, and the XLSX library for parsing Exceed expectations records, I will walk you how to perform out CRUD (Create, Read, Update, Delete) method in a SharePoint list.
Thread-Safe Counters and Flags Using Interlocked in .NET
Apr 23, 2025.
Learn how .NET's Interlocked class enables lock-free, thread-safe operations for counters, flags, and atomic updates—perfect for lightweight concurrency control in multithreaded applications without risking race conditions.
How to Implement Zero Trust Architecture on Azure Using C#
Apr 21, 2025.
Learn how to implement Zero Trust Architecture on Azure using C#. Secure your apps with Azure AD, Key Vault, RBAC, Managed Identity, and Conditional Access for robust, identity-driven protection.
Listing Information from the Local DB in MAUI .NET 9 [GamesCatalog] - Part 15
Apr 20, 2025.
Learn how to list and display information from a local database in a .NET 9 MAUI application! In Part 15 of the GamesCatalog series, we’ll explore data binding, fetching records, and displaying game data seamlessly in your MAUI app. Perfect for beginners and intermediate developers!
Set Up GitHub Actions for Azure Using Terraform
Apr 17, 2025.
GitHub Actions enables CI/CD automation through workflows and runners. Easily deploy Azure resources using Terraform by setting up a self-hosted runner, writing workflows in YAML, and managing infrastructure as code.
Create Graph Windows Form - WInForm using .Net 8
Apr 16, 2025.
Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.
Understanding of Internet Information Services – Series I
Apr 16, 2025.
Get started with Internet Information Services (IIS) in this beginner-friendly series. Learn the basics of Microsoft's powerful web server, its features, its setup process, and how it supports hosting web applications on Windows.
How to Write Test Cases Using GitHub Copilot
Apr 15, 2025.
Learn how GitHub Copilot can simplify writing test cases with AI-powered suggestions. This guide covers generating templates, writing assertions, handling edge cases, and following best practices—helping you improve code quality, save time, and streamline testing.
Best Practices for Deploying Microservices on Azure using C#
Apr 14, 2025.
Deploying microservices on Azure using C# ensures scalability, resilience, and efficiency. Leverage AKS, Azure DevOps, secure APIs, and observability tools to build, manage, and optimize modern cloud-native applications.
.NET 8 - System.Linq.Dynamic.Core – using SQL LIKE
Apr 11, 2025.
System.Linq.Dynamic.Core library does not support SQL LIKE, and I added support for it. Added SQL LIKE support to the System.Linq.Dynamic.Core in .NET 8 using a custom patch. Enables dynamic SQL pattern matching in EF8 projects where built-in LIKE functionality was missing.
Build a Product Info Chatbot Using OpenAI and RAG Model
Apr 08, 2025.
Build a powerful AI chatbot using OpenAI GPT and RAG to deliver real-time, accurate product information. Enhance user experience, reduce support tickets, and boost conversions in your e-commerce platform.
Unit Test CRUD operation in Web API using NUnit Testing Framework
Apr 07, 2025.
Testing a Web API Crud Operation's test scenarios using NUnit Framework. Learn how to implement unit testing in C# using the NUnit framework for efficient CRUD operation testing. Explore test case scenarios, NUnit features, and the AAA pattern for reliable, high-quality code validation.
How to Refactor the Code Using GitHub Copilot
Apr 04, 2025.
Keeping code up to date is essential for security, performance, and maintainability. Code refactoring helps optimize and modernize software, but it can be time-consuming.
EDate Function in PowerFx Using Canvas Apps in Power Apps
Apr 01, 2025.
Reading this article, you can learn how to perform the EDate function in PowerFx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
Setting Up and Using a Local SQLite Database in MAUI .NET 9 [GamesCatalog] - Part 9
Mar 31, 2025.
This article covers database integration, CRUD operations, and best practices for storing data locally in a cross-platform mobile application. Follow along to enhance your MAUI app with efficient data management.
How to Create a Rock, Paper, Scissors Game in Python Using CLI
Mar 31, 2025.
Learn how to create a simple Rock, Paper, Scissors game in Python using the command line interface (CLI).
Download Function in PowerFx using Canvas App with Power Apps
Mar 31, 2025.
Learn how to use the Power Fx Download function in Microsoft Power Apps to download files from a URL. Explore canvas app development, controls like TextBox, Label, Button, and test the app in Power Apps Studio.
Creating DataFrames in PySpark Using Fabric Notebook
Mar 27, 2025.
This article walks through defining schemas, specifying column names, and using SQL-like DDL in a Fabric Notebook. Explore StructType, StructField, and various ways to display and verify DataFrame content efficiently.
Consuming HTTP Calls in .NET MAUI Using HttpClient
Mar 27, 2025.
Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
How to Split a List into Batches Using the Chunk Method in C#
Mar 24, 2025.
Learn how to efficiently split a list into smaller batches using the Chunk method in C# This method, introduced in .NET 6, simplifies list processing by breaking large collections into manageable chunks.
How to Write Boilerplate Code Using GitHub Copilot
Mar 22, 2025.
This article covers setting up Copilot, generating code snippets, using Copilot Chat, and reviewing AI-generated code. Boost your coding productivity with AI-powered code suggestions for C# and other languages
How to Show and Hide Content Using JavaScript
Mar 22, 2025.
Learn how to create dynamic and interactive webpages by showing and hiding content using JavaScript. This detailed guide covers HTML structure, CSS styling, JavaScript functions, and various commands to control the visibility of elements.
How to Create Trigger Call Custom Trigger Using C# Code in D365
Mar 22, 2025.
This article covers setting up a trigger, writing C# logic, and integrating it with D365 for automated workflows. Perfect for developers looking to customize business processes and enhance automation in Dynamics 365 applications.
Efficiently Splitting SharePoint Column Values Using Power Apps Split Function
Mar 20, 2025.
This article explores how to use the Split function in Power Apps to dynamically extract and display the first and last names from a full name stored in a SharePoint list's people picker column.
How to Use Azure Monitor for Performance Tracking with Alerts using C#
Mar 19, 2025.
Learn how to use Azure Monitor with C# to track performance, collect telemetry, and set up real-time alerts.
Using Icon Fonts in MAUI .NET 9 [GamesCatalog] - Part 7
Mar 18, 2025.
Learn how to integrate FontAwesome icons and manage game status selection in a MAUI MVVM .NET 9 application. This guide covers adding custom fonts, binding commands, and styling buttons dynamically to reflect game progress.
Using Azure OpenAI in a Logic App Workflow
Mar 17, 2025.
Azure Logic Apps seamlessly integrate with Azure OpenAI to enable AI-driven automation. This guide demonstrates how to create a Logic App that processes user queries and generates responses using GPT models.
Using Spark to Read and Write Data in Microsoft Fabric Data Warehouse
Mar 10, 2025.
Using the Spark Connector for Microsoft Fabric Data Warehouse to enable data engineers to directly read and write data in Fabric Data Wareousing using Spark notebooks. This eliminates the need for complex ETL processes or intermediary storage.
High Performance of LoggerMessage in Microsoft.Extensions.Logging
Mar 08, 2025.
LoggerMessage in Microsoft.Extensions.Logging provides high-performance logging by reducing memory allocations and improving efficiency. Unlike traditional logging methods, it uses precompiled delegates to format log messages, making it faster.
How to Write a Complete Website Code Using GitHub Copilot
Mar 07, 2025.
GitHub Copilot is an AI-powered code assistant that helps developers write frontend and backend code efficiently. It supports HTML, CSS, JavaScript, React, APIs, databases, and deployment automation.
Setting Up SPFx Development Environment Using NVS
Mar 04, 2025.
Setting up a SharePoint Framework (SPFx) development environment using NVS (Node Version Switcher) ensures seamless Node.js version management.
Using EC2 to Automatically Upload Files to S3 with Cron Jobs
Mar 03, 2025.
This step-by-step article covers setting up an EC2 instance, installing AWS CLI, creating a shell script, and scheduling file transfers. Perfect for backups, log management, and data processing.
Chain of Responsibility Using Delegate Chaining in .NET
Mar 02, 2025.
The Chain of Responsibility (CoR) pattern enables flexible processing pipelines, used in ASP.NET Core middleware, HttpClient handlers, and validation pipelines like FluentValidation. It supports dynamic rules, async execution, and extensibility.
Remove IIS Log Files (2-2) --- Add "Log on as a batch job" Right to a user
Feb 27, 2025.
This article is a server management.
Real-Time Anomaly Detection in Server Logs with .NET 9 and ML.NET
Feb 28, 2025.
This article explores machine learning techniques to identify unusual patterns, detect errors, and enhance system monitoring. Improve server performance and security with AI-driven log analysis in .NET applications.
Automate Email Sending Using SSIS Script Task
Feb 28, 2025.
This article is about Automate Email Sending Using SSIS Script Task
Remove IIS Log Files (4-3) --- AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss AWS security group on the ec2 needs to Allows ports for PowerShell Remoting
Remove IIS Log Files (4-2) --- Make Server Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss to Make Server Allows ports for PowerShell Remoting
Most Used GlideRecord Methods in ServiceNow
Feb 27, 2025.
GlideRecord is a powerful ServiceNow API used to interact with database tables. This article explores the most commonly used GlideRecord methods, helping developers query, retrieve, update, and manipulate records efficiently.
Server-to-Server Authentication in Zoom Using .NET Core
Feb 25, 2025.
Zoom provides a Server-to-Server OAuth (S2S OAuth) authentication method for secure API interactions between your application and Zoom services. This authentication method is recommended for server-based applications that do not require user authorization.
Remove IIS Log Files (4-1) --- Managing Sensitive Info in AWS
Feb 24, 2025.
This article will discuss parameter store and Secret Manger in AWS
Document Translation Solution Using Azure AI .NET and React
Feb 24, 2025.
This guide covers integrating Azure Cognitive Services for seamless language translation, enabling real-time multilingual support. Discover how to use AI-powered translation for efficient and scalable applications.
Integrate External Application with D365 CRM Using Power Automate
Feb 24, 2025.
This article covers setting up automated workflows, using connectors, and synchronizing data seamlessly. Enhance business processes by enabling smooth communication between Dynamics 365 and third-party apps with low-code automation.
Scheduling Background Jobs in ASP.NET Core Using Quartz.NET
Feb 22, 2025.
Quartz.NET is a powerful and flexible job scheduling library that seamlessly integrates with ASP.NET Core. It enables developers to automate background tasks, schedule recurring jobs, and manage workflows efficiently. This article explains what is Quartz.NET and how to impkemnt it to schedule a background job.
Automate Knowledge Retrieval from SharePoint Using Amazon Bedrock Prompt Flow
Feb 21, 2025.
In this article, you will learn how to build an Amazon Bedrock Prompt Flow to automate the retrieval and summarization of content from SharePoint Online using the AWS CLI.
Web Scraping Using Python
Feb 21, 2025.
Learn how to scrape book details like titles, prices, and ratings from 'Books to Scrape' using Python. This guide covers web scraping basics, data extraction, and enhancements for efficient data handling.
Integrating Microsoft Entra ID SSO with a .NET Application Using OWIN
Feb 20, 2025.
This article covers OAuth 2.0, OpenID Connect, and step-by-step implementation to enable seamless Single Sign-On (SSO), enhancing security and user experience.
Remove IIS Log Files (2-1) --- Handle Group User Accounts
Feb 19, 2025.
This article is a server management.
Efficiently Managing Panama Canal Traffic Using C#
Feb 20, 2025.
This article demonstrates a fleet management system for the Panama Canal using C# and .NET Core, with sample code and output to optimize vessel transits and resource allocation.
Create Schema Zip Using CDS Configuration Migration Tool for D365
Feb 20, 2025.
Create Schema zip file using Common Data Service Configuration Migration tool for D365 to imported the record using tool
Running DeepSeek-R1 Locally Using Ollama and Open WebUI in Docker
Feb 18, 2025.
This article covers step-by-step instructions for setting up Docker, deploying DeepSeek-R1, and using Open WebUI for easy interaction, all while leveraging Ollama for efficient management of your AI model.
Automate Prompt Flow Creation in Amazon Bedrock Using .NET
Feb 18, 2025.
In this article, you’ll learn how to automate the creation of a flow with a single prompt in Amazon Bedrock using the .NET console application.
How to Invoke Amazon Bedrock Flow Using C#
Feb 18, 2025.
This article walks you through setting up Bedrock, integrating it with C#, and making API calls to invoke AI models. Perfect for developers looking to leverage AWS AI services in .NET applications.
Recursive Algorithm in C# Using Towers of Honoi
Feb 18, 2025.
This article delves into the Tower of Hanoi puzzle, explaining its rules and providing a step-by-step guide to solving it using a recursive algorithm in C# with sample code and outputs.
How to Encrypt the SQLite DB File using AES
Feb 17, 2025.
using the AES Algorithm to encrypt the SQLite DB file. Learn how to encrypt an SQLite database file in .NET C# using AES encryption. This guide covers key generation, IV usage, hashing with SHA256, and secure file encryption using CryptoStream and FileStream.
Real-Time Component Communication in Angular Using Subjects
Feb 17, 2025.
Learn how to leverage RxJS and Angular's powerful observables to enable dynamic, event-driven communication between components.
Create Storage Account and Move Files Using ADF Activity
Feb 17, 2025.
Learn how to create an Azure Storage Account, set up Azure Data Factory (ADF), and efficiently move files between folders using ADF activities.
Using Bitmap Compare Two Images in .NET Core
Feb 15, 2025.
This article covers pixel-by-pixel comparison, detecting differences, and analyzing visual changes in images using C#. Ideal for developers working with image processing, graphics analysis, or automated testing.
Track Deployments Easily Using az.deployer().objectId
Feb 13, 2025.
Bicep v0.32 introduces az.deployer().objectId, enabling retrieval of the principal ID executing deployments. This enhances governance, audit trails, and resource tagging, improving visibility, compliance, and automation in Azure infrastructure.
A C# 13 Tip for building Data Transfer Objects (DTOs) Using Records
Feb 12, 2025.
C# records, introduced in C# 9 and improved in C# 13, offer immutable data models ideal for DTOs. They provide value semantics, concise syntax, automatic method generation, and enhanced data integrity for clean, maintainable code.
Create a Documents File in Sharepoint Location Using Power Apps
Feb 11, 2025.
Learn how to create a document file in a SharePoint location using Power Apps. This guide covers step-by-step instructions to automate file creation, integrate Power Apps with SharePoint, and streamline document management.
Automate Prompt Flow Creation in Amazon Bedrock Using AWS CLI
Feb 08, 2025.
Learn how to automate AI workflow creation in Amazon Bedrock using AWS CLI. Set up IAM roles, define prompt flows, and integrate AWS services like Lambda and S3. Follow step-by-step commands to deploy and test your AI-powered flow.
List Azure Backup Jobs Using C# Async Method
Feb 08, 2025.
Azure Backup is a secure, scalable service for protecting VMs, databases, and on-premises data. It automates backups, ensures compliance, supports Geo-Redundant Storage (GRS), and enables recovery via the Azure SDK for .NET or PowerShell.
Encrypt Web Config Sections Using aspnet_regiis.exe Securely
Feb 07, 2025.
Learn how to encrypt and decrypt **Web.config** sections using **aspnet_regiis.exe** for enhanced security in ASP.NET applications. This guide covers encryption commands, best practices, and considerations for secure configuration management.
Encrypt and Decrypt Web.config Using aspnet_regiis.exe Tool
Feb 07, 2025.
Learn how to use the **aspnet_regiis.exe** tool to encrypt and decrypt **Web.config** sections in .NET applications. This article covers prerequisites, command execution, and practical examples for securing configuration settings.
How to Enable Logging in Amazon S3
Feb 05, 2025.
This article covers everything from configuring logging settings to tracking and storing access logs. Monitor your S3 bucket activity, improve security auditing, and streamline troubleshooting with AWS S3 logs.
Building a Translation Application Using Python
Feb 05, 2025.
Create a Python-based translation app in Google Colab using the googletrans library and ipywidgets. This interactive tool supports 100+ languages, real-time translation, and user-friendly features for seamless multilingual communication.
Build a Fun and Interactive Quiz App Using Python
Feb 04, 2025.
Build an interactive Python Quiz App with multiple-choice questions, real-time validation, score tracking, and performance feedback. Enhance it with GUI, randomized questions, difficulty levels, leaderboards, and a timed mode.
Create and Convert Word to PDF in OneDrive Using Power Apps
Feb 04, 2025.
Create a Canvas App to upload a Word document to OneDrive and convert it to PDF using Power Automate. Utilize Media Control, OnSelect events, and Power Automate flow to create, convert, and store the file seamlessly.
Be Careful Using Distinct and OrderBy in EF Core Queries
Feb 03, 2025.
Combining Distinct() and OrderBy() in EF Core queries can lead to performance issues. This article explains why and offers solutions for efficient data retrieval.