Related resources for IdP
  • Open-Closed Principle (OCP) in .NET 6 Core10/30/2023 5:50:49 AM. As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
  • Auth at One Place (AOP)5/25/2023 5:55:39 AM. Unified IdPs can be a valuable tool for improving security and efficiency in your organization
  • Unleash the Potential of Intelligent Document Processing using Azure Form Recognizer Studio4/27/2023 4:11:52 AM. In this article, you can understand the concepts of Azure Form Recognizer Studio, Prebuilt models, Custom models with end to end implementation.
  • Working With WPF Grid Panel12/2/2018 10:27:22 PM. The Grid class in WPF represents a grid panel. Grid panel can also be created at design-time using XAML <Grid> element. The code examples in this article, you will learn how to use a WPF Grid Pa
  • How To Print a DataGrid in C# and .NET9/20/2018 3:44:21 AM. I wrote this article in response to the question, How the heck do I print out a DataGrid and its contents. n order to encapsulate the drawing of the DataGridPrinter to the Printer, I created the DataG
  • An Editable GridView Control in C# and .NET - Part II10/3/2012 9:19:42 AM. In this article we will take advantage of the XML classes available to us to persist the GridView control that we talked about in our first article in this series. The two classes we utilize in our code are XmlTextWriter and XmlTextReader.
  • Document ID generator for SharePoint 20102/21/2011 3:27:38 AM. In this article we will be seeing how to change the document id provider from default to custom and vice-versa.