Related resources for System
  • Create Comment System Like Facebook YouTube Viva Engage Yammer 7/23/2024 6:50:52 AM. The article explains how to implement a commenting feature using a scrollable screen. It covers creating a scrollable screen, adding and aligning controls, handling dynamic gallery heights, and managi
  • Understanding ADO.NET Data Providers7/22/2024 8:15:19 AM. In the realm of .NET application development, ADO.NET (ActiveX Data Objects for .NET) serves as a bridge between your application and various data sources. A key component of ADO.NET is its data provi
  • Enhancing Performance and Safety with System.Threading.Lock in .NET 9 and C# 137/22/2024 2:26:10 AM. Explore the new System.Threading.Lock in .NET 9 and C# 13 for enhanced multithreading performance and safety. This article covers its benefits, compiler warnings for misuse, and best practices for loc
  • Task Scheduling with System.Threading.Timer in .NET7/21/2024 4:05:41 AM. Efficient task scheduling is essential for many applications, whether you're building background services, automated tasks, or periodic data processing. In .NET, the System.Threading.Timer class p
  • Advanced Topics in .NET Standard7/17/2024 5:48:43 AM. .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It enables code sharing and reuse across different .NET platforms, including .NET Co
  • Porting Libraries to .NET Standard7/17/2024 12:30:37 AM. Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
  • Introduction to .NET Standard7/17/2024 12:19:50 AM. .NET Standard simplifies cross-platform development by defining a unified set of APIs for .NET platforms like .NET Core, .NET Framework, and Xamarin. It enables code sharing across these platforms, en
  • TaskCompletionSource in .NET to Convert Async Non Task to Async Task7/9/2024 7:34:07 AM. TaskCompletionSource<T> in .NET allows manual creation and control of tasks, enabling custom async patterns and adapting non-task-based APIs. With methods like SetResult, SetException, and SetCa
  • Two-Tier and Three-Tier Architecture with example7/4/2024 7:38:08 AM. This content explores the fundamentals of two-tier and three-tier architecture, key models in software system design. It covers their structures, components, and functionalities, highlighting the clie
  • Dependency Injection System in Angular 187/3/2024 12:39:32 PM. Angular 18 introduces significant enhancements to its Dependency Injection (DI) system, pivotal for scalable and maintainable applications. These improvements include optimized tree-shakability, ensur
  • Creating a User Login System with SQL Server Stored Procedures7/2/2024 7:12:28 AM. Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs a
  • Business Data Connectivity6/30/2024 3:17:55 PM. In this article, we will learn Business Data Connectivity refers to the seamless integration of data across various enterprise systems, enabling efficient data access and management.
  • Getting Started with ZooKeeper: A Beginner's Guide6/20/2024 8:57:57 AM. Learn the basics of Apache ZooKeeper, a distributed coordination service, including its architecture, installation, usage, and practical examples.
  • Popup Notification in Windows Forms6/19/2024 9:54:53 AM. Learn how to implement popup notifications in Windows Forms applications with this comprehensive guide. Explore techniques using MessageBox, NotifyIcon, and custom forms for user-friendly notification
  • Reflection In .NET6/19/2024 9:34:31 AM. Explore .NET Reflection, a powerful API for runtime type introspection in .NET Framework. Learn about key classes like System.Reflection.Assembly and System.Type, essential for dynamic type loading an
  • Understanding ZooKeeper: Key Concepts and Architecture6/19/2024 5:24:30 AM. Explore the key concepts and architecture of ZooKeeper, a distributed coordination service, and understand its impact through an example of a distributed lock service.
  • How To Implement Authentication Using Identity Model In ASP.NET Core 6/18/2024 10:48:48 AM. ASP.NET Core Identity is a robust authentication mechanism in .NET Framework, replacing classic ASP.NET's membership system. It offers comprehensive user and role management, integrates with Entit
  • Top 50 Linux Interview Questions and Answers6/18/2024 5:00:14 AM. Unlock your potential with "The Ultimate Linux Interview Question and Answer Handbook." This comprehensive guide covers essential Linux topics, from basic commands to advanced system adminis
  • Access Storage In Azure Function App With Managed Identity6/16/2024 2:31:47 PM. In modern cloud applications, managing credentials securely and efficiently is crucial. Azure provides a robust solution with Managed Identities, allowing services to authenticate without storing cred
  • Learn Webhook vs. Callback URL6/13/2024 7:20:48 AM. Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callback
  • Top 10 Network-attached storage (NAS) Operating Systems6/13/2024 5:07:01 AM. NAS, Network-Attached Storage, Cloud Storage, FreeNAS, OpenMediaVault, Synology DSM, QNAP QTS, Rockstor, Unraid, XigmaNAS, Openfiler, Amahi, Asustor ADM.
  • Exploring the Multi-Faceted Architecture of AlbertAGPT: A Paradigm of Secure and Reliable AI by John Godel6/11/2024 11:28:25 AM. AlbertAGPT, a cutting-edge AI architecture, prioritizes security, safety, and reliability. With 190 trillion parameters, it integrates real-time knowledge acquisition, ensuring responsible and continu
  • Avalanche Subnets: The Future of Customizable Blockchain Networks6/11/2024 9:59:38 AM. Explore the evolution of blockchain technology and discover how Avalanche's innovative subnets provide unmatched scalability, customizability, and interoperability for diverse applications and ind
  • What are the Different Architectural Patterns?6/7/2024 10:34:45 AM. In this article, We will Explore the diverse landscape of architectural patterns, ranging from traditional monolithic designs to modern microservices and cloud-based architectures.
  • Delete Windows.old Folder In Windows6/6/2024 11:45:51 AM. Deleting the Windows.old folder in Windows is crucial for reclaiming disk space after a system upgrade. This folder contains the previous installation of Windows and can occupy a significant amount of
  • SQL Server Internal Stored Procedures That You Should Use6/6/2024 7:45:40 AM. SQL Server internal stored procedures are invaluable tools for developers, offering streamlined access to database information, session management, resource monitoring, configuration settings, and mor
  • Mastering ASP.NET Core Identity in ASP.NET Core MVC6/6/2024 7:23:54 AM. ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
  • Integrating SAP System With .NET Application6/5/2024 5:37:00 AM. Learn to connect and access data from SAP systems using SAP .NET Connector. Follow steps to integrate sapnco libraries, handle exceptions, and manage platform compatibility for successful execution. E
  • Understanding Temporal Tables in SQL Server6/4/2024 7:21:36 AM. Temporal tables are a powerful feature introduced in SQL Server 2016 that provides a built-in mechanism for capturing and querying historical data. They enable you to keep track of all changes made to
  • Assign System Managed Identity to Azure Function Apps with PowerShell6/3/2024 7:52:08 AM. Learn how to streamline identity management by assigning system managed identities to Azure Function Apps using PowerShell. This guide covers the benefits of managed identities, step-by-step instructi
  • Automate Placeholder Replacement with Custom Data Models5/30/2024 8:52:48 AM. Discover how to dynamically generate text content by replacing placeholders with actual data using a versatile TypeScript function. Enhance user engagement through personalized content delivery, appli
  • The Curse of Dimensionality5/29/2024 10:01:32 AM. Discover SQL's System-Versioned Temporal Tables: Track data changes over time with timestamps, enabling historical analysis and efficient data management. Experience the power of time-traveling qu
  • System-Versioned Temporal Tables in SQL5/29/2024 10:00:38 AM. System-Versioned Temporal Tables in SQL enable tracking historical changes to data over time. SQL's temporal tables maintain a history of modifications, allowing users to query data as it existed
  • Null Propagation Operator: A New Feature of C# 6.05/29/2024 8:10:30 AM. On November 12, 2014, Microsoft announced Visual Studio 2015 Preview and C# 6.0, featuring the Null Propagation Operator. This operator simplifies null checks, reducing code complexity and bugs. It al
  • Creating Dynamic Narration in Scripts with System.Speech and .NET 85/28/2024 7:24:00 AM. Creating Dynamic Narration in Scripts with System.Speech and .NET 8" enables automated speech synthesis in scripts using .NET's System.Speech library. Harnessing dynamic content generation, i
  • Reflecting Data to .NET Classes: Part II5/27/2024 11:58:38 AM. This article continue the series of Reflecting Data to .NET Classes. In the first article, we discussed the concept “Reflecting Data”. The techniques behind it were also explained and demonstrated. Th
  • Building a Blockchain in .NET5/27/2024 5:49:07 AM. Blockchain technology offers a decentralized, immutable ledger system beyond cryptocurrency. This guide demonstrates building a basic blockchain using .NET, covering key concepts, implementation steps
  • Tackling Security with the Sticky Bit5/22/2024 10:59:23 AM. Tackling Security with the Sticky Bit" delves into the pivotal role of the sticky bit in Linux file permissions. Explore how it enhances directory security by restricting deletion to file owners,
  • Exploring Linux: Unlocking the Secrets of the Open-Source 5/21/2024 10:24:04 AM. Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux ker
  • Optimize File Monitoring with Custom .Net8.FileSystemWatcher in .NET5/21/2024 7:13:02 AM. Discover enhanced file monitoring with Custom .Net8.FileSystemWatcher NuGet Package in .NET 8. Harness advanced features for real-time tracking, event-driven programming, and improved file system even
  • Difference Between VIM & Raspberry Pi5/20/2024 11:43:05 AM. 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 audienc
  • Embed Power BI in Dynamics 365 CE Dashboard with Environment Variables5/20/2024 11:10:41 AM. In this article, we learn how to seamlessly embed a Power BI report as a system dashboard in Dynamics 365 Customer Engagement (CE) using environment variables.
  • Dynamically Creating Applications Using System.CodeDom5/17/2024 10:20:56 AM. System.CodeDom in .NET enables dynamic application creation by programmatically generating and compiling code at runtime, facilitating flexible and customizable software development processes.
  • CAP Theorem: Navigating the Trade-offs in Distributed Systems5/17/2024 9:03:46 AM. The CAP theorem, introduced by Eric Brewer in 2000, outlines the trade-offs between Consistency, Availability, and Partition Tolerance in distributed systems. This article explores its history, princi
  • Get All Installed Printers in C#5/16/2024 6:03:55 AM. Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
  • Dynamically Call a Function in C#5/16/2024 5:52:41 AM. In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names an
  • Managed Identities for Azure Resources5/10/2024 4:15:52 AM. Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
  • Windows 10 Tips And Tricks5/3/2024 9:19:07 AM. Discover valuable Windows 10 tips and tricks to enhance your productivity and efficiency. Learn how to customize settings, use keyboard shortcuts, and optimize performance. Explore hidden features, ma
  • Installing Grafana for different Operating Systems5/2/2024 8:25:40 AM. Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
  • Transactional Queue in .NET5/1/2024 11:34:58 AM. Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca
  • To Find Installed Version of .Net Framework Using CLR Version Tool5/1/2024 11:14:47 AM. Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versions
  • Xamarin.Forms - Open App Store Or Play Store In XamarinApp4/30/2024 9:34:20 AM. Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
  • Using Message Queues In C#4/29/2024 11:21:23 AM. In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]4/29/2024 10:01:35 AM. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • Upload a File and Then Create Zip File in .NET 4.54/29/2024 9:55:58 AM. Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO for
  • Client Script - OnLoad with Realtime Scenarios and Use Cases4/29/2024 5:22:43 AM. In his article, let's explore the nuances of OnLoad client scripts in the ServiceNow environment and provide developers and administrators with an extensive how-to guide for making the most of thi
  • Story Of Equality In .NET - Part One4/26/2024 12:15:39 PM. This content outlines the complexities of equality and comparison in .NET, diving into topics like reference vs. value equality, the role of interfaces, and issues with floating-point arithmetic. It e
  • DriveInfo Class in C# with an Example4/25/2024 10:09:36 AM. The DriveInfo class in C# allows accessing and managing disk drive information such as available space, drive type, and volume details. With its methods and properties, it enables efficient disk space
  • DNN (Formerly DotNetNuke) Tutorial - Part 2 (Adding Modules)4/25/2024 8:32:03 AM. Explore the second part of our comprehensive tutorial series on DNN (formerly DotNetNuke). In this segment, learn the essential steps for adding modules to your DNN website, enhancing its functionalit
  • Create An Ordering System Using Laravel, RabbitMQ, And Twilio4/24/2024 7:30:46 AM. By the end of this article, you will be able to create a web application using PHP which will be able to store the message in the queue and will be able to send messages to the users on their phone.
  • Component Wise vs. Functionality Wise - Team Breakup4/23/2024 8:34:26 AM. Agile methodology advocates for smaller teams like frontend, backend, and data engineering for enhanced productivity. Component-oriented and feature-oriented teams streamline development, but communic
  • Getting Assembly Metadata at Runtime4/23/2024 8:22:02 AM. Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and o
  • How to use InterPlanetary File System in React?4/23/2024 6:15:18 AM. This article will explore how we can integrate IPFS in React applications. This comprehensive guide explores the integration of IPFS (InterPlanetary File System) with React, demonstrating how to build
  • How to Create a Node.js Logging System with Express4/23/2024 4:37:28 AM. In this article, we learn how to use a logging system by using node js. This article explores Node.js logging with Winston and Express, emphasizing logging's significance in monitoring, troublesho
  • Assembly Browser: Browsing a .NET Assembly4/22/2024 9:28:25 AM. Learn to create EXE and DLL files using MASM in Visual Studio. Configure project settings, write assembly code, debug, and test applications. Explore the power of assembly language for faster executio
  • Understanding the Layers of Database Management Systems4/21/2024 2:29:09 PM. Unlocking the Power of Three-Tier Architecture: A Comprehensive Guide to Understanding and Implementing Database Management Systems. Dive deep into the layers of presentation, application, and data ma
  • Newtonsoft.Json vs. System.Text.Json: Comparative Analysis4/17/2024 4:44:19 AM. In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two lib
  • Abstracting Azure Service Bus And Azure Queues To Send Messages4/16/2024 8:51:29 AM. Abstracting Azure Service Bus and Azure Queues simplify message sending by providing high-level interfaces. This allows seamless integration with Azure's messaging infrastructure, enabling efficie
  • SQL Server System Functions: Aggregate, String, Math, Date4/15/2024 11:17:36 AM. Learn about SQL Server system functions including aggregate, string, mathematical, and date time functions. Explore their syntax and examples for efficient database operations. Ideal for beginners an
  • Learn Dependency Properties In WPF?4/15/2024 10:43:40 AM. In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
  • Polymorphic serialization using System.Text.Json4/12/2024 5:50:15 AM. Polymorphic serialization is the process of serializing and deserializing objects of different types that share a common base type. This allows us to preserve the specific type information of each obj
  • Getting Started With MicroServices4/11/2024 6:17:13 AM. In this article, you will Embark on your journey into Microservices, the architecture revolutionizing modern software development. Explore scalability, distributed systems, RESTful APIs, and container
  • Use of Environment Variable in Windows 84/10/2024 10:43:21 AM. Learn how to manage Environment Variables in Windows 8 using Control Panel. Add, edit, or delete variables to customize system settings for better program execution. Simplify software kit installation
  • Security ASP.net Core MVC (C#) Encryption and Decryption4/9/2024 6:14:18 PM. On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offe
  • How to Show Current Path on Title Bar in Windows 84/9/2024 9:24:50 AM. In this article, I will show you how to enhance your Windows 8 experience by displaying the current path on the title bar. Navigate through your file system with ease as you customize your Explorer in
  • How to Take an Ownership on Windows 84/9/2024 9:14:45 AM. To take ownership in Windows 8, access file/folder properties, go to Security tab, click Advanced, then Change Owner. Choose desired user/account and grant full control for administrative privileges.
  • Enable Remote Desktop Connection in Windows 84/8/2024 11:48:12 AM. To enable Remote Desktop Connection in Windows 8, navigate to System Settings or Control Panel, locate Remote Desktop settings, enable Remote Desktop, configure network settings, adjust firewall setti
  • NSX-T and the VMware SDDC Ecosystem4/6/2024 6:16:11 AM. Explore VMware's Software-Defined Data Center (SDDC) ecosystem, including vSphere, ESXi, vCenter Server, VSAN, and NSX for comprehensive virtualization and network management
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • Password Policy/Strength ASP.NET MVC Validator4/4/2024 9:12:10 AM. The ASP .NET MVC Password Policy Validator facilitates implementing password policies and determining password strength for web system users. It utilizes ASP .NET MVC architecture, extension methods,
  • How to Send an Email With Image in C#4/3/2024 9:41:22 AM. Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
  • Exploring the Contrasts: Azure Service Bus vs. RabbitMQ4/2/2024 11:11:33 AM. Azure Service Bus and RabbitMQ are messaging systems, but differ in deployment (cloud vs self-hosted), protocol support, and feature set. Azure Service Bus is fully managed and integrated with Azure,
  • File Handling In C# .NET3/29/2024 6:31:51 AM. This article explores C# .Net's System.IO namespace for file manipulation tasks, covering directory exploration, file operations like read, write, copy, delete, and more. It delves into DirectoryI
  • Overview Of Cycle Error Logs3/28/2024 6:34:11 AM. I saw this again recently and see it too often in environments so wanted to take a second to remind everyone to cycle their error logs on a regular basis. SQL Server keeps error logs and when you rebo
  • How To Get Started With Always Encrypted For Beginners - Part Two3/28/2024 6:26:09 AM. In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
  • What is JSON Serialization and Deserialization in C# 3/27/2024 6:23:31 AM. JSON (JavaScript Object Notation) has become a ubiquitous data interchange format, especially in web development. In C#, developers have multiple options for serializing C# objects to JSON and deseria
  • Namespace for Authentication Routes in MVC and Its Importance3/19/2024 1:18:38 PM. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
  • How to Open This PC Window in Windows 103/19/2024 11:55:13 AM. In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
  • Handling JSON in C#3/16/2024 11:01:45 AM. C# provides seamless JSON handling with System.Text.Json. Easily parse JSON strings into C# objects and vice versa for efficient data manipulation.
  • Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details3/15/2024 6:16:24 AM. Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
  • Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details3/15/2024 6:14:41 AM. In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
  • Let's Understand About Git Branches 📥📤 And Its Real Time Uses3/15/2024 6:13:53 AM. Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
  • Let's Know About Git Branches 📥📤 And How To Implement It3/14/2024 10:56:13 AM. Git branches are effectively a pointer to a snapshot of your modifications. So, Instead of copying files from directory to directory, Git stores a branch as a reference to a commit.
  • Introduction To Git 📥📤3/14/2024 10:49:15 AM. An introduction to Git: a powerful version control system for tracking changes in code projects. Git facilitates collaboration, tracks history, and manages changes through commits, branches, and merge
  • Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details3/14/2024 10:48:47 AM. In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and r
  • Steps For Configuring Git 📥📤 With Details3/14/2024 10:48:11 AM. Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
  • Steps To Ignore Files Using Gitignore 📥📤 In Details3/14/2024 10:47:32 AM. We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific files or directories, enhancing version con
  • SharePoint 2010 - How Do Alerts Work?3/5/2024 10:21:07 AM. In this article, we can discover the inner workings of SharePoint 2010 alerts and learn how users can subscribe to notifications for document changes, task assignments, or list updates.
  • How to Do Distributed File System (DFS) In Server3/4/2024 8:12:37 AM. 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.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download