Resources  
  • Fixing New-PnPTenantSite Error: Remote Server Returned 401Mar 28, 2024. Encounter an error (401 Unauthorized) with New-PnPTenantSite in SharePoint Online? This issue typically indicates an authentication failure, often due to invalid credentials or insufficient permissions.
  • Creating LocalLibrary Models for Admin Panel DesignMar 26, 2024. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functionality. Through practical demonstrations, acquire essential skills for structured data handling.
  • Best Practices for Designing APIs in .NETMar 26, 2024. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Class vs. Record vs. Struct in C#Mar 26, 2024. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweight value types. Examples illustrate their usage.
  • How to Learn About Amazon S3Mar 22, 2024. Amazon S3, an AWS service, provides secure, scalable object storage with high durability and availability. Key features include lifecycle policies, versioning, and security measures. Practical applications range from data backup to content delivery.
  • Introduction to 3D Object Control in Power AppsMar 21, 2024. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power Apps' visual programming capabilities for augmented and virtual reality applications.
  • Change Data Capture - CDC with SQL serverMar 21, 2024. Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations.
  • How to Install and Configure Web RD in ServerMar 20, 2024. RD Web Access also includes Remote Desktop Web Connection, which allows users to connect remotely to the desktop of any computer where they have Remote Desktop Access.
  • Singleton Design Pattern In FlutterMar 20, 2024. Learn how and when to use Singletons, implement them effectively, and explore their advantages and limitations. This article also includes a sample implementation using the shared_preferences package to manage user preferences.
  • Decorator Pattern in C# - 3 versionsMar 20, 2024. In this article, we will explore the versatile Decorator Pattern in C#, presented in 3 different versions. Enhance your understanding of object-oriented design with this powerful pattern, offering flexible ways to add functionality to objects dynamically.
  • Enable Copilot for App Users in Model-Driven AppsMar 20, 2024. Empower app users with Copilot in model-driven apps for Dynamics 365. Enhance productivity and user experience by enabling AI-driven assistance, contextual help, and guided support, streamlining decision-making and enhancing efficiency.
  • .NET internals: Learning Object-Oriented .NET ILMar 19, 2024. .NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations and code examples.
  • 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.
  • Domain-Driven Design with Records in C#Mar 19, 2024. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enhanced domain modeling.
  • How To Install Appium Inspector And Appium Server GUIMar 18, 2024. This article walks you through every step of installing and configuring Appium for mobile test automation. From downloading the necessary software to configuring dependencies , this guide covers it all
  • 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.
  • Deploying a Windows Server Virtual Machine in Microsoft Azure Mar 17, 2024. To deploy a Windows Server Virtual Machine (VM) in Microsoft Azure, you'll configure various settings to create your virtual environment.
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 APIMar 15, 2024. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation requirements seamlessly.
  • How to Install Configure VPN on Windows ServerMar 14, 2024. This detailed guide offers step-by-step instructions on how to set up a VPN on Windows Server. Learn to set up a VPN on Windows Server 2019 efficiently. Understand the server's dual roles: client and host. Follow clear steps for installation and configuration. Simplify remote access and enhance security.
  • Create Virtual Entity in D365 CRMMar 14, 2024. Creating virtual entities in D365 CRM allows the integration of external data sources seamlessly into your CRM environment. It streamlines data access, enhancing insights and decision-making without extensive data replication, simplifying customization, and enriching CRM capabilities.
  • Sort Array Directive in Vue.jsMar 13, 2024. Custom directives in Vue.js empower developers to extend HTML elements' functionality, enabling direct manipulation of the Document Object Model (DOM) within Vue applications. This example demonstrates creating a directive to sort an array based on a specific property.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)Mar 13, 2024. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Abstract Factory Design Pattern In FlutterMar 12, 2024. Learn about the Abstract Factory design pattern in Flutter for creating platform-specific widgets. This pattern centralizes the creation of related objects, making it easier to manage and work with multiple factory methods.
  • How to Fetch Daily, Weekly, Monthly, and Yearly based Data in SQLMar 12, 2024. In SQL, fetching data based on specific time intervals like day, week, month, and year is essential for meaningful analysis.
  • Creating Users and Groups Within an Organizational Unit on Windows ServerMar 12, 2024. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • How to Install and Configure RODC in ServerMar 12, 2024. In this article, we will explore A read-only domain controller (RODC) is a domain controller that hosts an Active Directory database's read-only partitions.
  • Installing File Server Resource Manager on Windows ServerMar 11, 2024. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
  • JavaScript WeakMap in ES8 and TypeScriptMar 11, 2024. WeakMap object stands out as a specialized entity, closely related to the Map object but with a unique twist. In this article, we'll unravel the syntax, characteristics, and methods of the JavaScript WeakMap, shedding light on its applications. How to harness its capabilities in ES8 and TypeScript.
  • What is Prompt Engineering and Why Do We Care?Mar 10, 2024. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • Benefits of Temporary Tables over Table Variables in SQL ServerMar 10, 2024. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handling large datasets and complex data manipulation tasks.
  • 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.
  • Renaming the Column in SQL ServerMar 06, 2024. Renaming columns in SQL Server is a fundamental task in database management. This comprehensive guide provides step-by-step instructions, syntax examples, and best practices to effectively rename columns, ensuring data integrity and maintaining database structures.
  • Factory Method Design Pattern In FlutterMar 06, 2024. Factory Method design pattern! Learn how to create objects dynamically, improve code flexibility, and build platform-specific UIs (like buttons) with ease. Explore a practical payment gateway example and overcome common challenges.
  • Understanding FORMATMESSAGE() Function in SQL ServerMar 06, 2024. In this article, we will discuss how to use FORMATMESSAGE() function in SQL Server, its advantages and usages with example.
  • Securing Remote Access to SQL ServerMar 05, 2024. Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protection against cyber threats.
  • Mastering Object Creation in C#Mar 04, 2024. Learn to create objects in C# step-by-step. Define classes, instantiate objects, access members, use constructors, and explore static constructors—master object creation for robust C# applications.
  • How to Do Distributed File System (DFS) In ServerMar 04, 2024. In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
  • 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.
  • SQL Tuning - Effective Strategies with Practical ExamplesMar 03, 2024. SQL Tuning — Effective Strategies with Practical Examples
  • Introduction to Design Patterns in FlutterMar 02, 2024. Explore the importance of design patterns in software development. Learn about different types of patterns, their benefits, and how they can improve code efficiency, readability, and maintainability. Ideal for developers seeking to enhance their coding practices.
  • Product Management Application using .NET Core and React JS with CRUD OperationsMar 02, 2024. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • How to Do Zone Transfer in Windows ServerMar 01, 2024. Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following the step-by-step instructions outlined in the article, users can configure zone transfer between primary and secondary DNS servers effectively.
  • 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.
  • How to Open, Read or View MS SQL Error Log FileFeb 29, 2024. Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
  • How to Add Additional Domain Controller in ServerFeb 28, 2024. Deploying additional domain controllers increases the redundancy, which results in even greater resilience and higher availability.
  • SQL Server Data Types for Performance, Memory EfficiencyFeb 28, 2024. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • Better Implementation Of Singleton Pattern in .NETFeb 27, 2024. This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
  • How to Install WDS in Server?Feb 26, 2024. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • Dynamic Model Binding in ASP.NET Core Web API Feb 22, 2024. Dynamic model binding in ASP.NET Core Web API allows flexible data binding for HTTP requests with varying structures. Follow these steps to implement dynamic model binding in your ASP.NET Core project.
  • Understanding the C# 10 Memory ModelFeb 22, 2024. Ziggy Rafiq discusses the C# memory model, including stacks, heaps, garbage collection, and memory leaks
  • Azure Hub and Spoke ArchitectureFeb 20, 2024. This article explores the Azure Hub and Spoke networking model, outlining its benefits and practical use cases. It provides a detailed architecture overview, emphasizing efficient maintenance, subscription limits, separation of concerns, and cost savings.
  • Tips to Launch Your SQL MissionFeb 20, 2024. This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we'll delve deep into actionable strategies and invaluable tips to help you kickstart your SQL learning journey and unleash the transformative power of data manipulation and insight extraction.
  • How to Do Work Folder in Windows Server?Feb 19, 2024. Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Policy and Active Directory.
  • Regression in Machine LearningFeb 14, 2024. Regression analysis forms the backbone of predictive modeling in machine learning, enabling us to forecast continuous outcomes based on input variables. This article delves into various regression metrics, elucidating their significance through practical examples and offering insights into their interpretation.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Refresh Power BI Semantic Model from MSFT Fabric Data PipelineFeb 13, 2024. This content provides a solution for refreshing the Power BI Semantic Model using Microsoft Fabric Data Pipelines. It outlines the problem statement, prerequisites, and a detailed step-by-step solution.
  • Learn about Reflection in C#Feb 13, 2024. Reflection is a powerful feature in C# that enables you to inspect and interact with types, assemblies, and objects at runtime. It provides a way to dynamically discover and use information about types, invoke methods, and access fields and properties.
  • Polymorphism Concept in Object-Oriented ProgrammingFeb 12, 2024. What do you mean by polymorphism? Polymorphism is explained with C# examples, Polymorphism, a concept extending beyond programming, is illustrated in everyday scenarios. Electrical outlets serve as an analogy, supporting diverse devices—an example of polymorphism manifesting in real life.
  • Difference Between UNION and UNION All (SQL Server)?Feb 12, 2024. UNION merges and filters out duplicates from various SELECT queries, whereas UNION ALL combines them without eliminating duplicates, providing quicker results but retaining all rows, including duplicates.
  • What is Memento Pattern in C#?Feb 09, 2024. In this article, we will learn aboutThe Memento Pattern in C# enables capturing and restoring an object's state. It's crucial for implementing undo/redo functionalities and managing state changes efficiently in object-oriented systems, enhancing code maintainability and flexibility.
  • 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.
  • Difference Between Raw SQL and Dapper Feb 08, 2024. Explore the trade-offs between using raw SQL queries and leveraging Dapper, a micro-ORM for database access in C# development. Delve into performance, code maintainability, and efficiency to make informed decisions in your data retrieval strategies.
  • What Are Relationships in Power BIFeb 08, 2024. This content provides an overview of the different types of relationships that can be established between tables in Power BI. It discusses four main types of relationships: many-to-one, one-to-one, one-to-many, and many-to-many.
  • AWS Transfer Family ( SFTP , FTP , FTPS Server ) OverviewFeb 08, 2024. AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protocols like FTP, FTPS, and SFTP. It integrates with S3, CloudWatch, and Lambda for seamless workflows.
  • How to Deploy Angular Application on Nginx?Feb 07, 2024. Deploying an Angular application on Nginx involves setting up Angular, installing Node.js, creating folders, installing Angular CLI, downloading Nginx, configuring ports, building the app, copying files to Nginx's HTML folder, and starting and stopping the Nginx server.
  • Understanding Logistic Regression In Machine LearningFeb 06, 2024. This article details a basic concept of the Logistic Regression algorithm in Machine Learning . Explore the fundamental concepts, such as the use of the sigmoid function for probability transformation, and learn the high-level steps for creating a Logistic Regression model.
  • Mastering T-SQL Rank FunctionsFeb 06, 2024. SQL window functions like ROW_NUMBER, RANK, DENSE_RANK, and NTILE are vital for advanced data analysis. They organize, order, and rank data within result sets. ROW_NUMBER assigns unique sequential numbers, RANK assigns unique ranks allowing ties
  • Understanding the Factory Pattern in .NET CoreFeb 06, 2024. Explore the power of the Factory Pattern in software design, a creational pattern enhancing flexibility. Delve into a real-world example using .NET Core for a car manufacturing system.
  • Automated Deployment of SQL Server Database through Azure DevopsFeb 06, 2024. Explore an automated deployment solution for SQL Server databases using Azure DevOps. This guide details the setup of a self-hosted agent, granting necessary server access, and configuring a release pipeline for deployment.
  • Override Basic Object of PythonFeb 06, 2024. This article introduces the concept of overriding methods in Python, focusing on the str and repr methods of the base object class. It explains how developers can customize the output when printing objects by overriding these methods.
  • Data Vault Design in Azure SQL - Read PII with Customer KeysFeb 05, 2024. Data Vault design in Azure SQL - Utilizing Customer keys to read PII information in databases. Ensuring data security in the cloud era is crucial, especially with the rise in data attacks. Protecting Personally Identifiable Information (PII) is paramount during cloud migration.
  • How to Create Folder Redirection on ServerFeb 05, 2024. Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
  • Understanding "obj" and "bin" Directories in ASP.NET Core Web APIFeb 05, 2024. These directories are needed because the C# compiler and linker require intermediate files to be generated during the build process to produce the final output file. The "obj" directory contains these intermediate files, which are needed to link and optimize the final executable or library file.
  • How to Do Account Lockout Policy on ServerFeb 05, 2024. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • Power BI January 2024 Feature UpdatesFeb 04, 2024. Explore the latest Power BI updates, featuring a new "Show visuals as tables" view mode, enhanced styling options for column and bar charts, and extended customization for data labels.
  • Optimizing Angular and C# PerformanceJan 31, 2024. Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
  • JavaScript Destructuring: Arrays, Functions, and ObjectsJan 31, 2024. Destructuring is a powerful feature in JavaScript that allows you to extract values from arrays, objects, and function parameters easily.
  • What Are Primary Constructors in C# 12?Jan 31, 2024. C# 12 has a number of new features, one of which is Primary Constructors, which offer a simplified and more concise method of constructing objects in C#.
  • SQL Server Migration Strategy into Azure SQL PaaS DatabaseJan 30, 2024. This article outlines a strategic approach to migrating SQL database workloads from on-premises to Azure cloud services. It covers the high-level migration roadmap, choosing the right migration path, and tools.
  • Power of Large Language Models with Hugging FaceJan 25, 2024. In this article you will discover the magic behind language technology! Explore key concepts like the Transformer and T5 models, making language processing easy. Dive into our Databricks demo to see these ideas in action, turning theory into real-world solutions for efficient data summarization.
  • Working with Modern Command Bar Designer in PowerAppsJan 25, 2024. In this article we will discuss about modern command designer and how it is becoming more popular alternative to RibbonWorkBench. We will discuss various Use Cases followed by a demo discussing step by step process for the same.
  • Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL ServerJan 25, 2024. In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP.NET Core Web API using .NET Core 8 and saving data in a Dockerized MS SQL Server. Follow the steps for setup and coding.
  • Run MS SQL Server on Docker 📦Jan 24, 2024. In this article, I'm going to show how to install Docker on Windows 11 and run the MS SQL server on it.
  • How to Create Virtual Machine in Azure PortalJan 23, 2024. Azure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. This quickstart shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows Server 2019.
  • How to Remove Server Roles and Features in ServerJan 23, 2024. To remove roles, role services, and features, you can use the Remove Roles and Features Wizard. Learn the proper and easiest method to remove server roles and features on Server 2019. Follow step-by-step instructions, including demoting a domain controller and handling restart.
  • Building a Responsive Navigation Bar with Vue.jsJan 22, 2024. Creating a navigation bar is a fundamental step in web development, and Vue.js simplifies the process by offering a clean and efficient way to handle dynamic user interfaces. In this guide, we'll break down the components needed for a basic navigation bar, and delve into Vue.js concepts such as models, and views.
  • Run Azure Pipelines using Local ServerJan 22, 2024. This article describes the process to run Azure Pipelines from local machine and followed by a small demo using Power Platform Task.
  • 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.
  • Eager Loading In ASP.NET Core Web API Complete Example Jan 22, 2024. In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database calls. Let's implement an example of eager loading in an ASP.NET Core Web API using Entity Framework Core.
  • How to Connect Client Computer to Server DomainJan 22, 2024. For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but this is not a requirement.
  • Understanding Page Redirection in TypeScriptJan 20, 2024. Page redirection is a crucial mechanism in web development that involves directing search engines and users to a different URL from the original one. This process can occur within the same server, across different servers, or even on distinct websites. Unlike refreshing a page, redirection is a deliberate action, often implemented using JavaScript to enhance user experience.
  • How to Create SessionStorage in Blazor Server?Jan 19, 2024. This article will teach how to implement session storage in Blazor Server applications. This article guides you through creating session storage using Protected Session Storage in Blazor Server. Learn to enhance security and manage user sessions effectively, ensuring a robust application.
  • Creating Custom User Authentication using AbstractBaseUser in DjangoJan 18, 2024. This article explains the complete process of how one can create and use custom user models. The AbstractBaseUser class in Django is a fundamental component of the authentication system.
  • How to Create Reusable Confirmation Modals in Blazor ServerJan 17, 2024. In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, making your app more user-friendly and efficient
  • Automated Power BI Reports with One Lake's Published Semantic ModelJan 17, 2024. This article will teach you how to create automatic Power BI report with semantic model (One Lake Data hub) in Microsoft Fabric. We will further delve into how to change the visual.
  • WeakSet Object in ES7 and TypeScriptJan 16, 2024. The WeakSet object emerges as a unique entity designed specifically for storing weakly held objects. Unlike its counterpart, Set, WeakSet exclusively deals with objects, offering distinct advantages. This article delves into the intricacies of the JavaScript WeakSet object.
  • JavaScript Map Object in ES7 and TypeScriptJan 16, 2024. The JavaScript Map object is a versatile tool for mapping keys to values, offering efficient operations for searching, updating, and deleting elements based on specified keys. In this article, we will explore the capabilities of the Map object in ES7 (ECMAScript 2016) and delve into its application in TypeScript.
  • Set Object in ES7 and TypeScriptJan 16, 2024. The JavaScript Set object is a versatile tool for managing collections with unique values, accommodating various data types, including both primitive values and object references. In this article, we'll dive into the capabilities of the Set object in ES7 (ECMAScript 2016) and explore its usage in TypeScript.
  • Understanding and Managing Server-Side (Output) Caching in .NetJan 15, 2024. IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration, and sliding expiration for optimization.

About Server-Object-Models

NA

OUR TRAINING