C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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]
Alagunila Meganathan(15)
Rohit Gupta(6)
Tuhin Paul(5)
Niharika Gupta(4)
Saurav Kumar(3)
Mahesh Chand(3)
John Godel(2)
Sarthak Varshney(2)
Jalpa Dhola(2)
Amit Kumar(2)
Muhammad Imran Ansari(2)
Vardhan Vyankatesh Chatla(2)
Vijay Kumari(2)
Chetan Sanghani(2)
Sreenath Kappoor(2)
Sardar Mudassar Ali Khan (2)
Syed Shanu(1)
Aarav Patel(1)
Sandeep Kumar(1)
Prathamesh Dhopare(1)
Vishal Joshi(1)
Ajay Narkhedkar(1)
Ketan Sathavara(1)
Henil Patel(1)
Sandhiya Priya(1)
Rajesh Gami(1)
Deepika Sawant(1)
Gaurav Kumar (1)
Asfaque Ansari(1)
Shivang (1)
Pratik Chavan(1)
Parth Soni(1)
Nitin (1)
Arnab Das(1)
Ashish Bhatnagar(1)
Sagar Rane(1)
Arkadeep De(1)
Mohammad Hasan Hosseini(1)
Mohomed Shihan(1)
Aakash Chhillar(1)
Onkar Sharma(1)
Babita (1)
Daniel Gomez(1)
Jaydeep Patil(1)
Aiswarya E V(1)
Dheeraj kumar(1)
Sanjay Kumar(1)
Vijay Yadav(1)
Mohamed Azarudeen Z(1)
Dharmeshwaran S(1)
Jitendra Mesavaniya(1)
Siddhesh Chavan(1)
Jaimin Shethiya(1)
Abhishek Chadha(1)
Vikas Singh(1)
Arun Potti(1)
Maniteja Vegi(1)
Rohini Parade(1)
Dhiraj Poojary(1)
Mahender Pal(1)
Resources
No resource found
The Cybernetic Proletariat: Humanoids, Artificial Superintelligence, and the Ultimate Crisis of Marxist Value Theory
Jul 02, 2026.
Explores how humanoids & ASI could trigger a Marxist crisis, challenging value theory & potentially overthrowing capitalism.
Robotics and Automation: Past, Present, and the Road Ahead (Season 1)
Jul 02, 2026.
Explore the evolution of manufacturing automation, from past systems to Smart Factories, and understand inbound/outbound processes.
Qwen-VLA: The AI Model That Sees, Thinks, and Acts
Jun 16, 2026.
Alibaba's Qwen-VLA is a single AI model that controls robots across tasks and bodies. Here's what makes it different — and why it matters for the future of robotics.
Semantic Codebase Exploration: Finding Business Logic Faster with AI Search
Jun 11, 2026.
Unlock faster code discovery with AI-powered semantic search. Navigate complex codebases by meaning, not just keywords, to find business logic efficiently.
React Custom Hooks: Build Reusable Business Logic
Jun 03, 2026.
Learn React Custom Hooks with practical examples. Discover how to reuse business logic, reduce code duplication, and build maintainable React applications.
AI + Robotics: The Next Evolution After LLMs
Apr 24, 2026.
Explore the convergence of AI and robotics! Discover how AI is transforming robots into intelligent systems, enabling autonomous action and real-world impact.
How to Implement Reflexion Patterns in AI Agents to Reduce Logic Errors
Mar 30, 2026.
Reduce AI logic errors with Reflexion! This guide explores how AI agents can self-review, learn from mistakes, and improve accuracy. Build smarter, reliable systems.
Using Kotlin Multiplatform (KMP) to Share UI Logic: Compose vs Native SwiftUI
Mar 30, 2026.
Explore Kotlin Multiplatform for cross-platform apps: Compose Multiplatform (shared UI) vs. native SwiftUI. Discover the best approach for your project's needs and team.
How to Implement Retry Logic in Distributed Systems Without Failure
Mar 24, 2026.
Master retry logic in distributed systems! Learn to handle failures gracefully with exponential backoff, jitter, and idempotency. Build resilient microservices and APIs.
Techniques for Structuring Asynchronous JavaScript Logic in Complex Applications
Mar 20, 2026.
Master asynchronous JavaScript in complex apps! Learn techniques for promises, async/await, error handling, and parallel execution to boost performance and reliability.
Designing a Clean React Architecture: Understanding Props, Components, and Page Logic (With Practical Example)
Mar 10, 2026.
Learn to structure React apps like a pro! This guide covers API, service layers, components, and page logic for scalable, maintainable code. Includes a practical example.
How to Fix Patch Not Working & Duplicate Records in Power Apps
Feb 27, 2026.
Solve Power Apps Patch issues! Prevent duplicate records and silent failures when saving data to SharePoint. Learn to update or create records reliably using LookUp. In real-world Power Apps projects, Patch failures and duplicate SharePoint records are common challenges that impact data integrity and user experience. This article explains the root causes behind these issues and how to handle them effectively. Learn practical techniques like proper form validation, conditional Patch logic, and duplicate checks. A real-world scenario walkthrough makes it easy to implement these solutions in your own apps.
Nanobots: What They Are and How They Work in Medicine and AI Assistants
Feb 19, 2026.
Learn what nanobots are and how they work, from real-world nanoscale science to a lightweight “Nanobot” AI assistant you can run locally.
Cosmos Reason 2: What NVIDIA’s reasoning VLM is and how to use it for physical AI
Jan 08, 2026.
Learn what Cosmos Reason 2 is and how NVIDIA’s reasoning vision-language model helps AI see, understand, and act in the physical world, with practical workflows, integration patterns, and deployment tips.
Isaac GR00T N1.6 Explained: What It Is & How Nvidia’s Advanced VLA Model Powers Humanoid Robots
Jan 08, 2026.
Discover what Isaac GR00T N1.6 is and how Nvidia’s next-generation Vision-Language-Action model enables humanoid robots to understand, reason, and act — combining vision, language, and control for real-world tasks.
Conditionally Bypassing Middleware in ASP.NET Core
Dec 29, 2025.
Learn how to conditionally bypass middleware in ASP.NET Core for optimized performance and logic. Explore 6 real-world approaches for .NET 8 & .NET 9 apps.
World Modeling in AI: What It Is and How It Works End-to-End
Dec 30, 2025.
Learn what world modeling in AI is and how it works end-to-end, including core architectures, training loops, planning, evaluation, and practical deployment patterns.
Introduction to Pattern Matching in C#
Dec 28, 2025.
Unlock the power of C# pattern matching! Learn how to simplify complex logic, improve code readability, and avoid errors with this essential feature. Master modern C#!
DHRUV64 microprocessor: what it is and how it works
Dec 19, 2025.
Learn what the DHRUV64 microprocessor is and how it works, including architecture context, performance implications, bring-up steps, and deployment scenarios for strategic and commercial systems.
Druva64 Linux: What It Is and How It Works on Indigenous RISC-V Platforms
Dec 19, 2025.
Understand what Druva64 Linux is and how it works as a Linux operating environment for the DHRUV64 RISC-V microprocessor, including architecture, boot flow, use cases, and deployment considerations.
Power Apps - If(), Switch() & Match()
Dec 10, 2025.
This logic controls application behavior by evaluating multiple conditions in sequence, ensuring actions are taken based on user role, form state, and data validity while preventing unauthorized or invalid operations.
Handle Large Form Workflows in React with Custom Hooks
Dec 11, 2025.
Learn the best strategies for handling large and complex form workflows in React using custom hooks. This guide covers reusable logic, validation, multi-step forms, performance optimization, and practical examples.
Trigger Conditional in Power Automate: How & When to Use Them
Dec 10, 2025.
Trigger Conditions in Power Automate allow you to control when a flow should start, based on specific logical expressions. Instead of running a flow every time a trigger event occurs—such as when an item is created, modified, or a file is added—you can use trigger conditions to ensure the flow runs only when certain conditions are met. By adding one or more trigger conditions to a flow’s trigger settings, you can limit unnecessary executions, improve performance, reduce flow run counts, and ensure automation is executed only when truly required. Trigger conditions use Power Automate expressions to evaluate field values, changes, or business rules before the flow begins.
Simplifying Repetitive Logic in Power Apps Using the With() Function
Dec 08, 2025.
Simplify Power Apps formulas! Learn how the With() function reduces repetitive logic by storing and reusing values, making your apps cleaner and easier to maintain.
Logical Games - Logical Reasoning Questions and Answers
Nov 08, 2025.
Sharpen your mind with logical games! Explore a variety of brain-teasers, puzzles, and solved examples to boost your problem-solving skills and logical reasoning.
Embodied & Multi-Agent AI Systems: The Next Step Toward Human-Like Intelligence
Oct 31, 2025.
Explore Embodied & Multi-Agent AI: the next leap in AI, enabling systems to interact with the real world, collaborate, and make autonomous decisions.
Why Understanding Business Logic Makes You a Better Developer
Oct 30, 2025.
Elevate your development skills! Understanding business logic transforms you from a coder to a creator, building impactful solutions, not just features. Drive business success!
AI in Logistics: Building Smart, Autonomous Supply Chains
Oct 30, 2025.
Explore how AI is revolutionizing logistics, creating smart, autonomous supply chains. Discover AI's impact on efficiency, forecasting, and sustainability.
Azure Logic Apps: Streamlining Workflows with Scalable Cloud Automation
Oct 24, 2025.
Automate workflows and integrate systems with Azure Logic Apps, a cloud-native, low-code platform. Connect to hundreds of services like Microsoft 365, Salesforce, and SAP. Build scalable, event-driven applications and streamline business processes with its visual designer, serverless architecture, and robust monitoring capabilities.
Beyond the Textbook: Testing Collinearity for Real-World Robotics and Logistics Using Python
Oct 13, 2025.
Explore collinearity testing in Python with a real-world drone delivery scenario. Learn how to determine if three points lie on a straight line using the cross-product method for robust and efficient solutions. Discover best practices, edge case handling, and production-ready code for applications in robotics, logistics, and autonomous systems.
Point, Line, Safety: How Triangle Modeling Keeps Warehouse Robots from Crashing Using Python
Oct 13, 2025.
Learn how to model triangles using Python for real-world applications like collision avoidance in warehouse robots. This article covers point-based triangle representation, validation, and spatial queries. Build a robust and intuitive system for dynamic transformations and integration with sensor data. Includes complete code, unit tests, and an interactive demo, showcasing best practices for geometric modeling in robotics and beyond.
Strassen’s Algorithm for 2×2 Matrices in Real-Time Robotics using Python
Oct 06, 2025.
Unlock real-time robotics performance with Strassen's algorithm! This article demystifies Strassen's matrix multiplication for 2x2 matrices, crucial for latency-sensitive applications like robot vision. Learn how to implement this clever algorithm in Python, optimize embedded systems, and achieve significant speed improvements where every millisecond counts. Discover the trade-offs and practical insights for optimal use.
Azure Functions vs. Azure Logic Apps: A Practical Comparison
Oct 03, 2025.
Confused about Azure Functions and Logic Apps? This practical comparison clarifies their distinct roles in cloud automation and integration. Discover when to choose Functions for code-intensive tasks and Logic Apps for low-code workflows. Explore real-world examples, key differences, and how to leverage both for optimal serverless solutions, combining custom code with visual workflow design for powerful results.
How to Automate Tasks in Azure Using Logic Apps with C#
Sep 28, 2025.
Unlock the power of automation in Azure using Logic Apps and C#! This guide explores how to streamline workflows, reduce manual effort, and improve productivity by combining low-code Logic Apps with the flexibility of C# Azure Functions. Learn to build scalable, cost-effective solutions for data processing, approvals, and enterprise app integration, enhancing your Azure automation strategy.
Robotics & IoT in Surgery → The Future of Remote Operations
Sep 05, 2025.
Explore how robotics and IoT are revolutionizing surgery, enabling remote operations and transforming healthcare. Discover the benefits of robotic-assisted procedures, IoT-powered monitoring, and the rise of remote surgeries. Learn about the challenges and the exciting future of AI-powered surgical solutions, bringing expert care to underserved areas and improving patient outcomes globally.
Mastering the Filter Array Action in Power Automate: A Complete Guide for Dynamic Data Filtering 🔥
Aug 22, 2025.
Learn how to effectively use the Filter Array action in Power Automate to filter and extract specific data from arrays and objects. This guide covers practical examples, real-world use cases, and advanced tips to streamline your flow logic and handle complex conditions with ease.
Master React Hooks: useState, useEffect & Custom Hooks Guide
Aug 19, 2025.
React Hooks let developers use state, lifecycle methods, and other React features in functional components. Hooks like useState, useEffect, and custom hooks make code cleaner, reusable, and easier to manage.
Prompt-Oriented Development in Cybersecurity: Structuring AI for Threat Analysis and Incident Response
Aug 14, 2025.
Prompt-Oriented Development (POD) in cybersecurity guides AI to act like an experienced SOC analyst, delivering structured, actionable intelligence from alerts, detecting threats, and suggesting precise remediation steps.
What does AI‑driven robotics look like?
Aug 13, 2025.
Discover how AI-driven robotics is transforming industries by combining machine learning, computer vision, and automation to create intelligent, adaptable machines. This article explores the technology, applications, benefits, and challenges of AI-powered robots, along with future trends shaping this rapidly evolving field.
How Vibe Coding Handles Data, APIs, and Logic Without Writing Code
Aug 06, 2025.
Learn how vibe coding tools interact with databases, APIs, and backend logic—without requiring programming skills. Discover how non-coders can build powerful AI workflows and automations using natural language.
Build a Simple Chatbot in Python Using NLTK and Rule-Based Logic
Aug 05, 2025.
In this article, you will build a lightweight Python chatbot that uses NLTK for text preprocessing and simple rule-based / similarity logic to respond to user queries. The bot handles greetings, FAQs, fallback similarity matching, and small talk. It’s a practical beginner-to-intermediate project demonstrating natural language processing basics without deep learning.
Debugging Flaky Tests in Automation Testing
Jul 28, 2025.
Flaky tests are automated tests that exhibit inconsistent results—passing sometimes and failing at other times without any changes in the code. They are a major challenge in maintaining reliable CI/CD pipelines and can erode confidence in test automation suites.
Best AI ETFs to Invest in 2025
Jul 14, 2025.
Explore the best AI ETFs to invest in for 2025. This comprehensive guide covers diversification, risk factors, top funds, and practical tips to help investors profit from artificial intelligence growth.
Build Branching Logic in SharePoint Online List Forms
Jul 07, 2025.
Learn how to use branching logic in SharePoint Online list forms to show or hide fields based on user input. Enhance user experience, minimize errors, and create intelligent, no-code forms effortlessly.
Time.deltaTime Explained in Unity
Jul 07, 2025.
Master Time.deltaTime in Unity to ensure smooth, frame-rate-independent movement, physics, and animations across devices. Learn best practices, pitfalls, and how to use fixedDeltaTime, unscaledDeltaTime, and more.
Webhook pattern for an Azure Logic App
Jul 01, 2025.
This article describes how we can use asynchronous request reply pattern, webhook pattern with logic app to resolve timeout related issues during large data processing.
Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
How to Share Logic Between Components Using Custom Hooks in React
Jun 26, 2025.
Learn how to reuse and share logic between React components using custom hooks. Create clean, maintainable code with real examples of custom React hooks.
Mastering Trigger Conditions in Power Automate Flows: Simplify Your Flow Logic Like a Pro! 🔥
Jun 16, 2025.
This article explores Trigger Conditions in Power Automate, explaining what they are, why they matter, and how to use them effectively, especially in SharePoint-based flows. Learn with real-world examples, syntax tips, and best practices to build smarter, more efficient workflows.
How to Automate Tasks in Azure Using Logic Apps with C# Integration
Jun 02, 2025.
Seamlessly automate workflows using Azure Logic Apps and C#. Trigger Logic Apps programmatically, integrate with cloud and on-premises systems, and build scalable, maintainable solutions with minimal code.
Introduction to Azure Logic App
May 16, 2025.
Azure Logic Apps is a low-code, cloud-based platform that helps automate and orchestrate workflows across cloud and on-premises systems.
What’s New in Grafana 12.0
May 08, 2025.
Explore Grafana 12.0's new features like Git Sync, dynamic dashboards, and enhanced drilldowns. Perfect for beginners seeking practical insights.
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.
Reusable Approach to Handling Cancellation Token Logic & Timeout
Mar 19, 2025.
Handling cancellation in asynchronous workflows can often lead to repetitive, error-prone code. Whether we’re processing a single task or multiple tasks.
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.
Running Azure Resource Graph Queries in an Azure Logic App
Mar 12, 2025.
Learn how to run Azure Resource Graph queries within an Azure Logic App to automate resource management and gain insights into your Azure environment.
Java Program to Check Whether a Number is a Strong Number
Jan 20, 2025.
A Strong Number, also known as a Krishnamurthy number, is a number where the sum of the factorials of its digits equals the number itself. For instance, the number 145 is considered a Strong Number because the factorial of 1 is 1 (1!), the factorial of 4 is 24 (4!), and the factorial of 5 is 120 (5!).
Dynamic Rules Engine for User Workflows in .NET Financial Apps
Jan 17, 2025.
Implement a dynamic .NET Rules Engine for financial workflows with user-specific rules. Customize logic based on roles, transactions, and account types. Enable fraud detection, compliance, and real-time audit logging for scalability.
Twisted Prime Number in C#
Dec 30, 2024.
In this article, I will explain how to determine whether a given number is a twisted prime number or not, and provide a comprehensive guide to do so, covering essential concepts, methods, and examples.
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 Use Microsoft Teams for Project Management
Nov 28, 2024.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
Creating a Scheduled Task in Sitecore
Nov 26, 2024.
Learn how to automate tasks in Sitecore by creating scheduled tasks. This involves writing task code, creating commands, and setting up a scheduler. Automating tasks like content publishing or email reminders can save time and streamline operations.
Azure Logic App
Nov 10, 2024.
In this article, we will learn about Azure Logic Apps, which is a cloud-based service that enables users to create automated workflows and integrate applications, data, and services across the cloud and on-premises.
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.
Update Taxonomy Metadata Field with Multiple Values Using Logic App
Sep 19, 2024.
This guide covers automating metadata management, configuring Logic Apps to handle dynamic updates, and simplifying the process of managing SharePoint Taxonomy Metadata fields efficiently.
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 Show and Hide Password in Angular
Jul 25, 2024.
Enhance your Angular forms by adding a show/hide password toggle feature. Just like a light switch that lets you see if a room is lit or dark, this feature allows users to reveal or hide their password for better accuracy.
After Business Rules in ServiceNow: Scenarios and Best Practices
Jul 22, 2024.
After Business Rules in ServiceNow execute after a database operation, enabling actions that depend on the successful completion of the initial operation. Common scenarios include audit logging, triggering notifications, data synchronization, and cascade updates.
Microservices Architecture with .NET Core
Jul 17, 2024.
Microservices architecture, using .NET Core, enhances scalability, resilience, and maintainability by breaking down applications into independently deployable services. Each service manages its own data and communicates via APIs.
Custom Controls in C# Windows Forms
Jul 08, 2024.
Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and implementing owner-drawn controls.
API vs Service vs Function Connections in Azure Logic Apps
Jun 24, 2024.
Azure Logic Apps helps automate tasks, business processes, and workflows by connecting to various services. API Connections integrate with third-party and Azure APIs, Service Provider Connections directly link to Azure services, and Function Connections execute custom serverless logic.
Managing Concurrent Access with Semaphores in C# .NET
Jun 23, 2024.
Concurrency control is crucial in multithreaded programming to prevent resource contention. In C#, the Semaphore class manages access to shared resources, allowing a defined number of threads to proceed simultaneously.
IIF in Microsoft SQL Server
Jun 21, 2024.
IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whether a specified condition is evaluated as true or false.
Understanding Different Types of SQL Triggers in SQL Server
Jun 11, 2024.
SQL Server triggers are powerful tools that allow the automatic execution of SQL code in response to specific events on a table or view. They play a crucial role in maintaining data integrity, enforcing business rules, and automating system tasks.
Delegates in .NET Core C#: Syntax, Usage and Examples
Jun 11, 2024.
A delegate is an object that points to a method; alternatively, it may be thought of as a variable of the reference type that stores references to the methods. Function pointer in C/C++, delegates are used in C#. It offers a mechanism to specify which method should be invoked in the case that an event is triggered.
The Art of JavaScript Hoisting: Understanding the Ins and Outs
Jun 11, 2024.
Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
If Statement in C#
May 16, 2024.
Master the fundamentals of C# with if statements. Learn to control program flow based on conditions, enabling dynamic decision-making in your code efficiently."
Azure Logic Apps Implementation with Real-Time Examples
May 16, 2024.
In this Article, Discover how to implement Azure Logic Apps seamlessly with step-by-step guide and real-time examples. Learn to automate workflows, integrate services, and perform tasks like sentiment analysis on Twitter, all without extensive coding.
How to Integrate Instant Plugins in the Canvas App?
Apr 29, 2024.
Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
Azure Logic App Standard Development in Visual Studio Code
Apr 25, 2024.
Learn how to set up a local environment for Azure Standard Logic App Development using Visual Studio Code. Follow steps to install required extensions, create a new project, add workflows, configure triggers like HTTP requests, debug, and test using tools like POSTMAN. Understand authentication, transaction logs.
Understanding the Layers of Database Management Systems
Apr 21, 2024.
Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data management, unraveling the intricacies of this widely adopted architectural model.
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.
Transfer Multiple File Formats Between Blob Containers with Logic App
Mar 30, 2024.
Moving multiple file format files between Blob storage containers using the logic app. This article demonstrates how to utilize Azure Logic Apps to automate workflows between Blob storage and OneDrive, creating approval-based processes. No code is required.
Connect Blob Storage & OneDrive via Azure Logic Apps
Mar 28, 2024.
Connect blob storage and oneDrive with approval-based automated workflows using Azure Logic Apps. Azure Logic Apps automate workflows across applications and services, reacting to events and processing data without code. Connect Blob Storage and OneDrive for automated approvals.
Build an Approval-Based Automated Workflows Using Azure Logic Apps
Mar 21, 2024.
Azure Logic Apps is a cloud-based service enabling automated workflows across various applications without coding. Learn to build approval-based workflows, integrating Outlook, approval emails, and Blob storage seamlessly.
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.
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
Reactivity with Vue.js Watchers
Mar 04, 2024.
In the world of Vue.js, watchers stand as vigilant guardians, monitoring specific data properties for any signs of change. When a change is detected, they leap into action, executing custom logic to check your application stays in sync and responds accordingly.
How to Create a Logic App to Split PDF by Text
Feb 29, 2024.
In this article, we are going to learn about how to create a Logic App to split PDF by text. Create a Logic App to effortlessly split PDFs by text and store them in Dropbox using Azure Logic Apps. Follow the steps, connect PDF4me and Dropbox, and configure triggers and actions seamlessly.
React Design Pattern Series: Mastering HOC Pattern
Feb 13, 2024.
This React Design Pattern Series introduces the Higher Order Component (HOC) pattern, a powerful tool in React development. Exploring its definition, benefits, and a real-world example of an authentication HOC, the article emphasizes cleaner, more reusable components.
How to create a Logic App to insert Page number into PDF
Jan 03, 2024.
In this article, we are going to learn about How to create a Logic App to insert Page number into PDF
How to Create a Logic App to Protect the PDF with Password
Jan 03, 2024.
In this article, we are going to learn about How to create a Logic App to Protect the PDF with a Password and how to create an Azure Logic App that automatically protects PDF files with passwords and saves them in Dropbox.
How to Create a Logic App to Convert PDF into Word
Jan 03, 2024.
In this article, we are going to learn about How to create a Logic App to convert PDF into word. Learn how to create an Azure Logic App that automatically converts PDF files into Word documents and saves them in Dropbox. Follow step-by-step instructions for seamless integration.
How to create a Logic App to convert documents into PDF
Dec 17, 2023.
In this article, we are going to see about How to create a Logic App to convert documents into PDF
Implementing Reason for Delete in D365 CE
Dec 08, 2023.
This article is about implementing the reason for deletion in D365 CE using custom logic. In Dynamics 365 Customer Engagement (CE), enhance data management with a "Reason For Deletion" feature. This blog guides you through adding a deletion reason field, hiding the delete button, and JavaScript implementation.
API Development Using Strategy Design Pattern with 3-Tier Architecture
Nov 12, 2023.
In today's fast-paced software development landscape, creating well-structured and maintainable applications is crucial. One popular design pattern that can greatly enhance the organization and flexibility of your ASP.NET Core Web API projects is the Strategy Design Pattern. This pattern allows you to encapsulate and swap out algorithms or behaviors at runtime, making it an ideal choice for handling various CRUD (Create, Read, Update, Delete) operations on your data models. In this article, we'll explore how to implement the Strategy Design Pattern within a 3-Tier Architecture in an ASP.NET Core Web API. You'll learn how to create a robust business logic layer, define concrete strategies for each CRUD operation, and seamlessly integrate them into your API controllers. By the end of this guide, you'll have a comprehensive understanding of how to leverage this pattern for a more maintainable and scalable API.
ASP.NET Core Web API Development with Observer Design Pattern
Nov 01, 2023.
This project represents a robust ASP.NET Core Web API application that manages tickets using a 3-tier architecture. The system provides full CRUD (Create, Read, Update, Delete) functionality for tickets. What sets this system apart is its use of the Observer Design Pattern, which enables real-time notifications to subscribers whenever a ticket is created, updated, or deleted. The three primary architectural layers include the Presentation Layer (API), Business Logic Layer (Service), and Data Access Layer (Repository), providing a well-structured and maintainable solution for ticket management.