Related resources for PF
  • Emerging Cybersecurity Threats6/27/2024 10:51:00 AM. Explore the evolving landscape of cybersecurity with a deep dive into emerging threats. From sophisticated ransomware and AI-driven attacks to vulnerabilities in IoT and supply chains, discover how cy
  • Different Types Of Templates In WPF6/25/2024 10:05:32 AM. Explore the diverse world of templates in WPF (Windows Presentation Foundation) with this comprehensive guide. From Control and Data Templates to Item and Custom Templates, delve into how each type en
  • Build And Deploy The Client Side Web Part (SPFx) In SharePoint Online6/24/2024 9:03:05 AM. The article introduces SPFx (SharePoint Framework), ideal for SharePoint Online. It contrasts with older app models, highlighting its client-side Web parts for faster loading without IFrames. It cover
  • Add Text With Image Button In ComboBox In WPF Application6/24/2024 9:02:07 AM. Learn how to enhance your WPF application by adding text with an image button in a ComboBox. This tutorial guides you through customizing ComboBox items using XAML and C#.
  • How To Deploy And Install The SPFx App Using PNP PowerShell6/20/2024 10:12:29 AM. We'll cover the essential commands and procedures to streamline your SharePoint development workflow, ensuring a smooth and efficient deployment process for your SPFx solutions in SharePoint Onlin
  • A Simple WPF Application Implementing MVVM6/20/2024 10:12:01 AM. In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
  • Add Multiple WebParts To Single SPFx Solution Using Yeoman6/20/2024 6:55:49 AM. Learn how to leverage SharePoint Framework (SPFx) to develop multiple web parts within a single solution using Yeoman, Node JS, and Gulp. This approach saves time by avoiding redundant scaffolding and
  • Explain INotifyPropertyChanged In WPF - MVVM6/19/2024 11:56:08 AM. INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically upd
  • Call User Controls In Main Window Using WPF6/19/2024 9:34:07 AM. In WPF (Windows Presentation Foundation), integrating User Controls into the main window involves leveraging XAML and code-behind to enhance UI flexibility and functionality.
  • How to do .NET 8 Migration with Existing Tools?6/19/2024 7:41:50 AM. Microsoft's technology ecosystem spans desktop, web, and mobile apps, each requiring specific frameworks. To upgrade applications effectively, use Visual Studio 2022 with .NET Framework or Core, a
  • Using React Components In SPFx Extension Application Customizer6/17/2024 11:23:06 AM. SharePoint Framework (SPFx) Extensions enhance SharePoint by customizing placeholders such as headers and footers using React components. Learn to create SPFx solutions with Yeoman, manage npm depend
  • RDLC Report Using WPF And C#6/17/2024 11:19:33 AM. Integrate RDLC reports into WPF applications using C# and ReportViewer for data visualization. Learn to configure reports, bind data from a custom class (Person), and display dynamic tables in the Ma
  • Scroll Windows With WPF ScrollViewer in C# and XAML6/17/2024 9:56:08 AM. Implement vertical and horizontal scrolling in your WPF applications using ScrollViewer. Control content visibility with properties like VerticalScrollBarVisibility and HorizontalScrollBarVisibility f
  • SPFx - Creating Custom Dialog Boxes Without A Javascript Framework6/14/2024 10:40:48 AM. Learn how to implement custom dialog boxes in SharePoint using SPFx. This tutorial explores extending the Base Dialog class without a JavaScript framework, leveraging npm packages for popup displays.
  • PnP People Picker Control For SPFx6/14/2024 10:39:23 AM. Learn how to integrate and configure the PnP People Picker control in SharePoint Framework (SPFx) web parts. This guide covers setting up the development environment, passing context to React componen
  • TreeView In WPF6/14/2024 10:37:05 AM. Explore the WPF TreeView control in this tutorial, designed to display hierarchical data with expandable nodes. Learn to add, delete, and style TreeView items dynamically using XAML and C#. Enhance y
  • Govern Third-Party Service and SPFx Web Parts Availability on SharePoint Online6/13/2024 8:24:07 AM. Learn essential strategies to govern third-party services and SPFx web parts availability on SharePoint Online. Discover best practices for managing security, compliance, and integration aspects while
  • Bind Combobox With Enum Using ObjectDataProvider WPF MVVM6/13/2024 8:22:54 AM. Learn how to bind enums directly to a combo box in WPF MVVM using ObjectDataProvider. No more programmatic binding; use XAML with ObjectDataProvider for efficient enum binding.
  • WPF ICommand In MVVM6/12/2024 10:28:28 AM. Commands provide a mechanism for the view to update the model in the MVVM architecture. Commands provide a way to search the element tree for a command handler.
  • Using ImageBrush In WPF6/12/2024 10:10:47 AM. An image brush paints an area with an image. The ImageSource property represents the image to be used during the painting by an image brush. The ImageBrush object represents an image brush.
  • Learn SharePoint FrameWork (SPFx)6/12/2024 5:44:15 AM. Explore the power of SharePoint Framework (SPFx) for modern web development. Learn to leverage JavaScript and TypeScript to create customizable web parts and extensions for SharePoint Online.
  • Display Calendar Events Using Graph API in SharePoint Framework6/7/2024 7:25:45 AM. Explore the process of integrating Microsoft Graph API to showcase calendar events within a SharePoint Framework web part. Follow steps to set up dependencies, scaffold the solution, manage permission
  • Data Binding and it's Modes in WPF6/6/2024 11:24:54 AM. Learn about WPF's data binding modes: One-Way, Two-Way, OneWayToSource, OneTime, and Default. Understand how they control data flow between UI elements and data sources, enabling dynamic updates i
  • SPFx Webpart With Angular Elements6/6/2024 7:27:00 AM. Explore the integration of SPFx web parts with Angular elements using PnP generator v1.14.0. Learn about Angular Elements, prerequisites, environment setup, development steps, bundling, rendering, an
  • Convert an Embedded Resource into an XML File in WPF C#6/6/2024 4:49:04 AM. When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during ru
  • REST API's Implementation In WPF Using Entity Framework6/5/2024 11:33:42 AM. Learn to integrate REST APIs into your WPF (Windows Presentation Foundation) application using Entity Framework. Utilize Entity Framework for seamless data management and interact with external servic
  • How to Remove Extra Column from DataGrid WPF Control5/31/2024 9:57:43 AM. The WPF DataGrid often displays an extra column due to default behavior. This issue arises when the source data contains fewer columns than displayed. By adjusting the XAML code and setting the Column
  • Berkeley Packet Filter (BPF) in Solana5/27/2024 11:04:32 AM. Berkeley Packet Filter (BPF) in Solana facilitates efficient, programmable blockchain operations. It enables smart contract execution, network optimization, and dApp development, enhancing Solana'
  • Understanding the Singleton Pattern in C#5/27/2024 5:31:05 AM. The Singleton pattern is one of the most commonly used design patterns in software engineering. It falls under the category of creational patterns and ensures that a class has only one instance while
  • How to Upload Files on IPFS using Solana?5/24/2024 10:05:56 AM. Discover how to leverage the power of Solana's blockchain platform to upload files onto IPFS, the InterPlanetary File System, enabling decentralized storage. Utilize Solana's SDK and smart con
  • Building Custom Web Parts Extensions with SharePoint Framework SPFx5/19/2024 6:48:39 AM. Learn how to enhance your SharePoint site with custom web parts and extensions using the SharePoint Framework (SPFx). Perfect for beginners, this guide covers the basics of SPFx, setting up your devel
  • Show/Hide Property Pane Component Based On Another Component's Value In SPFX5/16/2024 9:29:27 AM. In SharePoint Framework (SPFX), customize property panes by dynamically showing or hiding components based on the values of other components. Utilize React's conditional rendering for efficient UI
  • Entity Framework (7), With .NET WPF, Database-First5/16/2024 5:08:19 AM. This article describe to develop a WPF app with entity framework, database first approach.
  • Handling UI Control's Events in ViewModel (Prism 5.0)4/29/2024 9:58:03 AM. This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
  • Upload a File and Then Create Zip File in .NET 4.54/29/2024 9:55:58 AM. Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO for
  • Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary4/25/2024 10:41:35 AM. Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
  • Upload file to IPFS using Python4/25/2024 9:24:51 AM. Discover the cutting-edge method to upload files using Python and IPFS (InterPlanetary File System), revolutionizing the way data is stored and shared securely across the web. Dive into this step-by-s
  • Learn Simple MVVM and Command Bindings in 15 Mins4/25/2024 8:11:17 AM. MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders conn
  • SoapFormatter in C#4/23/2024 11:25:44 AM. Learn to serialize and deserialize objects using SOAPFormatter in .NETFramework. Understand the usage of the IFormatter interface with Serialize and Deserialize functions. Implement serialization wit
  • Create Chrome-Like Loading Animation In WPF⭕4/23/2024 11:13:56 AM. Learn to create a Chrome-like circular loading animation control in WPF. Utilize Visual Studio or Blend, Arc control, Storyboard animations, and Dependency Properties for customization. Enhance user e
  • How to use InterPlanetary File System in React?4/23/2024 6:15:18 AM. This article will explore how we can integrate IPFS in React applications. This comprehensive guide explores the integration of IPFS (InterPlanetary File System) with React, demonstrating how to build
  • Utilization of DataGrid VS ListBox in WPF C#4/22/2024 8:46:58 AM. In WPF (Windows Presentation Foundation), the DataGrid and ListBox are two powerful controls that serve different purposes and are suitable for different scenarios
  • Deploying WPF Application with ClickOnce Deployment Techniques4/19/2024 10:25:56 AM. Explore ClickOnce as a deployment method for WPF applications. Learn about its update mechanism, deployment scenarios, and configuration options, along with its limitations and prerequisites. Understa
  • Deploying WPF Apps with Click-Once in Visual C# Express4/19/2024 10:24:11 AM. Deploy WPF apps seamlessly with ClickOnce in Microsoft Visual C# 2010 Express. Simplify distribution, enable automatic updates, and ensure easy installation, all within the .NET environment for effici
  • Let's Create WPF Blazor Hybrid App4/18/2024 7:26:12 AM. Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let's seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilit
  • How To Create An Azure WebJob For SharePoint Online4/16/2024 7:01:54 AM. Learn how to migrate custom apps to SharePoint Online using Remote Timer Jobs. Utilize Azure WebJob for seamless integration, manage ClientContext authentication, configure CRON schedules, and registe
  • Learn Dependency Properties In WPF?4/15/2024 10:43:40 AM. In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
  • PnP ListPicker Control For SPFx4/15/2024 8:53:08 AM. This article provides an overview of using the ListPicker control from the Patterns and Practices (PnP) library in SharePoint Framework (SPFx) web parts. It guides through the development process of a
  • Create Custom Dependency Property In WPF4/13/2024 6:12:17 PM. Creating custom dependency properties in WPF allows developers to extend the functionality of existing controls or create entirely new controls with additional properties. By leveraging dependency pro
  • How To Use FilePicker Control Of PnP In SPFx Webpart4/13/2024 6:06:58 PM. Learn to integrate the File Picker control from the PnP initiative into your SPFx web part for advanced file selection. Utilize npm packages, pass SharePoint site context to React components, and cust
  • Execute Power Automate Workflow from SPFx4/12/2024 8:16:37 AM. Learn how to trigger Power Automate workflows from SPFx web parts, enabling programmatic event-driven actions like sending emails. Follow step-by-step instructions to build and execute the workflow, i
  • AI Vision: Advancements, Challenges, and Ethical Considerations4/12/2024 5:36:57 AM. The landscape of AI vision is rapidly evolving, transforming various sectors with its visual capabilities. However, ethical dilemmas arise, including privacy breaches and biases, emphasizing the need
  • Create a Single Page App in SPFx using React Router Dom4/11/2024 10:29:04 AM. Create a Single Page App in SPFx using React Router Dom, Learn to develop dynamic and responsive web applications in SharePoint Framework (SPFx) using React Router Dom for client-side navigation.
  • Create Office 365 Groups With SPFx4/8/2024 9:12:50 AM. In this article, you will learn to integrate Office 365 Groups creation seamlessly with SharePoint Framework. Utilize Microsoft Graph API for efficient group management, enhancing collaboration within
  • Flow and List Document in WPF3/21/2024 9:34:09 AM. Explore WPF's powerful capabilities in managing flow documents and lists through XAML. Learn to design visually appealing user interfaces with structured content presentation, utilizing features l
  • Learn Everything About REST API3/21/2024 6:31:08 AM. This tutorial covers building a full-fledged application with WPF, REST API, and Entity Framework. It emphasizes the importance and implementation of REST APIs, discussing CRUD operations and their re
  • Exploring Inter-Process Communication in WPF Using Named Pipes3/19/2024 12:09:55 PM. 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 th
  • Create And Deploy Outlook Add-Ins Using SPFx 1.103/13/2024 8:32:55 AM. Create And Deploy Outlook Add-Ins Using SPFx 1.10" is a guide for integrating custom functionalities into Microsoft Outlook using SharePoint Framework (SPFx) version 1.10. It offers insights into
  • Exploring Various Triggers and Their Applications in WPF3/11/2024 8:27:29 AM. Triggers play a crucial role in defining interactions and behaviors within the WPF user interface. This article explores the various types of triggers in WPF and their implementation within the MVVM p
  • Static Resource vs Dynamic Resource in WPF3/11/2024 5:17:44 AM. Delve into WPF's resource binding, exploring both static and dynamic approaches. Static binding offers performance benefits and compile-time validation, while dynamic binding allows runtime update
  • SharePoint Framework using React JS Part 1 - Setup Configurations3/1/2024 9:44:02 AM. SPFX setup configurations. Explore SharePoint Framework (SPFx) as a modern development tool for SharePoint, replacing older models. Understand the development cycle, necessary skills, and Node.js vers
  • Creating a Personalized Waiting Window in .NET 6, 7, 8 WPF2/26/2024 8:19:02 AM. A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some
  • WPF ProgressBar2/20/2024 7:26:59 AM. C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how to
  • How to Develop a Custom Message Box in .NET 6,7,8 for WPF?2/19/2024 4:24:45 AM. As used in software development, the term "custom message box" describes a dialog box or pop-up window that is created and implemented with unique features, looks, and functionality instead
  • Working with WPF Label using XAML and C#2/18/2024 5:22:07 AM. WPF Label class represents a Label control in C#. The <Label> element in XAML represents a Label control at design-time. The code examples in this article demonstrate how to use Label in WPF and
  • Learn about ToolTip in WPF2/14/2024 7:11:29 AM. The ToolTip element in XAML adds a tooltip to a WPF control. The ToolTip class represents a tooltip in C#. The ToolTip property of a control represents the tool tip of the control. Code examples in th
  • CesiumJS Sample in WPF Application2/6/2024 7:04:09 AM. This project streamlines CesiumJS integration into a WPF app, leveraging powerful geospatial visualization. Learn to inject KML files, define locations, create lines, and manage KML loading. Follow t
  • Implementing a Custom Loader in WPF with MVVM2/6/2024 6:43:41 AM. A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to co
  • Google and Yahoo Unveil New Email Authentication Standards1/29/2024 7:23:12 AM. Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a
  • ​Learn to Search CPF from Clipboard1/22/2024 8:56:42 AM. Learn how to use the clipboard to read and validate search a valid CPF on it. Automate CPF validation in Brazil using JavaScript. Learn how to copy and validate CPF from memory, making data entry seam
  • Validation Rules in WPF1/19/2024 5:48:53 AM. We need validation rules to play a crucial role in maintaining data accuracy and consistency within an application. Learn to enhance the WPF user experience by implementing email pattern-matching vali
  • SharePoint Framework using React JS - Part 31/5/2024 9:29:54 AM. Hello world, Webpart development in SharePoint framework using React JS. Unlock the potential of SharePoint Framework web parts with React JS. Follow the step-by-step guide to create a Hello World web
  • SharePoint Framework using React JS - Part 21/5/2024 9:28:57 AM. In this article, the diverse development solutions in SharePoint Framework (SPFx) - Web Parts, Extensions, and Libraries. Understand their roles and applications, setting the stage for hands-on SPFx w
  • SharePoint Framework using React JS - Part 412/31/2023 5:26:48 AM. Fast Serve in SPFX
  • Creating a "League of Legends" Inspired Play Button in WPF12/13/2023 5:13:06 AM. This article provides a detailed explanation and analysis of developing a PLAY button inspired by the game "League of Legends" using pure WPF technology.
  • How to Uninstall SPFx Tool Chain12/8/2023 10:34:14 AM. The article explains step by step process to uninstall and clean up SPFx tool chain in your Developer Environment.
  • How to export .pfx certificate using Microsoft Management Console (MMC)12/5/2023 5:12:30 AM. How to export .pfx certificate using Microsoft Management Console (MMC).
  • How to generate .pfx certificate using Microsoft Management Console (MMC)12/4/2023 6:47:00 AM. How to generate .pfx certificate using Microsoft Management Console (MMC)
  • WPF ComboBox11/22/2023 6:13:50 AM. WPF ComboBox in C# represents a WPF combo box control. This tutorial demonstrates how to create and work with a ComboBox control in WPF using XAML and C#.
  • Grid Layout in WPF11/22/2023 5:54:51 AM. WPF Grid panel enables you to arrange children elements in cells defined by rows and columns. In the code example of this article, we will learn Grid layout and its properties in WPF using C# and XAML
  • DataGrid in WPF11/20/2023 6:13:39 AM. WPF DataGrid. WPF DataGrid control displays tabular data in a grid format. In this tutorial, you'll learn how to use a WPF DataGrid control, set its properties, and display data from a collection.
  • Simple MVVM Pattern in WPF10/30/2023 5:47:50 AM. This article describes the basic use and functionality of the MVVM pattern in WPF.
  • Display Image In WPF using XAML and C#10/26/2023 5:35:27 AM. The Image class represents the WPF Image control that is used to display images in WPF. The <Image> element of XAML is used to create the Image control at design-time. The code example in this a
  • How To Create SPFx Adaptive Card Extension(SPFx ACEs)10/23/2023 7:35:22 AM. In this article, you will learn how to create SPFx Adaptive Card Extension.
  • Reading Zip Files with SharpZip Library in .NET10/9/2023 8:45:51 AM. SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary nam
  • Serialize And Deserialize Using SoapFormatter Class In C#10/6/2023 9:40:28 AM. In this article you will learn about Serialize and Deserialize using SoapFormatter Class in C#.
  • How to Decrypt data using RSA algorithm in C#?10/3/2023 6:55:16 AM. In this article, we have sample code for decrypt an encrypted data with help of RSA Decryption algorithm and .pfx file which contains private key for decryption.
  • Creating Searchable Custom Data Grid In WPF9/24/2023 6:22:07 PM. This article explains how to create a custom data grid control in WPF. This custom Data Grid provides the feature of searching data of each cell's contents.
  • Implement Custom Image Handler In SPFx Rich Text Editor Using Angular 49/21/2023 7:22:47 AM. Implementing custom image handler in the same, so you could be able to save the images uploaded in Rich Text Editor to the desired destination folder.
  • Retrieve All Column Values with PnP JS in SPFx9/20/2023 10:02:33 AM. In this blog post, we'll delve into the process of extracting various field values from a SharePoint list using PnP JS, demonstrating how this can seamlessly integrate with SharePoint Framework (S
  • Creating A Console ListBox In C#9/14/2023 9:14:06 AM. C# developers who are interested in console programming are often frustrated by the lack of user interface features which the console has compared to Windows Forms and WPF applications.
  • Creating Folder And Sub Folder In SharePoint Library Using Power Automate🐎9/5/2023 7:02:02 AM. In this article we will learn about how to create folder and sub folder in SharePoint document library using power automate
  • Hide Subgrid button based on BPF Field9/1/2023 9:20:50 AM. This article delves into customizing Dynamics 365 CE Business Process Flows (BPF) to conditionally hide or display buttons, enhancing user guidance. Learn to employ JavaScript within custom rules for
  • XAML Islands - UWP NavigationView Control In WPF Using .NET Core😍8/31/2023 9:21:55 AM. In this article, you will learn how to use XAML Islands to host the UWP NavigationView Control in a .NET Core WPF application.
  • Troubleshooting 'Global Service Principal ID' Error in SPFX Deployment 8/25/2023 12:10:36 PM. Encountered "Could not retrieve Global Service Principal ID" error while deploying SPFX with Graph API. Issue traced to misconfigured Azure AD App Registration under SharePoint. Resolve by m
  • Using PnP SPFx Yeoman Generator For Creating SPFx Projects8/25/2023 9:33:47 AM. In this article, you will learn how to use PnP SPFx Yeoman Generator for Creating SPFx Projects.
  • CSS in SPFx8/25/2023 5:27:57 AM. In this article, we will learn how to easily consume CSS in our typescript file without errors.
  • How To Read The SharePoint News Using Rest API In SPFx8/24/2023 6:19:50 AM. Sharing news between the employees are the big challenge for any organization, there comes Intranet as a solution. Companies develop digital intranet as a communication and collaboration tool with all
  • Selector Class in WPF8/23/2023 10:21:06 AM. This article explains the Selector class inherited by WPF Controls.
  • Extend SharePoint Framework Solution with Microsoft Power Apps8/8/2023 9:35:09 AM. In this article, we will learn how to extend SPFx (SharePoint framework) solution with PowerApps.