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]
Alagunila Meganathan(6)
Vijay Yadav(5)
Sardar Mudassar Ali Khan (4)
Shiv Sharma(3)
Subham Ray(3)
Kaveendra Dhilhan(3)
Aman Gupta(3)
Jaimin Shethiya(3)
Ishika Tiwari(3)
Prasad (3)
Kanchana Jayathilake(2)
Muzaffar Ur Rahman(2)
Shilpa Tanwar(2)
Anuradha Rani (2)
Dharmeshwaran S(2)
Ashutosh Singh(2)
Mithilesh Tata(2)
Rajashekar Syereddy(2)
Pushpa V(2)
Mahender Pal(2)
Satyaprakash Samantaray(2)
Arkadeep De(1)
Emanuel Martins(1)
Ravi Kiran Chanduri(1)
Saurabh Prajapati(1)
Rinki (1)
Vijai Anand Ramalingam(1)
Allen Oneill(1)
Najath Risni(1)
Aradhana Tripathi(1)
Vijay Kumari(1)
Jayraj Chhaya(1)
Mohamed Shifan(1)
Ganesan C(1)
Dashrath Hapani(1)
Prathamesh Dhopare(1)
Jihen Hnena(1)
Rasul Huseynov(1)
Aiswarya E V(1)
Prakashkumar Sahoo(1)
Jay Kumar(1)
Ashish Bhatnagar(1)
Ajay Kumar(1)
Sanjay Kumar(1)
Rajeev Kumar(1)
Jithu Thomas(1)
Chetan Sanghani(1)
Sagar Pardeshi(1)
Mohamed Azarudeen Z(1)
Jitendra Mesavaniya(1)
Harshit Pandey(1)
Abhishek Saini(1)
Jobin S(1)
Muhammad Asif(1)
Mark Pelf(1)
Mariusz Postol(1)
Ankeet Dange(1)
Praveen Sreeram(1)
Saksham Gupta(1)
Archana Dongre(1)
Jejji Arora(1)
Vinay Ayinapurapu(1)
Khoday Akilesh(1)
Resources
No resource found
C# 13: Partial Properties and Indexers Simplified
May 05, 2025.
C# 13 introduces partial properties and indexers, enabling cleaner separation of logic in partial classes. This boosts maintainability, avoids hacks, and simplifies working with generated code and tools like EF Core.
Validations with DataAnnotations and User Creation [GamesCatalog] 19
Apr 29, 2025.
We aim to create a mobile app and its backend using C# and .NET. We will use the IGDB game review API: https://api-docs.igdb.com/#examplesWith it, we can build a mobile game catalog app and store our reviews.
Time Based OTP - Setup and Validation
Apr 14, 2025.
A Time-Based One-Time Password (TOTP) is a two-factor authentication (2FA) method that generates a password that is valid only for a short period, typically 30 seconds. It is commonly used in conjunction with other forms of authentication, such as a username and password, to provide an extra layer of security.
How Do We Set Up Two-Factor Authentication on an Email ID
Apr 09, 2025.
Setting up two-factor authentication (2FA) on your email adds an extra layer of security to protect your account from unauthorized access. This guide walks you through enabling 2FA on your mail ID, ensuring your email remains safe by requiring a password and a second verification step.
Building Your First API with Flask
Apr 02, 2025.
Learn how to build a simple student management API using Flask in Python. This guide covers CRUD operations (GET, POST, PUT, DELETE), API endpoints, JSON responses, and testing with Postman for a hands-on learning experience.
Build Responsible AI with Amazon Bedrock Guardrails and .NET
Mar 18, 2025.
In this article, you will learn to implement the Amazon Bedrock ApplyGuardrail API in a .NET console application to validate content and ensure compliance with responsible AI policies.
How to Customize SharePoint Out-of-the-Box List Forms
Mar 14, 2025.
Customizing SharePoint forms with Power Apps enhances user experience by adding headers, changing layouts, and applying branding. It improves functionality and flexibility but may require maintenance and a learning curve for users.
Automating AI Model Testing & Validation with Azure ML Pipelines
Mar 14, 2025.
Automating AI model testing and validation with Azure ML Pipelines streamlines the ML workflow, ensuring accuracy and reliability. This approach enables automated data preprocessing, model training, evaluation, and deployment.
Configuring Exchange Server 2016/2019 SMTP Relay
Mar 05, 2025.
This article is useful for IT administrators who need to set up and manage SMTP relays on Exchange Server.
Master Gmail: Undo, Schedule, Snooze & Offline Mode
Mar 04, 2025.
Discover four useful Gmail tricks to boost productivity: Undo sent emails, schedule emails, snooze messages for later, and use Gmail offline. These tips help manage emails efficiently and improve workflow.
Fix Error “Too Many Transient Failure Retries Permanent Exception”
Mar 04, 2025.
Encountering the 'Too Many Transient Failure Retries Permanent Exception' error during Exchange Online migrations? This guide explains the causes—network issues, throttling, corrupted items—and provides step-by-step PowerShell solutions to troubleshoot and resolve the issue efficiently.
Automate Email Sending Using SSIS Script Task
Feb 28, 2025.
This article is about Automate Email Sending Using SSIS Script Task
Building a Number Guessing Game in Java
Feb 10, 2025.
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input handling, loops, and conditionals, with enhancements like difficulty levels and input validation.
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.
Create Threat Policies in Microsoft Defender for Office 365
Jan 20, 2025.
This article covers setting up anti-phishing, anti-spam, malware protection, and other security settings to protect your organization from cyber threats and ensure a safe email environment.
Email Phishing Simulations Alone Are Not Sufficient in 2025
Jan 06, 2025.
Explore why traditional email phishing simulations are no longer enough in 2025. Discover multi-platform approaches, including vishing, smishing, and QR-based phishing, to build a resilient cybersecurity culture and proactive defense strategy.
Implement FluentValidation in a .NET Web API
Dec 20, 2024.
Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error messages for user-friendly responses.
How to Send Automated Reminder Emails Using Power Automate
Dec 12, 2024.
In this detailed article, we will walk you through the process of setting up an automated reminder email flow using Power Automate. Whether you're managing a project, coordinating tasks, or simply need to remind colleagues about recurring deadlines.
Customized Authentication Filters in ASP.MVC Core 6
Dec 04, 2024.
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 access based on roles, claims, or tokens.
How to perform CRUD Operations in Power Apps
Nov 10, 2024.
Create a student management app in Power Apps with CRUD functionality—Create, Read, Update, and Delete—for efficient data handling. This app connects to a SharePoint list, allowing users to add, view, edit, and delete student records.
Understanding ARC in Email Authentication
Oct 25, 2024.
Email authentication is crucial for preventing spoofing and phishing attacks, and ensuring secure communication. Authenticated Received Chain (ARC) helps mitigate failures caused by message modifications from trusted intermediaries.
' Group By ' with Power Automate
Oct 16, 2024.
This process involves creating an instant flow to send an email to each user with a table of applications they have created. By listing rows from the "User Application" table, using union and filter actions, we group applications by user, create an HTML table, and send personalized emails.
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
Oct 14, 2024.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with ASP.NET Core, enabling flexible and dynamic validation for API requests with minimal configuration.
Integrating SharePoint with Power Automate for Status Updates
Oct 13, 2024.
Approval workflows are a crucial part of managing business processes, ensuring that the right people review and approve important items. With Power Automate, you can easily create automated approval workflows for SharePoint lists.
How to Send Emails Using Power Automate
Oct 08, 2024.
This guide walks you through creating workflows, setting email triggers, and automating notifications, making it easy to streamline communication for your business.
How DMARC Will Revolutionize Email Authentication in 2025
Sep 30, 2024.
In 2025, DMARC will be crucial for email security, protecting against phishing and spoofing. It builds on SPF and DKIM protocols to enforce policies and provide reporting. Businesses will increasingly adopt DMARC to ensure secure communications, making it essential for both small and large organizations.
Sending Emails in ASP.NET Core MVC Using SMTP
Sep 25, 2024.
In this guide, we'll explore how to send emails in ASP.NET Core MVC using SMTP. We'll cover the essential setup, including configuring SMTP settings, creating an email service, and sending messages programmatically.
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.
Preventing XSS Attacks in ASP.NET Core Web API
Sep 08, 2024.
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques like input validation, output encoding, and sanitizing user input can safeguard against potential attacks.
Working with Form Objects in JavaScript
Aug 28, 2024.
This HTML document features a user input form that collects first name, last name, email address, and comments. JavaScript functions validate these inputs to ensure fields aren't blank and the email is properly formatted. Valid data is displayed in a new window for user review before final submission.
Centralizing String Utility Functions in Java
Aug 27, 2024.
This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric characters with underscores and if a string consists solely of letters, improving code organization and reusability.
Quiet Times in Real-time Marketing Dynamic 365
Aug 23, 2024.
Quiet times in Dynamics 365 Customer Insights manage customer communication by pausing messages during specified periods. You can set weekly schedules and special dates for each channel, like email or SMS. This ensures messages are only sent during active periods and optimizing communication.
Error Handling for Email Confirmation in ASP.NET Core
Aug 22, 2024.
Learn how to manage exceptions during the email verification process, enhance user experience, and ensure secure account activation. The guide covers best practices for robust email confirmation workflows.
Creating a Custom Date Picker in jQuery with Validation
Aug 13, 2024.
This article demonstrates how to create a custom date picker in jQuery with validation. It covers setting up HTML text boxes for date input, initializing jQuery Datepicker with date range constraints, and storing selected dates in hidden fields.
Creating Email Templates in Dynamics 365 with Power Automate
Aug 07, 2024.
Learn how to create and customize email templates in Microsoft Dynamics 365, and streamline your communication process by sending automated emails using Power Automate.
Detailed explanation of SQL Server Triggers and its Advantages
Aug 06, 2024.
SQL Server triggers are automated stored procedures that execute in response to specific database events such as INSERT, UPDATE, or DELETE (DML) and CREATE, ALTER, or DROP (DDL). They enforce business rules, maintain referential integrity, and log changes, ensuring data consistency and centralized logic.
How to Implement Email Verification in Next.js?
Aug 02, 2024.
Email verification is a crucial step in user registration processes, ensuring that users provide valid email addresses and confirming their identity. This guide demonstrates how to implement email verification in a Next.js application.
How to Handling File Uploads in Next.js?
Aug 02, 2024.
Handling file uploads in Next.js involves creating an API endpoint to receive and process the files and a client-side component to manage file selection and submission. This guide provides a comprehensive approach to implementing file uploads in a Next.js application.
Essential Regular Expressions for Web Development
Jul 31, 2024.
Learn how to use regex for effective input filtering, text parsing, and string manipulation in both front-end and back-end environments. Master these techniques to build robust web applications.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
Implementing Form Validation with jQuery
Jul 30, 2024.
Discover how to implement form validation using jQuery, a powerful JavaScript library. This guide covers essential techniques to ensure user input accuracy, enhance user experience, and prevent errors.
How to Use JWSHMAC in ASP.NET Web Application
Jul 29, 2024.
Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and validation, and configuring authentication middleware.
Handling Exceptions in ADO.NET Best Practices for Error Handling
Jul 24, 2024.
When working with ADO.NET for data access in .NET applications, effective exception handling is crucial to ensure the stability and reliability of your applications. This article will explore common exceptions in ADO.NET and provide best practices for robust error handling and logging.
Validating Input and Forms in AngularJS
Jul 23, 2024.
Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, and service implementation.
Create Hyperlink, Open a New Tab and Open Outlook
Jul 22, 2024.
We will see couple of small scenarios tips in this article like create hyperlink using htmltext control, open a new tab or navigate to links within and beyond SharePoint and Open Outlook in particular formats.
Before Business Rules in ServiceNow: Scenarios, Scripts, and Best Practices
Jul 12, 2024.
Learn about ServiceNow business rules and their importance in data validation and integrity. Explore real-time use cases like incident priority determination, preventing unauthorized modifications, dynamic field calculation, and error handling. Enhance processes with efficient scripts, logging, and thorough testing..
PowerApps Rating Control Total and Average Ratings Validations
Jul 05, 2024.
Rating is one of the most common features in the social sites and for any of the interactive requirements by users. While I was developing rating, I realized, there are lots of validation required in order to capture correct ratings.
Custom Annotations and Validation in Spring Boot
Jul 04, 2024.
Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom validators for precise data validation in forms and REST APIs.
AngularJS: Numbers Text Validation and cbTooltip in ASP.NET
Jul 04, 2024.
"In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Bootstrap enriches UX by providing tooltips.
Create Different Values in Same Dropdown Control in PowerApps
Jul 03, 2024.
Learn to customize dropdown values in PowerApps based on form requirements. Explore methods for different forms requestor and approver using single-line text or choice columns. Ensure data integrity and usability with dynamic dropdowns tailored to user roles and project phases.
How to Send Email using Spring Boot using Java Mail Sender SMTP?
Jul 01, 2024.
This article provides a step-by-step guide to sending emails using Spring Boot and JavaMailSender. You'll learn how to set up a Spring Boot project, configure email properties, create an email service and controller, and run the application to send emails. Troubleshooting tips and best practices are also included.
Sending Email Using Gmail Server in ASP.NET Core MVC
Jul 01, 2024.
Learn how to integrate the Gmail server for sending emails in ASP.NET Core MVC using MailKit. This tutorial covers setting up SMTP configuration, handling email templates, and sending messages programmatically.
Accessing Multiple Instances of the Same Field in Dynamics 365
Jun 30, 2024.
When working with forms in Dynamics 365, fields may appear in multiple places. By default, Xrm.Page.getControl("fieldname") returns the first instance of a field. To access other instances, use the control collection and specify the index.
Synchronizing Threads with AutoResetEvent in C# .NET
Jun 23, 2024.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by acting like a gate, blocking threads until signaled.
Mastering ASP.NET Core Identity in ASP.NET Core MVC
Jun 06, 2024.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims, tokens, email confirmation, and more.
Get to know about Microsoft Defender for Office 365
Jun 05, 2024.
Microsoft Defender XDR, advanced threat protection suite within Microsoft 365 Defender. Focus on Microsoft Defender for Office 365, offering robust email security through features like Exchange Online Protection, Safe Attachments, Safe Links, and Zero-Hour Auto Purge (ZAP) to guard against phishing, malware, and spam.
How To Create JWT Token Authentication In Node.js Using Mysql?
Jun 04, 2024.
Learn how to establish JWT authentication in a Node.js application using MySQL and Express. This tutorial covers database setup, creating authentication routes, and managing token creation and validation. Enhance your app's security and scalability by securing API endpoints and limiting access to authorized users.
Automate Placeholder Replacement with Custom Data Models
May 30, 2024.
Discover how to dynamically generate text content by replacing placeholders with actual data using a versatile TypeScript function. Enhance user engagement through personalized content delivery, applicable across various scenarios like email customization, report generation, and dynamic web content.
Creating a Multi-Step Form in React
May 20, 2024.
Multi-step forms are a common requirement in web applications, allowing users to fill out complex forms in smaller, more manageable sections. This guide will walk you through the process of creating a multi-step form in React, from setting up the project to managing state and navigation between steps.
554 5.2.2 mailbox full Error
May 20, 2024.
Encountering a 554 5.2.2 mailbox full error can disrupt email communication. This SMTP error occurs when the recipient's mailbox reaches its storage limit, preventing further message delivery.
Unique Key in SQL: Syntax, Usages, and Example
May 16, 2024.
Unique Key in SQL ensures each record in a database table is distinct. Syntax involves defining columns with UNIQUE constraints. It prevents duplicate values, enhancing data integrity and search efficiency.
Checksum Using the Verhoeff Algorithm
May 08, 2024.
In this article we will see how we can calculate Checksum Using the Verhoeff algorithm. This article introduces the Verhoeff algorithm, a method for ensuring data integrity, particularly in sensitive applications like financial transactions.
Checksum Using the Damm Algorithm
Apr 30, 2024.
Implementation of the Damm algorithm for calculating checksums in C#. Checksum algorithms are vital for data validation and error detection. This article explores its implementation and its significance in ensuring data integrity.
Email Scheduling with Hangfire in .NET Core Minimal APIs
Apr 19, 2024.
In modern web applications, sending recurring emails is a common requirement for tasks such as notifications, reminders, or scheduled reports. Hangfire is a popular library in the .NET ecosystem that provides a simple way to perform background processing tasks, including sending emails, in .NET applications. With the introduction of .NET Core Minimal APIs, building lightweight and efficient web applications has become even easier. In
Keeping Your .NET Core API Safe and Sound
Apr 19, 2024.
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve into the various aspects of API security in .NET Core and explore best practices to bolster your defenses.
Sending Recurring Emails Using HangFire in .NET Core Minimal APIs
Apr 10, 2024.
Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintenance, and more. Configure Hangfire, schedule recurring jobs, and integrate email sending functionality seamlessly.
Auth0 App Registration - JWT Generation & Validation with Public Key
Apr 03, 2024.
Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them using public keys. Access tokens grant permissions, and JWTs carry user info.
Multilingual Application with single Resx file - Forms Validation Strings
Apr 01, 2024.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring seamless user experience across different languages.
Approval-Based Contact Save in Email using the Logic App
Mar 31, 2024.
This article demonstrates how to implement approval-based contact saving in emails using Azure Logic Apps. It guides users through configuring Outlook triggers, sending approval emails, and managing workflows seamlessly.
Options Pattern Named Options in .Net Core with examples
Mar 29, 2024.
Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into named options, and utilizing interfaces like IOptionsSnapshot and IConfigureNamedOptions.
Options Pattern Validation in .NET Core with Examples
Mar 28, 2024.
.NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
Information Computation Mastery: Challenges, Concepts, Implementation
Mar 28, 2024.
To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, communication, and manipulation to ensure accuracy, security, and accessibility.
Convert Attachment to Base64 in Power Apps for Email Attachments
Mar 27, 2024.
Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment handling and email sending seamlessly.
Best Practices for Designing APIs in .NET
Mar 26, 2024.
This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
Automate Azure App Service Plan Scaling with Automatic Scaling
Mar 19, 2024.
Introducing the latest advancement in Azure's App Service Plans: Automatic Scaling (Preview). This awesome feature revolutionizes the scaling process by offering per-app scaling with ease.
How to Delete a Specific Email using Azure Logic App
Mar 18, 2024.
How to delete a specific Email using Azure Logic App
How to Mark an Email as Read When Logic App Performs an Action
Mar 18, 2024.
Azure Logic Apps streamline business processes by automating workflows between various services without coding. Follow steps to create workflows for tasks like moving email attachments to Blob Storage and more.
Email Subscriptions in Azure DevOps
Mar 18, 2024.
In this article, we will Email Subscriptions in Azure DevOps allow users to receive notifications about changes and activities within their projects. Users can customize subscriptions to receive alerts via email for specific events, ensuring efficient communication and collaboration within teams.
Alert on Saving Email Attachment to Blob Storage Account
Mar 17, 2024.
How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments are saved to Blob Storage, simplifying business processes seamlessly.
Save specific Email to Excel File using Azure Logic App
Mar 12, 2024.
Azure Logic Apps is a cloud-based service that streamlines business processes. This guide details how to automate moving specific emails to Excel in OneDrive seamlessly using Azure Logic App workflows.
Save Email Attachment to Blob Storage using Azure Logic App
Mar 11, 2024.
In this article, we are going to learn about how to Save specific Email attachment to blob storage using Azure Logic App
Dynamic Theme Change Across Canvas App Screens
Mar 07, 2024.
This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
How to Remove Duplicate Email Items in Outlook
Mar 06, 2024.
Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
Automated Email Signature with Power Automate in Email Generation
Mar 05, 2024.
Automate email generation in Dynamics 365 and Dataverse with user signatures. Configure workflows, create and populate emails, ensuring seamless communication in response to case priority changes.
Add Company Email Signatures and Disclaimers in Microsoft 365
Mar 05, 2024.
Explore methods to Create and Add Company Email Signatures and Disclaimers in Microsoft 365. Get the best guides to add Email Signatures and Disclaimers in Microsoft 365 in easy steps.
Automate Email Generation with Power Automate Email Signatures
Mar 04, 2024.
This HTML snippet fetches an email signature using Microsoft Power Automate. It uses an ID attribute to target a specific div element and utilizes inline code to access and display the signature dynamically from the "Get_Email_Signature" action's output.
Reactive Forms In Angular with Practical Example
Mar 01, 2024.
Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive forms. In this article, we'll delve into reactive forms in Angular, exploring their benefits, how to create them, and how to work with them effectively.
Send Email with Multiple Attachments from SharePoint Library Docs
Feb 29, 2024.
Sending an email with attachments using Power Automate, specifically focusing on scenarios where files with their metadata are created in a SharePoint Library
SendEmailFromTemplate to Send Emails to Unresolved Addresses
Feb 28, 2024.
This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms
Feb 26, 2024.
Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will only accept the URL.
Steps to Change Sender Email address in Power Automate
Feb 24, 2024.
When using Power Automate, changing the sender email address for notifications involves choosing between V3 and V2 actions, utilizing a shared mailbox, and adjusting settings for personalized communication.
Creating Email Template for Custom Entities in Dynamics 365 CE
Feb 24, 2024.
This article is about using email template for custom entity in Dynamics 365
MS Teams and Email Approval Configuration in D365 CRM
Feb 22, 2024.
Automate the approval process for creating CRM account records with Microsoft Teams and Email notifications using Power Automate. Follow step-by-step instructions for configuring flows and notifications seamlessly.
Enable Enhanced Experience for Email Attachments
Feb 21, 2024.
Enable a seamless email attachment experience in CRM by configuring the enhanced email attachment control. Follow simple steps to add attachments, preview files, export data, and efficiently manage attachments in forms.
Sending an Email with Multiple Attachments from SharePoint List
Feb 21, 2024.
Explore the efficient process of automating email sending with attachments using Power Automate, focusing on scenarios like SharePoint list item creation. Optimize your Power Automate skills for enhanced productivity.
Mobile Number Validation Using Angular and Bootstrap
Feb 19, 2024.
This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
Android Intent using Kotlin
Feb 16, 2024.
Here in this article, I going to pass data from one activity to another using intent and also able to send email using intent.
Sending Reminder Emails Using Power Automate
Feb 12, 2024.
This article explains how to use Power Automate to send reminder emails effectively. Learn how to create reminder emails in Power Automate for pending tasks using SharePoint. The article outlines the design, conditions, and steps, ensuring efficient task management and escalation to managers.
Validating an HTTP Endpoint to Receive Events from Azure Event Grid
Feb 07, 2024.
This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microsoft.
Google and Yahoo Unveil New Email Authentication Standards
Jan 29, 2024.
Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a prime target for cyber threats, including phishing attacks, email spoofing, and spam.