Related resources for con
  • Realizing Continuous Integration With Cruise Control.Net (CC.Net)4/24/2024 2:05:35 PM. Realize continuous integration seamlessly with Cruise Control.Net (CC.Net), streamlining build management and automation processes. CC.Net enables automated builds, testing, and deployment, ensuring c
  • 💻 Connect To EC2 Instance In Windows 10 Via SSH4/24/2024 7:45:31 AM. Connect to EC2 instance on Windows 10 via SSH using tools like PuTTY or OpenSSH. Generate and use key pairs for secure authentication, accessing your AWS resources directly from your Windows environme
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands4/24/2024 7:41:55 AM. Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
  • Connect Storage Explorer Using SAS Token4/24/2024 7:31:56 AM. Learn how to securely connect Azure Storage Explorer to your Azure storage resources using Shared Access Signature (SAS) tokens. SAS tokens provide fine-grained access control, allowing you to define
  • 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.
  • Implement Memory Cache with Sliding Expiration in .NET4/24/2024 6:45:27 AM. This guide illuminates memory caching's efficacy in enhancing data retrieval by storing frequently accessed data in memory. Utilizing ConcurrentDictionary in C#, it illustrates the creation of a s
  • Best Practices for Threading in .NET C#4/24/2024 6:26:03 AM. Threading is a powerful feature in .NET C# that allows developers to execute multiple tasks concurrently. In this article, we'll explore best practices for managed threading in .NET C#, covering t
  • ASP.Net 4.0 ClientId4/23/2024 11:36:43 AM. In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
  • How To Convert List <DataTable> Into DataSet4/23/2024 11:15:59 AM. Retrieve employee details from database using stored procedure. Group data by department with LINQ. Export List&lt;DataTable&gt; to Excel with multiple spreadsheets. Bind List&lt;DataTable&gt; to Gri
  • Free Microsoft Certification Renewal At No Cost And No New Exam4/23/2024 11:15:42 AM. Renew your Microsoft Certification for free, no new exams are needed. Enjoy cost-free certification maintenance through continuing education, boosting your professional development effortlessly.
  • Group Box and Picture Box in Windows Forms4/23/2024 11:07:40 AM. Combine Group Box &amp; Picture Box in Windows Forms for organized UI &amp; image display. Utilize Group Box for visual grouping &amp; Picture Box for image rendering, enhancing user experience in C#
  • Struct in C#: Syntax, And Usage4/23/2024 9:03:37 AM. A struct in C# is a value type that represents a lightweight data structure. It&#39;s defined using the &quot;struct&quot; keyword and contains fields, properties, and methods. Suitable for small data
  • Introduction To Recursion4/23/2024 9:00:06 AM. Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consists
  • Introduction To Azure IoT Hub 4/23/2024 8:55:38 AM. Azure IoT Hub is a cloud service facilitating secure, scalable connectivity between IoT devices and applications. It enables efficient device management, data ingestion, and communication. With featur
  • Conditional Formatting By Data Bar In Power BI4/23/2024 8:53:47 AM. Learn how to implement conditional formatting with data bars in Power BI. Import data from CSV, select the table visualization, and choose the column for formatting. Set minimum and maximum values, s
  • ConcurrentBag<T> in C#: Thread-Safe Collection Guide4/23/2024 8:49:54 AM. In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we&#39;ll delve into ConcurrentBag&lt;T&gt;, its usage, and provide
  • .NET Remoting - Events, Events? Events!4/23/2024 8:29:21 AM. Explore different strategies for firing events across servers and clients concurrently in .NET, including .NET native events with late-binding, interface-based approaches, and utilizing a broadcast en
  • Starting & Stopping Specific Application Under Website Root Node4/23/2024 8:29:05 AM. To start or stop a specific application under a website root node, utilize IIS management tools like the Management Console or PowerShell. Navigate to the application&#39;s settings to initiate or hal
  • Office 365 - SharePoint Central Admin Configuration4/23/2024 8:25:38 AM. Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and servic
  • ASP.NET Web API CRUD Operations4/23/2024 7:28:31 AM. ASP.NET Web API facilitates Create, Read, Update, and Delete (CRUD) operations over HTTP. Utilizing HTTP methods like GET, POST, PUT, and DELETE, it interacts with data using JSON/XML serialization.
  • Preview of Dynamic Data and Entity Data For EF 64/23/2024 7:23:32 AM. The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Entity
  • ConcurrentBag<T> in C#: Thread-Safe Collection for Concurrency4/23/2024 5:39:26 AM. Concurrent programming in C# often involves managing shared data among multiple threads. In this article, we&#39;ll delve into what ConcurrentBag&lt;T&gt; is, how it works, and when to use it.
  • View Contents Of Your Google Drive Using .NET4/22/2024 11:10:08 AM. In this article, we will Learn to access and view your Google Drive contents seamlessly using . NET. This tutorial guides you through integrating Google Drive API into your .NET applications, empoweri
  • Things to Consider When Designing .NET Applications4/22/2024 8:21:02 AM. Explore efficient .NET application design for scalability and performance. Learn about proper resource management, application boundaries, assembly strategies, code refactoring, and optimal thread usa
  • Conversion from Object to JSON by Json.NET 4/22/2024 8:15:13 AM. Explore seamless conversion of objects to JSON using Json.NET, a popular library in C#. Learn efficient serialization techniques, data transformation strategies, and harness the power of .NET developm
  • Change Layout Page Dynamically In ASP.NET MVC 54/22/2024 7:45:18 AM. This content provides a comprehensive guide to implementing dynamic layout pages in ASP.NET MVC applications. It begins with an introduction to the need for changing layout pages based on user roles o
  • Consuming ASP.NET WebService In AngularJS4/22/2024 7:41:48 AM. Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS&#39;s $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
  • Start With AngularJS: Part 24/22/2024 7:41:04 AM. AngularJS Part 2 delves into fundamental concepts like directives, controllers, services, and dependency injection. It covers data binding, scopes, and modules crucial for building single-page applica
  • Start With AngularJS: Part 34/22/2024 7:40:45 AM. Start With AngularJS: Part 3&quot; continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
  • Overview Of AngularJS: Part 14/22/2024 7:22:36 AM. AngularJS Part 1 introduces the framework&#39;s core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
  • Learn $http Service In AngularJS4/22/2024 6:58:58 AM. Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
  • ng-Hide And ng-Show In AngularJS4/22/2024 6:38:58 AM. ng-hide and ng-show are AngularJS directives for conditional display. ng-hide hides elements based on boolean expressions, while ng-show displays them. They enable dynamic content visibility toggling,
  • Start With AngularJS: Part Four4/22/2024 6:19:58 AM. Start With AngularJS: Part Four&quot; delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
  • What is Constants(const) in C#?4/22/2024 6:08:02 AM. Constants are essential elements in any programming language, providing a way to define values that remain unchanged throughout the execution of a program. This guide explores the concept of constants
  • Generative Adversarial Networks (GANs) for Content Generation4/22/2024 5:56:51 AM. AI artists get competitive! GANs use AI to create new images and music, like two rivals pushing each other to be better.
  • Exploring the ConcurrentQueue<T> Class in .NET C#4/22/2024 5:48:24 AM. In multi-threaded programming, thread safety and efficient data sharing are critical considerations to ensure smooth and reliable application execution. This article dives into the features, usage, a
  • What is New in the Swift 5.10?4/22/2024 5:13:07 AM. Swift 5.10 focuses on improving concurrency features with stricter data race checks. Swift 5.10 enhances concurrency safety by enforcing data isolation and preventing data races. Actors and tasks ensu
  • Real-Time Data Transfer with WebSockets and SignalR in .NET Core4/22/2024 4:05:14 AM. In this article, we&#39;ll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
  • Securing Your Workloads in VMware Cloud4/22/2024 3:52:59 AM. Fortify your VMware Cloud environment! Discover essential security practices for access control, networking, disaster recovery &amp; more. #VMwareCloud #CloudSecurity
  • Understanding the Layers of Database Management Systems4/21/2024 2:29:09 PM. Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data ma
  • ng-init Directive In AngularJS4/21/2024 2:24:04 PM. The ng-init directive in AngularJS evaluates expressions in the current scope, initializing variables like arrays of employees. It&#39;s used alongside ng-repeat for dynamic content generation, facili
  • Sorting Rows By Table Header In AngularJS 4/21/2024 2:22:24 PM. Learn how to implement bidirectional data sorting in AngularJS using table headers. Utilize ng-click and ng-class directives for interactive sorting indicators. Employ orderBy filter for sorting data
  • How To Use Two-Way Data Binding In AngularJS4/21/2024 2:21:08 PM. The article introduces two-way data binding in AngularJS, ensuring simultaneous updates between model and view. Demonstrates ng-model directive&#39;s role, displaying messages and handling user input.
  • VMware Cloud on AWS: A Guide to Network Connectivity Options4/21/2024 2:16:34 PM. Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
  • Concurrent Dictionary for String Comparison in .NET Core4/20/2024 7:04:27 AM. In .NET Core, the `ConcurrentDictionary&lt;TKey, TValue&gt;` class provides a thread-safe collection for storing key-value pairs, making it suitable for concurrent operations in multi-threaded environ
  • Queue & Dequeue with Concurrent Dictionary in .NET Core4/20/2024 7:02:23 AM. In multi-threaded applications, efficient handling of concurrent data structures is crucial to ensure thread safety and performance. While .NET Core provides a variety of thread-safe collections, each
  • ACK Service: Orchestrating Containers in the Cloud4/20/2024 6:41:22 AM. Manage containerized apps in the cloud with Alibaba Cloud Kubernetes Service (ACK). Simplify deployment, and scaling &amp; gain high availability! #ACK #Containers #Cloud
  • Exploring the fundamentals of concurrent programming in .NET4/19/2024 11:57:13 AM. Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async &amp; Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for sca
  • Learn about Controllers in AngularJS4/19/2024 11:01:29 AM. Learn about controllers in Angular JS, their role in separating concerns in model-view-controller architecture, and their behavior. Explore examples, including data binding expressions and error hand
  • Angular Services: Implementation, Examples & Best Practices4/19/2024 10:53:23 AM. AngularJS services facilitate modularization and reusability by providing a way to share logic and data across components. They employ dependency injection for seamless integration, enabling efficient
  • Modules And Controller In AngularJS4/19/2024 10:42:14 AM. AngularJS utilizes modules to organize and encapsulate code, facilitating maintainability and scalability. Controllers define behavior and manage data within specific sections of an application, conne
  • .NET Reverse Engineering: Part 34/19/2024 10:37:22 AM. In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of &quot;Zero To Hero In MS SQL Server&quot; explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
  • Getting Started ✍️ With Angular 6 Using Angular CLI - Part 2️⃣4/19/2024 10:28:54 AM. Delve into Angular CLI essentials including version control, component, module, class, interface, and enum creation. Discover inline template &amp; style commands for streamlined Angular development.
  • Getting Started With Angular.js4/19/2024 10:26:36 AM. Get started with Angular.js effortlessly! This comprehensive guide covers installation, setup, and dives into key concepts like components, directives, controllers, and services.
  • 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
  • Dependency Injection and Service Lifetimes in .NET Core4/19/2024 5:02:29 AM. Dependency Injection (DI) simplifies software development by promoting loosely coupled code, aligning with the Dependency Inversion Principle of SOLID. In this guide, we&#39;ll explore how to implemen
  • Alibaba Cloud IoT: Connecting Devices and Managing Data4/19/2024 4:52:48 AM. Alibaba Cloud IoT connects devices &amp; manages data for businesses, enabling them to unlock the power of #IoT &amp; gain valuable insights.
  • What is Growth Marketing? Growth Marketing Strategies in 20244/19/2024 4:22:28 AM. Growth marketing is a strategic, data-driven approach to achieving sustainable business growth. Growth marketing drives sustainable business growth through data-driven strategies, customer-centric app
  • Create Multiple Languages In ASP.NET MVC 4.5 Framework4/18/2024 1:28:41 PM. Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Introduction to the Assembly Concept4/18/2024 1:23:08 PM. An introduction to the assembly concept explores the fundamental unit of deployment in .NET applications. Assemblies encapsulate code, metadata, and resources, aiding in code management, versioning, a
  • How To Get Started With The Radzen Blazor Components4/18/2024 9:57:19 AM. When creating a Blazor Application (both Server and WebAssembly), by default it consists of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesse
  • Form Controls and Create Basic Form in Blazor Component 4/18/2024 9:25:04 AM. Learn to build interactive forms in Blazor components using form controls like input fields, dropdowns, and buttons. Explore data binding techniques to connect form elements to your component&#39;s da
  • Intoduction of Interceptors in .NET 8 and C# 12: How to use it?4/18/2024 9:15:23 AM. Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at com
  • Configure Knowledge Management for Customer Service D3654/18/2024 8:52:42 AM. Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
  • Select Data With Enums Via EDF Framework 5.04/18/2024 8:46:39 AM. Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
  • Working With Retention in SharePoint4/18/2024 8:26:18 AM. In this article we can create two site collection level retention policies and associate these polices with two site collection content types.
  • Wiki Page Application in SharePoint4/18/2024 8:25:59 AM. In this article, we will Explore the versatile Wiki Page Application in SharePoint 2010 for seamless collaboration, content management, and knowledge sharing.
  • Create Enterprise Search Center Site Collection in SharePoint4/18/2024 8:25:23 AM. Empower your organization with an Enterprise Search Center Site Collection in SharePoint 2013 Online. Enhance content discovery, refine queries, and customize results for efficient information retriev
  • MySQL Queries Cheat Sheet4/18/2024 3:54:25 AM. In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for b
  • How To integrate Dependency Injection In Azure Functions4/17/2024 8:05:24 AM. Learn how to integrate Dependency Injection in Azure Functions, creating HTTP trigger functions, and injecting service objects using DI. Understand the Dependency Injection pattern, steps to add DI in
  • Extracting Content of HTML Page in Javascript4/16/2024 10:48:29 AM. Developing a solution that extracts the content of an HTML page from scratch requires a lot of effort. In this article we&#39;ll have a look at library that automates this task.
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • Record and Pattern Matching in C# 94/16/2024 10:08:20 AM. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • Azure Storage Account And Storage Container For Blob Storage4/16/2024 8:57:20 AM. Learn how to create Azure Storage Account &amp; Containers for Blob Storage. Explore steps to set up storage accounts, create containers, and manage blob storage efficiently in the Azure Portal.
  • Implement Azure Queue Using ASP.NET Core Console Application4/16/2024 8:39:11 AM. Learn to utilize Azure Queue Storage for efficient message queuing in cloud applications. Explore Azure Queue&#39;s RESTful interface, its advantages like cost-effectiveness and security, along with d
  • 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
  • Alibaba Cloud CDN: Enhancing Web Performance Globally4/16/2024 5:13:33 AM. Unleash website speed with Alibaba Cloud CDN! Explore its benefits, architecture, and how it works. Discover the difference between CDN and DCDN for optimal content delivery. #AlibabaCloud #CDN
  • Learn about Static Class in C#4/16/2024 4:43:10 AM. This article explores the concept of static classes in C#, detailing their characteristics, usage, and limitations. It covers static class setup, static class features, static method usage, and depend
  • Upload And Download Files From Blob Storage Using C#4/15/2024 11:47:42 AM. Learn to upload and download files programmatically to Azure Blob storage using C#. Understand creating Azure storage accounts, containers. Step-by-step guide to access Azure storage with code snippet
  • AWS Command Line Interface (CLI) Installation And Configuration4/15/2024 11:46:20 AM. In this article, we will learn how to install and configure the AWS Command Line Interface (CLI) to efficiently manage your AWS resources from the command line. Follow step-by-step instructions for in
  • Convention Routing in ASP.NET MVC 54/15/2024 11:43:49 AM. Learn how to leverage convention-based routing in ASP.NET MVC 5 for efficient URL routing. Explore the principles of MVC routing, configure route attributes, and understand controller actions.
  • How to Insert Console Application with Entity Framework 4/15/2024 11:41:37 AM. Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .NET
  • How To Bind PowerApps Rating Control To Sharepoint Column4/15/2024 11:40:43 AM. To bind a PowerApps rating control to a SharePoint column, configure the control&#39;s data source to link with the SharePoint list. Use SharePoint integration features in PowerApps to map the rating
  • Virtual Networking Setup for Azure AD Domain Services4/15/2024 11:28:59 AM. Configuring virtual networking for Azure Active Directory Domain Services involves integrating Azure AD DS with virtual networks, configuring subnets, DNS settings, and network security groups for sec
  • WebJob And Its Types In Azure4/15/2024 11:23:10 AM. Azure web jobs are a vital component of background processing tasks within the Azure ecosystem. This article delves into the intricacies of web jobs, highlighting their significance and the various ty
  • How To Create A Partitioned View In SQL Server4/15/2024 11:05:27 AM. Learn about creating and utilizing partitioned views in SQL Server for efficient data retrieval and performance optimization. Understand the concept, steps for implementation, check constraint usage,
  • 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.
  • 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
  • Alibaba Cloud ECS vs ACK: Choosing Right Solution for Workloads4/15/2024 8:18:44 AM. Struggling to choose between ECS and ACK for your containerized apps on Alibaba Cloud? This guide unlocks the key differences to pick the ideal service for scaling &amp; managing your workloads.
  • How to Configure Azure Application Gateway and WAF v2 4/15/2024 6:05:14 AM. We&#39;re configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
  • Exploring Frozen Collections in .NET 8 With Benchmarking4/14/2024 5:32:01 AM. Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I presen
  • Alibaba Cloud Security Best Practices for Safeguarding Your Data4/14/2024 5:24:57 AM. Secure your data on Alibaba Cloud! Learn best practices for encryption, access control, &amp; threat detection to ensure data security &amp; compliance. #AlibabaCloudSecurity
  • 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
  • What is DMA and How to Enable DMA in Windows 84/12/2024 6:30:47 AM. DMA allows memory system control without CPU involvement, reducing CPU overhead during data transfer between memory and devices. Steps for enabling DMA in Windows 8 involve accessing Device Manager, n
  • ASP.NET Core CI/CD on Azure Web App with Jenkins - Day One4/12/2024 6:22:59 AM. Day One of Continuous Integration and Deployment (CI/CD) involves setting up Jenkins to automate the build, test, and deployment processes for an ASP.NET Core Application onto an Azure Web App. This e
  • 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
  • Consuming Web Service In a Console Application4/11/2024 10:56:50 AM. Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e