Resources  
  • Authentication and Authorization in ASP.NET CoreJul 16, 2024. Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, OAuth, OpenID Connect, and best practices for securing web applications and APIs.
  • 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.
  • Authentication Methods in C#: From Basic to JWT and API KeysJul 04, 2024. This article explores the history and implementation of authentication methods in C#, including Basic, Digest, Cookie, Session, Token (JWT), and API keys, highlighting their security features and practical applications.
  • Techniques of State Management in .NETJun 24, 2024. State management in .NET 6 is essential for preserving and accessing data across web applications. Techniques include server-side (session state, database storage) and client-side (cookies, LocalStorage) methods.
  • Non-3DS Payment Gateway Integration with First Atlantic CommerceJun 23, 2024. First Atlantic Commerce (FAC) is a leading online payment gateway based in Bermuda, offering secure, multi-currency payment processing and fraud management solutions. Established in 1998, FAC provides PCI-DSS-compliant services for Internet merchants and acquiring banks in the Caribbean and Central America.
  • The Art of JavaScript Hoisting: Understanding the Ins and OutsJun 11, 2024. Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
  • Mastering Asynchronous Programming in C# Async and Await Patterns Jun 01, 2024. Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchrony, exception handling, and preventing deadlocks, enabling efficient and responsive applications.
  • Methods for Effective Error Handling in JavascriptMay 29, 2024. JavaScript error handling involves managing syntax, runtime, and logical errors. Techniques include try...catch blocks, throwing custom errors, and handling asynchronous errors. Employing best practices ensures stability and reliability, enabling robust JavaScript applications.
  • Synchronous Asynchronous Blocking Non-Blocking Concurrent Parallel ProgrammingMay 29, 2024. Explore the intricacies of programming paradigms with a comprehensive dive into synchronous, asynchronous, blocking, non-blocking, concurrent, and parallel execution.
  • The World Wide Web: Revolutionizing Information AccessMay 29, 2024. The World Wide Web has transformed how we access information, revolutionizing communication, commerce, and knowledge dissemination. Its impact spans across industries, empowering users with unparalleled access to a vast array of resources and opportunities.
  • An In-depth Look at Kusto Query Language (KQL)May 28, 2024. Delve into Kusto Query Language (KQL), the powerful syntax behind Azure Data Explorer. From data querying to advanced analytics, KQL facilitates efficient data analysis, aggregation, and visualization, empowering users with comprehensive insights and querying capabilities.
  • Internet Of Things (IoT), Data Analytics and AI services in AzureMay 24, 2024. Azure provides robust IoT, Data Analytics, and AI services. IoT offerings include IoT Hub, Edge, and Central for device management. For data, utilize Stream Analytics, Data Lake, and Synapse. AI services encompass Machine Learning, Cognitive Services, and advanced analytics for comprehensive solutions.
  • Understanding Your Internet Speed Converting Mbps to MBpsMay 24, 2024. Understanding your internet speed is crucial for efficient online activities. This guide simplifies the conversion process from Mbps to MBps, helping you grasp the difference between megabits and megabytes per second.
  • 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.
  • Solana's Top Explorers: Navigating the Blockchain LandscapeMay 10, 2024. Discover Solana's top explorers in the blockchain landscape! Dive into the innovative world of decentralized applications (DApps), digital assets, and DeFi. Explore Solana's scalability and infrastructure, navigating the exciting technology and advancements shaping the future of blockchain.
  • How Secure Sockets Layer (SSL) Protects Data Online?May 07, 2024. Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
  • Understanding IPSec & IKEv2 TunnelsMay 06, 2024. Explore the world of IPSec and IKEv2 tunnels, vital for secure internet communication. IPSec acts as a security guard, while IKEv2 establishes VPN tunnels, offering speed, stability, and auto-reconnect features.
  • Maximizing Efficiency with Thread Pooling in C# ProgrammingMay 03, 2024. This article explores thread pooling in C#, focusing on its efficiency benefits in concurrent programming. It discusses its importance, implementation using C#, and best practices for optimal performance and scalability.
  • How to Integrate Instant Plugins in the Canvas App?Apr 29, 2024. Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]Apr 29, 2024. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • Alibaba Cloud IoT: Connecting Devices and Managing DataApr 19, 2024. Alibaba Cloud IoT connects devices & manages data for businesses, enabling them to unlock the power of #IoT & gain valuable insights.
  • Microsoft Entra ID: Implementing Global Secure AccessApr 06, 2024. Safeguarding internet access is vital for businesses. Microsoft Entra ID offers a robust solution for global secure access, ensuring protection against cyber threats while enabling seamless connectivity.
  • Microsoft Fabric: Loading Data into Lakehouse TableMar 20, 2024. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for efficient query performance. Fabric platform enables easy creation & management of LakeHouses. 2 / 2
  • Learn Exception Handling in C#Feb 28, 2024. Exception Handling in C# is crucial for robust code. Using try-catch blocks, catch blocks, and finally blocks, developers manage unexpected issues gracefully, ensuring dependable and solid applications.
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShellFeb 20, 2024. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
  • How to Find Blocked Deadlocks in SQL?Feb 09, 2024. The SQL query utilizes dynamic management views (DMVs) like sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_exec_connections, and sys.dm_exec_sql_text to monitor and manage active sessions, connections, and SQL statements on a SQL Server instance.
  • TypeScript Odyssey Through Global, Local, and Block ScopesJan 20, 2024. JavaScript scope is a fundamental concept that defines the region of execution where variables, expressions, and values can be referenced. There are two main scopes in JavaScript: global and local.
  • Web 3.0 - Beyond The HypeJan 17, 2024. The internet has come a long way since its inception, and with the emergence of Web 3.0, it is poised to become even more transformative. The term "Web 3.0" refers to the next generation of the internet In this article, we will take a closer look at what Web 3.0 is and why it is important.
  • HttpClientHandler in C#Jan 02, 2024. Unlock the potential of C#'s HttpClient class with HttpClientHandler. Delve into its capabilities—handling cookies, managing proxies, configuring SSL/TLS, timeouts, and more—to optimize and control HTTP requests effectively.
  • Elastic Block Store vs Instance Store in AWSDec 19, 2023. Elastic Block Store vs Instance Store in AWS.
  • CrateDB: Powering the Internet of ThingsDec 11, 2023. CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability, and demonstrates CrateDB integration through code snippets.
  • How Businesses are Utilising Dynamics 365Nov 30, 2023. This article explores the numerous impact?of Microsoft Dynamics 365 for companies, highlighting the major features and functionalities that provide them a competitive edge.
  • How to set up Service Bus Queue Messages using Service Bus ExplorerNov 15, 2023. In this article, we will learn to Setup Service Bus Queue Message using Service Bus Explorer.
  • Cookie vs. Session vs. Local StorageNov 06, 2023. cookies are small pieces of data stored in a user's browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, serves as a repository for temporary data that persists only for the duration of a single page session, providing a larger storage capacity than cookies. It is accessible within the same browser tab or page and is more secure against certain attacks. In contrast, local storage is designed for persistent data that remains even after the browser is closed, offering a substantial storage capacity. It's accessible across various tabs and windows within the same browser but requires developers to be cautious about potential security vulnerabilities, particularly related to cross-site scripting (XSS) attacks.
  • The Challenge of Changing Your Website's DomainOct 20, 2023. In the ever-evolving landscape of the internet, website owners occasionally find themselves at a crossroads, contemplating the change of their domain name. While this decision may be motivated by a variety of factors, such as rebranding, expansion, or better aligning with the website's purpose, it is not a step to be taken lightly. For those with a well-established site, like c-sharpcorner.com, the challenges can be significant, but with careful planning and execution, the transition can be successful.
  • Budgeting for Azure IoT SolutionsSep 25, 2023. Azure IoT, part of Microsoft's cloud ecosystem, offers robust tools and services for IoT solutions. It enables secure device connections, data collection, and insights. In this article, we explore budgeting for IoT projects with Azure IoT, vital for cost-effective IoT implementation.
  • Real-Time Insights with Azure Stream Analytics in IoT ProjectsSep 25, 2023. Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices, sensors, and social media. By continuously processing data as it arrives, Stream Analytics provides immediate insights, facilitating quick decision-making and actions.
  • Kusto Query Language (KQL) for Azure IoTSep 25, 2023. Kusto Query Language (KQL) empowers Azure IoT projects with real-time data analysis, flexible exploration, aggregation, and seamless Azure service integration. It's pivotal in extracting insights from IoT data streams.
  • Installing .NET Nano Framework on Raspberry Pi for IoT InnovationSep 14, 2023. The .NET Nano Framework simplifies IoT development on resource-limited devices like Raspberry Pi. It enables C# development, cloud integration, and efficient IoT innovation, enhancing the IoT landscape.
  • IoT Innovation with .NET StrengthSep 13, 2023. The Internet of Things (IoT) has transformed industries by connecting devices, sensors, and systems to the Internet, facilitating data exchange. .NET, Microsoft's versatile development platform, plays a pivotal role in IoT. This article delves into how .NET benefits IoT, its challenges, and real-world applications.
  • IoT Edge GatewaysSep 12, 2023. The Internet of Things (IoT) has revolutionized our lives, connecting countless devices and generating vast amounts of data. Edge gateways, often overlooked heroes, bridge the gap between IoT devices and the cloud. They perform real-time data processing, enhance security, and ensure network efficiency.
  • Revolutionizing IoT with .NET Nano FrameworkSep 11, 2023. The .NET Nano Framework revolutionizes IoT development by bringing the power of .NET to resource-constrained devices. It offers C# programming, a small footprint, managed code, security, and cross-platform compatibility.
  • IoT Innovation with .NET Gadgeteer IntegrationSep 11, 2023. The .NET Gadgeteer platform, developed by Microsoft Research, simplifies IoT development with modular hardware, C# programming, and integrated development tools, making IoT innovation more accessible.
  • How to Publish Web Applications in Internet Information Services(IIS)Sep 08, 2023. Publishing a web application in Internet Information Services (IIS) involves several steps. First, ensure your web app is ready. Install IIS if not already done, configure it by creating a website with appropriate settings, and create an application pool. Test it locally. If using a custom domain, set up DNS records and configure firewalls. Optionally, secure with an SSL certificate. Ensure security and permissions, update application settings, and implement monitoring and backup procedures. Keep software up-to-date and be patient with DNS propagation. These steps ensure a successful deployment of your web application on IIS for public access.
  • Utilizing Browser Cache and Cookies in React.js ApplicationsSep 02, 2023. Here in this article we will learn how to implement browser cache and cookies for react js application.
  • IoT Integration: Blending OT and IT for Seamless ConnectivitySep 01, 2023. In a world of technological evolution, the fusion of Operational Technology (OT) and Information Technology (IT) is reshaping the landscape of the Internet of Things (IoT). This article explores the significance of OT and IT within IoT, revealing their transformative potential. It delves into the synergy between these traditionally distinct domains, highlighting advantages like data synergy, edge computing, predictive maintenance, security enhancements, and end-to-end visibility.
  • Boosting IoT Projects with Cloud Storage and Azure IoTSep 01, 2023. In the era of IoT-driven digital transformation, efficient data storage is paramount. Cloud storage, particularly Microsoft Azure IoT's solution, empowers IoT projects with scalability, accessibility, reliability, analytics, and cost-efficiency.
  • Exploring Fusion of CAN Bus and Azure IoT for BridgingAug 31, 2023. Unlocking Smart Industry with Azure IoT and CAN Bus Integration: Real-time data collection and cloud-powered analytics revolutionize decision-making, efficiency, and predictive maintenance across sectors.
  • IoT Success with AzureAug 25, 2023. Unlock Azure IoT Success: Best Practices for Seamless Implementation. From defined objectives to compliance, explore how to excel in IoT projects within the Azure ecosystem for transformative outcomes.
  • AI Empowerment in Azure IoT:Aug 24, 2023. Discover how the fusion of AI and IoT redefines industries. From predictive maintenance to smart agriculture, explore transformative possibilities, creating smarter systems and shaping a new era of innovation.
  • Streamlining IoT Integration with Azure IoT Plug and PlayAug 23, 2023. With this integration, IoT devices can be easily onboarded, recognized, and integrated into the Azure IoT ecosystem using pre-defined device models. These models describe the device's capabilities and data structure, allowing Azure services to automatically understand and interact with the device data. This streamlined process accelerates the development of IoT solutions, reduces development effort, and enhances interoperability between devices and Azure services.
  • Unleash Azure CLI : Expert Cloud ControlAug 23, 2023. In the dynamic realm of cloud computing, efficiency is paramount. Azure CLI, a cross-platform command-line tool, empowers users to seamlessly interact with and manage Azure resources. This article delves into its capabilities, advantages, and practical applications, facilitating streamlined cloud management for developers, administrators, and DevOps teams.
  • Legacy Modbus Devices Connected to Azure IoTAug 22, 2023. Discover the fusion of Modbus, a time-honored protocol in industrial automation, with Azure IoT. Seamlessly connect legacy systems to cloud services for insights, efficiency, and transformative power.
  • Integrating IoT with Azure IoT Using AMQPAug 21, 2023. Discover the power of AMQP in IoT's edge computing. Seamlessly integrated with Azure IoT Edge, AMQP ensures efficient data transfer, reliability, interoperability, and real-time insights. Embrace the future of edge computing.
  • Uniting MQTT with Azure IoT for IoT FusionAug 18, 2023. Explore the dynamic world of IoT through MQTT, a lightweight protocol. Azure integration empowers agile, scalable solutions, revolutionizing industries from automation to healthcare. Harness interconnected possibilities now.
  • Azure Event Hub: Empowering Seamless Real-Time Data StreamingAug 18, 2023. Azure Event Hub's transformative role in managing vast real-time data streams. Learn how it empowers efficient ingestion, processing, and distribution, enabling informed decisions and innovative applications.
  • Seamless Integration : OPC UA with Azure IoTAug 16, 2023. Discover the power of OPC UA in Industrial IoT. Seamlessly connect devices through Azure IoT for advanced analytics, security, and edge computing. Transform your industry with unified insights.
  • Azure IoT Security : Safeguarding the Internet of ThingsAug 02, 2023. Explore Microsoft's Azure IoT Secure, a robust platform fortifying IoT against cyber threats. With secure communication, edge security, and threat detection, organizations confidently embrace IoT technologies for a protected interconnected world.
  • Empowering the Future with Azure IoT Services in the IndustryAug 01, 2023. Explore the transformative power of Azure IoT services in Industrial IoT, enabling seamless connectivity, real-time data analysis, predictive maintenance, and innovation for industries.
  • Azure IoT SDK: Empowering IoT Development by MicrosoftJul 31, 2023. Explore Microsoft's Azure IoT SDK, a comprehensive toolkit simplifying IoT development on Azure, empowering developers to build cutting-edge solutions.
  • Azure Digital Twins: Unlocking the Potential of Connected EnvironmentsJul 31, 2023. Discover the transformative capabilities of Microsoft's Azure Digital Twins, a cutting-edge platform enabling virtual representations of physical environments. Optimize operations, reduce costs, and drive innovation across industries.
  • Intelligent IoT Solutions with Azure IoT Lambda ArchitectureJul 27, 2023. Discover the power of Azure IoT Lambda architecture for IoT solutions. Process real-time and historical data efficiently, gain valuable insights, ensure scalability, reliability, and security, and embrace the future of IoT innovation.
  • Eliminating Render Blocking ResourcesJun 28, 2023. Enhancing Website Performance
  • Endpoints Explorer in Visual Studio 2022Jun 01, 2023. Let's review the new feature endpoints explorer in Visual Studio 2022
  • An Overview of the Azure Power Platform: Tools, Benefits, and Getting StartedMay 02, 2023. The Azure Power Platform is a suite of tools and services provided by Microsoft that enables businesses to build, deploy, and manage custom applications and workflows without requiring extensive programming knowledge. It consists of three core services: Power BI, Power Apps, and Power Automate.
  • How To Set And Get Cookies In Angular With Example Apr 10, 2023. In this article, you will learn how to set and get cookies in angular with example.
  • What Is Web 3.0 And What Is Future Of InternetMar 20, 2023. In this article, you will learn what is Web 3.0 and what is future of the internet.
  • How To Fetch More Than 100k Items From Dataverse TableFeb 20, 2023. In this article, we will learn how to fetch more than 100k items from Dataverse table. In Power Automate, the default threshold limit for the “List rows” action is 5000, which is used to fetch items from the Dataverse table. However, we can enable pagination to increase the limit up to 100,000 using this action.
  • IoT And IoT Analytics - OverviewDec 01, 2022. In this article, you will learn about IoT and IoT Analytics.
  • How To Find AWS Resource Using AWS Resource ExplorerDec 01, 2022. In this article, we will see how can we quickly find AWS Resources from your AWS account using AWS Resource Explorer.AWS Resource Explorer eases search and discovery of your relevant AWS resources across AWS Regions using keywords, tags and other metadata.
  • How To Add Custom Add-Ins To MS WordOct 07, 2022. This article shows you how to add add-ins to word desktop.
  • How To Add Add-Ins In PowerPoint Sep 20, 2022. In this article, you will learn how to add custom add-ins.
  • How To Deploy Excel Add-ins To Your OrganizationAug 12, 2022. This article show you how to deploy excel add-ins in your organization.
  • How To Add Custom Add-Ins To ExcelJul 05, 2022. In this article, you will learn how to add Excel add-ins.
  • How To Deploy PowerPoint Add-ins To Your OrganizationJun 15, 2022. This article shows you, how to deploy PowerPoint add-ins.
  • ASP.NET Core - Cookie Sharing AuthenticationJun 03, 2022. In this article, you will learn about Cookie Sharing Authentication.
  • How To Deploy Word Add-Ins To Your OrganizationJun 03, 2022. This article show you how to deploy word add-ins to your organization.
  • How To Create Excel Add-Ins?May 10, 2022. Create an Excel add-in using HTML, CSS, JavaScript, or C# to enhance functionality across various platforms, including Excel for Windows, Mac, and Office 365. Install Yeoman and the generator-office globally, generate a project, and run it using npm commands. Test your add-in in Excel’s Home Tab.
  • What Is Web3? The Decentralized Internet Of The Future ExplainedApr 28, 2022. In this article, you will learn what is web3? the decentralized internet of the future explained.
  • How To Check The Internet Connectivity In The Flutter AppApr 07, 2022. The purpose of this article is to show you how to include internet connectivity checking in your flutter app.
  • How To Create PowerPoint Add-InsApr 04, 2022. in this article, I will show you how to create PowerPoint Add-ins
  • How To Deploy Outlook Add-ins To Your OrganizationMar 19, 2022. This article provides a comprehensive guide on deploying Outlook add-ins to organizations for other users. It covers the step-by-step process of deploying add-ins using Office 365, ensuring easy access for users within the organization.
  • Building Blocks Of Angular Mar 19, 2022. In this article, we are going to see about the building blocks of Angular.
  • How To Publish Outlook Add-Ins Using Visual Studio CodeMar 17, 2022. In this article, you will learn how to publish outlook add-ins using visual studio code.
  • How To Create Word Add-InsMar 16, 2022. This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows, Mac, and Office 365.
  • Web 3.0 - The Next Generation's Internet And Understanding The Concept Of MetaverseFeb 09, 2022. In this article, you will learn about Web 3.0 - The Next Generation's Internet And Understanding The Concept Of Metaverse.
  • How To Block Bot To Post Messages In Channel In MS TeamsFeb 07, 2022. How to block bot to post messages in Channel in MS Teams
  • Restrict External Senders To Mail Office 365 GroupJan 27, 2022. How to restrict or block the external users to send mail to Office 365 Group
  • NFT’s - The New Ongoing Sensation On The InternetJan 25, 2022. In this article, we will understand what all this blockchain and NFT actually mean and bring a difference in today’s time.
  • Restrict Members From Deleting Chat Messages In TeamJan 10, 2022. How to block or restrict the team members from deleting their own messages from the Microsoft Team Chat for particular Team
  • How To Create Outlook Add-insNov 24, 2021. Creating Outlook add-ins involves using tools like VSTO or Office JavaScript API, programming in C# or JavaScript, and customizing UI elements like ribbons and task panes. Deployment via Office Store and ensuring security are key considerations.
  • MS Teams Team Creation With Graph APIs From Graph ExplorerOct 08, 2021. In this article, you will learn about MS teams team creation with Graph APIs from Graph Explorer.
  • Commonly Used Blockchain TerminologiesSep 28, 2021. This article describes the Blockchain terminologies and their definition which is very helpful for those who want to learn and are newbies to the Blockchain.
  • Block Sign-In User In M365 Using Viva DashboardSep 20, 2021. This article includes steps to create Adaptive card extension and enable manager of the organization to do block users by signing using Viva dashboard
  • 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.
  • Block Access To Microsoft 365 Resources From Unmanaged Windows DeviceJul 23, 2021. This article describes the creation of Conditional Access policy to block access to Microsoft 365 resources from Unmanaged or Non-Compliant Windows devices Devices
  • Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes Jul 22, 2021. In this article, you will learn about Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes.
  • Expose A Local WebServer(localhost:3000) To The InternetJul 13, 2021. In this article, you will learn how to expose a local webserver(localhost:3000) to the internet.
  • How To Delete Cookies In ChromeJul 12, 2021. In this article, you will learn to clear cookies in Chrome.
  • Cookie Authentication In ASP.NET CoreMay 17, 2021. In this article, we will learn how to implement Cookie Authentication in ASP.NET Core without using Identity.

About Block-cookies-in-internet-explorer

NA

OUR TRAINING