C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Sarthak Varshney(6)
Ajay Kumar(3)
Rahul Rai(3)
Vinay Ayinapurapu(3)
Kirtesh Shah(3)
Sandeep Nandey(3)
Shanuka Maheshwaran(2)
Keyur Pandya(2)
Mahesh Chand(2)
Mayooran Navamany(2)
Jalpa Dhola(2)
Vignesh Kumar(2)
Mohammathu Fairoos(2)
Tural Suleymani(2)
Dharmeshwaran S(2)
Mukesh Nailwal(2)
Jefferson S. Motta(2)
George (2)
Khoday Akilesh(2)
Vipul Jain(1)
Gautam Singh(1)
Ananya Desai(1)
Aarav Patel(1)
Sudhir Vaghela(1)
Kripanshu Kumar(1)
Vaishali Vishwakarma(1)
Adriancs (1)
Kautilya Utkarsh(1)
Lakshan Sulochana Fernando (1)
Rikam Palkar(1)
Praveen Sreeram(1)
Navin Vanga(1)
Akhil Rajeev(1)
Jay Kumar(1)
Tahir Ansari(1)
Siddhesh Chavan(1)
Priyanshu Agnihotri(1)
Janarthanan S(1)
Vikas Gupta(1)
Rohit Gupta(1)
Vikas Singh(1)
Shenbagapandiyan P(1)
Mithilesh Tata(1)
Shiv Sharma(1)
Saksham Gupta(1)
Nikhil Patil(1)
Sagar Pardeshi(1)
Anuradha Rani (1)
Ziggy Rafiq(1)
Vithal Wadje(1)
Ziauddin Choudhary(1)
Varun Setia(1)
Keyur (1)
Sardar Mudassar Ali Khan (1)
Dhaval Suvagiya(1)
Manikandan P(1)
Abhishek Yadav(1)
Subham Ray(1)
Dharati Patel(1)
Gajendra Jangid(1)
Majid Dagoei(1)
Ishika Tiwari(1)
Jignesh Kumar(1)
Dinusha Kumarasiri(1)
Vijay Pratap Singh(1)
Ramasagar Pulidindi(1)
Koshila Senadhira(1)
Vijai Anand Ramalingam(1)
Daniel Gomez(1)
Sarvesh Shinde(1)
Karthick S(1)
Kishan Zalariya(1)
Resources
No resource found
Azure IIS Setup: Installing a Free Let’s Encrypt SSL Certificate
Sep 27, 2025.
Secure your Azure-hosted IIS web applications with a free Let's Encrypt SSL certificate! This step-by-step guide walks you through the entire process, from prerequisites to verification, ensuring encrypted communication, improved user trust, and a boost in search engine rankings. Learn how to use Win-ACME to automate certificate installation and renewal, saving you time and resources. Get HTTPS up and running on your Azure website today!
PDF Generation in Power Apps like a PRO (using Custom API)!
Sep 23, 2025.
Learn how to generate PDFs from Power Apps using a custom API, secured by Azure API Management, and upload them to SharePoint Online with certificate authentication. This comprehensive article covers everything from Power Apps design and custom connector creation to API setup and secure SharePoint integration, ensuring a scalable and secure document generation workflow.
Beyond NFTs: Certificates, Badges, and the Future of Verifiable Achievements
Sep 10, 2025.
Discover how blockchain technology secures certificates and badges, creating verifiable proof of skills, learning, and participation. Learn how platforms like Sharp Economy are using tokenized achievements to revolutionize education, professional development, and community engagement, fostering a future where every contribution counts and is permanently recorded.
Different types of Network Protocols?
Sep 09, 2025.
Explore the essential world of network protocols, the unsung heroes of digital communication. This guide breaks down various protocol types, from communication protocols like HTTP, TCP/IP, and UDP, to management and security protocols such as SNMP, SSL, and TLS. Understand how these protocols ensure seamless, reliable, and secure data transfer across networks, powering the internet and beyond.
Exporting Power Automate Flow Details with PowerShell
Sep 09, 2025.
Gain comprehensive visibility into your Power Automate flows with this PowerShell script! Automate the extraction of flow details, including status, run history, ownership, and connector usage. Simplify auditing, governance, and troubleshooting by exporting data to a CSV report. Identify failing flows, track modifications, and ensure compliance across your Power Platform environment.
How to Secure a Website?
Sep 08, 2025.
Protect your website from cyber threats with our comprehensive guide to website security. Learn essential practices, from SSL/TLS encryption and WAF implementation to secure coding, access control, and robust backup strategies. Safeguard sensitive data, ensure compliance, improve SEO, and build user trust. Discover how to defend against DDoS attacks, SQL injection, and malware, creating a secure online presence.
Best Certifications and Courses for Prompt Engineering
Aug 21, 2025.
Want to become a prompt engineer? Explore the best certifications and courses in 2025 that teach prompt engineering, LLM workflows, and AI agent design for high-paying AI careers.
Creating Self-Signed Certificates with Azure Functions and App Registration in Azure AD
Aug 16, 2025.
Step-by-step guide on creating self-signed certificates with Azure Functions and Azure AD App Registration. Learn how to securely generate, manage, and use certificates for authentication and app integration in Microsoft Azure.
Difference Between Self-Signed and CA-Signed Certificates
Aug 13, 2025.
In the world of digital security, SSL/TLS certificates play a crucial role in ensuring encrypted communication and verifying identity over networks, especially the internet. When it comes to obtaining a certificate, two primary options: self-signed certificates and Certificate Authority (CA)-signed certificates.
Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)
Jul 28, 2025.
Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI customization, and more — all using Swashbuckle in .NET 6/7/8.
Progress Reporting with MySqlBackup.NET
Jul 25, 2025.
A comprehensive guide to building beautiful, real-time progress reporting for MySqlBackup.NET operations using modern Web Forms with zero ViewState, featuring 7 stunning CSS themes and universal patterns that work across any .NET framework.
What is Self‑Supervised Learning?
Jul 23, 2025.
Self-Supervised Learning (SSL) is a clever way for computers to teach themselves using unlabeled data—which is data without tags such as “cat” or “dog”—by creating their own tasks.
Exporting React Data Grid to PDF
Jun 23, 2025.
Learn how to display and export user data as a PDF in a React app using react-data-table-component, jspdf, and jspdf-autotable. Add sorting, pagination, and download functionality with ease.3/3
Setting Up a CA Template with SAN and Custom Settings
Jun 17, 2025.
Learn how to set up a Certificate Authority (CA) server template with Subject Alternative Names (SAN) and advanced settings to issue secure, customized certificates for internal environments.
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.
JavaScript Modules: Export and Import
May 02, 2025.
Modern JavaScript supports ES Modules, which allow you to split your code into multiple files and reuse logic cleanly. This improves structure, maintainability, and scalability.Let’s explore how to use export and import.
Deploying Vaultwarden on Docker for Secure Password Management
Feb 17, 2025.
Set up a private, self-hosted Vaultwarden server with Docker. Securely manage your passwords while maintaining complete control over your data.
Azure Bicep Understanding Export and Import Attributes for Reusability
Feb 13, 2025.
This article covers how to efficiently pass values between modules, reuse resources, and optimize your Infrastructure as Code (IaC) deployments.
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.
Deploying a Web Application Using NGINX on Alibaba Cloud
Dec 06, 2024.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
How to Use Self-Signed Certificates for Azure VPN
Nov 30, 2024.
Learn how to set up an Azure Point-to-Site (P2S) VPN with certificate-based authentication. Follow the steps to create, export, and upload certificates, configure the VPN gateway, and establish a secure connection to Azure Virtual Network.
Fetch Document Versions in SharePoint using PowerShell
Nov 08, 2024.
This PowerShell script connects to a SharePoint site to retrieve document versions from a specified library. It gathers metadata, including version numbers, last modified dates, and user details, then exports this information to a CSV file.
Explore Docker Desktop 4.35: New Features & Enhancements
Nov 06, 2024.
Discover the key features of Docker Desktop 4.35, including Organization Access Tokens, Docker Home, Volumes Export, and the integrated Terminal.
How to Download Data as CSV in C# Blazor App
Oct 25, 2024.
In this article, we will explore the process of downloading data as a CSV (Comma-Separated Values) file in C#. CSV files are widely used for data interchange due to their simplicity and ease of use.
Tracking Exports to Excel in Dynamics 365 CRM with Email Alerts
Sep 22, 2024.
This guide covers the process of monitoring data exports, configuring workflows, enabling real-time alerts, and ensuring efficient data management and timely updates in your CRM system.
Download Multiple Excel Files via Web API and Angular
Sep 20, 2024.
In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
Download Multiple Excel Files via Web API .NET and Angular
Sep 20, 2024.
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files. Another method involves using Base64 strings, though it's less efficient due to increased file size.
Automating the Export and Import of Power Automate Solutions
Sep 02, 2024.
Streamline the process of exporting and importing Power Automate solutions by automating workflows. This automation reduces manual effort, ensures consistency, and minimizes errors in solution management. It enables efficient backups, recovery, and smooth transitions across environments.
Creating Excel Reports with EPPlus in ASP.NET Core 8.0
Sep 02, 2024.
Learn how to generate and manage Excel reports in ASP.NET Core 8.0 using the EPPlus library. This guide covers the essentials of integrating EPPlus for creating and manipulating Excel workbooks, including data export and report automation.
Azure Bastion Connection to VM
Aug 29, 2024.
Azure Bastion provides secure RDP and SSH access to Azure VMs directly through the Azure portal without needing public IPs. It enhances security by using SSL and reduces the attack surface. Managed by Microsoft, it ensures seamless, reliable connectivity and simplifies access while eliminating public exposure.
Learn Database Mail in SQL Server
Aug 29, 2024.
Database Mail in SQL Server is a robust feature that enables sending emails via an SMTP server without relying on MAPI clients like Outlook. It offers secure SSL encryption, asynchronous processing, extensive logging, and seamless integration with SQL Server Agent, making it ideal for automated email notifications and alerts.
Azure Bastion connection to VM
Aug 28, 2024.
Azure Bastion is a managed service that provides secure RDP and SSH access to Azure virtual machines without needing public IP addresses. It connects directly through the Azure portal using SSL, enhancing security by eliminating public exposure and ensuring reliable, browser-based access to your VMs.
The Best Way to Work with Excel in .NET: MiniExcel
Aug 16, 2024.
MiniExcel is a lightweight, high-performance .NET library for handling Excel files. Simplifies tasks like reading and writing data with minimal dependencies and fast processing. Ideal for reporting, data export/import, and automation, MiniExcel offers a streamlined approach without the complexity of heavier libraries.
Understanding TLS and SSL: Securing Your Digital Communications
Jul 24, 2024.
TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols designed to secure data transmitted over the internet by encrypting and authenticating the communication channel.
Configure SSL for Grafana on Azure
Jul 01, 2024.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for enhanced security in your cloud environment.
Export Transform Import Data in Dataverse PowerPlatform Dynamics
Jun 25, 2024.
Learn how to use Azure Data Factory for seamless data migration between Dataverse environments. This guide covers creating linked services, defining datasets, building data flows for transformation, and orchestrating pipelines. Azure Data Factory offers scalability, automation, and extensive integration capabilities.
Generate List of SharePoint Pages and Owners Using Power Shell
Jun 24, 2024.
Managing large SharePoint sites can be simplified using a PowerShell script with PnP PowerShell. This script automates the retrieval of page details and owners, exporting the data to a CSV file, saving time and ensuring accuracy in data management.
Automate Marriage Certificates with Azure Document Intelligence
Jun 18, 2024.
This article explores how the Document Intelligence Marriage Certificate model uses advanced OCR technology to analyze and extract essential fields from marriage certificates. The process involves setting up Azure resources, configuring the service, and extracting key information such as spouse names, dates, and places.
The Difference Between SSL and TLS
Jun 05, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are encryption protocols securing data transmission over networks. TLS succeeded SSL, offering improved security and compatibility. Both facilitate secure communication between clients and servers, ensuring the confidentiality and integrity of data exchanged, crucial for online transactions and data privacy.
Automate Dynamics 365 Solution Exports with Azure DevOps YAML
Jun 04, 2024.
Automating Dynamics 365 multiple solutions export across various environments using Azure DevOps YAML pipelines streamlines deployment. This approach ensures consistent and efficient delivery of solutions, enhancing development workflows.
How Secure Sockets Layer (SSL) Protects Data Online?
May 07, 2024.
Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
Encryption for Data Security: Creating Digital Certificates
May 06, 2024.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and users, validating identity and encrypting data transmission
How to install Let's Encrypt Certificate on IIS?
May 03, 2024.
In this article, I will share the result of all the research I did to be able to install the LetsEnctrpt certificate to IIS
Azure Key Vault : Implementing Azure Key Vault in C#
Apr 29, 2024.
Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# application, ensuring that sensitive data remains protected.
What is VPN Gateway in Alibaba Cloud?
Apr 28, 2024.
Alibaba Cloud VPN Gateway encrypts data transfer between your Virtual Private Cloud (VPC) and on-premises networks or internet clients, offering a secure and cost-effective solution.
How Secure Sockets Layer Works?
Apr 08, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifying server identities.
Best Methods to Export Mailbox to PST from Office 365 (Exchange Online)
Apr 05, 2024.
Explore methods to export mailboxes to PST from Office 365 (Exchange Online). Get the best solutions to easily export Office 365 Mailboxes to PST file in easy steps.
Streamlining Security: A Guide to Certificate Management in VCF
Apr 01, 2024.
Learn how to enhance security in VMware Cloud Foundation through effective certificate management. Step-by-step guide and best practices included.
Exploring the Export Functionality within SharePoint Lists
Mar 04, 2024.
The Export feature in SharePoint Lists facilitates exporting list data to formats like Excel or CSV, aiding data analysis and sharing. It enhances collaboration by enabling users to extract and manipulate data conveniently.
Automated Solution Export and Backup Pipeline
Mar 01, 2024.
Automated Solution Export and Backup Pipeline ensures seamless data management, integrating continuous integration, version control, and robust backup protocols. It safeguards data integrity, enhances security, and facilitates disaster recovery.
Exporting and Importing Site Collection Term Stores In SharePoint
Feb 27, 2024.
Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purposes to importing them into new site collections, we'll walk you through the step-by-step process.
How to Convert OST to PST Manually - Top 3 Proven Methods
Feb 21, 2024.
Trying to know how to convert OST to PST manually? Read this article and get top three methods to export OST file to PST effortlessly.
Exporting OpenTelemetry Logs to Azure Monitor using ASP.NET Core
Feb 14, 2024.
Discover how to seamlessly export OpenTelemetry logs from ASP.NET Core applications to Azure Monitor. Enhance monitoring and streamline log management with this integration, leveraging Azure's robust tools for greater insights.
Exporting OpenTelemetry Traces to Azure Monitor using ASP.NET Core
Feb 14, 2024.
Learn to seamlessly export OpenTelemetry traces from ASP.NET Core to Azure Monitor. Enhance monitoring and optimize performance with Azure's robust tools.
Exporting Custom OpenTelemetry Metrics to Azure Monitor using ASP.NET Core
Feb 14, 2024.
Learn how to seamlessly export custom OpenTelemetry metrics from your ASP.NET Core applications to Azure Monitor. Enhance monitoring and observability by integrating with Azure's powerful toolset, leveraging the flexibility and insights provided by OpenTelemetry.
PowerApps Save as CSV from Export to Excel
Jan 29, 2024.
In this article, we will learn how to export a report in CSV format using PowerApps and Power Automate. Create a SharePoint list, connect data sources, and build a flow to export data to a CSV file.
PowerApps Save as CSV or Generate Report from CSV/Excel
Jan 24, 2024.
I often come across where the business wants to have a report in excel format. But the question is could we save as csv using PowerApps. Then with the help of Power Automate we can. There is a lot of requirements which could be achieved in PowerApps with the help of Power Automate.
đź”’ Azure Key Vault Certificate Validation with C#
Jan 23, 2024.
In this informative article, we will delve into the world of secure certificate validation in the Azure Key Vault environment using C#. By leveraging the power of the X509Certificate2 class, we can implement robust and secure certificate validation, ensuring the integrity and trustworthiness of digital communications. Through practical code examples, we will showcase best practices and seamlessly integrate Azure Key Vault for centralized and secure certificate management. By elevating our understanding of secure coding practices, we can fortify our applications against potential vulnerabilities by Ziggy Rafiq
Certificate Based Authentication in Azure AD App Registration using POSTMAN
Jan 08, 2024.
In this article we will go through authenticating an Azure AD app using certificate based authentication using POSTMAN tool.
Git Clone: Self Signed Certificate in Certificate Chain
Jan 04, 2024.
When cloning a Git repository over HTTPS, you may encounter the error "self-signed certificate in a certificate chain." This occurs due to an untrusted SSL certificate.
Generating X.509 Certificates with Private and Public Keys for IoT Device Security
Jan 02, 2024.
In this article, we will explore the process of generating X.509 certificates with private and public keys for IoT device security. This is essential for testing purposes, particularly when working with Azure IoT during the development phase.
Write the Data to Excel Template
Dec 29, 2023.
Learn the art of writing data into Excel templates in C# with this step-by-step guide. Create an ASPX page, use libraries like Newtonsoft.Json, and implement the Factory Pattern effortlessly.
Blazor and .NET 8 QuickGrid Implementation with CSV Data Export
Dec 22, 2023.
Article for using QuickGrid in Blazor and .NET 8 and exporting data using CSV Helper as a supporting library. the simplicity and efficiency of QuickGrid, a razor component for displaying tabular data in Blazor Applications. Officially backed by .NET 8, QuickGrid supports in-memory and EF-Core IQueryable remote data and offers built-in column types. Explore its features, easy implementation, and styling options, ensuring a seamless user experience. Follow a comprehensive walkthrough and customization guide incorporating filtering, pagination, and virtualization.
IIS 10 - Step By Step Guide to create a Self-Signed Certificate
Dec 07, 2023.
IIS 10 - Step By Step Guide to create a Self-Signed Certificate. This article is your comprehensive guide on creating a self-signed certificate using IIS version 10. Learn about SSL, its significance, and follow a step-by-step tutorial for certificate creation.
How to export .pfx certificate using Microsoft Management Console (MMC)
Dec 05, 2023.
How to export .pfx certificate using Microsoft Management Console (MMC).
How to generate .pfx certificate using Microsoft Management Console (MMC)
Dec 04, 2023.
How to generate .pfx certificate using Microsoft Management Console (MMC)
SSL/TLS Termination in API Gateway Pattern
Nov 22, 2023.
This article would be beneficial for readers seeking to understand the importance of SSL/TLS termination in enhancing API security and performance. It's great that you not only discuss the benefits but also address potential challenges and provide practical recommendations for best practices.
Exporting PDF with Kendo UI React
Nov 13, 2023.
Learn to Export to DPF from Kendo UI React. Built from scratch and specifically for React, the KendoReact PDF Generator offers high-performance control, integrating flawlessly with your application and the remaining KendoReact components.
How to Export Exchange Public Folder to PST?
Nov 08, 2023.
Are you trying to export the Exchange public folder to PST? Read this article and get the best method to export the exchange public folder to Outlook PST.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
Oct 03, 2023.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
Sep 22, 2023.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Leverage Certbot on WSL to obtain certificates and configure Azure apps to use them securely over HTTPS while scheduling automatic renewals to keep certificates always up to date at no ongoing cost.
Database Recovery (1-1): Restore a Table from a Backup Database through Restore/Export
Sep 19, 2023.
This article is to discuss how to recover one table from a backup file
How to Publish Web Applications in Internet Information Services(IIS)
Sep 08, 2023.
Publishing a web application in Internet Information Services (IIS) involves several steps. First, ensure your web app is ready. Install IIS if not already done, configure it by creating a website with appropriate settings, and create an application pool. Test it locally. If using a custom domain, set up DNS records and configure firewalls. Optionally, secure with an SSL certificate. Ensure security and permissions, update application settings, and implement monitoring and backup procedures. Keep software up-to-date and be patient with DNS propagation. These steps ensure a successful deployment of your web application on IIS for public access.
Registering Applications with Certificates, Secrets, and Federated Credentials
Sep 02, 2023.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
Generating Certificate and Private Key Files
Aug 24, 2023.
Create local certificates with ease using Visual Studio 2017 Developer Command Prompt. Generate certificate and private key files, then install them locally for enhanced security. Simplify your authentication process.
Configure HTTPS for AWS Elastic Beanstalk Environment
Aug 22, 2023.
Learn how to configure HTTPS for Elastic Beanstalk application using a self-signed SSL certificate.
Exporting DataTable to PDF in C#
Aug 18, 2023.
Export DataTable to PDF in C# using iTextSharp library. This article will show you how to export a DataTable to PDF in C# using the iTextSharp library. The code snippet provided can be used as a starting point for your own projects.
.NET 8 Preview 7: Breaking Changes for Alpine
Aug 09, 2023.
.NET 8 Preview 7 - breaking changes in 'ca-certificates' and 'krb5-libs' packages on Alpine images
Install An SSL Certificate On IIS
Aug 04, 2023.
Learn how to secure your website with an SSL certificate on Internet Information Services (IIS). Follow the step-by-step guide for a safe online environment and user trust.
Import SSL Certificate to AWS Certificate Manager (ACM)
Aug 02, 2023.
Learn how to import an SSL Certificate into ACM (AWS Certificate Manager)
Generate Self-Signed SSL Certificate Using OpenSSL
Aug 01, 2023.
Learn about SSL, SSL certificates, and self-signed certificates in this informative article. Discover the advantages and disadvantages of self-signed SSL certificates and follow steps to generate one.
What is BIMI?
Jul 05, 2023.
BIMI, short for Brand Indicators for Message Identification, is an email authentication standard that allows organizations to display their brand logos alongside authenticated email messages. It builds upon existing email authentication protocols like DMARC (Domain-based Message Authentication, Reporting, and Conformance) and leverages the Verified Mark Certificate (VMC) system to validate the ownership and authenticity of a brand's logo.
Export Sharepoint List Metadata Using Power Automate
Jun 15, 2023.
In this article, I will explain, how can we export a SharePoint list metadata using Power automate. While doing that, we will learn many basic concepts of Power Automate like how to use JSON, strings, arrays etc.
Export To Excel In Angular Using ExcelJS
May 11, 2023.
Export To Excel In Angular Using ExcelJS
How To Create APK OR IPA in .Net Core
Apr 14, 2023.
In this article, you will learn how to get Android and iOS output in Blazor architecture and platform.
How To Export HTML Table In Excel Using jQuery
Apr 11, 2023.
We will see How to export an HTML table in Excel by using jquery
Export To Excel In Angular 12
Apr 10, 2023.
In this article, I am going to demonstrate how to export a set of data into an Excel sheet using Angular 12.
How To Generate A Self-Signed Code Signing Certificate
Feb 14, 2023.
In this article, you will learn how to generate a self-signed code signing certificate.
How To Upload APNS Certificate To Azure Portal
Jan 11, 2023.
If we want to implement push notifications in our ios and android application then azure provides us a notification hub service. In this article, we will learn how we can upload an APNS certificate to the azure portal.
What's New In ASP.NET Core 7.0
Dec 22, 2022.
In this aricle, you will learn what's new in ASP.NET Core 7.0.
How To Create An App Service Managed Certificate In Azure
Nov 02, 2022.
In this article, you will learn how to create an app service managed certificate in azure.
Export Microsoft SQL Data To CSV Using Python
Nov 01, 2022.
In this article, you will learn how to create REST API to read Microsoft SQL table and export the result to CSV file using Python. I have created a simple Microsoft SQL table for this demo named as Employees which contains the following columns and rows.
DevOps Pipeline (2), Import/Export And Clone
Oct 11, 2022.
This article will discuss DevOps Pipeline Clone and Import through Export
Elegant JavaScript - How Do They Write It?
Aug 08, 2022.
In this article, you will learn about Elegant JavaScript.
Setting Up OpenSSL On Windows 10 Machine
Jul 17, 2022.
This article explains what openssl is and steps to install properly in windows 10 machines.
Exporting Reports To Excel With DotVVM Business Pack
Jun 27, 2022.
In this article, you will learn how to export reports to excel with DotVVM Business Pack.
Export Filtered Gallery Records To CSV File From PowerApps
Mar 29, 2022.
In this article we will learn to export the data from PowerApps gallery control to csv file. We will pass on the filter values to a FLOW and get it downloaded automatically for user.
Convert SQL Server Data to JSON
Mar 08, 2022.
Learn how to Convert SQL Server Data to JSON using JSON PATH clause.
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
Jan 27, 2022.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
Load Data Asynchronously And Export JSON Data To Excel In React
Jan 26, 2022.
In this article, we will learn about how to load data asynchronously and export JSON data to excel in react using the react-csv package.