Related resources for Libra
  • RetryPolicy Using Microsoft Practices Enterprise Library5/9/2024 11:53:17 AM. RetryPolicy in Microsoft Practices Enterprise Library offers fault tolerance by automatically retrying operations upon transient faults. Configurable parameters like retry count and interval enhance a
  • SignalR (Part 1) - Installation Process5/8/2024 9:55:16 AM. Learn to install SignalR in your .NET Core or ASP.NET Core project using the NuGet package manager. Ensure compatibility, manage dependencies, configure middleware, and set up client-side libraries fo
  • Enable Ratings in SharePoint List/Library5/6/2024 11:24:03 AM. Learn how to enhance user engagement and feedback in SharePoint by enabling ratings on your lists and libraries. Empower users to rate and provide feedback on content, boosting collaboration and user
  • Create document Library in SharePoint 2013 Online5/6/2024 11:23:09 AM. Create document libraries in SharePoint 2013 Online for efficient document management. Customize folder structures, set permissions, and utilize metadata for easy organization and retrieval. Collabora
  • .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.
  • Change The List/Library URL In SharePoint5/3/2024 5:39:44 AM. In this article, we will learn how to modify URLs for lists and libraries in SharePoint. Customize SharePoint site navigation by changing list or library URLs for improved organization and user-friend
  • Pin Files To Top In SharePoint Online Document Library5/2/2024 10:02:27 AM. Elevate file visibility by pinning them atop in SharePoint Online Document Library. Enhance accessibility, prioritize important documents, and streamline navigation for users.
  • Copy Or Move The Items From A SharePoint Online Document Library5/2/2024 10:02:07 AM. In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
  • Add Multiple Lines Of Rich Text In SharePoint Library5/2/2024 9:56:51 AM. Enhance SharePoint libraries by incorporating rich text with multiple lines. Elevate content presentation and organization, fostering better collaboration and engagement within your SharePoint environ
  • Parallel.For Loop in .NET 45/1/2024 11:06:50 AM. Learn efficient parallel programming with the Parallel.For loop in .NET 4. Harness the Task Parallel Library (TPL) to execute iterations concurrently, optimizing performance through multithreading and
  • Asynchronous Connection in .NET Framework 4.55/1/2024 11:04:28 AM. Learn about leveraging asynchronous connections in .NET Framework 4.5 for efficient, non-blocking operations. Explore async/await patterns, Task Parallel Library (TPL), AsyncCallback delegate, and asy
  • Visual Studio and .NET's Unit Test Framework4/30/2024 10:46:30 AM. This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases, a
  • Signing a Third Party Library With Ildasm and Ilasm4/30/2024 9:55:22 AM. Learn how to sign third-party libraries using ILDasm and ILasm, ensuring compatibility across .NET versions. Overcome version conflicts and ensure smooth integration of libraries into your projects.
  • Preparing .NET Interview - Part 1 (Framework)4/29/2024 11:56:13 AM. Preparing for a .NET interview (Part 1 - Framework) involves understanding key concepts like CLR, BCL, assemblies, and memory management. Familiarize with C#, garbage collection, reflection, and .NET
  • Opening PDFs in Adobe Reader from SharePoint Document Library4/29/2024 11:45:02 AM. Learn how to configure SharePoint 2013 to open PDF files directly in Adobe Reader, edit them, and save them back to the document library. Follow steps including settings adjustment in central admin, r
  • Java - Add An Image Or Text Stamp To PDF Documents4/29/2024 11:34:01 AM. In this article, Learn how to enhance PDF documents using Java by adding image or text stamps. Discover Java libraries and techniques for PDF manipulation, watermarking, and customizing documents with
  • Enterprise Library New Version 64/29/2024 10:15:21 AM. Enterprise Library Version 6 is a Microsoft .NET Framework library offering application blocks for logging, caching, data access, security, and more. It provides configurable components for common ent
  • 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
  • Entity Framework - Database First Approach4/29/2024 9:54:15 AM. Learn Database First approach with Entity Framework. Utilize existing databases to create entity models. Use the ADO.Net Entity Data Model to connect. Customize model options including pluralizing, i
  • MPXJ Library in Details4/26/2024 12:14:21 PM. MPXJ is a Java library for reading, writing, and manipulating project data stored in Microsoft Project files. It offers APIs for task scheduling, resource management, Gantt charts, and more, facilitat
  • How To Access Data Of Predefined Datasets In R4/26/2024 11:56:47 AM. In R, accessing predefined datasets involves importing data from packages or using built-in datasets. Utilize functions like data() or datasets:: to load datasets for analysis, exploration, and visual
  • Introduction To Enterprise Library 6.0 And Unity 3.04/26/2024 10:28:28 AM. Explore Enterprise Library 6.0 and Unity 3.0, essential tools in Microsoft's .NET ecosystem. Learn how to leverage Enterprise Library for robust application development and Unity 3.0 for effective
  • Learn about Components Of .NET4/25/2024 8:00:10 AM. The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
  • Validation Application Block (Enterprise Library 5.0)4/25/2024 6:02:29 AM. Validation is a process that ensures the sanity of data entered, received, or processed by a software module, class, or class members.Some examples of validation are length check, range check, Null ch
  • How To Use Readxl Package To Read Data In R4/24/2024 7:31:17 AM. Learn to efficiently import data from Excel files into R using the readxl package. Simplify data reading, analysis, and manipulation for seamless data science workflows.
  • Streamline Your Jenkins Pipelines with Shared Libraries4/24/2024 6:55:12 AM. Imagine the daily grind of a developer working on multiple Jenkins projects. Each pipeline seems to involve repetitive tasks like interacting with version control, running tests, or sending notificati
  • .NET Remoting: The Interface Approach4/23/2024 9:01:14 AM. .NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more comp
  • Splitting a PDF in .NET4/23/2024 8:30:35 AM. Explore efficient ways to split PDF files using .NET framework in C#. Discover step-by-step methods, libraries, and tools available in Visual Studio for seamless document processing. Master PDF manipu
  • How to Work With TFS - TFS Build Agent, Build Definition, TFS Build Custom Task 4/22/2024 8:53:53 AM. Learn to create a custom task in a class library, execute it after a TFS build succeeds. Setup TFS build agent, define build process, and run TFS build seamlessly. Ensure successful build execution wi
  • Newtonsoft.Json vs. System.Text.Json: Comparative Analysis4/17/2024 4:44:19 AM. In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two lib
  • Build A Chart On SharePoint List Data Using ChartJS Library4/16/2024 8:42:38 AM. Learn to create custom charts in SharePoint using Chart.js library. Utilize SharePoint list data to generate dynamic doughnut or pie charts. Fetch data from SharePoint list using REST API or SharePoin
  • Handling Date Time In Excel To SharePoint List4/15/2024 11:42:15 AM. Automate handling Email attachments named "Excel.xlsx" in Outlook by adding them to SharePoint library. Read Excel data, insert/update in SharePoint list based on primary key. Manage Date Ti
  • Convert SharePoint Library Images to Base 64 with Microsoft Flow4/15/2024 10:42:34 AM. In this article, we will talk about how we can easily convert SharePoint Document library Images to Base 64 and store the value of the Base 64 Images to SharePoint’s Multiline textbox.
  • Angular Expressions: Syntax, Use Cases, and Implementation Method4/15/2024 9:00:22 AM. Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or cu
  • Configure Tiles View In SharePoint Online - Office 3654/11/2024 10:32:09 AM. Configure Tiles View in SharePoint Online (Office 365) by accessing site settings or document library settings in the modern experience. Customize layout, sizes, and content presentation for improved
  • Using Scriban to Render Templates in .NET Core4/11/2024 6:13:19 AM. This article shows that the template engine is helpful when we want to render something and also introduces the basic functions of Scriban.
  • HttpClient use Polly Retry Policies in .NET Core 4/10/2024 5:54:01 AM. Polly, a robust .NET library, fortifies applications against faults with policies like Retry, Circuit Breaker, Timeout, etc. Configure retries for transient errors with ease, enhancing application res
  • What is Object Mapping in .NET and AutoMapper ?4/10/2024 4:25:32 AM. Object mapping plays a crucial role in modern software development, particularly in .NET applications where data transformation between different layers is a common requirement.
  • Add Material UI In React Application4/5/2024 5:48:49 AM. Learn to integrate Material-UI library in React apps for efficient UI development. Install components like Button, AppBar, TextField, Checkbox, and Breadcrumbs. Build responsive user interfaces effor
  • String Handling Functions implementation in C Language3/29/2024 4:24:17 AM. In C programming, strings are fundamental for working with textual data. Unlike some other languages, C handles strings using character arrays with a null terminator.
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Create Animated ATM Cards Using React With Bootstrap3/24/2024 6:30:56 PM. In this article, I will show you steps to make an interactive credit card form UI component in React application using the react-credit-cards-2 library.
  • What Are EOAs and How to Create Ethereum Wallets Using C#?3/22/2024 4:48:38 AM. Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
  • React Apexcharts: Create & Download Column Bar Chart with Bootstrap3/18/2024 5:27:34 AM. In this tutorial, we will learn how to create a vertical column bar chart component in the React JS functional component. Creating a Column Bar Chart component in React using Apexcharts and Bootstrap.
  • How to Add Controls in AG-Grid In Angular3/17/2024 9:42:33 AM. 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.
  • Sequence Classification Using Hugging Face Transformers Library3/15/2024 6:40:24 AM. In the area of natural language processing (NLP), understanding sequence classification is key to unlocking the potential of machine learning models. The concept of sequence classification, particular
  • Create & Download Area Chart using React Apexcharts with Bootstrap3/10/2024 8:43:51 AM. Create an Area chart component in a React.js functional component using Apexcharts and Bootstrap libraries. Explore Apexcharts' features, step-by-step implementation, and visualization of data.
  • Unit Test Using Mock Object in Dependency Injection3/5/2024 10:36:18 AM. In this article, we will explain how to perform unit tests with mock objects in dependency injection scenarios. Enhance your testing process by isolating dependencies and simulating their behavior, fa
  • Fundamentals of Unit Testing: Test Your Application by Visual Studio Unit Test3/5/2024 10:33:54 AM. This article is part of the "Fundamentals of Unit Testing" series, focusing on practical implementation in the Visual Studio environment. It covers steps such as creating a class library app
  • How Python Compliments Machine Learning3/5/2024 10:26:36 AM. Python offers a robust ecosystem that perfectly complements machine learning endeavors. With powerful libraries like TensorFlow, PyTorch, and sci-kit-learn, Python simplifies complex tasks such as dat
  • How Do I Open an OCR File in PDF?3/5/2024 4:22:46 AM. Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to ex
  • 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
  • Send Email with Multiple Attachments from SharePoint Library Docs2/29/2024 4:48:12 AM. Sending an email with attachments using Power Automate, specifically focusing on scenarios where files with their metadata are created in a SharePoint Library
  • Create an Excel Template and Upload It to the Library2/26/2024 8:47:15 AM. In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
  • How To Calibrate Your Monitor Color In Windows 102/22/2024 6:38:39 AM. Calibrating your monitor color in Windows 10 ensures accurate display representation. Navigate to display settings, access the color calibration tool, and adjust gamma, contrast, and brightness. Utili
  • Telemetry in ASP.Net Core Web API2/16/2024 6:58:48 AM. This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
  • Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings2/16/2024 6:39:01 AM. This article is the 16th part of a comprehensive SharePoint series, delving into various aspects of SharePoint functionality. It provides detailed instructions on enabling and utilizing RSS (Really Si
  • Resolving Database Reconnection Challenges in .NET with Polly2/13/2024 12:04:18 PM. This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simu
  • Date and Time Column Behavior in SharePoint List/Library2/13/2024 6:45:33 AM. In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
  • Backup Sitecore Media Library items with a PowerShell script2/8/2024 8:32:55 AM. Sitecore PowerShell script to backup Media Library items in a zip file. This Sitecore PowerShell script automates the backup of Media Library items into a zip file on the server. The script efficientl
  • Create Cloud Architecture Diagrams in Python with Diagrams Library2/6/2024 9:35:05 AM. The Diagrams library by Mingrammer provides a Pythonic approach to creating cloud system architecture diagrams. It allows developers to define components and their interactions using Python code
  • 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
  • iOS - Choosing Image From Photo Library In Swift2/5/2024 10:28:36 AM. This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
  • Getting Started with PyCaret: Simplifying Machine Learning in Python1/31/2024 9:12:51 AM. PyCaret is a fantastic tool to consider. It's a Python library that automates a lot of the complex steps involved in a typical machine learning project.
  • Choosing Between Flask and Django for Your Python Web App1/29/2024 10:48:11 AM. Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features fo
  • Data Analysis Made Easy with Python1/29/2024 5:11:13 AM. Learn how to harness the power of Python's libraries to analyze and visualize data effectively. This article provides simple, step-by-step instructions and code examples to get you started on your
  • Data Distributions with Seaborn: Creating a KDE Plot1/25/2024 5:02:59 AM. I'll guide you through the process of creating a Kernel Density Estimate (KDE) Plot using Seaborn, a powerful Python visualization library.
  • Bar Chart and Scatter Plot with Altair1/24/2024 6:03:55 AM. Altair simplifies the process of turning data into beautiful, interactive charts.. In this article, we're going to show you how to make cool charts using car data.
  • Comparative Analysis of Monthly Sales1/19/2024 9:24:07 AM. We will explore how to create line charts using three popular Python libraries: Matplotlib, Seaborn, and Plotly. By visualizing the same set of sample sales data across different months, we'll see
  • Understanding Document Library in SharePoint1/12/2024 6:05:36 AM. In this article, we will learn about the full potential of SharePoint libraries with this in-depth guide. Explore document management, customization, integration, and security features, empowering org
  • Creating Unit Test project for NodaTime1/9/2024 6:08:45 AM. Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing
  • Azure Key Vault Secret Client Library for Python SDK1/2/2024 8:59:29 AM. This module speaks about accessing Key Vault secrets through Python code. Key Vault is a service offered by Azure to store secrets such as passwords, certificates, keys etc in a safe and secure manner
  • Guard Clauses in C#12/12/2023 9:00:14 AM. What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
  • Task Parallel Library (TPL) in C#12/12/2023 8:48:49 AM. The Task Parallel Library (TPL) in C# revolutionizes parallel programming, offering simplicity and scalability. This guide covers TPL components, benefits, and examples, showcasing its role in buildin
  • Circuit Breaker Pattern in C#12/1/2023 9:21:34 AM. Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensur
  • Creating Class Library in Visual C#11/17/2023 8:23:50 AM. In this article we will see steps to create and use a class library in ASP.NET/Visual Studio.
  • What is the difference between Angular and React11/8/2023 3:20:01 PM. Angular and React are the two most popular Web front-end development technologies. While both technologies are modern and mature, and provide almost everything a front-end platform needs, it coul
  • Azure Redis Cache with C# for High-Performance Applications11/2/2023 5:38:37 AM. This article explanation of Azure Redis Cache and its integration with C# is thorough and provides a good understanding of the topic. You have covered the essential steps to set up Azure Redis Cache,
  • Extending Logging Functionality From Enterprise Library10/30/2023 8:21:44 AM. The Microsfot Enterprise Library provide us a collection of reusable software components, so software developers can take advantage of them to put them into enterprise use. Now I will share my persona
  • RestSharp vs Refit Library10/18/2023 7:26:12 AM. RestSharp vs Refit Library: A Comparison for Calling REST API Endpoints in C# and ASP.NET Core. In this article, we delve into RestSharp and Refit, two C# libraries streamlining RESTful API consumptio
  • .NET Task Parallel Library vs System.Threading.Channels10/18/2023 6:49:02 AM. Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: the
  • 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
  • Upload Files to SharePoint Online Library using POSTMAN10/9/2023 7:08:34 AM. In this article we will go thorugh the steps needed to test the Graph API endpoints against the client application.
  • A Comprehensive Guide to Creating Angular Libraries10/7/2023 6:21:09 AM. Angular is a powerful front-end JavaScript framework that provides a robust library of tools and components for building dynamic web applications with ease. It offers a structured approach to web deve
  • Using Interfaces In .NET Remoting10/5/2023 10:26:06 AM. In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity I have used the NorthWind database that is packed with the installation of the M
  • C#.NET - Generate An API Key Using Nuget Library10/5/2023 6:47:45 AM. This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
  • Task Parallel Library 101 Using C#9/25/2023 5:15:32 AM. Task Parallel Library (TPL) provides a level of abstraction to help us to be more effective as developers/programmers when it comes to parallelism. Knowing at least the basics are beneficial. In that
  • Running Python Code Inside .NET with IronPython9/21/2023 10:47:28 AM. Learn how to integrate Python seamlessly with .NET applications using IronPython. This open-source implementation of Python is designed to run on the .NET framework, offering access to Python's li
  • CodeBehind Library in ASP.NET Core9/20/2023 9:57:20 AM. CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehin
  • Class Library Creation in .NET9/15/2023 9:40:09 AM. This article explains how to create a Class Library and how to use a Class Library (Calculator.dll) in a Console Application.
  • A Simple Calculator Class in C# 69/15/2023 7:14:28 AM. In this article you will learn how to create a simple Calculator Class in C# 6.
  • Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core9/12/2023 7:14:05 AM. Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot
  • Sending Messages with RabbitMQ in .NET Core9/11/2023 6:46:11 AM. Here we will learn how to use RabbitMQ for sending message in dotnet core
  • How to Use SynchronizationContext to Post Messages9/6/2023 11:18:43 AM. SynchronizationContext is a class in .NET that provides a way to post and execute code on a specific context, typically associated with a UI thread or a specific synchronization context. It's com
  • Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON9/5/2023 9:26:14 AM. The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
  • 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
  • Convert HTML String To PDF Via iTextSharp Library And Send As An Email Attachment8/29/2023 10:59:53 AM. In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
  • Datatable To PDF In C#8/28/2023 11:22:34 AM. In this article, I have explained how to convert a DataTable into PDF using C# and iTextSharp.Converting a DataTable to a PDF in C# involves generating a PDF document that represents the data stored i
  • The Role of Java Standard Tag Library- EL (JSTL-EL) in JSP8/23/2023 5:54:48 AM. The JSTL EL or JSTL Expression Language is used by JSP Programmer in order to avoid the usage of Java Code for accessing data.
  • Using SuperConvert.Abstraction NuGet Library for Data Conversion8/23/2023 5:25:32 AM. SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such