Related resources for spa
  • Difference Between DELETE and TRUNCATE in SQL Server7/23/2024 9:18:59 AM. In SQL Server, DELETE and TRUNCATE are used to remove data from tables, each with distinct characteristics. DELETE is a DML command that logs each row deletion, supports triggers, and respects foreign
  • NFT : The Non-Fungible Tokens7/23/2024 4:58:29 AM. NFTs (Non-Fungible Tokens) are unique digital assets on blockchain, representing ownership and authenticity. They are used in digital art, gaming, virtual real estate, music, and more, providing new m
  • Azure Synapse vs Databricks: Right Data Analytics Platform7/22/2024 8:21:30 AM. Explore the key differences between Azure Synapse Analytics and Databricks. Compare features like data warehousing, big data processing, machine learning integration, and security. Understand when to
  • Azure Databricks Cluster7/17/2024 12:13:45 PM. Azure Databricks simplifies big data analytics and machine learning with managed Spark clusters on Azure. It scales dynamically, optimizing resource usage and costs. Integrated with Azure services, it
  • Implementing v2 and v3 reCaptcha using React7/10/2024 9:09:35 AM. CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure to differentiate between humans and bots. reCAPTCHA, a Google tool, enhances this by generati
  • Azure Databricks | JSON to PySpark Data Transformation7/10/2024 6:44:18 AM. In this video, I demonstated how to leverage Azure Databricks to read JSON data, create Spark DataFrame and perform filtering.
  • GenAI Code Transparency—why it is important to know how much GenAI Code coders are using7/8/2024 7:12:18 AM. In the session, you will learn about GenAI Code Transparency - why it is important to know how much GenAI Code coders are using.
  • Introduction to Spark Scala in Fabric Notebook for Analysis7/8/2024 6:01:04 AM. This video shows dives into Scala as an important languages supported in the Fabric Notebook. Covered in this vide is how to read delta table from Lakehouse in the Fabric Notebook leveraging the scala
  • Transparent Data Encryption (TDE) in SQL Server7/1/2024 7:04:40 AM. Transparent Data Encryption (TDE) in SQL Server encrypts data at rest, ensuring database and log file protection against unauthorized access. TDE uses a database encryption key (DEK), secured by a cer
  • Read, Combine and Analyse ADLS Gen2 CSV files using Azure Synapse Spark SQL6/28/2024 7:30:27 AM. This video shows how to use Azure Synapse Analytics to read, combine, and analyze multiple CSV files residents in ADLS Gen2 using Spark SQL.
  • Data Skew Problem and Solution in PySpark6/26/2024 4:53:53 AM. Explore the nuances of handling data skew issues in PySpark with effective strategies and solutions. Discover how to optimize performance through smart partitioning, efficient shuffle operations, and
  • Generating XML Root Node Having Colon-Via Serialization6/24/2024 9:00:23 AM. Generating XML dynamically with a defined schema involves handling namespaces and prefixes correctly. Using XmlElement and XmlAttribute classes helps serialize XML parts, but achieving a prefixed root
  • What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App6/24/2024 7:48:20 AM. How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
  • Understanding AsMemory() in C# .NET with Examples6/24/2024 5:47:07 AM. In C#, the AsMemory method is a powerful tool for creating Memory<T> instances from arrays, array segments, or strings. It is part of the System.Memory namespace, which offers types designed to
  • Detect Session Changes in Dynamics 365 Customer Service App6/21/2024 6:43:56 AM. The Dynamics 365 Customer Service Workspace app aids agents in managing multiple sessions efficiently. Detecting session changes with JavaScript enhances context switching, productivity, and customer
  • Understanding RDDs in PySpark6/19/2024 10:11:05 AM. Explore the foundational concept of RDDs (Resilient Distributed Datasets) in PySpark, a powerful distributed computing framework. Learn how RDDs facilitate parallel processing, enabling efficient data
  • How to Deploy an Avalanche Subnet Locally with Avalanche CLI6/14/2024 10:04:41 AM. Learn how to build and deploy a subnet on a local network using Avalanche CLI and GitHub Codespaces. This guide covers setup, configuration, and connecting your wallet easily.
  • Database Options in Google Cloud Platform (GCP)6/11/2024 9:07:16 AM. GCP offers diverse database services tailored for various needs, from relational databases like Cloud SQL and AlloyDB for structured data to NoSQL options like Firestore and Cloud Bigtable for large,
  • Cross-Workspace Lakehouses Data Transfer using Pipeline Dynamic Content6/11/2024 3:50:17 AM. This video shows how to transfer data between lakehouses from one workspace to another using data pipeline dynamic content.
  • Upgrade Classic Workspace To New Workspace In Power BI6/7/2024 10:35:02 AM. Upgrading from a Classic Workspace to a New Workspace in Power BI enhances collaboration and introduces advanced features. This process involves migrating existing content, ensuring data continuity, a
  • Tree Data Structure6/7/2024 10:30:34 AM. Learn about trees, a hierarchical data structure. Explore terminology, binary tree types, and traversal methods like pre-order, in-order, post-order, and level-order. Understand insertion, deletion, a
  • Comparing PostgreSQL and SQL Server: Benefits of PostgreSQL6/7/2024 7:27:17 AM. Comparing PostgreSQL and SQL Server reveals distinct advantages of PostgreSQL. PostgreSQL offers cost-effectiveness, flexibility, and extensive community support. It excels in advanced features, cross
  • Get to know about Microsoft Defender for Office 3656/5/2024 4:21:29 AM. Microsoft Defender XDR, advanced threat protection suite within Microsoft 365 Defender. Focus on Microsoft Defender for Office 365, offering robust email security through features like Exchange Online
  • Optimizing Memory Management in C#6/4/2024 7:23:27 AM. In this article, we will learn Memory management and optimization are crucial aspects of C# development, especially for applications that demand high performance and efficient resource utilization.
  • Getting Started With Apache Spark5/31/2024 10:02:08 AM. In Big Data, Hadoop components such as Hive (SQL construct), Pig ( Scripting construct), and MapReduce (Java programming) are used to perform all the data transformations and aggregation.
  • Working with RDDs, DataFrames, and Datasets in Apache Spark5/31/2024 5:52:44 AM. Apache Spark's core components: RDDs, DataFrames, and Datasets. Learn how to efficiently process and analyze large-scale data using Spark's robust distributed computing capabilities.
  • What is VMware Workspace ONE?5/30/2024 8:03:07 AM. VMware Workspace ONE is a comprehensive digital workspace platform that integrates Unified Endpoint Management (UEM), identity management, and application management.
  • Narrow v/s Wide Transformations in pyspark5/30/2024 7:13:08 AM. This article explores the differences between narrow and wide transformations in PySpark, a powerful tool for big data processing. It delves into the mechanics of how these transformations work, their
  • Master GeoSpatial Queries in MongoDB5/29/2024 10:03:16 AM. Mastering geospatial queries in MongoDB empowers efficient handling of location-based data. Leveraging features like GeoJSON, GeoNear, and GeoWithin, developers can perform precise searches, analyze s
  • Optimize Big Data Performance with Broadcast Hash Join in PySpark5/29/2024 6:15:46 AM. Maximize your Big Data app's performance with PySpark's Broadcast Hash Join. Utilize distributed computing, parallel processing, and Spark's optimization techniques for efficient data proc
  • Understanding GeoSpatial Indexing in MongoDB 🌍🔍5/29/2024 5:36:33 AM. This article explores the concept of GeoSpatial indexing in MongoDB, covering its creation process, significance, and real-time examples, all explained in simple language.
  • Maximizing Big Data Potential with ADLS and PySpark5/27/2024 11:50:01 AM. Maximize your Big Data potential with Azure Data Lake Service (ADLS) and PySpark. Utilize scalable data processing, machine learning pipelines, and distributed computing to unlock insights from vast d
  • Configuring Filter and Dispatcher Mapping in Servlets5/24/2024 10:00:48 AM. Configuring filter and dispatcher mapping in servlets involves defining rules for intercepting requests and forwarding them to appropriate components. This ensures efficient request handling and filte
  • C# HashTable5/21/2024 9:39:15 AM. C#'s HashTable is a data structure storing key-value pairs using a hash function for fast retrieval. It handles collisions via chaining, ensuring efficient insertion, deletion, and retrieval opera
  • Get All Installed Printers in C#5/16/2024 6:03:55 AM. Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
  • Dynamically Call a Function in C#5/16/2024 5:52:41 AM. In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names an
  • .Net Architecture And .Net Framework Basics5/5/2024 8:25:53 AM. .NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
  • DriveInfo Class in C# with an Example4/25/2024 10:09:36 AM. The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
  • Getting Assembly Metadata at Runtime4/23/2024 8:22:02 AM. Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and o
  • Angular JS Overview: Benefits, Basics, & Simple Examples4/19/2024 11:03:08 AM. Angular JS is a powerful JavaScript framework for building web applications. It offers benefits like dependency injection, two-way data binding, testing ease, and MVC architecture. Using directives li
  • Getting Started With OpenLayers 3 And Spatial Data4/18/2024 10:45:12 AM. Explore visualizing spatial data using OpenLayers with SQL Server 2008. Learn about the capabilities of OpenLayers for mapping, including its support for tiles and vector layers. Understand the two ty
  • Select Data Using Spatial Types Via EDF Framework 5.04/18/2024 10:28:09 AM. Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
  • Create a Single Page App with Blazor Server and Entity Framework Core 3.0 4/16/2024 5:34:48 AM. Create dynamic web applications efficiently using Blazor Server, a .NET Core framework, coupled with Entity Framework Core 3.0 for seamless data integration. Leverage C# to build interactive, single-p
  • Create A Blazor Server SPA With Dapper 4/15/2024 11:13:00 AM. In this post, we will see how to create a single page application in Blazor Server with Dapper ORM. We will see all the CRUD operations with Dapper using native SQL commands and stored procedures.
  • Create a Transparency in Image Using HTML54/12/2024 5:52:48 AM. Learn how to create a transparent photo using HTML5 canvas and JavaScript. This beginner-friendly tutorial guides you through setting up the project in Visual Studio, creating HTML files, and adding i
  • Postman - Setup Workspace And Collection4/9/2024 6:34:12 AM. Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET Core
  • How to Create Calculated Column in SharePoint Online3/22/2024 5:40:34 AM. 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 guid
  • 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
  • Namespace for Authentication Routes in MVC and Its Importance3/19/2024 1:18:38 PM. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
  • Managing Storage Spaces with File Server Resource Manager (FSRM)3/13/2024 11:28:50 AM. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Querying Azure SQL Databases In Databricks Spark Cluster3/13/2024 8:44:48 AM. We will see the entire steps for creating an Azure Databricks Spark Cluster and querying data from Azure SQL DB using JDBC driver. Later we will save one table data from SQL to a CSV file.
  • Understanding Implicit Usings in C#3/13/2024 4:29:15 AM. In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
  • A Simple Guide to Creating an Azure Databricks Workspace3/12/2024 10:40:28 AM. 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,
  • Programmatically Get Specific Fabric Workspace Items in Fabric Notebook3/12/2024 5:02:59 AM. In this video, I walked you through how to programmatically get all the items from a specific workspace using Fabric Notebook.
  • 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
  • Big Data: Navigating the Digital Ocean of Information3/5/2024 7:10:20 AM. 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
  • MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens3/1/2024 9:53:46 AM. 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
  • Visual Studio Extension For Blazor SPA With EF Core 3.1 2/29/2024 10:08:48 AM. In this post, we will see how to download the newest extension on Blazor Server for Visual Studio 2019. Using this extension, we can easily create a Blazor Server app with Entity framework 3.1. This
  • Read JSON File to Spark DataFrame and Fabric Lakehouse for Downstream Analytics2/27/2024 6:38:21 AM. This video shows how to read JSON file into Spark DataFrame using Fabric Notebook and how to write the the data to Fabric Lakehouse for downstream data analytics.
  • Blazor - Create SPA With Azure Database For MariaDB Server2/21/2024 8:27:24 AM. We will create a MariaDB database service in Azure and connect MariaDB in a Single Page Blazor application. Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Da
  • Single Page Application With Blazor And CosmosDB2/20/2024 3:11:16 PM. We will create one single page application with default Blazor (ASP. Net Core Hosted) template. We will manage a Book entry in this project and save data to CosmosDB. We will use “Microsoft.Azure.Docu
  • ASP.NET Core - Expense Manager Using EF Core And Highcharts2/20/2024 7:31:47 AM. We will create a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handl
  • Blazor - CRUD Using MongoDB2/18/2024 5:39:30 AM. This article guides you through the process of creating a Blazor application that utilizes MongoDB as its database provider. It covers setting up MongoDB, creating the necessary models and database co
  • How to Manage Drive Space with Storage Sense in Windows 11?2/16/2024 4:12:00 AM. Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
  • Enable Copilot Features in Customer Service Workspace2/14/2024 7:20:36 AM. Unlock enhanced productivity in customer service with Copilot features. Enable AI assistance and automation to streamline workflows, improve support efficiency, and enhance the customer experience wit
  • String.IsNullOrEmpty() vs String.IsNullOrWhiteSpace()2/13/2024 10:56:35 AM. Learn when to use String.IsNullOrEmpty() and String.IsNullOrWhiteSpace() in C#. Understand their differences for effective null and whitespace checks, enhancing data validation and code reliability.
  • In Depth GitHub Copilot and Copilot Chat - Ep.22/9/2024 5:55:25 AM. The session will teach you about GitHub Copilot, Copilot Chat, and GitHub Codespaces.
  • Building Interactive Maps in Power BI2/5/2024 11:59:01 AM. Explore the art of creating interactive maps in Power BI, Microsoft's data visualization tool. From choosing geospatial data to configuring map visuals and enhancing interactivity
  • Build Interactive Map Visual in Power BI2/5/2024 11:36:27 AM. Unleash the power of geospatial data in Power BI by creating interactive maps. Transform raw data into compelling narratives, track sales, visualize demographics, and engage your audience with filters
  • Generate Bell-Shaped Distribution: PySpark & Matplotlib in Fabric Notebook2/5/2024 11:31:42 AM. Learn how to generate and visualize a bell-shaped or normal distribution using PySpark and Matplotlib in Microsoft Fabric Notebook. Explore the characteristics of a normal distribution, its symmetry,
  • Agent scripts in Customer Service Workspace - Dynamics 3652/5/2024 7:04:35 AM. Learn how to optimize agent workflows in Microsoft Dynamics 365 Customer Service with agent scripts. Define script steps, create macros, and associate them with session templates for improved efficien
  • Introduction to GitHub Copilot, Copilot Chat, and GitHub Codespaces - Ep.12/1/2024 6:55:09 PM. The session will teach you about GitHub Copilot, Copilot Chat, and GitHub Codespaces.
  • Implement In-App Notifications with JavaScript in Dynamics 3652/1/2024 5:18:49 AM. Enable 'In-app notifications' for Dynamics 365, offering real-time updates on leads, opportunities, and cases. Easily register notifications through the front-end, back-end, or REST API, enhan
  • Custom Events in C# for Enhanced Communication and Flexibility1/31/2024 8:33:20 AM. In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
  • In-App Notifications within Dynamics 365 Customer Service Workspace1/31/2024 4:09:12 AM. Enable the In-app notification feature in the model-driven app by following simple steps on Power Apps. Implement a plugin in Visual Studio to receive notifications when a new case is created.
  • Import Power BI Visual from AppSource to Your Workspace1/24/2024 7:02:24 AM. Power BI comes with many out-of-the-box visuals that are available in the Visualizations pane. Discover how to enhance your Power BI reports with certified visuals from AppSource. Learn the step-by-st
  • Create a Workspace in Fabric1/15/2024 5:12:14 AM. This article explains how to create workspaces in Microsoft Fabric. In workspaces, you create collections of items such as lakehouses, warehouses, and reports.
  • In-App Notification in Dynamics 365 Customer Service Workspace1/10/2024 8:56:02 AM. This article guides you through implementing notification messages in the customer service workspace for new or updated cases in a model-driven app using in-app notification features and plugin code.
  • How to Create a Vue Project?1/7/2024 5:55:34 AM. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js appli
  • Split Camel Case to Space using Angular Pipe12/27/2023 11:38:30 AM. Master the creation of an Angular pipe to effortlessly split camelcase text with spaces. Follow the prerequisites, and steps, and enhance your Angular app for improved readability.
  • JavaScript Replace Spaces12/27/2023 7:57:40 AM. Learn how to use the JavaScript replace() method to remove spaces from a string and replace them with another character. The JavaScript replace() method is mostly used to replace the spaces in this ar
  • Blazor and .NET 8 QuickGrid Implementation with CSV Data Export12/22/2023 6:10:59 AM. Article for using QuickGrid in Blazor and .NET 8 and exporting data using CSV Helper as a supporting library. the simplicity and efficiency of QuickGrid, a razor component for displaying tabular data
  • Inner Join SQL Query in Fabric Notebook using PySpark12/22/2023 5:15:40 AM. This video shows how to write inner join SQL Query in Microsoft Fabric Notebook using Spark.
  • Grant Workspace Permission to Users to Access & Write DQL Command In Fabric Warehouse12/19/2023 9:29:37 AM. In this video, I demonstrated how to grant workspace permission to users to access and write DQL command in Fabric Warehouse
  • Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage12/13/2023 1:36:49 PM. Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
  • Get The Total Free Space Available On A Drive12/6/2023 9:31:35 AM. In this article, I am showing how we can get the total free space on a Drive.
  • How to Backup Google Classroom Data - Verified Steps11/23/2023 4:33:57 AM. Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
  • Built-in Roles in Azure Synapse Analytics Workspace10/29/2023 6:35:59 AM. Azure Synapse Analytics provides a range of built-in roles to manage access to Synapse resources, allowing administrators to control user and application actions within a workspace.
  • Extension Methods In C#10/23/2023 7:27:51 AM. This article explains Extension methods. Extension methods are static methods, that are always implemented in a static class. In C# we already have some built-in extension methods like Union, Where an
  • Get IP Address Using C#10/20/2023 8:23:38 AM. In this article, we find the IP Address of the local device.
  • How to grant workspace permission to user to access and write DQL command in Fabric Data Warehouse10/17/2023 6:51:26 AM. This video demonstrate how to grant workspace permission to user to access and write DQL command in Fabric Data Warehouse.
  • College Predictor Using Machine Learning10/5/2023 8:20:55 AM. Making a college predictor that uses Machine Learning to predict the closing rank of various engineering disciplines at the concerned colleges
  • Decoding IaaS vs PaaS for Beginners10/5/2023 4:21:27 AM. Discover the key differences between IaaS and PaaS in the cloud computing world.
  • Dictionary Overview In C#9/22/2023 8:33:21 AM. This article is an overview of Dictionary in C#. Dictionary is a generic class that belongs to the System.Collection namespace in . NET. A dictionary can store Keys and Values of any data type in .NET
  • Introductions To C#9/21/2023 7:00:18 AM. C# is a new programming language developed by Microsoft. C# has power of C++ since it's derived from C and C++. It is simpler as VB.
  • DateTime In C# 9/12/2023 10:54:06 AM. In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. Here
  • Oracle Data Provider for .NET : Part II9/5/2023 5:55:04 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • Determine the Time since the Last Boot Up in C#9/5/2023 5:26:06 AM. This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
  • Introduction to System.Management Namespace9/1/2023 4:53:08 AM. The article provides an insight on the use of System.Management namespace and the advantages of WMI.
  • How to Verify Your Smart Contract on PolygonScan?8/27/2023 2:11:36 AM. Discover Polygon's world of smart contracts. Verify and publish with PolygonScan for transparent, secure DApps. Boost trust, and open doors to transparency.