Related resources for PU
  • Temporary Tables vs Common Table Expressions in SQL Server3/29/2024 11:07:01 AM. In this article, we will learn what is Differences Between Temporary Tables and Common Table Expressions in SQL Server. Temporary tables and Common Table Expressions (CTEs) are SQL Server tools for da
  • What Are Access Modifiers In C#3/29/2024 6:45:30 AM. Access modifiers in C# regulate the accessibility of class members, impacting encapsulation and object-oriented principles. They control the visibility and accessibility of members within classes and
  • Working with Arrays in C#3/29/2024 6:39:03 AM. In this article, we will discover the essence of handling arrays in C#. Learn how to initialize, manipulate, and iterate through arrays efficiently. Explore techniques for clearing, copying, and acces
  • File Handling In C# .NET3/29/2024 6:31:51 AM. This article explores C# .Net's System.IO namespace for file manipulation tasks, covering directory exploration, file operations like read, write, copy, delete, and more. It delves into DirectoryI
  • 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
  • Information Computation Mastery: Challenges, Concepts, Implementation3/28/2024 4:53:53 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • Azure DevOps: Resolve Merge Conflicts with Pull Request Extension3/27/2024 8:21:22 AM. In this article, we are going to learn how to resolve git merge conflicts within Azure DevOps by using an Azure DevOps Marketplace extension called Pull Request Merge Conflicts.
  • Convert Attachment to Base64 in Power Apps for Email Attachments3/27/2024 8:05:57 AM. Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment han
  • Azure Devops Project Configuration - Pipelines3/26/2024 2:58:37 PM. In this article, you’ll learn how to create a Azure DevOps Pipeline for CI and CD without using YAML Coding, source in Azure GIT repos, Configuring Build and release in Azure Web App Services.
  • Best Practices for Designing APIs in .NET3/26/2024 11:55:39 AM. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Azure DevOps For Web Devlopment - Part Two - Azure Repos3/22/2024 9:00:47 AM. In this second part of the Azure DevOps for Web Development Series, we saw how to initialize a local git repository and push your code to Azure Repos to save work and manage code changes across your t
  • Deploying Web Apps and APIs with Visual Studio 3/22/2024 5:29:42 AM. Deploying Web Apps and APIs with Visual Studio involves utilizing Visual Studio's built-in deployment features to efficiently publish your applications. You can configure various settings such as
  • Introduction to 3D Object Control in Power Apps3/21/2024 1:43:53 PM. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power App
  • 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
  • .NET Evolution: Journey of Innovation and Transformation3/20/2024 7:32:19 AM. Discover the limitless potential of .NET, Microsoft's groundbreaking framework for building versatile and high-performance applications. From desktop to web, mobile to cloud, .NET empowers develop
  • Publish Website On IIS Using AppCmd3/19/2024 11:59:51 AM. Publishing a website on IIS using AppCmd involves command-line deployment and configuration management. With AppCmd, administrators can efficiently host and administer websites on the Internet Informa
  • How to Open This PC Window in Windows 103/19/2024 11:55:13 AM. In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
  • How to Publish ASP.Net MVC on IIS MVC 5.0: Part 33/19/2024 5:14:44 AM. Learn to deploy ASP.NET MVC 5.0 applications on Internet Information Services (IIS) in this tutorial series. Discover the intricacies of publishing, configuring, and hosting your MVC project efficient
  • Working with Branch Policies in Azure DevOps3/18/2024 11:56:42 AM. In this article, we will learn how to enforce quality and compliance standards in your Azure DevOps repositories by implementing branch policies. Ensure code quality, enforce code reviews, and automat
  • How To Create A Publisher In Dynamics 365 CRM Using Classic Mode And Power Apps Maker Portal3/15/2024 6:23:38 AM. Learn to set up a Publisher in Dynamics 365 CRM using both Classic Mode and the Power Apps Maker Portal. Explore customization options, solution management, and app development to tailor Dynamics 365
  • Exploring the Pen Input Control in Power Apps3/15/2024 6:22:38 AM. In this article, we will explore the Pen Input Control in Power Apps" which delves into the innovative realm of digital creation. Discover how Power Apps, with its pen input feature, revolutioniz
  • Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details3/15/2024 6:16:24 AM. Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
  • Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details3/15/2024 6:14:41 AM. In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
  • Steps For Configuring Git 📥📤 With Details3/14/2024 10:48:11 AM. Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
  • Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details3/14/2024 10:31:54 AM. Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
  • Input Mask Directive in Vue.js 3/13/2024 6:57:47 AM. Learn to implement input masks in Vue.js to format and control data input. Create a directive to apply masks, removing non-digit characters while retaining specified formats like phone numbers.
  • What is DateTime Manipulation in C#?3/12/2024 9:09:31 AM. Master DateTime manipulation in C# with this comprehensive guide. Explore methods like 'Add' and properties for modification, extract components, and learn about rounding and truncating DateTi
  • Creating Users and Groups Within an Organizational Unit on Windows Server3/12/2024 6:57:47 AM. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • Auto-Populate Azure Pipeline Variables and Connections3/11/2024 10:44:47 AM. In this article we will discuss how deployment settings file can be used to auto-populate environment variables and connection references in target environment.
  • Basics of Azure Databricks: Data Analytics in the Cloud3/11/2024 10:31:10 AM. Azure Databricks stands at the forefront of cloud-based data analytics platforms, revolutionizing the way organizations manage, process, and derive insights from massive datasets. Azure Databricks, ex
  • Connected And Disconnected Scenarios in Entity Framework3/7/2024 8:45:09 AM. In this article, we will explore the intricacies of data handling in Entity Framework through connected and disconnected scenarios. Learn how to manage data manipulation, state tracking, and persisten
  • Exploring Power Apps Controls3/7/2024 8:28:54 AM. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their featur
  • Main Difference Between Method and Computed Property in Vue.js3/5/2024 7:20:55 AM. In Vue.js, methods and computed properties serve distinct roles. Methods are JavaScript functions invoked in response to events, while computed properties cache values based on dependencies, enhancing
  • Date Time Form Input Type in HTML53/4/2024 11:32:06 AM. HTML5 introduces various input types for handling dates and times, including date, time, datetime-local, month, and week. These input types enhance user experience and simplify data entry on web forms
  • 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
  • Explain Vue.js Computed Properties3/4/2024 5:41:43 AM. Vue.js, a progressive JavaScript framework, provides developers with powerful tools to create dynamic and responsive web applications. One such tool that significantly enhances the reactivity of your
  • Create Local FTP on Your Computer3/1/2024 11:08:54 AM. Setting up a local FTP server on your computer involves configuring file transfer protocol for efficient data exchange within your network. Through server setup and network configuration, users can se
  • Azure Logic App: Utilizing Cognitive Service Computer Vision and Text Analytics API3/1/2024 9:05:02 AM. This article helps you to learn how to convert the text in an image to digital format and save the output into an Excel file with language detection, sentiment, and Key phrases using Microsoft Cognit
  • How to Publish a Content Type in SharePoint2/29/2024 10:17:36 AM. In this article, we will learn how to effectively publish content types in SharePoint 2010 for streamlined content management. Explore step-by-step guides and best practices for maximizing your ShareP
  • 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
  • Print Output of First n Natural Numbers in UI Screen in Unity 32/28/2024 6:55:37 AM. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • Azure AI Text Analysis Service2/28/2024 6:21:49 AM. Know all about the Azure AI text analysis service.
  • Understanding Caching in .NET With Example2/28/2024 5:20:20 AM. Caching is a cornerstone in .NET development, enhancing application performance and scalability. This article explores its significance, and diverse caching techniques, and offers a practical example
  • System Restore Point in Windows 102/27/2024 11:55:02 AM. This article explains the process of creating and utilizing System Restore Points in Windows 10 to revert to a previous system state.
  • How To Check Graphics Card In Windows 102/27/2024 11:52:02 AM. This article provides insights into Graphics Card Information on Windows 10, explaining its significance, types, and methods to check it.
  • 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
  • How to Change Keyboard Language in Windows 82/26/2024 12:06:01 PM. In this article, you will discover the simple steps to change keyboard language in Windows 8. Easily navigate language settings to adjust input methods, enabling seamless multilingual support.
  • What Is the Purpose of the New Slot Directive in Vue.js 2/23/2024 10:34:24 AM. The v-slot directive in Vue.js (introduced in Vue 2.6.0) enhances component flexibility by defining named slots, facilitating data passing, and improving code clarity and readability. Code examples il
  • Run .NET 6 containerized applications on Google Cloud Run 2/23/2024 9:11:35 AM. Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment
  • What is Purpose of Keep Alive Tag in Vue.js2/23/2024 6:20:20 AM. The <keep-alive> tag in Vue.js preserves the state of dynamic components, optimizing performance by caching and reusing them. Maintain state and improve performance in dynamic Vue.js application
  • How to Enable or Disable File and Printer Sharing in Windows 102/22/2024 11:29:50 AM. To enable or disable file and printer sharing in Windows 10, navigate to "Settings" > "Network & Internet" > "Network and Sharing Center." From there, select &q
  • Fix Popup - OneDrive Isn’t Signed In2/22/2024 6:37:18 AM. Learn how Encountering a 'OneDrive Isn’t Signed In' popup can disrupt workflow. Troubleshoot by ensuring proper sign-in to your Microsoft account, verifying internet connectivity, checking acc
  • How To Enable Screen Saver In Windows 102/22/2024 6:36:58 AM. To enable the screen saver in Windows 10, access "Settings," navigate to "Personalization," then "Lock screen," and select "Screen saver settings." Choose a scr
  • Vue Template Refs Improving DOM Manipulation2/22/2024 6:18:51 AM. Vue Template Refs are a powerful feature that enables you to directly access and manipulate DOM elements in a Vue.js application. By using the ref attribute and the $refs object, you can achieve dynam
  • 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 Pure Components?2/21/2024 9:20:34 AM. Pure Components in React, implemented through React.PureComponent or shouldComponentUpdate(), optimizes performance by preventing unnecessary renders through shallow prop and state comparisons, enhanc
  • Publish And Deploy .NET 6 Web Application on IIS and Access using Ngrok2/20/2024 10:15:44 AM. Publish & Deploy .NET 6 Web Application on IIS and Access it through Internet using Ngrok. Enabling Tunneling using Ngrok and access locally Deployed Web Application through Internet
  • Blazor - Publishing A Component To NuGet Gallery2/20/2024 7:33:47 AM. In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use Visual Studio 2017 to build and create the nuget package.
  • GridView Using Ajax ModalPopupExteder2/20/2024 7:27:56 AM. This article demonstrates how to create a master/detail GridView using Ajax ModalPopupExteder in ASP.NET. It covers the setup of various controls including GridView, Button, Ajax's ModalpopUpExten
  • Alibaba Cloud Graph Compute and Computing Solution2/19/2024 6:23:10 PM. Alibaba Cloud Graph Compute has garnered attention for its exceptional performance, flexibility, and cost-efficiency. In this article, we delve into the myriad benefits of Alibaba Cloud Graph Compute,
  • Rate Limits for Efficient Resource Management2/19/2024 11:10:21 AM. Rate limits are crucial for efficient resource management. Rate limits restrict the frequency of requests or actions within a defined timeframe, preventing system overload and ensuring fair resource d
  • Deploying A Blazor Application On Azure2/19/2024 10:00:19 AM. This comprehensive guide walks through the process of deploying an ASP.NET Core-hosted Blazor application on Azure, covering steps from creating an SQL database server to publishing the application.
  • Array Manipulations in C#: Part 12/18/2024 5:19:14 AM. In this article, we will learn to Explore essential array manipulations in C# with this introductory guide. Learn how to modify, copy, and manipulate array elements efficiently
  • What is the difference between v-show and v-if directives?2/16/2024 10:05:54 AM. Introduction to v-show and v-if directives in Vue.js, explaining their differences, behavior, and use cases. Includes examples and key differences between v-show and v-if.
  • Learn About Data Structures And Algorithms (DSA)2/15/2024 11:22:20 AM. This article will tell you almost everything about the crucial concepts of data structures and algorithms. This article is the first one in the series of “Data Structure and Algorithm (DSA)”. You’ll l
  • Exporting Custom OpenTelemetry Metrics to Azure Monitor using ASP.NET Core2/14/2024 11:16:49 AM. Learn how to seamlessly export custom OpenTelemetry metrics from your ASP.NET Core applications to Azure Monitor. Enhance monitoring and observability by integrating with Azure's powerful toolset,
  • Moore's Voting Algorithm in JavaScript2/14/2024 5:33:52 AM. Imagine you're analyzing election results or counting website visits. You need to find the most frequent item, the one that appears more than half the time. Sure, you could loop through the data a
  • Display Record Using The ModalPopupExtender Control in AJAX2/14/2024 4:23:09 AM. This tutorial provides a comprehensive guide to implementing Ajax (Asynchronous JavaScript and XML) techniques in web development, particularly focusing on interactive websites.
  • How to Bind a BindingNavigator with a DataGridView in Windows Forms2/14/2024 4:19:39 AM. This article provides a detailed guide on binding a BindingNavigator with a DataGridView control in a Windows Form Application. It includes steps for creating a database, inserting records, setting up
  • Cybersecurity of External Streaming Data - Non-repudiation2/14/2024 4:13:22 AM. This article which is a continuation of a discussion related to external streaming data will focus on using cybersecurity to protect the confidentiality of bitstreams. It is the third and last part co
  • What is the Purpose of renderError?2/13/2024 8:23:51 AM. RenderError in Vue.js provides a fallback mechanism to handle rendering errors within components, allowing graceful handling and presentation of errors to users for a smoother user experience.
  • Getting Started with Azure DevOps2/13/2024 5:25:38 AM. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment p
  • Creating Azure Virtual Machines, their Advantages and Disadvantages2/13/2024 5:13:45 AM. This comprehensive guide introduces Azure Virtual Machines (VMs) as a core component of Microsoft Azure, explaining their scalability, flexibility, and integration benefits. It covers the advantages a
  • JavaScript Removed When Publishing Form in Customer Insights journey2/12/2024 9:16:22 AM. When editing the HTML of a Marketing form to embed any custom JavaScript code, upon saving and publishing the form, the custom JS is being removed from HTML by the dynamics.
  • Understanding Activity Types in Azure Data Factory2/12/2024 4:20:14 AM. Azure Data Factory is a powerful tool for orchestrating data workflows in the cloud. Understanding its activity types such as Data Movement, Data Transformation, and Control is crucial for efficient d
  • Learn about Azure Platform Journey2/8/2024 4:11:09 AM. Embark on a journey through the Azure platform in Part-1, diving into cloud essentials and Azure introduction. Explore cloud services, including storage, compute, network, and analytics, unraveling th
  • Creating Keystore to Publish MAUI App from Scratch to End2/7/2024 11:00:43 AM. When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it&#39
  • Publishing Azure Worker Role Using The Publish Wizard2/7/2024 4:57:46 AM. This article provides a detailed guide on publishing an Azure Worker Role project to Azure using the Wizard mode in Visual Studio. It outlines the steps involved in setting up the project, selecting A
  • Create ASP.NET Web App With SQL Database In Azure2/7/2024 4:50:27 AM. In this article, you will learn to create an ASP.NET web app with SQL Database on Azure! Prerequisites include a Microsoft Azure Account and Visual Studio 2013/2015. Follow the steps to create a SQL D
  • 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 New Records in Account Entity using PowerShell Script in D3652/6/2024 10:24:55 AM. Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
  • Create and Publish ASP.NET Web API in Azure2/6/2024 9:11:27 AM. Learn to create and publish an ASP.NET Web API in Azure. Follow step-by-step instructions, covering database setup, model creation with Entity Framework, and deploying to Azure App Service.
  • Generative and Predictive AI for Innovative Harmony2/6/2024 5:00:48 AM. Delving into the dynamic realm of artificial intelligence, this article provides a comprehensive exploration of the paradigm-shifting technologies: Generative AI and Predictive AI.
  • Deploying a .NET MVC App on Azure App Services2/6/2024 4:27:09 AM. Deploy an Asp.Net 8 MVC application on Azure App Services using Visual Studio. Learn to create app services, configure settings, and publish the project, making it .
  • 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.
  • 🖥️ How to Create an Web App in Microsoft Azure?2/5/2024 9:42:03 AM. In this article, we will see how to create a web app in Microsoft Azure in step by step. Azure Web App, a fully managed PaaS from Microsoft Azure, simplifies web app deployment. Learn how to create an
  • Implementation of .Net MAUI Community Toolkit Popup2/4/2024 6:51:16 AM. In this article, I will explain about .NET MAUI Popup page implementation using visual studio 2022. Popups are a very common way of presenting information to a user that relates to their current task
  • Creating Azure Resource Groups, Advantages and Disadvantages1/31/2024 7:14:38 AM. Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource man
  • Azure Data Factory - Integration Runtimes1/24/2024 6:29:46 AM. This article gives a basic gist of different types of Integration Runtimes present in Microsoft Azure Data Factory (ADF)
  • Basic Components in Azure Data Factory1/23/2024 10:08:55 AM. Azure Data Factory (ADF), Microsoft's integration service for orchestrating workflows and data integration with 90+ connectors. Learn about key features like pipelines, activities, datasets, linke
  • How to Connect Client Computer to Server Domain1/22/2024 9:23:02 AM. For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but t
  • Array Operations in JavaScript1/17/2024 8:48:51 AM. Arrays are fundamental in JavaScript, allowing storage and manipulation of collections. Common operations include element access, addition/removal, iteration, built-in methods (map, filter, reduce), s
  • Automated Power BI Reports with One Lake's Published Semantic Model1/17/2024 6:41:03 AM. This article will teach you how to create automatic Power BI report with semantic model (One Lake Data hub) in Microsoft Fabric. We will further delve into how to change the visual.
  • What Are the Different Ways to Create Filters in Vue.js 1/16/2024 10:06:05 AM. In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter fun
  • All about Solidity Arrays1/15/2024 11:15:03 AM. Unlock the world of Solidity arrays in blockchain. From basics to pro tips, your complete guide for mastering this key element in smart contract coding.
  • Creating, Publishing, and Using a .NET Core NuGet Package1/15/2024 8:17:31 AM. This step-by-step guide will walk you through the process of creating, publishing, and using a .NET Core NuGet package. NuGet packages are essential in .NET development, enabling you to share and dist
  • Code Push for Flutter - MVP Show ft. MD Sarfaraj1/15/2024 7:46:18 AM. Code push is a highly useful cloud service that enables developers to deliver app updates to users' devices quickly and efficiently.
  • Understanding and Managing Server-Side (Output) Caching in .Net1/15/2024 6:12:57 AM. IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
  • Handling HTTP Put Method in AngularJS Frontend and C# Backend1/12/2024 7:06:54 AM. Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol
  • What is Data Manipulation in R1/10/2024 7:17:44 AM. Data manipulation is an essential part of data analysis and plays a vital role in turning raw data into valuable insights. R programming for efficient data manipulation. Dive into data structures, sub