Related resources for Action
  • Select Stored Proc With Raw SQL Query Via EDF Framework4/18/2024 10:43:47 AM. Utilize Entity Data Framework (EDF) for selecting stored procedures with raw SQL queries. Enhance data access in your application by leveraging the power of SQL alongside EDF's object-relational m
  • A Comprehensive Guide to Entity Framework Core in .NET 84/16/2024 10:54:12 AM. Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • Queue-Based Messaging in Windows Azure4/16/2024 8:40:51 AM. This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solut
  • Sharing Data Between Components In Angular4/16/2024 5:33:03 AM. Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
  • Sharing Data from Child to Parent in Angular 8 Using @viewchild4/15/2024 11:51:06 AM. Angular 8 facilitates efficient parent-child component communication through @ViewChild. This TypeScript decorator allows a parent component to access a child component's properties and methods, e
  • Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow4/12/2024 11:14:14 AM. Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
  • Create A Simple Bot With Azure Bot Service4/10/2024 10:40:35 AM. Explore creating a simple Bot using Azure Bot Framework. Bots automate tasks, interact like humans, and offer various functionalities. Follow the steps to set up in Azure portal, select the template,
  • Move Controls With The Mouse On A Form At Runtime4/10/2024 9:42:29 AM. Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experience
  • Introduction To Azure Logic Apps4/8/2024 9:01:25 AM. Learn about Azure Logic Apps for task scheduling and automation in cloud computing. Explore workflow components like triggers, actions, and loops. Discover advantages, connectors, usage scenarios, pri
  • How to Use Stored Procedure in PHP4/5/2024 5:42:14 AM. Using stored procedures in PHP involves connecting to a database using MySQLi or PDO, preparing and executing SQL queries that call the stored procedures. Utilize parameterized queries for security an
  • Create Power BI Report Using PDF Data Source4/4/2024 8:56:31 AM. Learn how to extract data from PDF files using Power BI's PDF Connector. Enable the feature, select the PDF, preview pages, load data, view available fields, and prepare a Power BI report based on
  • Temporary Table vs Temporary Variable in SQL Server4/3/2024 9:41:39 AM. Temporary tables adhere to transaction boundaries, affected by rollbacks, whereas temporary variables remain unaffected, persisting data despite rollbacks. Illustrated through SQL queries, highlightin
  • Remote Validation in MVC4/2/2024 9:09:23 AM. Learn to implement remote validation in MVC, validating specific data without posting the entire form. Utilize the "Remote" attribute to check email existence by calling a controller action.
  • Displaying Data On View From Controller4/1/2024 12:01:36 PM. In ASP.NET MVC, data from a controller can be displayed on a view using various methods like ViewData, ViewBag, or strongly-typed models. Controllers pass data to views, leveraging Razor syntax to bin
  • ActionResult Return Type in MVC 3.04/1/2024 11:51:41 AM. In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
  • Explain Route Constraints in MVC4/1/2024 8:25:20 AM. Route constraints in MVC define rules for matching incoming URLs to route templates, enhancing control over routing behavior. They specify conditions like data type, length, or regular expressions, en
  • ASP.NET MVC with Action Filters4/1/2024 6:30:02 AM. In this article, we will learn how to enhance your ASP.NET MVC applications with Action Filters. Action Filters provide a powerful mechanism for injecting cross-cutting concerns such as logging, authe
  • Different ActionResult Types in ASP.NET MVC & Their Uses4/1/2024 6:14:26 AM. In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
  • Routing to Controller Actions in ASP.NET Core3/30/2024 8:47:24 AM. In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
  • Understanding Filters in MVC3/29/2024 10:56:27 AM. There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let's discuss
  • Various Return Types From MVC Controller3/29/2024 9:56:19 AM. The content explores the diverse return types available in an MVC controller within the ASP.NET framework. From rendering HTML views to returning JSON data or redirecting to different URLs, MVC contro
  • Object Oriented Programming With A Real-World Scenario3/28/2024 10:35:38 AM. This article explores the significance of real-world scenarios in understanding Object-Oriented Programming (OOP) for young programmers. It discusses the four pillars of OOP - abstraction, encapsulat
  • VLFs - The Forgotten Foe3/28/2024 6:30:53 AM. Unveil the hidden impact of Virtual Log Files (VLFs) in SQL Server. Explore strategies to mitigate performance issues stemming from log file fragmentation and learn essential database maintenance tech
  • Organizing AWS Lambda dependencies with layers3/27/2024 8:51:21 AM. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utiliz
  • Change Data Capture - CDC with SQL server3/21/2024 1:31:08 PM. Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations
  • Web API Validation3/20/2024 9:41:36 AM. Learn about the importance of validation in Web API development, including techniques like Model Validation and Fluent Validation. Explore how to implement validation rules using data annotations and
  • Namespace for Authentication Routes in MVC and Its Importance3/19/2024 1:18:38 PM. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
  • How to Mark an Email as Read When Logic App Performs an Action3/18/2024 6:18:11 AM. 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
  • What is Prompt Engineering and Why Do We Care?3/10/2024 9:45:39 AM. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • New Features Of Entity Framework Core 2.03/7/2024 8:53:53 AM. Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This art
  • Entity Framework Core Triggers In Action (Unofficial Package)3/7/2024 8:44:28 AM. This article shows you how to work with database triggers in Entity Framework Core using a third-party library and Entity Framework Core Triggers with this unofficial package, enhancing database opera
  • What is Change Data Capture(CDC)3/7/2024 7:31:17 AM. Change Data Capture (CDC) is a method used in databases to track and capture changes in data. It enables real-time updates by identifying and recording modifications made to the database, facilitating
  • Importing Access Database into SQL Server 20123/5/2024 10:40:07 AM. Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactive UIs. Components manage state/props, fa
  • Set Auto Tier Azure Blobs Using Azure Logic App3/1/2024 8:42:20 AM. Automate Azure Blob Storage tiering effortlessly with Azure Logic App. Utilize Blob Lifecycle Management, Azure Management APIs, and JSON for seamless data management and cost optimization, enhancing
  • Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps2/28/2024 8:59:24 AM. Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and c
  • Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time Data2/28/2024 5:15:01 AM. Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending bey
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions2/26/2024 6:00:39 AM. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Cl
  • Steps to Change Sender Email address in Power Automate2/24/2024 5:51:34 AM. 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 communic
  • Async Patterns in MVC Controllers for Efficiency or Adding Unnecessary Complexity?2/22/2024 8:08:10 AM. Explore the necessity of async patterns in MVC controllers—unveiling the intricacies of conventional and alternative coding styles
  • Trigger Creation: Set Action on Customer Record Create/Update2/21/2024 11:08:31 AM. Learn to automate database actions by creating triggers. Choose the trigger name and action type. Execute actions when customer records are created or updated. Enhance database functionality and effic
  • Blazor - Connect With Amazon DynamoDB Using AWS SDK2/21/2024 8:24:16 AM. In this article, we will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK. We will see how to create a Blazor application and connect with Amazon DynamoDB using AW
  • Transactions in ASP.NET2/12/2024 11:52:36 AM. This article explains, how to process a transaction within ASP.Net web forms. Transactions in ASP.NET ensure atomicity, consistency, isolation, and durability (ACID properties) in data operations
  • Difference Between Raw SQL and Dapper 2/8/2024 8:55:42 AM. Explore the trade-offs between using raw SQL queries and leveraging Dapper, a micro-ORM for database access in C# development. Delve into performance, code maintainability, and efficiency to make info
  • Common Implementation Mistakes of Work Pattern in C#2/7/2024 9:15:44 AM. Exploring common mistakes in implementing the Unit of Work pattern in C# development. Examples include overcomplicating the class, incorrect transaction management, and lacking exception handling.
  • Vue.js Event Handling with v-on Directive2/7/2024 4:41:42 AM. Vue.js offers a powerful event handling mechanism through the v-on directive, enabling developers to respond to user actions such as clicks, inputs, and mouse movements dynamically.
  • Create Cloud Architecture Diagrams in Python with Diagrams Library2/6/2024 9:35:05 AM. The Diagrams library by Mingrammer provides a Pythonic approach to creating cloud system architecture diagrams. It allows developers to define components and their interactions using Python code
  • Result vs. ActionResult in ASP.NET MVC2/6/2024 6:09:32 AM. In ASP.NET MVC, ActionResult is a general base class for action results, offering flexibility. ViewResult, a specific type, is used when explicitly returning a view, simplifying code for clearer under
  • Excel Formula: Generate Random Dates and Extract Day, Month, Year, Quarter2/5/2024 11:26:43 AM. This article shows how to Generate Randomised Dates and Extract Day, Month, Year, and Quarter using a Single Formula in Excel. Explore advanced Excel formulas using the LET function and dynamic arrays
  • Get Items Action Fetching Few Records from SharePoint Online2/5/2024 10:12:12 AM. Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
  • Custom Events in C# for Enhanced Communication and Flexibility1/31/2024 8:33:20 AM. In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
  • Routing to Controller Actions in ASP.NET Core MVC1/30/2024 4:15:10 AM. In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be es
  • Exploring Filters in .NET Core1/17/2024 10:31:18 AM. .NET Core's flexibility and extensibility are enhanced by filters, allowing developers to inject logic into the request processing pipeline. Types like Authorization, Action, Result, and Exception
  • Understanding Action and Func Delegates in C#1/17/2024 10:02:38 AM. Two commonly used delegates in C# are the Action and Func delegates. Let's explore what they are and how to use them. Delegates in C# have some features that distinguish them from normal methods.
  • Handling HTTP Options Method in Angular and C#1/12/2024 7:16:34 AM. Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C#
  • Exploring the Power of Action and Func Delegates in C#1/10/2024 8:34:48 AM. Delegates play a pivotal role in C# programming, offering the ability to pass methods as parameters, store them as variables, and create custom events and callbacks. Among these, two special types of
  • Azure Cosmos DB Interaction through Python1/2/2024 9:01:56 AM. This article speaks about the techniques to interact with Cosmos DB using Python. Azure Cosmos DB, a fully managed NoSQL and relational database for modern app development. Learn how to build a Python
  • Action and Func Delegates in C#1/2/2024 5:18:03 AM. Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. H
  • Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET1/1/2024 7:47:53 AM. Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET: Best Practices and Code Examples
  • Controllers and Actions in MVC12/28/2023 6:37:32 AM. In this article, we will learn about the role of controllers, action methods, and action filters in the MVC architectural pattern for web development. Understand their functions, significance, and exa
  • The Role of Packages in Java12/27/2023 7:16:01 AM. It is possible to runout of unique names for classes in a big programming environment. There may be situations when two or more persons use the same name of their classes.
  • ID Cards Data Extraction using Power Automate and AI builder 12/26/2023 7:13:23 AM. ID Cards Data Extraction using Power Automate and AI Builder.
  • Handle Dropdown Mouse Actions and Windows Using Selenium C#12/26/2023 5:55:31 AM. This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
  • ValidateAntiForgeryToken in ASP.NET Core12/13/2023 6:17:03 AM. In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user truste
  • Action Result In ASP.NET MVC12/12/2023 10:20:20 AM. This article will tell you the basic to advanced foremost concepts about action results in ASP.NET MVC.
  • Python Text Extraction12/11/2023 7:01:01 AM. Unlock the untold stories within digital images through text extraction. Explore the fusion of technology and human-readable language using Tesseract OCR and Python. This article guides you through in
  • Read and Import Data from PDF File using MSFT Fabric12/4/2023 6:24:44 AM. Read and Import Data from PDF File using MSFT Fabric.
  • Azure User Group Sweden: Infrastructure as Code with Pulumi and GitHub Actions11/30/2023 6:08:43 AM. In this session, Till wants to show how to deploy infrastructure to Azure or any other cloud providers using Pulumi, your preferred programming language and GitHub Actions with ease.
  • Transaction In .NET11/20/2023 10:57:39 AM. This article describes what transaction is and how it can be implemented in .NET.
  • Ajax.ActionLink and Html.ActionLink in MVC11/18/2023 9:35:01 AM. In this article you will learn the use of the Ajax.ActionLink helper and Html.ActionLink. I will compare both to show you how they differ.
  • Types Of Web API Action Results11/17/2023 5:19:10 AM. This article explains about Web API action results and explanation of REST result.
  • How to Use Accessibility in SwiftUI?11/15/2023 10:50:50 AM. Discover the key steps to build inclusive SwiftUI apps in "How to Create Inclusive Apps with SwiftUI Accessibility." From VoiceOver support to dynamic type and custom actions, this guide emp
  • Execute XPath expression Action in Desktop flow using Microsoft Power Automate11/4/2023 8:39:52 AM. Reading this article, you can learn how to use Execute XPath expression in Desktop flow using Microsoft Power Automate
  • Get XML element value Action in Desktop flow using Microsoft Power Automate11/3/2023 5:26:47 AM. Reading this article, you can learn how to Get XML element value in Desktop flow using Microsoft Power Automate.
  • What is Text Analysis in Artificial Intelligence11/2/2023 4:19:28 AM. what is text analysis in AI, what are the techniques available in the text analaysis, how it would be beneficial to the business, the number of use cases available for the text analaysis and finally t
  • Use Transaction Log to Recover the Deleted or Modified Data10/31/2023 9:23:10 AM. This article is to use of Transaction Log to Recover the Deleted or Modified Data. The SQL Server Transaction Log plays an important role in recovering deleted or modified data if you mistakenly perfo
  • Write XML to File Action in Desktop Flow using Microsoft Power Automate10/31/2023 8:53:48 AM. Reading this article, you can learn how to Write XML to file in Desktop flow using Microsoft Power Automate. Reading this article, you can learn how to Write XML to file in Desktop flow using Microso
  • Common Interfaces Using C#10/30/2023 11:26:01 AM. In this article, I will explain to you about Common Interfaces using C#. Common interfaces in C# provide a way to define a contract for classes, ensuring that they implement specific methods and prope
  • MongoDB and ACID Reliable Data Transactions with NoSQL Databases 10/30/2023 8:39:15 AM. This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
  • Read XML From File Action in Desktop Flow using Microsoft Power Automate10/30/2023 8:12:08 AM. Reading this article, you can learn how to Read XML from file Action in Desktop flow using Microsoft Power Automate
  • ASP.NET Core MVC Request Life Cycle10/30/2023 5:25:03 AM. In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
  • Overview Of SOLID Principles In C#10/30/2023 5:04:17 AM. This article explains the basic rules which are combined and called the SOLID Principles. SOLID principles are a set of design principles in object-oriented programming (OOP) that help developers crea
  • Execute DOS Command in Desktop flow using Microsoft Power Automate10/29/2023 6:07:55 AM. Reading this article, you can learn how to Execute the DOS Command using Run Dos command actions with Desktop flow in Microsoft Power Automate.
  • How We Can Add Setup Project in Window Service?10/27/2023 6:22:54 AM. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package
  • Exception Handling in Power Automate Using Try Catch Scope Action10/20/2023 11:02:20 AM. Exception Handling in Power Automate involves the use of Try Catch Scope Action, allowing users to gracefully handle errors and exceptions that may occur during the execution of automated workflows. B
  • Performing Bound and Unbound Actions in Power Automate10/18/2023 9:10:47 AM. In Power Automate, you can execute bound or unbound actions using the Dataverse actions from the Microsoft Dataverse connector. There are two types of Dataverse actions available for use in flows: bou
  • Action Filters in ASP.NET Core10/13/2023 8:10:05 AM. This article provides a comprehensive overview of Action Filters in ASP.NET Core, exploring their types.
  • Clean Architecture ASP.NET Core Web API Proxy10/13/2023 5:47:09 AM. In the realm of modern web development, constructing a robust and scalable solution is paramount. This journey often involves harmonizing architectural principles and design patterns to enhance mainta
  • Creating MultiSig Wallet Contract10/13/2023 5:31:54 AM. Learn to create secure multi-sig wallet contracts using Solidity, enhancing cryptocurrency protection.
  • Editing Visualizations Interactions in Power BI10/12/2023 6:53:51 AM. This article focuses on how to edit visualizations interaction in Power BI
  • What is Action, Non-Action Methods and Types of Action Results10/10/2023 5:31:57 AM. In ASP.NET Core, actions are the methods within a controller that handle HTTP requests and produce HTTP responses. These actions can return different types of action results, which determine how the r
  • How to Set-up Trezor Hadware Wallet?10/9/2023 8:54:42 AM. Secure your cryptocurrencies with Trezor Hardware Wallet - the ultimate shield against cyber threats and unauthorized access.
  • Polynomials10/8/2023 5:24:59 PM. Polynomials are mathematical expressions consisting of variables (or indeterminates) and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer
  • How to connect Trezor Hardware Wallet with Metamask10/6/2023 5:53:41 AM. Enhance your crypto security: Connect Trezor hardware wallet with Metamask for a powerful blend of offline storage and user-friendly access.
  • Overcoming Limitations of Power BI REST API for Automated Data Extraction from Dataset9/27/2023 10:21:48 AM. Overcoming Limitations of Power BI REST API for Automated Data Extraction from Dataset
  • Model Binding In ASP.NET Core9/27/2023 9:50:24 AM. Model Binding in ASP.NET Core is a fundamental and powerful feature that simplifies the process of mapping HTTP request data to C# model objects. It plays a crucial role in the development of web appl
  • Scan Barcode From PDF Using ITextSharp9/20/2023 10:30:59 AM. "Scan Barcode From PDF Using iTextSharp" describes using the iTextSharp library to extract and interpret barcodes from a PDF document, enabling automated scanning and processing of barcode d
  • Func, Action And Predicate Delegates In C#9/20/2023 7:01:21 AM. If you don't want to declare delegates every time, you can use some built-in delegates.
  • Why is Smart Contract Auditing Important for Blockchain Security?9/20/2023 4:52:47 AM. Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
  • SOLID Principles In C# - Dependency Inversion Principle9/17/2023 8:41:47 PM. C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe