Related resources for spa
  • What is New in Android 15?11/21/2024 5:19:48 AM. Android 15, codenamed Vanilla Ice Cream, launched with innovative features like Private Space, enhanced satellite messaging, Partial Screen Recording, and robust security updates. Revolutionizing mult
  • Azure Synapse Spark and Apache Spark Architecture11/20/2024 10:01:09 AM. Learn how both tools handle big data processing, their integration capabilities, and use cases. Perfect for beginners and professionals aiming to master distributed computing and analytics.
  • Open-Source AI Models Gain Traction and Outperform Closed Models11/17/2024 10:50:40 AM. Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competiti
  • Data Quality, Security, and Building Trust in AI11/15/2024 5:14:14 AM. As AI adoption grows, data quality, security, privacy, and trust are becoming critical. Organizations must prioritize data cleansing, validation, encryption, and access controls to ensure reliable AI
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf11/13/2024 9:02:59 AM. This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-qual
  • Create Premium Databricks Workspace on Azure in 5 mins10/31/2024 4:45:34 AM. This video shows how to create Databricks workspace on Azure.
  • Example of Aspect Oriented Paradigm with DispatchProxy Class 10/23/2024 5:25:01 AM. This article explores how to implement cross-cutting concerns in .NET using the DispatchProxy class. It demonstrates dynamic proxy creation for logging and other concerns, highlighting the benefits of
  • Using Span<T> To Improve Performance Of C# Code10/21/2024 10:13:00 AM. To enhance application performance, reducing IO calls and utilizing stack allocation is crucial. Leveraging value types and the Span&lt;T&gt; structure in C# allows efficient memory management and imp
  • Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol10/21/2024 8:15:07 AM. In this episode, I covered how to Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol.
  • Understanding the Difference Between Cache and Persist in Pyspark10/16/2024 5:40:26 AM. Learn how they store data in memory and disk, their role in improving execution speed, and how to choose the right method for efficient data processing in PySpark.
  • Construct a Deep Copy of LinkedList10/3/2024 11:25:30 AM. The task involves creating a deep copy of a linked list where each node has a random pointer that may point to any node or null. Using a dictionary to map original nodes to their corresponding new nod
  • Collections in C#10/1/2024 9:06:58 AM. This article describes Collections in C#. A collection is a way to create and manage groups of related objects. The group of objects can grow and shrink dynamically depending on the requirements in th
  • Understanding mapPartition in PySpark10/1/2024 4:13:33 AM. We explore the mapPartition transformation in PySpark, a powerful optimization tool for batch processing and resource management. Unlike the map function, it processes entire partitions of data, enhan
  • How To Create A Sparklines In Power BI Tables And Matrix Visual?9/24/2024 12:01:28 PM. This article explores the new &quot;Sparklines&quot; feature in Power BI as of December 2021, which allows users to visualize trends within table and matrix visuals. Sparklines provide a compact way t
  • Check Disk Space Utilization by Tables in SQL Server Database9/23/2024 8:53:17 AM. In this guide, learn how to effectively check disk space utilization by tables in a SQL Server database. We’ll cover essential SQL queries and techniques to analyze table sizes, identify storage usage
  • working with map and flatMap Transformations in PySpark9/19/2024 4:45:13 AM. This article explores the differences between the map and flatMap transformations in PySpark. The map function applies a one-to-one transformation to each element, while flatMap allows for multiple ou
  • Soneium Minato Testnet Live with Soneium Spark Incubation Program9/10/2024 6:06:00 AM. Soneium Minato, Sony&#39;s Layer-2 Ethereum blockchain, supports Web3 innovation with scalable, low-cost transactions. Its Soneium Spark Incubator offers up to $100,000 in funding and mentorship for b
  • Create A Calculator In Windows Form Application9/5/2024 11:41:11 AM. Learn how to create a simple calculator using Windows Forms. This guide covers setting up a Windows Forms Application, designing the form with buttons and a textbox, and implementing logic for basic o
  • Ethical AI Development in C#: Ensuring Fairness and Transparency8/29/2024 8:30:10 AM. It covers strategies for identifying and mitigating bias, implementing transparent algorithms, and adhering to responsible AI practices to build trustworthy systems.
  • CSS Image Opacity/Transparency8/28/2024 5:14:19 AM. This article covers how to create transparent images and text boxes using CSS. It demonstrates using the &#39;opacity&#39; property for images and hover effects, and shows how to place text in a semi-
  • Transparency and Control in Consumer Data Use8/22/2024 7:04:54 AM. Learn how your data is collected, used, and protected while gaining insights into your rights and the steps you can take to safeguard your privacy. Empower yourself with knowledge for better data secu
  • Why Angular8/16/2024 3:49:54 PM. This article discusses the reason to choosing Angular as a development platform.
  • Save Google Form Data to SharePoint List8/12/2024 8:53:47 AM. Learn how to seamlessly save Google Form data to a SharePoint List for efficient data management. This guide covers step-by-step instructions for automating data transfer, integrating Google Forms wit
  • Effective Communication in Product Management8/12/2024 8:45:10 AM. Effective communication is crucial in product management, bridging cross-functional teams and managing stakeholder expectations. Key skills include active listening, clear messaging, empathy, and pers
  • Top 10 New Features Of ASP.NET Core 2.07/31/2024 4:33:41 AM. ASP.NET Core 2.0, part of the .NET Core ecosystem, offers enhanced performance and productivity with features like minimal code requirements, Razor Pages, and new meta packages like Microsoft.AspNetCo
  • 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&lt;T&gt; 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&#39;s core components: RDDs, DataFrames, and Datasets. Learn how to efficiently process and analyze large-scale data using Spark&#39;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&#39;s performance with PySpark&#39;s Broadcast Hash Join. Utilize distributed computing, parallel processing, and Spark&#39;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#&#39;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&#39;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 &quot;Implicit Usings&quot; 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&#39;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&#39;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&#39;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 &#39;In-app notifications&#39; 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.