Resources  
  • Hiring .NET and Engineering Talent: Expansion Options ComparedJun 30, 2026. Hiring .NET talent? Compare expansion options: EOR, direct contractors, own entity, or PEO. Choose the right model for your stage.
  • Clickjacking Attacks Explained and How to Prevent ThemJun 03, 2026. Learn what Clickjacking attacks are, how they work, and how to prevent them using X-Frame-Options, Content Security Policy, and web security best practices.
  • C# Barcode Library: Comparing 11 Options for .NET Developers in 2026May 31, 2026. Explore the top 11 C# barcode libraries for .NET developers in 2026. Compare open-source & commercial SDKs for generating, reading, and scanning barcodes in diverse applications. Find the best fit for your project!
  • C# Word Library: Comparing 7 Options for .NET Developers in 2026May 21, 2026. Explore the top 7 C# Word libraries for .NET in 2026. Compare features, licensing, and performance to choose the best option for document generation, parsing, and conversion.
  • The Best C# OCR Library Options in 2026: A Comparative AnalysisMay 15, 2026. A 2026 comparative analysis of C# OCR libraries for .NET, evaluating Tesseract, IronOCR, ABBYY, and more. Find the best OCR solution for your specific needs and budget!
  • C# Excel Library: Comparing 6 Options for .NET Developers in 2026May 05, 2026. Managing Excel files and Excel data is the lingua franca of internal business operations. Every line-of-business project eventually has to read and write them, export data, or convert Excel documents to another structured format. The library you pick shapes your deployment target, your licensing overhead, and how often your team chases down obscure format edge cases.
  • Understanding the Options Pattern in ASP.NET Core with a Practical ExampleFeb 13, 2026. Master ASP.NET Core configuration with the Options Pattern! Learn to replace magic strings with strongly-typed settings for cleaner, maintainable code. Includes practical examples!
  • Is OpenClaw really free to use, and how can you confirm costs and license termsFeb 11, 2026. OpenClaw free, OpenClaw pricing, OpenClaw license, MIT license OpenClaw, OpenClaw costs, OpenClaw cloud pricing, OpenClaw API token costs, OpenClaw enterprise, OpenClaw terms, OpenClaw self-hosted
  • DHI Enterprise vs. Free: Choosing the Right Option for Your NeedsDec 21, 2025. Explore Docker Hardened Images: Free vs. Enterprise. Discover if the free tier's security and transparency suffice, or if SLA-backed patching and compliance are essential.
  • Modern Configuration System in ASP.NET CoreNov 28, 2025. Explore ASP.NET Core's modern configuration system: flexible, secure, and environment-aware. Master providers, options, secrets, and best practices for scalable apps.
  • The ASP.NET Core Dependency Injection System (with .NET 9 Patterns & Pitfalls)Nov 03, 2025. Practical guide to ASP.NET Core DI: lifetimes, constructor vs. property injection, Options, TryAdd, avoiding captive deps, IServiceScopeFactory, IAsyncDisposable, and .NET 9 AOT.
  • SharePoint Customization Options — Modern vs Classic ApproachesOct 13, 2025. Explore SharePoint customization options, contrasting classic approaches (master pages, server-side code) with modern methods like SPFx, Power Platform, and PnP provisioning. Understand the capabilities, limitations, and non-customizable areas in modern SharePoint. Learn how to choose the right approach for forms, workflows, UI, and site provisioning, embracing security and cloud-readiness.
  • Why Explicit Tokenization is Required in Hugging Face but Not in OllamaSep 11, 2025. Confused about tokenization differences between Hugging Face and Ollama? This article clarifies why Hugging Face (local) requires explicit tokenization while Ollama handles it implicitly. We explore how Hugging Face's online API also abstracts tokenization, comparing the platforms and their user experiences. Understand the 'who, what, and how' of tokenization in LLMs for seamless model integration.
  • Clickjacking Protection with X-Frame-Options and CSP in ASP.NET CoreSep 10, 2025. Protect your ASP.NET Core applications from clickjacking attacks! This guide explains how to implement robust defenses using X-Frame-Options and Content Security Policy (CSP) with frame-ancestors. Learn to prevent malicious embedding of your site in iframes, safeguarding users from unintended actions. Discover practical examples using middleware and the NWebsec library for easier, more secure implementation. Ensure compatibility across browsers and fortify your application's security posture.
  • App Distribution Options in the SharePoint App Catalog: A Complete OverviewAug 20, 2025. Learn how to upload and distribute custom apps in SharePoint App Catalog. Explore options for SharePoint, Office, and managing user requests to streamline app deployment, access, and organizational control.
  • SPFx Package Deployment: App Catalog OptionsAug 07, 2025. Learn the key deployment options when uploading .sppkg packages in SharePoint—tenant-wide availability and skipping app checks—to ensure effective, secure, and appropriate app distribution across your organization.
  • 20 Career Options After B.Tech IT in IndiaAug 05, 2025. Explore top career options after B.Tech in IT in India, from software development to data science, cloud computing, MBA, and more. Find your best path today.
  • Common Pitfalls in Selenium Automation and How to Avoid ThemAug 05, 2025. This article highlights common Selenium automation mistakes like weak locators, hard-coded waits, and poor exception handling, offering best practices such as POM, explicit waits, and data-driven testing for robust, maintainable tests.
  • Composition API vs Options API: Vue.jsJul 30, 2025. A complete guide comparing Vue 3’s Composition API and Options API in 2025. Learn the differences, best practices, and when it still makes sense to use Options API in production.
  • Filter Auto Suggestion Option in Dropdown List View ASP .NETMar 18, 2025. Learn how to implement a filterable auto-suggestion dropdown list in ASP.NET. This guide covers creating a dynamic dropdown with search functionality, enabling users to quickly find options as they type.
  • Explicit Loading in ASP.NET Core Web APIMar 18, 2025. Explicit Loading in ASP.NET Core Web API is a technique used to manually retrieve related data from the database when needed, using LoadAsync() on navigation properties. Unlike eager loading (Include()) or lazy loading, explicit loading provides better control over database queries, improving performance and efficiency. It is useful when related data is conditionally required.
  • Implement Scalar UI in .NET API with Authorization OptionFeb 03, 2025. This article covers how to integrate Scalar UI, set up role-based authorization, and implement secure user authentication within your .NET API to ensure smooth, secure interactions.
  • Options Pattern In ASP.NET CoreNov 25, 2024. The Options pattern in ASP.NET Core simplifies configuration management with strongly-typed settings. Using classes aligned to appsettings.json, it ensures type safety, dependency injection, and validation.
  • How to Enable USB Debugging on Android DeviceNov 12, 2024. Learn how to enable USB Debugging on your Android device with this step-by-step guide. USB Debugging lets you connect your phone to a computer for advanced tasks like data transfer, app testing, and more.
  • Creating Views for Lists or Libraries in SharePoint OnlineNov 12, 2024. Creating custom views in SharePoint Online allows users to tailor how lists and libraries display data. With options for filtering, sorting, grouping, and different layouts like calendar and gallery views, users can set up views to meet specific needs.
  • Dynamic Rendering in Blazor Using Implicit and Explicit ExpressionsJul 11, 2024. Blazor, known for its component-based architecture, integrates HTML and C# seamlessly for dynamic rendering. It offers implicit expressions for straightforward data binding, explicit expressions for complex logic, and code blocks for embedding C# directly in HTML.
  • Explicit Interface Implementation & default interface methods in C#Jul 03, 2024. In C# programming, interface members serve as blueprints that classes must follow when implementing functionality. When multiple interfaces declare members with the same names, naming conflicts can arise, necessitating careful management to ensure each member is correctly implemented for its intended interface.
  • Creating Dynamic Dropdown Lists in ASP.NET MVCJun 28, 2024. Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensuring data consistency.
  • Database Options in Google Cloud Platform (GCP)Jun 11, 2024. 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, unstructured data. Understanding each service's strengths helps in choosing the right database for your application.
  • Comparing PostgreSQL and SQL Server: Benefits of PostgreSQLJun 07, 2024. 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-platform compatibility, and robust support for diverse data types, including JSON and geospatial data.
  • Storage Accounts and Redundancy Options in AzureMay 24, 2024. Azure Storage Accounts offer various redundancy options ensuring data resilience. Choose between locally redundant, zone-redundant, geo-redundant, or geo-zone-redundant storage to safeguard against failures and disasters, aligning with your data availability and durability requirements.
  • Difference Between VIM & Raspberry PiMay 20, 2024. Choosing between the VIM and Raspberry Pi can be a tough call. Both are popular single-board computers (SBCs) known for their compact size and versatility. But they cater to slightly different audiences. Let's break down the pros and cons of each to help you pick the perfect pint-sized powerhouse.
  • VMware Cloud on AWS: A Guide to Network Connectivity OptionsApr 21, 2024. 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
  • Enhance SQL Server Queries with OPTION(RECOMPILE) HintApr 11, 2024. This article provides an in-depth exploration of the OPTION(RECOMPILE) hint in SQL Server, offering developers and database administrators a thorough understanding of its functionality, practical applications, and best practices.
  • Options Pattern Named Options in .Net Core with examplesMar 29, 2024. Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into named options, and utilizing interfaces like IOptionsSnapshot and IConfigureNamedOptions.
  • Options Pattern Validation in .NET Core with ExamplesMar 28, 2024. .NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
  • Options Pattern in .NET Core with ExamplesMar 28, 2024. Options Pattern in .Net Core with examples
  • Dropdown Options Dynamically from SharePoint List in Power AppsMar 23, 2024. How to bind dropdown option dynamically from SharePoint List in Power Apps. Power Apps enables custom app creation without extensive coding. Learn to dynamically populate dropdowns from SharePoint lists for efficient, consistent, and scalable applications with this step-by-step guide.
  • Creating Global Option Sets & Using Them Effectively in CRMMar 18, 2024. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent data entry and easier management across the CRM system.
  • Understanding Implicit Usings in C#Mar 13, 2024. In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
  • Understanding Sharing in Lists on SharePoint Communication SitesMar 05, 2024. This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed FunctionsFeb 26, 2024. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Close.
  • Handling HTTP Options Method in Angular and C#Jan 12, 2024. Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C# backend's Web API, exploring different options for interacting with the target resource.
  • Dynamics 365 CE and Shopify Integration OptionsDec 27, 2023. This article is about Dynamics 365 CE and Shopify integration options and the resources which can be helpful for this integration.
  • Filter Options in Power BI VisualsDec 14, 2023. Exploring Filter Options in Power BI Visuals. Power BI, Microsoft's potent business intelligence tool, amplifies data analysis with versatile filter options. Uncover insights by exploring columns, relative date, visual-level, page-level, drill through, and top/bottom filters, enhancing user experience and reporting impact.
  • Display Loading or Processing Message Inside DataTableNov 27, 2023. displays a loading screen while data is being loaded into a DataTable using JavaScript, you can use a combination of HTML, CSS, and JavaScript. Below is a simple example demonstrating how you can achieve this using the DataTables library and a loading spinner.
  • Hide Options from OptionSet in Dynamics 365 using JavaScriptNov 10, 2023. Hide options from OptionSet in Dynamics 365 using JavaScript
  • What is Type Conversion in C#?Oct 31, 2023. This article on type conversion in C# is comprehensive and informative. It effectively covers the fundamental concepts of type conversion, including implicit and explicit conversions, common conversion methods, exception handling, and custom type conversion. The examples provided throughout the article enhance the understanding of each concept and make it easier for readers to grasp the intricacies of type conversion in C#.
  • How To validate Appsetting.json Configuration Values In .NETOct 16, 2023. In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required format, data type, or specific constraints defined by the application. Validation of appsettings.json configuration values in .NET involves implementing checks and safeguards to confirm that the values are valid and usable by the application. This validation process helps prevent runtime errors and ensures the application behaves as intended, adhering to the specified configuration guidelines.
  • Using .NET Core Option Pattern for Appsettings.jsonSep 21, 2023. This article guides you through reading configuration values from the Appsettings.json file in .NET Core using IConfiguration and the Options Pattern, covering connection strings, key-value pairs, and structured data.
  • Git – SourceTree custom actions for “skip-worktree” optionJul 18, 2023. We show how to add to SourceTree custom menus to manage “skip-worktree” option
  • Disabling the "Remember Me" Option from Azure AccountJun 10, 2023. In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option, allowing users to remain logged in for extended periods. While this feature offers convenience, it also introduces potential security risks. This article explores the importance of ensuring the option to remain signed in is hidden and discusses the benefits it brings to both users and service providers.
  • How to Generate a Standalone Executable File from C# Project in Visual Studio 2022May 29, 2023. In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
  • Mastering Virtual Machine Deployment in Azure: In 8 steps.May 10, 2023. This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title is catchy and attention-grabbing, making it more likely that readers will want to read the article.
  • Tips and Tricks for using Visual Studio efficientlyMay 09, 2023.
  • Unpacking Azure's Storage Account Options: Which One is Right for You?⚡May 05, 2023. This article is a comprehensive guide to the different types of storage accounts available in Azure. It covers everything from general-purpose v2 storage accounts to specialized blob, file, queue, table, and archive storage accounts. By understanding the different options, readers will be able to choose the right storage solution for their workload and ensure that their data is secure, available, and scalable in the cloud.
  • What Are The Basic HTML Form ControlsMay 02, 2023. The HTML is defined form controls to manage the form page, registration page, sign up page, etc. That means those controls are used in the HTML form page, called HTML form controls. Here controls mean handling the HTML form tags should be used for creating a responsive form page.
  • Azure Pricing Models: Understanding The Different Pricing OptionsApr 11, 2023. In this article, we'll discuss the Azure pricing models: Understanding the different pricing options.
  • Type Casting In C# - Implicit Vs ExplicitApr 06, 2023. This article explains the fundamental concept of type casting in C# programming language, which involves converting one data type to another. The article covers the two types of type casting in C#: implicit and explicit. It provides real-world examples to help readers understand how to use both types of casting to convert data types effectively. By the end of the article, readers will have a better understanding of how to implement type casting in their C# programs.
  • AWS Database ServicesOct 18, 2022. AWS Database different Services with usage.
  • Design Principles For Better SoftwareJul 18, 2022. This article is about design principles and will help in basic understanding of most important principles used in better software development
  • Using For XML Clause In SQL QueriesMay 05, 2022. For XML clause is used to convert the SQL result set into XML format. It is a very much helpful clause when we need XML data from the SQL result set. The FOR XML clause can be used in top-level queries and in subqueries. The top-level FOR XML clause can be used only in the SELECT statement. In sub queries, FOR XML can be used in the INSERT, UPDATE, and DELETE statements. 
  • Options Pattern In .NET 6.0Mar 26, 2022. Read configuration data in .NET apps using options pattern that enables strongly typed access to the configuration settings.
  • Advanced Entity Framework Core - Output EF SQL Queries To The Console And Tips To Setup Dbcontext With The Development In MindJan 10, 2022. When you work with abstractions over SQL Database you may be wondering what does Entity Framework constructs from your Linq queries. To get a clue on it here are 3 options. Tips to setup DbContext with the development in mind for development purposes, you may sometimes decide to use an in-memory database for all environments including production, you may set up HealthChecks, below shows how to add health checks for the DbContext also for the development environment good to have set o.EnableDetailedErrors(); and o.EnableSensitiveDataLogging(); ?to manipulate with all these options you may consider adding configuration options
  • Functional Programming Using Vavr In JavaJan 03, 2022. Article explains how to implement Functional Programming concepts in Java application using Vavr library.
  • FOR XML In SQL SeverDec 02, 2021. In this article, we are going to discuss FOR XML Path Clause in SQL Server.
  • Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command lineOct 13, 2021. See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and a library project with DbContext and Migrations with any name f.e. "MiniService.Data". You most likely want to use the exact connection string in the appsettings.json used by the web app. May be different cases when you will need to run migrations from the command line, for example, there is no 'Package Manager Console' in VS for Mac.
  • What Are The Options For Database Backup And Restore? How To Export BACPAC Using SSMS?Mar 26, 2021. This article describes what are the options for Database restore and create and how to export BACPAC file in SQL Server
  • Add Flyout And Identify Selected Option - Dynamics 365 CEFeb 17, 2021. This article is about adding custom flyout button in ribbon and writing script to identify which option is selected
  • Protection Against ClickjackingDec 05, 2020. Protection against clickjacking involves implementing measures like frame-busting scripts, X-Frame-Options HTTP header, and Content Security Policy to prevent malicious actors from hijacking clicks on web pages, enhancing UI security and thwarting attempts to overlay transparent or hidden elements.
  • How To Share A Power BI ReportDec 05, 2020. Easily share Power BI reports within and outside your organization using Power BI Desktop or services. Learn how to publish reports, choose sharing destinations, generate QR codes, and embed reports. Simplify report sharing for effective collaboration.
  • Sort, Page, & Export Data Of HTML Table Using jQuery Datatable In .NET Core MVCDec 02, 2020. Enhance data presentation in .NET Core MVC with jQuery DataTable, enabling sorting, pagination, and seamless export functionalities for efficient data management and improved user experience.
  • Power BI Report, Dashboard Design Options With An Example Of Pie And Column ChartOct 14, 2020. In this article, you will learn about Power BI Report and Dashboard Design with Pie and Column Chart.
  • Learn About Power BI Data Source Options And SQL Database Connection - Part OneSep 10, 2020. Explore Power BI's diverse data source options and its seamless connection to SQL databases in this informative series. Learn about querying, data integration, visualization, and more in Part One, designed to enhance your understanding of Business Intelligence and reporting capabilities.
  • Explicit Interface ImplementationSep 08, 2020. In this article, you will learn about Explicit Interface Implementation.
  • Implicit And Explicit Type Casting In C#Aug 08, 2020. This article will help you to understand how to use typecasting in C#, why is it useful and when to use it.
  • Payment Gateway Integration With ASP.NET MVCJul 14, 2020. Step by step process of how to integrate payment gateway with Asp.net mvc. In this project we will use PayU Money Payment Gateway.
  • Row Layout Option Missing In Multiline FieldJul 05, 2020. This article is about fixing an error in a multiline field.
  • How To Access And Use Advanced Startup Options In Windows 10Jun 09, 2020. In this tutorial, I have described how to access and use advanced startup options in Windows 10
  • SQL Query Execution PlanApr 27, 2020. In this article, you will learn about SQL query execution plan.
  • How to Enable or Disable File and Printer Sharing in Windows 10Apr 26, 2020. To enable or disable file and printer sharing in Windows 10, navigate to "Settings" > "Network & Internet" > "Network and Sharing Center." From there, select "Change advanced sharing settings" and customize sharing options based on network profiles (private or public).
  • ASP.NET Core - Accessing Configurations Using Named OptionsApr 23, 2020. In this article, you will learn how to use Named Options in ASP.NET Core for accessing configurations from appsettings.json file.
  • ASP.NET Core - Accessing Configurations Using Options PatternApr 18, 2020. In this article, you will learn how to use Options Pattern in ASP.NET Core to access configurations from the appsettings.json file.
  • AppSettings - Six Ways To Read The Config In ASP.NET CORE 3.0Dec 09, 2019. Learn six methods to read AppSettings in ASP.NET Core 3.0, including options pattern, configuration providers, IConfiguration interface, environment variables, and JSON files, ensuring flexibility and robustness in managing application settings.
  • Azure Storage Options On Simple TalkNov 21, 2019. In this article you will learn about Azure Storage options on simple talk.
  • How To Create A Static Website In AWS Serverless OptionsOct 11, 2019. In this article, you will learn how to create a static website in AWS serverless options.
  • Different Options To Run Your Application In Microsoft AzureJun 06, 2019. In this article, I will explain different services which Microsoft Azure has for running your applications and will also elaborate on a comparison between those services.
  • Different CDN Options For SharePoint Framework WebPartJun 05, 2019. In this article, I will explain how you can enable SharePoint Document Library to use as CDN and then, how we can leverage Azure Storage to be used as CDN for SPFx web parts.
  • New SharePoint Admin Center - Settings OptionsApr 01, 2019. This article explains the settings options available in the New Admin Center.
  • Knowing The OptionsFeb 27, 2019. In this article, we will take a look at the built-in @@Options function that will show you what options are enabled on your local SQL Server Management Studio client.
  • Azure Backup Storage OptionsJan 23, 2019. As a database administrator, I am very conscious of how data is being backed up. In here, we will look into backup storage options in Azure.
  • SharePoint Server 2019 Library Settings Options In Modern ExperienceJan 15, 2019. Explore the comprehensive guide on SharePoint Server 2019 library settings options in the modern experience. Learn how to manage and customize document libraries with the latest features, streamline your workflows, and enhance collaboration.
  • How To Create A Build Definition In TFS 2015, Adding Tasks And Setting Build Menu OptionsJan 02, 2019. A Build definition may be defined as a collection of steps/tasks which can be executed in a sequence as specified while creating a build definition. We can change a sequence of steps added in the build definition by dragging on the desired place of execution. There are various tasks provided for adding in the build definition.
  • Using OData Query Options In ASP.NET Web APINov 28, 2018. Here is how we can use OData query Option in ASP.Net Web API, What are OData Query options: There can be a requirement wherein client sends some parameters in request URI and those parameters are applied on the server side to perform the desired actions while getting data from API service interface.
  • Page Redirect Options In Entity Form Dynamics 365 PortalsOct 24, 2018. Explore page redirect options in Dynamics 365 Portals' entity forms, enabling seamless navigation for users. Utilize redirect URLs, web links, and JavaScript for custom redirection, enhancing user experience and optimizing portal workflows.
  • Get Option Set Value Based On Label In Microsoft FlowAug 27, 2018. In this article, we will discuss how we can get option set value in Microsoft Flow using String Map Entity.
  • Save Money On Your Azure Monthly SQL Database BillAug 22, 2018. Optimize Azure SQL Database costs by leveraging pricing tiers, reserved capacity, and performance tuning. Monitor resource utilization, scale efficiently, and implement cost-effective strategies to save money on your monthly bill.
  • Learn Hybrid Connectivity Options Available In Alibaba Cloud Networking ServicesAug 10, 2018. In this article, We will discuss hybrid connectivity options available in Alibaba Cloud Networking Services. As we all know industry and enterprises are more towards hybrid connectivity options to connect their own on premises Internet Data Center (IDC) to Cloud Computing Service Provider Data Center or Virtual Private Cloud. As industry does not want to migrate 100% workload on Cloud they are more preferring different types of Hybrid Connectivity Cloud Computing Service providers like Alibaba Cloud. So, Alibaba Cloud having so many different types of services under Networking like Express Connect, Cloud Enterprise Network, VPN Gateway by which enterprises can have hybrid connectivity options as per their requirements and budget.
  • Get OptionSet Label Using StringMap Web APIJul 04, 2018. This article is about getting OptionSet label using Dynamics 365 StringMap Web API.
  • How To Disable Copy And Paste Options For Entry In Xamarin.Forms Using CustomRendererMay 29, 2018. Sometimes, for security reasons, we need to restrict the copy, cut and paste clipboard options for Entry in our app. For example adding payee through Online Banking and while entering passwords. So, in this article we can learn how to disable those options for Entry using CustomRenderer concept in Xamarin.Forms.