Related resources for UNC
  • ref vs out in C#3/28/2024 10:37:15 AM. Explore the distinction between 'ref' and 'out' keywords in C#. Learn how 'ref' passes arguments by reference for both input and output, while 'out' is used solely for
  • Break and Continue Statements in C#3/28/2024 10:36:03 AM. This article elucidates essential concepts of C# programming, specifically focusing on loops, namely the break and continue statements. It presents an example demonstrating the usage and differentiat
  • What Does This Little Check Box Do3/28/2024 6:31:10 AM. Ever wander around SQL Server properties and wonder what these little check boxes turn on? I do, and I get very tempted to check them. Here is one of those tempting little boxes that seems pretty hand
  • Why the Component Data Must be a Function in Vue.js3/28/2024 5:14:25 AM. In Vue.js, component data must be returned by a function to ensure data isolation and reactivity. This prevents shared data issues between instances, maintaining code modularity and reliability in com
  • Important PySpark Import Statements3/21/2024 5:28:24 AM. PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import stateme
  • How To Truncate String In C#3/20/2024 4:15:20 PM. If you're looking to learn how to truncate a string in C#, then you've come to the right place. This article will provide you with the necessary information to accomplish this task efficiently
  • Difference Between Full and Runtime Only Builds in Vue.js3/20/2024 10:25:07 AM. The difference between full and runtime-only builds in Vue.js lies in template compilation. Full builds include the compiler, allowing template usage in the code, while runtime-only builds exclude it,
  • JavaScript Map, Filter And Reduce3/19/2024 11:47:34 AM. In this article, I have explained how to leverage JavaScript's powerful array methods to Map, Filter, and Reduce. Explore functional programming concepts to manipulate data efficiently. Streamline
  • 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
  • How to Create Truncate Filter in Vue.js 3/6/2024 5:48:14 AM. Create a Vue.js truncate filter by defining a custom filter that shortens text to a specified length. Register the filter globally, then use it in your component templates as needed.
  • 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
  • Launch Startup Settings in Windows 82/26/2024 9:34:35 AM. This article provides a detailed guide on how to access Startup Settings in Windows 8, essential for advanced troubleshooting and problem-solving on PCs.
  • 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. &#
  • What are Uncontrolled Components in React?2/21/2024 9:49:33 AM. Uncontrolled components in React delegate form data management to the DOM, allowing the DOM to handle the state of form elements, often resulting in simpler implementations and potential performance b
  • Tips to Launch Your SQL Mission2/20/2024 11:34:01 AM. This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we'll delve deep i
  • 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.
  • React Design Pattern Series: Mastering Hooks Pattern2/5/2024 8:25:20 AM. This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind R
  • 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
  • Registry Configuration for Launching Programs by File Extensions1/18/2024 6:25:19 AM. Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
  • 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.
  • 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
  • Truncate All Table Data in MSSQL1/2/2024 10:49:45 AM. In this article we will learn about how to truncate all tables in a SQL Server database using dynamic SQL. Exercise caution, as this operation deletes all data without the possibility of rollback. Lea
  • 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
  • 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
  • How to Use GitHub to Launch Your Web Application12/27/2023 10:44:16 AM. Learn to deploy your web application using GitHub and Azure Web Apps. This step-by-step guide covers creating, deploying, and managing applications for efficient development and growth. ??
  • 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
  • How to Create Truncate Pipe in Angular?12/13/2023 10:24:02 AM. Learn how to create a truncate pipe in an Angular application. This step-by-step guide, with code snippets, provides an easy way to limit displayed text length using Angular's truncate pipe.
  • 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
  • Announcing the General Availability of .NET Chiseled Containers12/4/2023 5:56:22 AM. Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
  • 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,