Resources  
  • 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
  • Top 10 VPNs in 2024Mar 11, 2024. While some VPNs excel in speed, others prioritize features or affordability. Here's a list of some of the top contenders in 2024.
  • A Comprehensive Guide to Entity Framework Core in .NET 8Mar 10, 2024. Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to advanced techniques, offering insights into database interaction, performance optimisation, testing strategies, and best practices for .NET developers
  • A Comprehensive Guide to Nullable Reference Types in C# 10Mar 07, 2024. Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustness. Learn how nullable reference types enable developers to catch null-related bugs at compile time, reducing the likelihood of runtime errors and enhancing code quality.
  • A Guide To Crafting Immutable Objects With C# 10's Init-Only PropertiesMar 06, 2024. Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates how you can use this powerful feature to create robust and predictable software.
  • A simplified approach to serializing and deserializing objects in C# 10Mar 04, 2024. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssemblyMar 02, 2024. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based architecture, two-way data binding, and a vast ecosystem, unlocking the potential of Blazor WebAssembly for dynamic.
  • Implement and Configure Windows Defender Application Control (WDAC)Mar 01, 2024. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
  • An in-depth look at C# 10 and performance improvementsFeb 24, 2024. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memory efficiency, and pattern-matching optimisations speed up execution. Discover how to use C# 10 features to optimise performance and user experience for your projects by exploring code examples illustrating these improvements.
  • Code Generation and Productivity in C#10 with Source GeneratorsFeb 24, 2024. Find out what C# 10 has to offer in Ziggy Rafiq's insightful article, "Code Generation and Productivity in C# 10 with Source Generators." Learn about the power of source generators, which streamline code generation during compilation, reducing redundancy and improving productivity. Discover how source generators offer improved performance, enhanced readability, and practical examples such as auto-implementing interfaces and serialization code generation. C# source generators help you create cleaner, more manageable codebases and will enhance your development workflow and efficiency. Ziggy Rafiq provides an in-depth overview of implementing source generators and demonstrates their versatility in creating cleaner, more manageable codebases.
  • Understanding the C# 10 Memory ModelFeb 22, 2024. Ziggy Rafiq discusses the C# memory model, including stacks, heaps, garbage collection, and memory leaks
  • Installing and Configuring XAMPP on Windows 11Feb 20, 2024. This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
  • A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8 with C#10Feb 20, 2024. This comprehensive resource covers everything you need to know to leverage Dependency Injection effectively in .NET 8 with C# 10. Ziggy Rafiq explains how to use Dependency Injection in the best possible way. For developers looking to optimize their .NET projects, this guide provides invaluable insight from understanding core concepts to implementing advanced techniques.
  • Unveiling New Features for Simplified Syntax and Improved Performance in C# 10Feb 17, 2024. In C# 10, authored by Ziggy Rafiq, developers will discover simplified syntax and performance improvements. Record structs combine the benefits of records and structs for better memory efficiency. Global usage streamlines namespace imports, reducing code clutter. With improved pattern matching and switch expressions, C# 10 is more expressive and concise. It enhances readability and performance.
  • Learning and Improving Our Code Style with C# 10Feb 14, 2024. I wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-quality code, attending workshops and conferences, feedback and mentoring.
  • Unit Testing with xUnit in .NET 8Feb 12, 2024. This article talks about Unit Testing with xUnit with the .Net 8 framework as a guide. This comprehensive guide explores unit testing with xUnit in .NET 8, covering fundamentals, prerequisites, creating a sample project, writing tests, and advanced concepts like fixtures and mocking.
  • Code readability is enhanced with C# 10 top-level statementsJan 30, 2024. This article explores the simplicity and enhanced code readability introduced by C# 9 through its top-level statements feature. Top-level statements eliminate the need for an explicit Main method, providing a more concise and readable entry point for applications. The article delves into various aspects such as improved readability, conciseness, enhanced interactive development, considerations for code organization, and the importance of error handling.
  • The Term Oh-My-Posh Is Not Recognized as a Name of CmdletJan 22, 2024. This article explains how to set up oh-my-posh on Windows PCs. From the references, the steps can be found to implement for Linux and MAC OS as well.
  • 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.
  • Registry Configuration for Launching Programs by File ExtensionsJan 03, 2024. Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
  • 10 Common Entity Framework interview questions and answers.Dec 24, 2023. here is some common Entity Framework interview questions.
  • Create Your First Angular Using Angular CLI 17.0.6, Node: 20.0.1, npm 10.2.3 on WindowsDec 18, 2023. Create your first angular 17 apps using the steps. Explore building your first Angular 17 app with this guide, covering prerequisites, Node.js and TypeScript installation, and Angular CLI setup. Navigate the new features and unleash Angular 17's potential.
  • Working With Numeric Format Specifiers in C# 10Dec 17, 2023. In this article, we will see how to use numeric format specifiers with Console.WriteLine in C# 10.
  • 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.
  • IIS 10 - Step By Step Guide to create a Self-Signed CertificateDec 07, 2023. IIS 10 - Step By Step Guide to create a Self-Signed Certificate. This article is your comprehensive guide on creating a self-signed certificate using IIS version 10. Learn about SSL, its significance, and follow a step-by-step tutorial for certificate creation.
  • 10 Traits of a Sucessful Software DeveloperNov 21, 2023. Are you ready to unravel the secrets of software development mastery? Dive into our latest article and learn about the 10 traits that propel programmers to greatness, while gaining valuable insights to shape your own path to success in the coding universe.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Top 10 Features of JavaScriptAug 01, 2023. Discover the hidden potential of JavaScript with these tips and Tricks: 10 Useful Features You May Not Know." Unveil the lesser-known, yet powerful, functionalities of this versatile language that will take your coding skills to new heights.
  • 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 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.
  • 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.
  • 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.
  • Building a DotCode Webcam Scanner in C++ for Windows 10Jul 26, 2023. The article shares how to build a DotCode webcam scanner from scratch using Dynamsoft Barcode Reader C/C++ SDK and OpenCV on Windows 10.
  • Endpoints Explorer in Visual Studio 2022Jun 01, 2023. Let's review the new feature endpoints explorer in Visual Studio 2022
  • Efficient Directory Monitoring Techniques for Windows 10 with C# and .NET Core 7May 26, 2023. Learn how to monitor a directory in Windows 10 using C# and .NET. This guide will walk you through the different approaches and techniques for monitoring directories and the process of implementing a directory monitoring system that allows you to track file changes and take action programmatically.
  • Top 10 Reasons to Migrate to the CloudMay 12, 2023. The benefits of moving your business operations and IT infrastructure to a cloud-based platform. The article highlights ten key reasons why organizations should consider migrating to the cloud, such as increased scalability, enhanced security, and cost-effectiveness. It also covers some of the potential challenges associated with cloud migration and provides tips for successful implementation. The article is intended to be a helpful guide for organizations considering a move to the cloud, providing valuable insights and considerations to help inform their decision-making process.
  • Entity Framework (10), With .Net WebForms, Database-FirstMay 03, 2023. This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
  • 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.
  • 10 Common Mistakes to Avoid When Writing JavaScript Code😯😯May 02, 2023. 10 Common Mistakes to Avoid When Writing JavaScript Code????
  • 10 CSS Functions Every Developer Need Should KnowApr 26, 2023. In the field of web development, CSS is a crucial tool for building appealing and useful websites. This article lists 10 crucial CSS features that every developer should be aware of in order to advance their expertise. These features offer the building blocks for developing dynamic and captivating websites, from text and colour manipulation to transition and animation creation. Developers can improve their CSS expertise and produce more efficient and aesthetically pleasing websites by understanding these functions.
  • Installing PnP PowerShell 2.x On Windows 10Apr 04, 2023. This article explains how to install PowerShell 7 and there by installing latest PnP PowerShell 2.x on windows 10 OS.
  • 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.
  • Configure And Manage Microsoft Defender For EndpointFeb 13, 2023. Microsoft Defender for Endpoint is an endpoint security solution for preventing, detecting, investigating, and responding to advanced threats on enterprise networks.
  • Automate Purge Process Using Windows 10Feb 06, 2023. In this article, you will learn how to setup a file purge process using Task Scheduler and Command Prompt in windows 10.
  • .NET 7 - 10 New FeaturesFeb 02, 2023. In this article will discuss what are features new in .NET 7.
  • Activate Enterprise Mobility + Security E5 Licenses Using Azure AD For FreeFeb 01, 2023. Microsoft Enterprise Mobility + Security (EMS) is intelligent mobility management and security platform. What this means is that EMS helps protect and secure your organization with its products that act to increase security features of Windows 10 and Microsoft 365.
  • How To Install And Configure Android Studio In Windows 10Dec 16, 2022. The article explains how to install and configure android studio in windows 10.
  • 10 Productivity Tips for Software DevelopersDec 13, 2022. Are you a software developer? Learn how to get productive. Here are top 10 Productivity Tips for Software Developers.
  • 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.
  • IoT And IoT Analytics - OverviewDec 01, 2022. In this article, you will learn about IoT and IoT Analytics.
  • 10 SEO Tips For Technical Writers And Software DevelopersNov 27, 2022. In this article, you will learn about 10 SEO Tips for Technical Writers and Software Developers.
  • How To Install Kubernetes Via Minikube Using Windows 10 PowerShellNov 03, 2022. In this article, you will learn how to Install Kubernetes Via Minikube on using Windows 10 PowerShell.
  • Schedule Automatic Shut Down In Windows 10Oct 27, 2022. In this article, you will learn how to schedule an Automatic Shut Down in Windows 10.
  • Manage Global Usings In C#Oct 22, 2022. In this article, we will learn about the keyword "global" which is introduced in C# 10.0.
  • How to disable Windows 10 Automatic UpdatesSep 19, 2022. Turn off automatic updates on Windows 10
  • Automate Server Restart Using Task SchedulerAug 19, 2022. In this article, you will learn how to automate windows server restart and schedule the restarts based on given date and time using windows task scheduler.
  • How To Install Kubernetes Via Minikube On Using Windows 10 PowerShellAug 11, 2022. In this article, you will learn how to Install Kubernetes via minikube, using Windows 10 PowerShell.
  • Setting Up OpenSSL On Windows 10 MachineJul 17, 2022. This article explains what openssl is and steps to install properly in windows 10 machines.
  • 10 Challenges Of ML In AutomationJun 29, 2022. In this article, you will see the 10 Challenges of Machine Learning in Automation.
  • What's New In C# 10?May 25, 2022. In this article, you will learn what's new in C# 10?
  • 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.
  • Install Sitecore 10 (Step By Step Using SIA)Apr 27, 2022. In this article, you will learn how to install Sitecore 10.
  • 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.
  • Installing Node Version ManagerMar 23, 2022. This article explains the steps required to install Node version Manager for Windows 10
  • 10 Reasons Why Software Projects FailMar 14, 2022. In this article, you will see the top 10 reasons why software projects fail.
  • Record Types In C# 10Mar 03, 2022. In this article, we will understand record types in C# 10. The Record types are introduced in C# 9. With C# 10, Microsoft has introduced some changes to make coding simple and easy. We will look at these changes along with understanding record type.
  • Top 10 Web Application Security RisksFeb 28, 2022. This is a web app security discussion.
  • Global using Directive in C# 10Feb 27, 2022. Learn how to use Global using Directive in C# 10
  • Top-level Statements in C# 10Feb 24, 2022. Learn what top level statements are in C# and why, what, and how top level statements work.
  • Windows 10/11 App Deployment Using IntuneFeb 21, 2022. This article will guide in creation of app packages and upload them in Intune so that user can download them from Company Portal app
  • Getting Started With .NET 6.0 Console Application Feb 21, 2022. This article describes how to get started with .NET 6 and what is new in .NET 6 with comparison to .NET5. We will create a console application in .NET6 and .NET 5 and compare the differences between them.
  • Configure And Host On IIS For .Net Core/.Net 5+ Web Application In Windows 10Feb 17, 2022. In this article, you will learn how to configure and host on iis for .net core or .net 5+ web applications in windows 10.
  • 10 Tips To Become A Good ProgrammerFeb 16, 2022. In this article, you will learn about the 10 Tips to Become a Good Programmer.
  • 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.
  • 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.
  • Demystifying ‘var’ In JavaJan 19, 2022. The article explains the internals of the keyword 'var' in Java.
  • Global Static Using Directive In C# 10Jan 13, 2022. In this article, we are going to discuss how to use the "global using" directive with the "static" modifier.

About Internet-Explorer-10

NA

OUR TRAINING