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]
Vijay Kumari(9)
Vijayaragavan S(5)
Dashrath Hapani(5)
Allam Purushotham(4)
Vijai Anand Ramalingam(4)
Subarta Ray(4)
Muhammad Imran Ansari(3)
Aradhana Tripathi(3)
Sangeetha S(3)
Emanuel Martins(2)
Jignesh Kumar(2)
Mahesh Chand(2)
Shiv Sharma(2)
Vinay Ayinapurapu(2)
Raveena Attri(2)
Mohamed Azarudeen Z(2)
Cristopher Coronado(2)
Praveen Sreeram(2)
Ziggy Rafiq(2)
Vinoth Xavier(2)
Babita (2)
Ganesan C(2)
Eliana Blake(1)
Rinki (1)
Abiola David(1)
Mushtaq M A(1)
Alagunila Meganathan(1)
Wilson Mok(1)
Mohammad Hasan Hosseini(1)
Vijay Pratap Singh(1)
Muhammad Asif(1)
Satya Karki(1)
Gowtham K(1)
Rijwan Ansari(1)
Tuhin Paul(1)
Tharunkumar Magudeeswaran(1)
Jay Krishna Reddy (1)
Lokendra Singh(1)
Ishika Tiwari(1)
Satheesh Elumalai(1)
Kapil Singh Kumawat(1)
Aakash Chhillar(1)
Jayraj Chhaya(1)
Saksham Gupta(1)
Mark Pelf(1)
Primal Lobo(1)
Kirtesh Shah(1)
Ayush Gupta(1)
Navin Vanga(1)
Allen Oneill(1)
Vishal Joshi(1)
Onkar Sharma(1)
Jaydeep Patil(1)
Shanuka Maheshwaran(1)
George (1)
Varun Setia(1)
Resources
No resource found
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.
Exploring PLINQ (Parallel LINQ) for Parallel Processing
Mar 29, 2025.
PLINQ (Parallel LINQ) is a powerful feature in .NET that enables parallel processing of queries to improve performance on multi-core processors.
New LINQ Features in .NET 9
Mar 29, 2025.
Discover the latest LINQ features in .NET 9 that enhance query performance, simplify data manipulation, and introduce new methods for better efficiency.
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.
Understanding Expressions in C#: Dynamic Code and Query Generation
Mar 19, 2025.
Expressions in C# allow dynamic query generation, runtime compilation, and code transformation using Expression Trees. They are widely used in LINQ, ORM frameworks like Entity Framework, and reflection to optimize performance and enable flexible, data-driven logic.
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.
Learn C#: Refactor Code
Mar 18, 2025.
Refactoring in C# enhances code readability, maintainability, and performance by eliminating redundancy, utilizing LINQ, extracting methods, applying null-coalescing operators, and implementing async/await patterns.
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.
Select vs SelectMany in C# LINQ
Mar 17, 2025.
In C# LINQ, Select transforms each element of a collection individually, maintaining the original structure, while SelectMany flattens nested collections into a single sequence, combining all sub-elements.
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.
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.
Automate Email Sending Using SSIS Script Task
Feb 28, 2025.
This article is about Automate Email Sending Using SSIS Script Task
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.
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.
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.
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.
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.
Various Methods to Count Occurrences of Each Number in Array or List
Feb 17, 2025.
In this article, I'll show you different ways to count how often a number appears in C#. We'll look at methods like LINQ, Dictionary, GroupBy, and Parallel.ForEach, and see which ones work best for small and large datasets.
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.
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.
Create a Gen AI App Using DeepSeek-R1 model With Langchain And Ollama
Feb 02, 2025.
Create a Gen AI App Using the DeepSeek-R1 model With Langchain And Ollama. This article guides you in building a GenAI app using DeepSeek-R1, Langchain, and Ollama. It covers installation, model setup, prompt chaining, and real-time AI response generation with Streamlit UI integration.
ETL Pipeline using Microsoft SQL Server Integration Services
Jan 31, 2025.
This article is about building ETL (Extraction, Transformation and Loading) pipeline using SQL Server Integration Services (SSIS).
Dynamic Menus in Layout Page Using Sessions in ASP.NET Core 6
Jan 31, 2025.
Store dynamic menu data in session and display it across multiple pages using the layout page in ASP.NET Core 6.
Installing and Using GitHub Copilot in Azure Data Studio
Jan 31, 2025.
Azure Data Studio helps manage databases and write SQL queries. With GitHub Copilot, it auto-suggests code completions, making complex SQL tasks easier, including writing queries, using JOINs, and generating reports efficiently.
Understanding of Data Models with APIs in CosmosDB Using C#
Jan 30, 2025.
Azure Cosmos DB supported multiple data models and APIs. Cosmos DB provides a variety of data models, APIs, tools and flexibility needed to deliver robust, scalable solutions.
Exploring Snowflake SQL New Capabilities Using SELECT Statement
Jan 29, 2025.
Learn how to leverage new features for efficient data querying, optimization, and advanced analytics in Snowflake’s cloud data platform. Perfect for data professionals.
Swap First and Last Rows in a Matrix Using Java with Code
Jan 28, 2025.
Learn how to interchange the first and last rows of a matrix in Java using simple loops or efficient methods like `System.arraycopy()`, complete with examples, explanations, and practical tips.
Using C# 13's Method Overloading and Method Overriding
Jan 23, 2025.
With practical examples, key differences, and tips for mastering these core OOP concepts, Ziggy Rafiq explores Method Overloading and Method Overriding in C# 13.
Java Program to Calculate Factorial Using Recursion
Jan 23, 2025.
In this article, we explore how to calculate the factorial of a number using recursion in Java. Factorial, denoted as n!, is the product of all positive integers less than or equal to a given number n.
How to Encrypt Data in Amazon S3 Using Server-Side Encryption
Jan 22, 2025.
This article walks you through accessing your S3 bucket, enabling SSE-S3 encryption, uploading files, and verifying encryption. Protect sensitive information easily with default encryption settings in AWS.
Learn Quantifier Operations in LINQ
Jan 21, 2025.
Quantifier operations in LINQ simplify logical evaluations of collections using methods like `Any`, `All`, and `Contains`. They enhance readability, reduce boilerplate, and support efficient data validation and filtering.
Deploy Azure Storage Account Using Bicep Template
Jan 21, 2025.
Explore the benefits of Infrastructure as Code (IaC) with Bicep, a simpler way to manage Azure resources. Understand key configurations, deployment steps, and best practices for efficient cloud automation.
ASP.NET 8 – Using Bootstrap 5 Themes
Jan 20, 2025.
This article covers selecting and installing themes, configuring settings in appsettings.json, passing theme data to views, and managing UI consistency across different themes for a professional web app look.
Assigning Sequential IDs to Records in Dataverse Using Power Automate
Jan 18, 2025.
Learn how to create a Power Automate flow to assign sequential IDs to records in Dataverse. This guide covers setting up triggers, extracting numeric values, incrementing IDs, and ensuring unique IDs for both existing and new records.
Print Fibonacci Series in Java Using Different Methods
Jan 17, 2025.
This article explores four methods to generate the Fibonacci series in Java: iteration, recursion, dynamic programming (memoization), and Java streams, offering optimized, modern, and functional approaches for various scenarios.
How To Find All Possible Subsets of a String Using C#
Jan 16, 2025.
This article covers step-by-step implementation, explaining algorithms like recursion and iteration to generate subsets effectively. Perfect for beginners and developers, enhance your string manipulation and problem-solving skills in C#.
Working with GraphQL API in .NET 8 Using HotChocolate
Jan 13, 2025.
This article covers setting up a GraphQL server, defining queries and mutations, integrating with .NET 8 applications, and optimizing your API development process. Explore HotChocolate’s features for building robust APIs.
Let's Play with ServiceNow Table API Using Postman
Jan 10, 2025.
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 handling with best practices.
Azure SQL Database - Configure Job using Elastic Agents
Jan 07, 2025.
This article covers setting up Elastic Job agents, creating jobs, and automating tasks across multiple databases. Streamline database management, schedule tasks efficiently, and enhance performance with Elastic Database Jobs.
SharePoint Data from Azure Function using Self Signed Certificate
Jan 04, 2025.
This article covers configuring Azure Functions, setting up certificate-based authentication, and connecting to SharePoint Online, enabling secure integration for seamless data access.
Display Current Date & Time Using Java With Code
Jan 01, 2025.
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 examples.
Reducing AI Model Latency Using Azure Machine Learning Endpoints
Jan 01, 2025.
Learn how to reduce AI model latency using Azure Machine Learning Endpoints for faster inference and improved performance. Discover techniques like model optimization, scalable deployment, and real-time processing to ensure low-latency AI applications in the cloud or at the edge.
Checking if a Number is Odd or Even in Java with Code
Dec 31, 2024.
Learn three methods to check odd or even numbers in Java using modulus, bitwise, and ternary operators with clear examples, explanations, and practical insights for beginners.
Using Derived Column Task in SQL Server Integration Services
Dec 30, 2024.
The Derived Column Task in SQL Server Integration Services (SSIS) allows you to transform or modify data within your ETL process. It enables the creation of new columns or updates to existing ones using SSIS expressions.
Efficient Data Handling in Angular 16 Using RxJS Observables
Dec 28, 2024.
Explore how RxJS Observables integrate with Angular 16 to handle asynchronous data efficiently. Learn key concepts, examples, pros, and cons, including real-time data handling, chaining operators, and subscription management best practices.
VarP function in PowerFx using canvas App with Power apps
Dec 28, 2024.
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 Studio.
Using Regex in C# 9.0
Dec 28, 2024.
Regular Expressions (Regex) can help with text processing, validating data, and manipulating strings in C# 9.0. This article explains the key features, applications, and benefits of using Regex in your code.
Detecting Harm Content in Text and Images using Azure AI Content Safety
Dec 27, 2024.
This article explores how we built a demo application using Azure AI Content Safety to detect harmful content like hate speech, sexual content, and violence within a social media platform. We combined the power of an Angular frontend and a .NET backend API to create a system that analyzes text and images for potential harm
How to Transfer Files/Folders from AWS EC2 to Local Machine Using SCP
Dec 27, 2024.
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 movement using SSH.
StdevP Function in PowerFx Using Canvas App with Power Apps
Dec 27, 2024.
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.
Configure SharePoint Site Settings Using Power Automate
Dec 26, 2024.
This article covers automating site settings configuration, reducing manual tasks, and improving efficiency. With Power Automate workflows, you can manage permissions, update site properties, and automate administrative tasks effortlessly.
Check Armstrong Number in Different Ways Using C#
Dec 26, 2024.
In this article, we will create a program in C# to check if the entered number is an Armstrong number or not. Explore various methods to check Armstrong numbers in C#, including while loops, for loops, recursion, LINQ, and finding numbers within a range.
Displaying All Prime Numbers from 1 to N Using Java with Code
Dec 26, 2024.
Explore three methods to display prime numbers in Java: Simple Loop, Square Root Optimization, and Sieve of Eratosthenes, with detailed explanations, code examples, and efficiency comparisons for each approach.
Containerize React JS and .NET Core Apps using Azure Kubernetics Service (AKS)
Dec 24, 2024.
This article covers the entire process, from setting up Docker containers for your apps to deploying and managing them on AKS. Explore container orchestration, scaling, and cloud-native solutions with Azure.
Deploy Azure WebApp Using Terraform
Dec 24, 2024.
This guide demonstrates how to deploy an Azure WebApp using Terraform. It covers creating a resource group, app service plan, and app service, along with the necessary steps for authentication, deployment, and verification.
AI (3) --- Using AI Tools: ChatGPT, Copilot, Grok
Dec 23, 2024.
This article will discuss the AI Tools
Excel Sheet Encryption using AES encryption in .Net
Dec 23, 2024.
Learn how to use AES encryption in C# to secure data by encrypting and decrypting files, including CSV or Excel. Explore FileStream, CryptoStream, and the System.Security.Cryptography namespace for robust data protection.
Enhancing Performance and Responsiveness Using Threading in C#
Dec 23, 2024.
Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time. Learn key concepts, practical examples, and best practices.
Creating a Currency Converter Using Java with Code
Dec 19, 2024.
This article demonstrates creating a Java-based console currency converter that converts amounts between USD, EUR, and INR using predefined exchange rates. It includes user input, conversion logic, and sample code.
How to Upload Files to S3 Bucket Using S3 Browser
Dec 17, 2024.
Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress, to reviewing file permissions.
Implementing Responsible AI using Python
Dec 16, 2024.
This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
Integrating SQS with Lambda using Event Source Mapping
Dec 16, 2024.
This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handling in AWS.
Sum Function in PowerFx using Canvas App with Power Apps
Dec 16, 2024.
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 integrating Sum for efficient data calculation.
SQS Message Polling using C#
Dec 15, 2024.
This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.