Related resources for Function
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
  • Creating Functions Dynamically In JavaScript3/18/2024 12:04:08 PM. Learn to dynamically create functions in JavaScript, enabling flexible code generation and execution at runtime. Explore techniques for defining functions programmatically to enhance your application&
  • Simplify Your JavaScript Using Map, Reduce And Filter3/18/2024 12:03:36 PM. Explore how to simplify JavaScript code using Map, Reduce, and Filter functions. Learn how Map transforms arrays, Reduce aggregates data, and Filter selects specific elements. Implement ES6 features f
  • Creating Distributed Map-Reduce Job via AWS Step Function 3/18/2024 9:11:39 AM. Example of distributed map-reduce job using AWS Step Function on the example of the generative art piece. The article explains using AWS Step Functions to orchestrate lambdas in a distributed serverle
  • PowerApps Canvas Patch Upsert Dynamics 365 Records3/15/2024 8:34:51 AM. Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record mana
  • Filter An Array of Different Data Types by Array Filter Method3/13/2024 8:44:17 AM. Learn to efficiently filter arrays containing various data types using JavaScript's Array Filter method. Enhance your understanding of functional programming techniques as you manipulate arrays ba
  • Tan function from Power Fx using Power Apps3/8/2024 2:38:12 PM. Reading this article, you can learn how to perform Tan function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • Practical Introduction To Entity Framework: Day 23/6/2024 10:30:54 AM. This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
  • Understanding FORMATMESSAGE() Function in SQL Server3/6/2024 4:58:24 AM. In this article, we will discuss how to use FORMATMESSAGE() function in SQL Server, its advantages and usages with example.
  • Asynchronous Programming in Angular Promises vs. Observables3/6/2024 4:33:48 AM. Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b
  • Fundamentals of Unit Testing: Test Your Application by Visual Studio Unit Test3/5/2024 10:33:54 AM. This article is part of the "Fundamentals of Unit Testing" series, focusing on practical implementation in the Visual Studio environment. It covers steps such as creating a class library app
  • Machine Learning: Linear Regression With One Variable3/5/2024 10:27:38 AM. Supervised learning involves providing the correct answer for each example of data. This article focuses on the use of regression and classification techniques in supervised learning, particularly lin
  • Destructuring And Event Handler In React3/5/2024 8:59:40 AM. Destructuring in React allows efficient extraction of values from objects or arrays. Event handlers manage user interactions, like clicks or input changes. They're essential for interactive UIs in
  • Automate Email Generation with Power Automate Email Signatures3/4/2024 10:17:03 AM. 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 dynam
  • Exploring the Export Functionality within SharePoint Lists3/4/2024 9:12:13 AM. 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 manipu
  • Difference Between Collect and ClearCollect in PowerApps3/1/2024 4:53:58 AM. In PowerApps, the Collect and ClearCollect functions play pivotal roles in managing data within your applications. Collect appends data to an existing dataset, while ClearCollect replaces the entire c
  • 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
  • Shell Commands within C#2/28/2024 7:11:49 AM. Using shell commands within C# involves leveraging the ProcessStartInfo and Process classes to execute commands. You specify the command to run, handle input/output streams, and manage execution setti
  • What is the Purpose of Vue.js Compiler?2/27/2024 10:10:27 AM. The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for se
  • 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
  • Windows 8 vs Windows 8.12/25/2024 8:14:22 AM. Windows 8 and Windows 8.1 represent successive iterations of Microsoft's operating system. Windows 8 introduced a touch-centric interface with the Start Screen, while 8.1 addressed user feedback b
  • An in-depth look at C# 10 and performance improvements2/25/2024 2:25:50 AM. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memo
  • What Is a Render Function in Vue.js2/23/2024 6:11:27 AM. In Vue.js, the render function programmatically generates the virtual DOM for a component, offering flexibility, performance, reusability, and JSX support. Explore its usage and benefits with examples
  • How to Pass a Parameter to Event Handler or Callback in React.js2/22/2024 11:13:06 AM. In React, passing parameters to event handlers can be done using arrow functions or the bind method. Choose the approach that suits your project for optimal performance and readability.
  • What Is Function Shorthand in Directive Hooks in Vue.js2/22/2024 11:04:16 AM. Vue.js directive hooks, using the "function shorthand," provide a concise and readable way to define directive behavior directly within a component, improving simplicity, organization, scopi
  • Create An Azure Function App To Generate Token - Power BI Embedded - Step By Step - Part Four2/22/2024 6:35:33 AM. Learn to create an Azure Function App for generating tokens in Power BI Embedded. Follow this step-by-step guide to integrate authentication, authorization, and token management seamlessly into your a
  • How to Generate a Popup Message Box in Power Apps2/21/2024 9:54:05 AM. This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. &#
  • Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings2/16/2024 6:39:01 AM. This article is the 16th part of a comprehensive SharePoint series, delving into various aspects of SharePoint functionality. It provides detailed instructions on enabling and utilizing RSS (Really Si
  • Learn SharePoint In Series - Part Six - Power Of Versioning2/15/2024 10:58:10 AM. This article serves as the sixth installment of the SharePoint series, building upon previous articles by delving into common SharePoint Lists settings, with a focus on versioning of SharePoint list i
  • Learn SharePoint In Series - Part Eight - Validation Settings In List Settings2/15/2024 10:56:52 AM. This article delves into the list validation settings in SharePoint, elucidating their importance and practical applications. It provides step-by-step guidance on configuring validation settings at th
  • Creating Collections from SharePoint Lists in PowerApps2/15/2024 9:25:09 AM. Learn how to utilize collections in PowerApps to manage data within your application, especially useful for scenarios where users may be offline or have limited connectivity. Discover the advantages o
  • React Design Pattern Series: Container/Presentational Pattern2/14/2024 7:17:48 AM. Learn how to master the Container/Presentational Pattern in React with our comprehensive guide. This design pattern separates view and application logic, promoting improved code organization, reusabil
  • Cybersecurity of External Streaming Data - Integrity 2/14/2024 4:04:35 AM. This article delves into cybersecurity considerations for external data, particularly streaming bitstreams. It explores the use of cryptography, focusing on hash functions to ensure the integrity of b
  • Cos Function from Power Fx Using Power Apps2/12/2024 11:27:58 AM. Reading this article, you can learn how to perform Cos function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • Understanding Azure Event Grid2/12/2024 6:01:32 AM. Azure Event Grid is a fully managed event routing service that simplifies the development of event-driven applications. In this article, we'll explore the key concepts, features, and use cases of
  • Merging Arrays within Synapse / Azure Data Factory Pipeline2/7/2024 6:05:11 AM. merging arrays in Azure Data Factory / Synapse pipelines. By utilizing functions like "join" to convert arrays to strings, "concat" to combine strings, and "split" to tra
  • Mastering T-SQL Rank Functions2/6/2024 9:28:41 AM. SQL window functions like ROW_NUMBER, RANK, DENSE_RANK, and NTILE are vital for advanced data analysis. They organize, order, and rank data within result sets. ROW_NUMBER assigns unique sequential nu
  • DATEPART Function in SQL Server2/6/2024 6:26:51 AM. This SQL Server tutorial explores the Datepart function, a built-in function for extracting portions of a DateTime field, demonstrated through practical examples for various date and time components.
  • Top Level Programs In C# 9.02/5/2024 12:08:34 PM. In this article, we explore the introduction and implementation of top-level programs in C# 9.0, a feature introduced with .NET 5.0. With the release of a .NET 5.0 release candidate, Microsoft showcas
  • What is Components in React2/5/2024 10:21:00 AM. Explore React.js components, the core building blocks of React applications. Learn about six types of components: Functional, Class, Pure, High Order, Controlled and Uncontrolled.
  • Understanding Cross Language Interoperability With C# .NET2/1/2024 10:45:16 AM. This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
  • 5 Ways To Handle Rest API Request In React Using CRUD Functions1/31/2024 8:28:26 AM. Manage REST API requests in React using CRUD operations. Vanilla JS employs Fetch API, useState, and useEffect. Axios library offers cleaner syntax with interceptors. Extend Axios for CRUD operations.
  • JavaScript Destructuring: Arrays, Functions, and Objects1/31/2024 6:50:31 AM. Destructuring is a powerful feature in JavaScript that allows you to extract values from arrays, objects, and function parameters easily.
  • Power Function from Power Fx Using Power Apps1/29/2024 8:13:07 AM. Reading this article, you can learn how to perform Power function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in th
  • Extending List Functionality with C# Extension Methods1/22/2024 8:21:54 AM. In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extensi
  • Calling Your Own Functions In Chatbot - OpenAI Function Calling1/22/2024 6:37:28 AM. This article explains how we can make a call to external functions using OpenAI’s Assistant API. Learn to call external functions using OpenAI's Assistant API. Get API keys, create an assistant, i
  • Simulating Sleep/Wait Functionality in TypeScript1/21/2024 1:12:19 PM. In many programming languages, developers often utilize a sleep or wait function to introduce a pause in the execution of a program for a specific duration.
  • Iterating Over an Array Using Arrow Functions in JavaScript1/19/2024 9:58:35 AM. The ways for Iterating Over an Array using arrow functions in JavaScript. Explore concise array iteration in JavaScript using arrow functions and methods like forEach, map, filter, reduce, and find. S
  • What is Hoisting in JavaScript ?1/17/2024 7:51:24 AM. Explore the concept of hoisting in JavaScript, where variable and function declarations are moved to the top of their scope during the creation phase. Learn through examples and enhance coding skills.
  • Building a Secure PHP MySQL Signup/Login Website with Email Verification1/15/2024 8:48:49 AM. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
  • Brand New GroupBy Function with Subtotals Conditional Formatting in Excel1/15/2024 6:35:17 AM. This video shows how to use the brand new GroupBy Function with Subtotals Conditionally Formatted in Excel.
  • Sqrt function from Power Fx using Power Apps1/12/2024 6:50:10 AM. Reading this article, you can learn how to perform Sqrt function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • Exploring Function Behavior in C#1/11/2024 5:51:34 AM. Understanding the nuances of function behavior in C# is vital for crafting well-structured and efficient code. Whether dealing with functions that involve no arguments, no return values, or exploring
  • 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
  • SQL Functions and Examples.1/10/2024 6:08:41 AM. This article provides you with many built-in SQL functions including aggregate functions, date functions, string functions, control flow functions, window functions, and math functions.
  • Log function from Power Fx using Power Apps1/8/2024 8:51:21 AM. Reading this article, you can learn how to perform Log function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • Default Lambda Parameters in C# 121/5/2024 11:16:42 AM. C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed exam
  • Understanding the One-Way Nature of HASHBYTES in SQL1/5/2024 10:48:17 AM. This article delves into the cryptographic world of hashing algorithms, emphasizing the irreversible nature of these functions. Learn why HASHBYTES, a widely-used function for creating hash values in
  • Ln Function from Power Fx Using Power Apps1/5/2024 6:46:51 AM. Reading this article, you can learn how to perform Ln function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the P
  • Exp Function from Power Fx Using Power Apps1/4/2024 11:06:13 AM. Reading this article, you can learn how to perform Exp function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • Abs function from Power Fx using Power Apps1/3/2024 9:27:15 AM. Reading this article, you can learn how to perform Abs function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
  • What is Delegates in C#?1/3/2024 7:50:45 AM. Explore the power of delegates in C#, providing type-safe function pointers for indirect method invocation. Learn declaration, initialization, characteristics, and use cases for enhanced code flexibil
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • React Function Components12/27/2023 8:22:32 AM. Embark on a magical coding journey into the enchanted land of React function components. Discover the wizardry of creating reusable spells, understand the magic of Hooks, and become the hero coder.
  • Building Azure HTTP Trigger Function to Generate QR Codes from Post Request Responses12/24/2023 10:04:37 AM. We'll guide you through the process of creating an Azure HTTP Trigger Function using Node.js. The goal is to generate QR codes in response to POST requests.
  • Building an Azure Queue Trigger Function for Sending Emails with Nodemailer12/22/2023 9:24:55 AM. In today's digital age, automated processes are essential for improving efficiency and productivity. One such automation is sending emails based on events or triggers. In this blog post, we'll
  • Map() Function in React12/22/2023 8:36:08 AM. React's map() Function: A Comprehensive Guide with Practical Examples. React's map() function with practical insights. Learn its core principles for manipulating data, from basic array operati
  • Create and Debug Lambda Function in VS Code12/22/2023 8:34:09 AM. Create an AWS lambda function in the local environment and debug it before pushing it to a cloud environment. With the help of a few tools such as AWS SAM or serverless framework, developers can emula
  • Clean Code : Avoid Too Many Parameters In Method12/18/2023 6:12:39 AM. In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
  • Azure Durable Functions12/14/2023 7:10:23 AM. Azure Durable Functions revolutionize cloud application development by providing a resilient framework for serverless workflows. Learn their core concepts, set up using Azure, and implement a C# examp
  • Power Apps Search Function With Example12/13/2023 4:53:33 AM. Learn the Power Apps Search function in this article, covering syntax, applying it to a canvas app, and searching items in the Data Vase Account Entity. Explore multiple searches and gallery controls.
  • Advanced Conditional Formatting: Turn On & Off Cell Color with CHECKBOXES in Excel12/12/2023 6:20:25 AM. This article shows how to create advanced conditional formatting in Excel and using the new checkboxes to turn on and off the applied cell colors.
  • Using Date Function in Data Validation in Excel12/10/2023 6:29:24 AM. Learn how to use Excel's DATE function for effective data validation. Set criteria for a date column to ensure entries fall within a specific range, enhancing accuracy and data quality.
  • Guard Functions in Angular12/7/2023 5:21:25 AM. Angular's guard functions are the gatekeepers of seamless navigation in applications. From securing routes to managing authentication and implementing role-based access, these functions enforce cr
  • Azure OpenAI Function Calling12/1/2023 7:06:18 AM. Tutorial on utilizing the function calling functionality of Azure OpenAi offering.
  • String Constants in PostgreSQL12/1/2023 4:49:37 AM. Delve into PostgreSQL's handling of string constants, which is essential for managing text data. Explore their syntax, handling of special characters, and their versatile use in variable assignmen
  • Understanding Window Functions in PostgreSQL11/30/2023 11:06:19 AM. In this article, we will learn how to use window functions in PostgreSQL, what are the different types of window functions, and how to write window function queries with examples.
  • How to Convert a Month Number to Month Name in PostgreSQL11/28/2023 7:10:54 AM. Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
  • VSTACK Append in Excel with Total Row11/24/2023 6:02:07 AM. In the article, Explore the power of Microsoft Excel with the LET, VSTACK, and HSTACK functions. This article guides you through creating complex formulas for dynamic data combination and summarizatio
  • Ranking Function in SQL Server11/23/2023 4:52:58 AM. This SQL Server tutorial explores ranking functions, including RANK(), ROW_NUMBER(), DENSE_RANK(), and NTILE(). With detailed examples, learn how these functions assign ranks, sequential row numbers,
  • Secrets Of Accumulator Functions11/22/2023 9:21:23 AM. Accumulator functions, also known as aggregation functions or reduce functions, are essential components in functional programming and data processing. These functions operate on a collection of value
  • RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server11/22/2023 6:20:33 AM. Learn RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server.
  • Fabric Data Warehouse: Save as Table and Analyze Result Functionalities11/22/2023 3:53:08 AM. In this article, we'll delve into the Microsoft Fabric Data Warehouse features: Save as Table and Analyze Result. These functionalities offer users and analysts several advantages in terms of data
  • How to Trigger Service Bus using Azure Function?11/15/2023 6:52:14 AM. In this article, we will learn how to trigger service bus queue using azure function.
  • What is an API Gateway and What are the Functionalities of the API Gateway?11/12/2023 8:58:35 AM. This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
  • Efficient Data Integration using HSTACK & XLOOKUP Functions11/7/2023 7:03:07 AM. This article effectively explains how to integrate data from different sources using Excel's HSTACK and XLOOKUP functions. The step-by-step breakdown and the clear demonstration with sample data m
  • Extending Logging Functionality From Enterprise Library10/30/2023 8:21:44 AM. The Microsfot Enterprise Library provide us a collection of reusable software components, so software developers can take advantage of them to put them into enterprise use. Now I will share my persona
  • Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline10/29/2023 6:15:30 AM. Deploy .Net Core AWS Lambda Function using AWS CodeBuild Pipeline.
  • How To Upload Files Into Azure Blob Storage Using Azure Functions In C#10/25/2023 6:06:57 AM. Step by step tutorial to upload files into Azure Blob Storage using Azure functions in C#
  • C# 8.0 New Feature - Using Declarations And Static Local Functions10/23/2023 9:37:25 AM. In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
  • Azure Functions C#10/23/2023 6:55:51 AM. Microsoft’s primary compute service is Azure function C#. We gain agility in development by focusing on our code and not worrying about server maintenance by using Azure functions. We are seeing the a
  • CALCULATE and DATESBETWEEN DAX Functions in Power BI10/23/2023 5:53:11 AM. In this video, I demonstrated how to prepare report for total sales generated by account manager for the first quarter of 2014 using the DATESBETWEEN Time Intelligence function to apply new filter con
  • Calling Unmanaged Functions Which Take A Variable Number Of Arguments From C#10/23/2023 5:12:44 AM. Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
  • What is Lead and Lag in SQL Server?10/20/2023 5:55:35 AM. SQL Server offers the LEAD and LAG functions for accessing data from subsequent and previous rows in a result set. These functions are instrumental in data analysis and complex query development, enha
  • Windows Functions in SQL Server10/17/2023 4:21:23 AM. Windows functions in SQL Server are a powerful set of functions that operate across a specific "window" of rows defined by the OVER() clause. These functions allow for computations and aggre
  • TripleDES Encryption and Decryption in C#10/16/2023 5:35:37 AM. Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Enc
  • Search Functionality in SQL Server10/12/2023 5:01:38 AM. In SQL Server, searching for specific patterns in columns is achieved using the LIKE operator. It employs wildcards such as '%' for multiple characters (e.g., 'Acc%') and '_' f
  • How To Call Stored Procedure In Entity Framework10/10/2023 8:44:08 AM. In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
  • Exploring Patterns in Azure Durable Functions10/9/2023 8:59:41 AM. This article explains the patterns of azure durable functions.
  • Pagination In SQL Server10/9/2023 8:51:10 AM. Pagination in SQL Server refers to the practice of dividing a large set of query results into smaller, manageable subsets, or "pages," to improve performance and user experience. This techni