Resources  
  • API Versioning in ASP.NET Core: Best Practices and Common MistakesJun 05, 2026. Learn API Versioning in ASP.NET Core with practical examples. Explore versioning strategies, best practices, common mistakes, and implementation techniques.
  • 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.
  • How to implement API versioning using URL, header, and query string in ASP.NET Core?Apr 22, 2026. Master API versioning in ASP.NET Core! Learn to implement URL, query string, and header versioning for backward compatibility and seamless API evolution. Keep your apps stable!
  • What is HTTP/2 and how is it different from HTTP/1.1?Apr 22, 2026. Discover HTTP/2's advantages over HTTP/1.1 for faster websites. Learn about multiplexing, header compression, server push, and how it boosts SEO and user experience.
  • What is DNS Resolution Process and How Does It Work Step by Step?Apr 17, 2026. Demystify the DNS resolution process! Learn how domain names translate to IP addresses, enabling seamless website access. Explore the steps, components, and benefits.
  • Understanding the Difference Between header jQuery blur() and textbox onblurFeb 24, 2026. Explore the nuances of jQuery's blur() method versus HTML's onblur attribute for handling focus loss events. Understand syntax, use cases, and performance differences to optimize web development workflows. Choose the best approach for form validation and UI updates.
  • How to Fix “Request Header Too Large” Error in Web ServersJan 29, 2026. Fix the "Request Header Too Large" error! Learn why it happens (cookies, tokens, redirects) & how to solve it: clear cache, reduce cookies, adjust server limits.
  • Inbound and Outbound IP Architecture in Cloud DeploymentsJan 07, 2026. Secure cloud deployments by separating inbound/outbound IPs! Boost scalability, reduce risks, and improve traffic management with load balancers and NAT gateways.
  • Fixing OpenAPI Transform for Scalar to Add a Global JWT Auth Header in .NET 10Dec 27, 2025. Fix .NET 10 OpenAPI transform for Scalar UI to add a global JWT auth header. Resolve breaking changes from .NET 9, ensuring seamless JWT authentication.
  • Multi-Layered Rate Limiting (User-Level, IP-Level, API-Level)Nov 24, 2025. Protect APIs with multi-layered rate limiting! Learn a practical architecture for fair usage, abuse prevention, and scalability using IP, user, and API tiers.
  • 6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)Nov 23, 2025. This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
  • Multi-Layered Rate Limiting (User-Level, IP-Level, API-Level)Nov 21, 2025. Protect your apps from overload with multi-layered rate limiting! Implement IP, user, API, tenant, & global limits for stability, fairness, & security.
  • Azure Functions at the Edge: IP Restrictions and Azure AD Authentication in a Global Payment GatewayOct 18, 2025. Secure your Azure Functions with a zero-trust approach! This article demonstrates how to implement IP restrictions and Azure AD authentication for HTTP-triggered functions, using a global payment gateway as a real-world example. Learn how to protect sensitive data, prevent unauthorized access, and meet compliance requirements by leveraging platform-level security features. Implement defense in depth without writing authentication code, ensuring a robust and auditable serverless architecture. Essential for finance, healthcare, and government workloads.
  • Locking Down Financial Transaction APIs: Enforcing IP Restrictions on Azure Functions in Real-Time Payment SystemsOct 16, 2025. Secure real-time payment systems using Azure Function IP restrictions. This article provides a step-by-step guide to implementing network-level access control, crucial for financial services compliance (PCI DSS, PSD2). Learn how to allow traffic only from trusted sources, preventing unauthorized API calls and bolstering zero-trust security. Includes Azure CLI scripts, testing strategies, and operational best practices for enterprises processing instant SEPA or FedNow payments.
  • Migrating Azure VPN Gateway SKU and Public IP Address.Oct 08, 2025. Migrate your Azure VPN Gateway SKU and Public IP address before the March 2026 deadline! Microsoft's new "Migrate to Standard IP" tool simplifies the process of upgrading from Basic Public IP and Legacy VPN Gateway SKUs (Standard/VpnGw1-5). This guide walks you through the migration steps, ensuring a smooth transition and avoiding service disruptions. Learn how to prepare, commit, and verify your migration, including details on Dynamic IP addresses and VPN SKU upgrades (VpnGw1 to VpnGw1AZ, VpnGw2 to VpnGw2AZ).
  • 🌐 Understanding Protocols: The Rules Behind Digital CommunicationSep 18, 2025. Unravel the mystery of protocols, the unsung heroes of digital communication! This guide explains how these essential rules govern data exchange across the internet, ensuring seamless interaction between devices. Learn about different types of protocols like TCP/IP, HTTP/HTTPS, and DNS, and discover why they're crucial for interoperability, reliability, and security in our connected world. Understand the advantages and challenges of protocols in modern networks.
  • Security Headers Every ASP.NET Core App Should HaveSep 12, 2025. This article provides a comprehensive guide to protecting against XSS, clickjacking, and other common web vulnerabilities. Learn how to implement HSTS, CSP, X-Frame-Options, and more with practical code examples and best practices. Boost your app's security rating and safeguard user data with these easy-to-implement security measures, including middleware implementation and testing strategies.
  • Assigning IP Addresses to VLANs on Cisco SwitchSep 09, 2025. Learn how to assign IP addresses to VLANs on a Cisco switch to enable inter-VLAN communication and improve network segmentation. This guide provides a step-by-step walkthrough, including VLAN creation, port assignment, and IP configuration. Enhance network security, performance, and manageability by properly configuring VLAN interfaces and default gateways. Includes verification commands for confirming your setup.
  • Different types of Network Protocols?Sep 09, 2025. Explore the essential world of network protocols, the unsung heroes of digital communication. This guide breaks down various protocol types, from communication protocols like HTTP, TCP/IP, and UDP, to management and security protocols such as SNMP, SSL, and TLS. Understand how these protocols ensure seamless, reliable, and secure data transfer across networks, powering the internet and beyond.
  • What is Dynamic Host Configuration Protocol (DHCP)Sep 04, 2025. Dynamic Host Configuration Protocol (DHCP) automates IP address assignment and network configuration, streamlining network management. Learn about DHCP components, packet formats, and the DORA process (Discover, Offer, Request, Acknowledge). Understand DHCP's advantages, disadvantages, and crucial security considerations like preventing rogue servers and IP starvation attacks for a robust network.
  • What is a Default Gateway in Networking?Sep 04, 2025. Unlock seamless network communication! A default gateway is your network's 'exit door,' routing traffic from your local network to the internet and beyond. Learn how it works, its key functions like packet forwarding and NAT, and why proper configuration is crucial for reliable and secure connectivity.
  • What Is DNS and How Does It Work in NetworkingSep 04, 2025. Demystify the Domain Name System (DNS) and learn how it powers the internet! This guide explains DNS functionality, from translating domain names into IP addresses to its crucial role in website usability, email delivery, and security. Explore DNS records, server structure, and real-world examples to understand this essential networking component. Discover how DNS impacts website speed and simplifies online navigation.
  • What is TCP Three-Way Handshake?Sep 04, 2025. In this article, we will break down the TCP three-way handshake. This process helps two devices connect and start talking on a network. We will use a simple diagram to show you how it works step-by-step. Understanding this method is key to knowing how data moves online. Let's dive in!
  • What Is NAT in Networking?Sep 03, 2025. Network Address Translation (NAT) explained! Learn how NAT efficiently manages IP addresses by allowing multiple devices to share a single public IP, conserving addresses and enhancing security. Explore Static, Dynamic, and PAT NAT types with configurations.
  • Address Resolution Protocol (ARP) in Networking: How It WorksSep 03, 2025. Unlock the secrets of ARP (Address Resolution Protocol)! This guide explains how ARP translates IP addresses to MAC addresses, enabling seamless communication on local networks. Learn about ARP requests, replies, caching, and its role in different network scenarios. Discover ARP's vulnerabilities, security concerns like ARP spoofing, and its evolution towards NDP in IPv6. Understand the core of network communication!
  • What Is CIDR Notation in IP Addressing? (With Examples)Sep 03, 2025. Learn CIDR notation in IP addressing with easy examples, diagrams, and subnetting explained. Understand IPv4, IPv6, and supernetting in networking.
  • Explain the 7 Layers of the OSI Model?Aug 29, 2025. Demystifying the OSI Model: Explore its 7 layers (Physical, Data Link, Network, Transport, Session, Presentation, Application) and their functions for network communication.
  • Difference Between OSI Model and TCP/IP ModelAug 29, 2025. Explore the OSI and TCP/IP models, the backbones of computer networking. Understand their layers, differences, similarities, and real-world applications. Learn how data flows!
  • What is an IPv4 Address and Its Different Classes?Aug 28, 2025. Learn what an IPv4 address is, why it is important, and understand its different classes (A to E) with examples. This article explains networking basics in very simple words.
  • Basic Configuration of a Cisco Switch using the Cisco Packet Tracer SimulatorAug 23, 2025. Setting up a Cisco switch means giving it a name, adding passwords to keep it safe, and setting an IP address so you can connect to it from another device. You also add a gateway, so it knows how to reach other networks. After that, you save the settings, so they don’t get lost when the switch turns off
  • Fetch Column Headers from Excel Files in a Folder using Power AutomateAug 15, 2025. In this article its mainly focus on extracting the column header names from multiple excel sheet stored in a folder using Power Automate.
  • Fix Exchange Hybrid Error: Socket Code 10061 Fix GuideAug 06, 2025. Fixing Exchange Hybrid Deployment Error: Socket code 10061 occurs when a connection to port 25 is refused. Learn how to troubleshoot firewalls, connectors, IPs, and HCW issues to restore mail flow.
  • 🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real ExamplesJul 29, 2025. ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
  • Hide Column Headers and Show Row Headers in C#Jul 08, 2025. Learn how to display DataGridView data horizontally in a WinForms application. This article shows you how to set up row headers, add columns, and rotate data display programmatically.
  • Deploying IP Address Management (IPAM) in AzureJul 02, 2025. Azure IP Address Management (IPAM) helps plan, allocate, and manage private IPs efficiently using Virtual Network Manager and IP pools, preventing conflicts and ensuring organized address space deployment in VNets.
  • Automating Azure Analysis Services (AAS) Firewall Whitelisting Using Azure Data FactoryJun 30, 2025. This article explains how to automate IP whitelisting in Azure Analysis Services (AAS) using Azure Data Factory (ADF). It covers dynamic firewall rule management using a configuration-driven pipeline, secured with Managed Identity and REST API integration.
  • Migrating the VPN Gateway's Basic SKU Public IP Address with Minimal DowntimeJun 02, 2025. Migrate your Azure VPN Gateway's Basic SKU public IP with minimal downtime. Learn how to update configurations, preserve connectivity, and ensure a smooth transition in your network setup.
  • Differences Between Layer 2 Switches, Layer 3 Switches & RoutersApr 28, 2025. A Layer 2 switch moves data using device MAC addresses in the same network, a Layer 3 switch can also move data between networks using IP addresses, and a router connects different networks and sends data to the right place.
  • Assigning a Static Private IP While Launching an Instance in AWSJan 29, 2025. Learn how to assign a static private IP to an AWS EC2 instance during launch for consistent internal communication, avoiding IP conflicts, and ensuring predictable application dependencies within a VPC subnet.
  • How to Attach an Elastic/Static IP to an EC2 Instance in AWSJan 20, 2025. Elastic IP (EIP) in AWS is a static IPv4 address that stays fixed even if you stop/start your EC2 instance. It ensures a persistent, reliable IP that can be reassigned to different instances, offering flexibility and control.
  • What’s the Difference Between localhost and 127.0.0.1?Jan 07, 2025. Understand the difference between localhost and 127.0.0.1, their roles in networking, and when to use each for development, testing, or troubleshooting.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & FooterNov 13, 2024. In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure and appearance.
  • Customizing HTTP Headers with Middleware in ASP.NET CoreOct 12, 2024. In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific APIs can have unique headers.
  • Understanding Model Binding in ASP.NET Core with .NET 8Sep 17, 2024. Model binding in .NET Core simplifies the process of mapping HTTP request data to action method parameters. It automatically extracts data from various sources like query strings, form submissions, route parameters, HTTP headers, and request bodies, making it easier to handle client-server interactions efficiently.
  • Socket Class and ServerSocket Class in Java NetworkingSep 16, 2024. TCP/IP sockets are the most reliable, bi-directional, stream protocols. It is possible to send arbitrary amounts of data using TCP/IP. Sockets are used for data communication using this protocol.
  • Tailwind CSS Header and Seamlessly Integrating It with ReactJSAug 30, 2024. Tailwind CSS is a utility-first CSS framework that enables rapid UI development with minimal custom CSS. It provides a wide array of predefined classes, allowing developers to style directly in their HTML. Tailwind is highly customizable, supports responsive design, and offers performance optimization features.
  • How to Create Custom Middleware in Next.jsAug 05, 2024. In Next.js, middleware allows you to run code before a request completes, useful for tasks like authentication, logging, and redirection. Introduced in version 12, it can be applied globally or to specific routes.
  • Creating a Host-Named Web Application in SharePointAug 02, 2024. To create a host-named web application, first configure a DNS entry with the desired host name. Log in to your Active Directory server to create an A Host record pointing to your web server. In SharePoint Central Administration, set up a new web application with the host name in the Host Header field.
  • Encrypting Header & Request Body Parameters in .NET Core Web APIJul 24, 2024. In this article, we'll explore how to encrypt header and request body parameters in a .NET Core Web API to prevent them from being readable in the page source or by network sniffing tools. We'll use an example application developed by "Nikunj Satasiya" to illustrate the process.
  • Enhancing Security with a Client IP Safelist in .NETJun 27, 2024. Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide covers creating middleware to enforce the safelist, ensuring sensitive data and endpoints are protected effectively.
  • Integrating IoT Projects with ESP32 Using C# and .NETJun 27, 2024. The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for monitoring and controlling devices.
  • How to Remove Extra Column from DataGrid WPF ControlMay 31, 2024. 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 ColumnWidth attribute to "*", the extra column can be removed, ensuring proper alignment of data in the DataGrid.
  • Building a Simple Socket Listener in .NET CoreMay 20, 2024. In this article, we'll walk you through the process of setting up a basic socket listener using .NET Core. You'll learn how to create a Socket instance, bind it to an endpoint, and handle incoming connections and data.
  • What is Alibaba Cloud Elastic IP Address?Apr 23, 2024. Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
  • Establishing Communication Between Executable Files Using TCP/IPMar 19, 2024. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Steps include server/client development, execution instructions. Use CommonHelper for collaboration.
  • Load Balancing Strategies: Optimizing Performance and ReliabilityJan 22, 2024. This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It covers the basics of load balancing, and its importance in resource utilization, scalability, and reliability.
  • Implementing IP Rate Limiting in ASP.NET Core MVCJan 18, 2024. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through the process of implementing IP rate limiting in an ASP.NET Core MVC application using middleware.
  • Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web APIJan 15, 2024. Demystify CORS in ASP.NET Core! Learn how to seamlessly handle Cross-Origin Resource Sharing and overcome origin-related errors in your Web API with this concise guide.
  • Using HTML5, CSS3, and JavaScript to their full potentialDec 28, 2023. Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>, and <footer>. Replacing generic <div> tags, these elements imbue meaning and enhance accessibility. - Ziggy Rafiq
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • Implementing Content Negotiation for Flexible Data FormatsAug 16, 2023. Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content negotiation in an ASP.NET Core Web API:
  • How to Connect a SQL Server Data Source to Grafana and Creating a DashboardAug 16, 2023. One such powerful integration is connecting a SQL Server data source to Grafana, enabling users to display, analyze, and monitor data from their SQL databases in a visually appealing and informative manner.
  • Resolving CORS Origin Using Custom Middle ware in ASP.Net Web API Aug 01, 2023. In ASP.NET Core, middleware is a component or piece of software that sits in the request-response pipeline. Middleware is used to handle or modify incoming HTTP requests and outgoing HTTP responses. It provides a way to add custom logic and behaviors to the application's processing flow.
  • What is Response Caching in ASP.NET Core?Jul 11, 2023. Accessing information efficiently needs responsive caching. The blog discusses how response caching in ASP.NET is used to increase that accessibility.
  • ASP.Net GridView With Fixed HeaderJul 05, 2023. Grid view using bootstrap JavaScript with fixed header.
  • Custom JWT Handler In ASP.Net Core 7 Web API May 26, 2023. In ASP.NET Core Web API, you can create a custom JWT (JSON Web Token) handler to handle token authentication and authorization. The custom handler lets you define your logic for validating and processing JWT tokens.
  • How to Add Security Headers to Your Website Using .htaccessMay 18, 2023. Want to know how to add security headers to your website using .htaccess? Read this blog and add content security policy header in wordpress site.
  • What Is Semantic HTML? And Why It MattersMay 03, 2023. Semantic HTML is the practice of using HTML markup to convey the meaning or purpose of the content on a web page, rather than just its visual appearance.
  • 5 HTTP Security Headers You Should Know For SEOMay 02, 2023. Being an SEO beginner, it's easy to overlook the security headers in the regular audits. However, security headers should be your top priority when it comes to optimizing your website. In this article, we'll discuss five HTTP security headers that you should know for SEO.
  • Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP AddressJan 30, 2023. In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
  • Implementing A Proxy Server In C# - An Example And Test CaseDec 09, 2022. In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server works as expected.
  • Consuming Apache Axis Service In .NET CoreAug 09, 2022. In this article, you will learn how to consume Apache Axis in .NET core.
  • Types Of Virtual Networks In VMware Virtualization Concepts?Jul 08, 2022. We've been talking about the types of Virtual Networks in VMware Virtualization Concepts
  • Get Header Values With Webresource In Dynamics CRMJun 08, 2022. In Dynamics 365 CRM, for certain requirements we need to get header values that are present in a record. We can get values with form context. As an example, on contact record form context was used to retrieve value of owner.
  • Developing A String Type In CJun 02, 2022. You may have noticed that unlike other programming languages such as Java, Python, etc. C does not support string as a primitive (or we can say intrinsic) data type. Strings in C are implemented and manipulated by using character arrays. A string is a sequence of characters that is terminated by a null character.
  • How To Know The Version Of SharePointMay 22, 2022. This article explains how to determine the version of your SharePoint site using two methods. The first method involves accessing the host header URL and appending ‘/_vti_pvt/service.cnf’. The second method utilizes developer tools in browsers like Chrome or Edge to check the response headers of resource files.
  • Learn Postman Step By Step - Preset HeadersApr 27, 2022. In this step-by-step article series next, we are going to learn about the Preset Headers features of the postman.
  • How To Use Multiple Code Files (Custom Headers And Source) In C++Apr 13, 2022. In this article, you will learn how to use custom Headers and Source Files to organize your code.
  • Show And Hide Form Header With Webresource In Dynamics CRM Mar 30, 2022. In Dynamics 365 CRM, at times we must show or hide form header,header command bar,header body,Header tab navigator for a selected entity. This can be achieved by using client API Reference. As an example, contact record was taken to show this functionality.
  • Configure Named Pipe And TCP/IP Settings Of SQL ServerOct 25, 2021. In this article, we are going to configure Microsoft SQL Server on windows machine to listen on specific TCP port.
  • Save Request And Response Headers In ASP.NET 5 CoreSep 30, 2021. In a typical request-response cycle, the request and response headers contain a lot of additional information. This article talks about how to retrieve them and store it in a database. In this article, we’ll use PostgreSQL as the database and connect to it using dotConnect for PostgreSQL.
  • Block IP Address In ASP.NET Core Web APISep 06, 2021. This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed time frame. It will keep system safe from brute force attack.
  • Web Security Vulnerabilities On Clickjacking And Security HTTP Headers And Information LeakageJul 07, 2021. In this article, you will learn about the common web security vulnerabilities with Remediation Technique.
  • How To Create Header And Footer In Modern SharePoint SiteJul 02, 2021. in this article we learn how can we create header and footer in modern SharePoint sites using SPFx Application Customizer.
  • Create Extension With SharePoint Framework(SPFx)Jun 25, 2021. This article describe how to create custom header using SPFx extension.
  • Azure DevOps - Automate Bulk IP Address Restriction Of Azure App ServiceJun 12, 2021. We will learn how to automate the process of Access Restriction every time there is a change in the list of IP addresses using Azure DevOps Pipelines
  • How To Integrate Database Server With AppService Through The Private Virtual NetworkJun 02, 2021. In this article, you will learn how to integrate database server with AppService through a private virtual network.
  • Azure DevOps - Bulk IP Address Restriction Of Azure App Service Dynamically Using PowerShellMay 31, 2021. We learn how to leverage PowerShell scripting to dynamically do bulk insertion of IP Addresses for configuring access restrictions for the Azure App Service.
  • Basics Of Azure Load Balancer ServiceMay 14, 2021. In this article, you will learn about the basics of Azure Load Balancer Service.
  • Adding Header To SharePoint List FormApr 10, 2021. This is part 2 series of Customizing SharePoint List Forms Using JSON.
  • How To Create Blank Page Without Header And Title In SharePoint OnlineApr 03, 2021. In this article, we will learn how can we create a page without a header and title in SharePoint online.
  • AWS - API Gateway - 🔒 Only Allow Requests From Your IPJan 21, 2021. In this short reference, I will describe how to quickly secure your API Gateway so that it will only accept requests from your IP address. This will effectively prevent any malicious attacks to your API while you're learning AWS.
  • How To Read Tabular Data From CSV Files In RDec 16, 2020. Learn how to import and manage CSV data in R. Discover the read.csv function for reading tabular data with and without headers. Explore the structure of the imported data frame. Additionally, understand the usage of read.table for data import and get insights into managing data headers and contents effectively.
  • Protect APIs With Security Headers Using Azure API Management PoliciesAug 24, 2020. In this article, you will learn about how to protect APIs with Security Headers using Azure API Management Policies.
  • Secure Web Application Using HTTP Security Headers In ASP.NET CoreAug 17, 2020. In this article, you will learn about Secure Web Application using HTTP Security Headers in ASP.NET Core.
  • What Is The Internet?Jul 07, 2020. In this article, you will learn how the internet works.
  • C#.NET - Access OAuth REST Web API MethodApr 09, 2020. C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpClient calls.
  • Power Apps - Build Search and Sort by Column HeaderApr 07, 2020. In this article, you will learn how to build a power app solution with search and sort by column header.
  • Azure Kubernetes Service - Understanding Networking Service TypesMar 30, 2020. In this article, we will learn what a service is and explore the different types of services available in Azure Kubernetes Service.
  • Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part TwoFeb 13, 2020. In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol