Resources  
  • Information Computation Mastery: Challenges, Concepts, ImplementationMar 28, 2024. 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, communication, and manipulation to ensure accuracy, security, and accessibility.
  • Create Service Connections in Azure DevOpsMar 28, 2024. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Application ID, and Client Secret. Grant access permissions and save your service connection for successful integration.
  • Explain about Vue.js TemplateMar 28, 2024. Vue.js templates offer a declarative approach to building user interfaces, extending HTML with Vue-specific directives for data binding, conditional rendering, looping, event handling, and creating reusable components.
  • Why the Component Data Must be a Function in Vue.jsMar 28, 2024. 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 component-based architecture.
  • Options Pattern Validation in .NET Core with ExamplesMar 28, 2024. .NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
  • Power Apps: Combo Box Control & Dynamic SharePoint Data BindingMar 28, 2024. Learn to harness the power of Combo box Control in Power Apps to dynamically bind data from SharePoint. Elevate your app development skills with seamless integration and efficient data management, enhancing user experience and productivity.
  • What Are Data Attributes in HTML, and How Are They Used?Mar 28, 2024. Know the data attributes in HTML. Data attributes are commonly used in conjunction with JavaScript and CSS to enhance the functionality and styling of web pages.
  • How Do You Work with JSON Data in JavaScript?Mar 28, 2024. In this article, we will explain you how to work with JSON data in JavaScript with example. Working with JSON data in JavaScript involves parsing JSON strings into objects and stringifying objects into JSON strings. JSON.parse() and JSON.stringify() methods facilitate this process efficiently.
  • PiP - External Streaming Data - Useful Concepts - Part 1Mar 27, 2024. 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, communication, and manipulation to ensure accuracy, security, and accessibility.
  • Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates Mar 27, 2024. In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using Threads.
  • Organizing AWS Lambda dependencies with layersMar 27, 2024. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utilization in your cloud architecture.
  • Convert Attachment to Base64 in Power Apps for Email AttachmentsMar 27, 2024. 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 handling and email sending seamlessly.
  • Get List Control Dynamic value from SharePoint List in Power AppsMar 27, 2024. The List Box control in Power Apps coupled with SharePoint integration enhances data visualization and interactivity. Customize appearance and behavior, bind to SharePoint lists, implement filtering/sorting. However, limitations include data connectivity dependency and performance issues with large datasets.
  • Dynamic Timer Control Duration from SharePoint List in Power Apps Mar 27, 2024. Empower your Power Apps with dynamic timer control settings sourced from SharePoint lists. Enhance user experience and efficiency by customizing timer durations based on data from SharePoint, seamlessly integrating data-driven time management solutions within your application.
  • Rating Control Dynamically from SharePoint List in Power AppsMar 27, 2024. Dynamically link SharePoint list data to a Rating Control in Power Apps. Customize user feedback mechanisms, enhancing user experience and data interaction within your application for efficient data visualization and user engagement.
  • Best Practices for Designing APIs in .NETMar 26, 2024. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Single-Dimensional, Two-Dimensional, and Multidimensional Arrays in C#Mar 26, 2024. Arrays are fundamental data structures in programming languages, including C#. In this article, we'll explore single-dimensional, two-dimensional, and multidimensional arrays in C#, understand their differences, and learn how to work with them effectively.
  • Class vs. Record vs. Struct in C#Mar 26, 2024. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweight value types. Examples illustrate their usage.
  • Data Binding in AngularMar 23, 2024. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • How to Create Calculated Column in SharePoint OnlineMar 22, 2024. SharePoint Online offers robust tools for collaboration and data organization. Learn how to update calculated column formulas to adapt to evolving business needs seamlessly. Follow a step-by-step guide to configure formulas, ensuring accurate data and enhancing analysis capabilities.
  • Learn about Queue in C# with examplesMar 21, 2024. In this article, we will explore Queue data structure in C#, facilitating FIFO (First In, First Out) operations. Utilize methods like Enqueue, Dequeue, and Peek for efficient data manipulation.
  • Unleashing the Power of Charts in Power AppsMar 21, 2024. Explore the realm of data visualization with Power Apps charts, offering benefits like enhanced decision-making, user experience, and customization. Learn about their versatile features and integration capabilities, along with limitations like customization constraints and performance issues.
  • Configuring Git in Azure Data Studio for SQL & Synapse PoolsMar 21, 2024. In this article, we'll delve into the process of configuring Git to manage database objects within a Synapse Dedicated Pool environment (or Azure SQL Database) using Azure Data Studio.
  • Important PySpark Import StatementsMar 21, 2024. 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 statements in PySpark and delve into their significance in building robust data processing pipelines.
  • Introduction to Line Charts in Power AppsMar 21, 2024. Explore the power of line charts in Power Apps for visualizing SharePoint list data trends efficiently. Learn about their benefits, such as intuitive representation and dynamic data analysis, along with features like customization and interactivity.
  • Change Data Capture - CDC with SQL serverMar 21, 2024. Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations.
  • Microsoft Fabric: Loading Data into Lakehouse TableMar 20, 2024. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for efficient query performance. Fabric platform enables easy creation & management of LakeHouses. 2 / 2
  • Getting Started With Mapster in ASP.NET CoreMar 20, 2024. Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and practical examples to help you master the art of efficient data transformation.
  • What is Prop Drilling in Vue.jsMar 20, 2024. In this article, we will learn Prop drilling in Vue.js refers to the process of passing data from a parent component down through multiple layers of nested child components.
  • Exploring Vertical Gallery in Power AppsMar 20, 2024. Discover the ins and outs of utilizing Vertical Galleries in Power Apps with this comprehensive guide. From data binding to customization, explore how to enhance user experience and create interactive displays seamlessly within the Microsoft ecosystem.
  • Hashing Techniques in Data Structures and AlgorithmsMar 20, 2024. Hashing in data structures utilizes hash functions to map arbitrary-sized data to fixed-size values, enabling efficient storage and retrieval within large datasets commonly employed in hash tables and maps.
  • Mastering the Display Form Control in Power AppsMar 20, 2024. Mastering the Display Form Control in Power Apps enables efficient data presentation and user interaction. Learn customization, validation, and integration for optimal user experience and streamlined data management.
  • Exploring Inter-Process Communication in WPF Using Named PipesMar 19, 2024. In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
  • Creating Global Option Sets & Using Them Effectively in CRMMar 18, 2024. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent data entry and easier management across the CRM system.
  • Mastering Data Mining Techniques Mar 18, 2024. Data mining uncovers hidden patterns in vast data reserves, guiding decision-making. Key preprocessing steps ensure data quality, from collection to transformation, optimizing insights for impactful analysis and decision-making.
  • How to Add Controls in AG-Grid In AngularMar 17, 2024. AG-Grid, a powerful library for Angular, allows easy integration of data grids. Follow these steps to set up, customize, and enhance AG-Grid in your Angular application.
  • TINYINT Data Type in SQL and Its C# EquivalentMar 16, 2024. Understanding data types is crucial for effective data manipulation and storage. In this article, we will learn about TINYINT in SQL efficient storage for small integers. In C#, use byte or sbyte for representation. Optimization is crucial.
  • Display API Data on List Using SwiftUIMar 15, 2024. In this article, we will fetch and display data on a list using SwiftUI. Learn to fetch and display data in a list using SwiftUI. Set up a SwiftUI project in Xcode, create a struct conforming to Codable and Identifiable protocols, fetch data using URLSession, and design the UI.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • PowerApps Canvas Patch Upsert Dynamics 365 RecordsMar 15, 2024. 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 management within your Dynamics 365 environment.
  • Provide Security Role Access for D365 OutlookMar 14, 2024. In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and organizational compliance.
  • Create Virtual Entity in D365 CRMMar 14, 2024. Creating virtual entities in D365 CRM allows the integration of external data sources seamlessly into your CRM environment. It streamlines data access, enhancing insights and decision-making without extensive data replication, simplifying customization, and enriching CRM capabilities.
  • A Simple Guide to Creating an Azure Databricks WorkspaceMar 12, 2024. Learn how to set up your own Azure Databricks workspace with this easy step-by-step guide. Whether you're new to Databricks or looking to create a collaborative environment for big data analytics, follow these straightforward steps to get started.
  • Increasing Item Limit in Power Apps: A Step-by-Step Guide up to 2000Mar 12, 2024. In this article, we will learn to Unlock the full potential of Power Apps by increasing the item limit to 2000 with our comprehensive step-by-step guide. Learn how to efficiently manage data sources, optimize performance, and adhere to best practices for app development.
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • How to Fetch Daily, Weekly, Monthly, and Yearly based Data in SQLMar 12, 2024. In SQL, fetching data based on specific time intervals like day, week, month, and year is essential for meaningful analysis.
  • Exploring Horizontal Gallery in Power Apps Mar 11, 2024. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Mastering Form Creation in Power Apps: Integration with SharePoint Mar 11, 2024. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automating workflows.
  • Dynamics 365 - Duplicate Detection with PowerAppsMar 11, 2024. This document outlines the process of detecting duplicate contacts in Dynamics 365 when generating a new contact. It explains how to set up a Blank Canvas App, establish a connection with a Dynamics 365 Data Source, and design a dialog screen for duplicate detection.
  • Basics of Azure Databricks: Data Analytics in the CloudMar 11, 2024. 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, exploring its components, features, and capabilities to empower data-driven decision-making in the digital age.
  • Benefits of Temporary Tables over Table Variables in SQL ServerMar 10, 2024. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handling large datasets and complex data manipulation tasks.
  • Data Transformations: ETL, ELT, and the Reverse ETL RevolutionMar 10, 2024. Delve into the complexities of data management through an in-depth examination of ETL, ELT, and the pioneering emergence of Reverse ETL in this extensive guide. Explore the applications, benefits, and evolving dynamics of these transformative methods shaping the data terrain.
  • Fetch Data From Nested JSON In APIMar 09, 2024. In this article, we will learn to fetch data from nested JSON in API using URLSession in Swift programming language.
  • Fetch Data From API Using URLSessionMar 09, 2024. This article contains simple demo on how to fetch data from API using URLSession in Swift Programming Language.
  • Autonumber Attribute Generation: Programmatically or Non-ProgrammaticallyMar 08, 2024. In this article, we will discover techniques for auto-incrementing identifiers, managing data, and implementing automation, potentially utilizing frameworks like Entity Framework.
  • Create First Canvas App from Template Mar 07, 2024. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customization options, allowing users to design intuitive interfaces and connect to various data sources without coding.
  • Essential DAX Formulas for Power BI BeginnersMar 07, 2024. Master essential DAX formulas in Power BI for effective data analysis. Learn fundamental functions like SUM, CALCULATE, RELATED, AVERAGEX, and IF with illustrative examples for actionable insights.
  • Difference Between SUM and SUMX in Power BIMar 07, 2024. This article explains the difference between SUM and SUMX functions in Power BI. In Power BI, understanding the distinctions between SUM and SUMX functions is crucial for accurate data analysis. SUM operates in the row context, while SUMX offers iterator context flexibility.
  • What is Change Data Capture(CDC)Mar 07, 2024. 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 efficient data integration, replication, and synchronization across systems.
  • Asynchronous Programming in Angular Promises vs. ObservablesMar 06, 2024. 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 between promises and observables, their usage, and provide code examples to illustrate their behavior.
  • Securing Remote Access to SQL ServerMar 05, 2024. Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protection against cyber threats.
  • Big Data: Navigating the Digital Ocean of InformationMar 05, 2024. In the era of technology, data has become the new currency. Big Data, a term frequently heard across industries, represents the vast expanse of information reshaping our world. The essence of Big Data, its dimensions, real-world applications, and the role of Hadoop Distributed File System (HDFS) in managing its vast scale.
  • Main Difference Between Method and Computed Property in Vue.jsMar 05, 2024. 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 performance for derived data manipulation.
  • Data Migration Using Azure PipelinesMar 05, 2024. In this article, we will discuss how data can be imported from Source to Target environment using Azure Pipelines. Automate data migration in Microsoft's Power Platform using Power Platform Build Tools. Learn step-by-step with examples to create schema files and execute data export and import pipelines.
  • Understanding Grouping by Columns in SharePoint ListsMar 04, 2024. In this article, we will discover how to efficiently organize and manage data in SharePoint Lists by understanding the powerful grouping capabilities.
  • Understanding Site Usage & Site Report in SharePointMar 04, 2024. In this article, we will understand Site Usage & Site Report in SharePoint entails grasping how users interact with your site, tracking metrics such as page views, unique visitors, and popular content.
  • Learn about Data Structures in .NETMar 04, 2024. Explore key .NET data structures—Lists, Queues, Stacks, and Dictionaries. Learn their practical applications through examples for efficient and scalable software development in the .NET ecosystem.
  • Unlocking Data Exploration and Machine Learning with Streamlit Mar 04, 2024. Streamlit turns data scripts into shareable web apps in minutes—all in pure Python. No front-end experience is required. Streamlit, a Python library, revolutionizes data science with user-friendly web app creation directly from Python code. Build interactive data experiences seamlessly.
  • What Are Props in Vue.jsMar 04, 2024. In Vue.js, props facilitate one-way data flow from parent to child components, enhancing communication. This snippet demonstrates their use, fostering modular and reusable components for effective code management.
  • Grafana & Prometheus: Effective Monitoring ToolsMar 04, 2024. Grafana is a data visualization tool, while Prometheus is a monitoring and alerting toolkit. Together, they collect, store, and visualize time series data, enabling users to create informative dashboards for monitoring various metrics and systems.
  • What are Properties in C#? Mar 04, 2024. In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way to encapsulate data and provide controlled access to it.
  • MSAL for Vanilla JS SPA: Get JWT Access & ID TokensMar 01, 2024. This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the significance of MSAL in obtaining JWT (JSON Web Token) Access Tokens and ID Tokens from Microsoft identity services.
  • Understanding RSS Feeds in SharePointMar 01, 2024. In this article, we will discover how SharePoint utilizes RSS feeds for content syndication. Explore integration options, web parts, and site subscriptions, enhancing information management and collaboration within your organization.
  • Difference Between Collect and ClearCollect in PowerAppsMar 01, 2024. 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 contents, refreshing the dataset. Master their nuances for effective data management.
  • Understanding and Managing Access Control in SharePointFeb 29, 2024. Understanding and Managing Access Control in SharePoint in detail step by step , such as Grant Permissions, Create Group ,Grant/Edit User Permissions ,Remove User Permissions , Modify Permissions ,Check Permissions , Permission Levels , Access Request Settings , Site Collection Administrators.
  • What is Reactive Interface in Vue.jsFeb 29, 2024. Vue.js boasts a powerful reactive interface, automating UI updates in response to underlying data changes. Through data binding, reactivity, computed properties, and watchers, Vue ensures efficient and automatic UI synchronization.
  • Effortless Pagination with jQuery DataTables and BootstrapFeb 28, 2024. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive design, sorting, filtering, and customizable options.
  • SQL Server Data Types for Performance, Memory EfficiencyFeb 28, 2024. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • Automating Excel data to SharePoint Lists with Power AutomateFeb 28, 2024. In this article, we will discover seamless automation of Excel data migration to SharePoint Lists using Power Automate. Streamline your workflows, enhance productivity, and ensure data integrity with this efficient solution.
  • Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time DataFeb 28, 2024. 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 beyond the basics, to showcase the versatility and capabilities of Vue.js in dealing with data fetching, error handling, and utilizing external libraries like Axios.
  • Creating Cohorts Using Custom Properties in Application InsightsFeb 27, 2024. In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
  • What You Need to Know About Data WarehousesFeb 27, 2024. A data warehouse serves as a centralized data management system aimed at bolstering business intelligence (BI) tasks, particularly in the realm of analytics. It is primarily used for conducting queries and analyses and storing vast volumes of historical information.
  • What Is the Data Flow Followed by Props in Vue.js Feb 26, 2024. In Vue.js, utilize props to establish a unidirectional data flow, passing data from parent to child components. Explore this mechanism through code examples, defining, receiving, and updating props.
  • Explain Delta Sharing in DatabricksFeb 25, 2024. Discover how Delta Sharing revolutionizes data exchange in Databricks. This article breaks down Delta Sharing into easy-to-understand concepts and guides you through its features and setup process. Learn how providers can securely share data, notebooks, and AI models with recipients, regardless of their computing platforms.
  • Bicep Data Types ExplainedFeb 25, 2024. Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
  • Understanding SharePoint Content Types: Organizing Your Content EffectivelyFeb 23, 2024. Explore the significance of SharePoint content types for efficient content organization. Learn how to leverage metadata and structured data to customize and manage documents effectively within your SharePoint environment.
  • Clustered Column Chart in Power BIFeb 23, 2024. A clustered column chart in Power BI will allow easy customization and formatting. Users can adjust the colors, labels, and axes to better suit their needs and preferences.
  • Tips to Launch Your SQL MissionFeb 20, 2024. 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 into actionable strategies and invaluable tips to help you kickstart your SQL learning journey and unleash the transformative power of data manipulation and insight extraction.
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShellFeb 20, 2024. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
  • Boost Data Analytics: Integrate Python Scripts in Power BI DesktopFeb 19, 2024. This article introduces the integration of Python with Power BI, enabling users to run Python scripts directly within Power BI Desktop. It highlights the process of importing resulting datasets into a Power BI data model for creating reports and sharing them on the Power BI service.
  • Camelcase Serialization in .Net 9Feb 19, 2024. In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expect camelCase formatted data
  • Operational Data Stores (ODS) in Business IntelligenceFeb 19, 2024. This comprehensive article introduces operational data stores (ODS) and their significance in modern data-driven businesses.It covers fundamental principles, distinguishing ODS from other data storage solutions.
  • Data Vault: Evolution from 1.0 to 2.0 in Business IntelligenceFeb 19, 2024. This article introduces Data Vault, a methodology for designing and developing data warehouse architectures with a focus on flexibility, scalability, and availability. It discusses the core components of Data Vault, its evolution from version 1.0 to 2.0, and key features of each iteration.
  • Error Logging and the Art of Avoiding Redundant Activities in MSFT Fabric Data PipelinesFeb 18, 2024. Error Logging and the Art of Avoiding Redundant Activities in MSFT Fabric Data Pipelines
  • How to Shorten URL using Custom Pipe in AngularFeb 17, 2024. In this article, We will learn steps to create a pipe that shortens a long URL and Link.
  • Power of APIs in Data EngineeringFeb 16, 2024. In this article you can discover the power of APIs in data engineering. From extracting weather data to streaming Twitter feeds, learn how APIs streamline processes and enable real-time analytics, with practical code examples for each use case.
  • Distributed Tracing with OpenTelemetry in .NET CoreFeb 16, 2024. OpenTelemetry revolutionizes observability in software development, offering a unified approach to collecting telemetry data across distributed systems. With its standardized APIs and SDKs, developers can effortlessly instrument their .NET Core applications for distributed tracing,
  • Telemetry in ASP.Net Core Web APIFeb 16, 2024. This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
  • Creating Collections from SharePoint Lists in PowerAppsFeb 15, 2024. 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 of collections over SharePoint lists, including the ability to perform complex queries.
  • Generate a Barcode with Power AutomateFeb 15, 2024. Effortlessly create barcodes using Power Automate and scan them in Power Apps for streamlined data capture. Start by setting up a team site on SharePoint, then create a list with specified columns.

About Data-Access-Layer

NA

OUR TRAINING