Related resources for dit
  • Organizing Resource Deployments Using Bicep11/14/2024 11:01:24 AM. Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
  • Difference Between Break and Continue in JavaScript10/24/2024 6:58:10 AM. In JavaScript, both break and continue are control flow statements used in loops. The break statement stops the loop entirely when a condition is met, while continue skips the current iteration and mo
  • Conditional Access App Control With Defender for Cloud Apps10/21/2024 7:52:49 AM. Conditional Access App Control With Defender for Cloud Apps.
  • Setting Up Values Without Conditional Checks in Power Automate10/14/2024 4:19:26 AM. In this article, we explore how to set variable values in Power Automate without using conditional checks. We demonstrate two methods: one using traditional condition actions, and another with dynamic
  • Integrating SharePoint with Power Automate for Status Updates10/13/2024 4:05:42 AM. Approval workflows are a crucial part of managing business processes, ensuring that the right people review and approve important items. With Power Automate, you can easily create automated approval w
  • Make Divs Editable For User With jQuery10/11/2024 12:28:33 PM. This article outlines a simple method to make a generic DOM element editable, enabling users to modify its internal HTML. By using jQuery, the tutorial demonstrates how to convert a div into a textare
  • Displaying Partial View On Condition in Web API10/8/2024 8:53:24 AM. This article explains how to create and display partial views conditionally in an ASP.NET MVC Web API application. By selecting a value from a drop-down list and submitting it, the corresponding parti
  • A Fix To PolyBase Issue In SQL Server 2019 Developer Edition10/3/2024 1:16:46 PM. This article will introduce the problem, the reason and the fix related to a PolyBase issue when installing the SQL Server Developer Edition 2019.
  • Create Year Quarter Month Drill Down With Proper Sort Order In Power BI10/1/2024 9:15:37 AM. This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
  • Overview of Minimal API10/1/2024 8:20:11 AM. Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
  • Building on Alchemy: A Guide to Deploying Smart Contracts9/30/2024 7:19:07 AM. This guide walks developers through deploying smart contracts on the Polygon network using Alchemy and Hardhat. It covers prerequisites, setting up Alchemy, creating a development environment, writing
  • Check which process deleted the files on Window9/28/2024 5:13:19 AM. Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
  • Sitecore Experience Editor Tips for Content Author Instructions9/26/2024 3:38:16 AM. This article demonstrates how to use a helper method in Sitecore to display informative or warning messages within the Experience Editor, aiding Content Authors in managing components effectively.
  • SharePoint Based Triggers In MS Flow - Part Two9/23/2024 11:26:54 AM. This article explores SharePoint triggers in MS Flow, detailing five key trigger points: file deletion, item creation, item modification, item deletion, and file creation/modification in a folder. It
  • Learn Sliding Window Technique9/23/2024 8:26:33 AM. The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adj
  • MongoDB Comparison Operators9/20/2024 7:46:04 AM. Learn how to use MongoDB comparison operators like $eq, $ne, $gt, $lt, and more in this comprehensive guide. Master querying and filtering data with practical examples and best practices for efficient
  • Cascading Drop-downs in Canvas Power App9/19/2024 1:40:38 PM. Learn how to create dynamic, dependent drop-downs that filter options based on user input, improving form efficiency and user experience. Perfect for Power Apps developers looking to streamline data e
  • How To Know The Version Of SharePoint9/19/2024 10:05:40 AM. This article explains how to determine the version of your SharePoint site using two methods. The first method involves accessing the host header URL and appending ‘/_vti_pvt/service.cnf’. The second
  • Validate CKEditor Using jQuery Validate9/12/2024 5:12:02 AM. This article explains how to validate CKEditor using jQuery Validate. CKEditor renders in an iframe, causing validation issues with jQuery. A custom jQuery validation method (ckrequired) is introduce
  • Build Microsoft Teams Bot Extension Using TypeScript9/11/2024 9:36:55 AM. Learn to build a Microsoft Teams Bot Extension with TypeScript in this guide. You'll set up your environment using Node.js and Visual Studio Code, create a bot with Teams Toolkit, and deploy it us
  • Creating User Defined Exceptions in Java9/9/2024 4:58:57 AM. Customized exceptions are necessary to handle abnormal conditions of applications created by the user.
  • FLOW Trigger Conditions For SharePoint - Run FLOW When Needed9/8/2024 10:44:58 AM. Learn how to configure FLOW in SharePoint to trigger only when necessary using trigger conditions. Control FLOW runs by specifying conditions like item status, reducing unnecessary executions and cons
  • How To Implement CKEditor In ASP.NET MVC9/5/2024 10:45:12 AM. CKEditor is a powerful, browser-based WYSIWYG editor that simplifies HTML content creation. It integrates seamlessly with ASP.NET MVC, allowing users to easily create and manage rich text content.
  • Resolving Race Conditions and Critical Sections in C#8/28/2024 9:49:18 AM. A race condition in C# occurs when multiple threads access shared data simultaneously without proper synchronization, leading to unpredictable and incorrect results. This tutorial covers how to identi
  • Enable Content Editor Web Part in SharePoint When Missing8/27/2024 11:57:58 AM. The Content Editor Web Part (CEWP) in SharePoint allows you to add custom HTML, CSS, and JavaScript to pages. If it's missing, enable the SharePoint Server Publishing Infrastructure and Publishing
  • How to Create a Content Editor Web Part Page in SharePoint8/27/2024 5:48:38 AM. Perfect for enhancing your SharePoint site's functionality, this tutorial covers everything from adding and configuring the web part to customizing content. Ideal for SharePoint beginners and seas
  • SharePoint 2016 Central Admin Error Http 500 The WebSite Cannot Display The Page8/20/2024 10:56:08 AM. Encountered an issue with SharePoint Server 2016 where the Central Administration website returns HTTP 500 errors post-installation. No clues from Event Logs or ULS logs. Enabled IIS "Failed Requ
  • Creating Carousel Using SharePoint Out-Of-The-Box WebPart8/20/2024 10:55:16 AM. To create a carousel on SharePoint, start by creating a Picture Library and uploading 3-4 images. Next, go to "Site Pages" and add a new page. Edit the page, add the "Picture Library Sl
  • Azure Databricks: Group By All Clause8/12/2024 5:25:13 AM. In this Azure Databricks episode, I covered how to use the Group By All clause to efficiently query data in the SQL editor.
  • Entity Framework (0-1), Overview Additions8/10/2024 2:07:26 PM. This article will add some additions for Entity Framework Overview.
  • Creating a Host-Named Web Application in SharePoint8/2/2024 8:41:22 AM. To create a host-named web application, first configure a DNS entry with the desired host name. Log in to your Active Directory server to create an A Host record pointing to your web server. In ShareP
  • Use ngx-simple-text-editor in Angular 188/1/2024 5:48:40 AM. Learn how to integrate the ngx-simple-text-editor into an Angular 18 application. This guide covers installation, setup, and configuration of this rich text editor component, enhancing your Angular pr
  • Implementing Thread-Safe Dynamic Arrays7/31/2024 9:08:36 AM. Implementing thread-safe, dynamically resizable arrays in C ensures data integrity in multi-threaded applications. Utilize mutex locks for synchronization, condition variables for state management, an
  • Blazor Web Assembly 3.2 Add/Edit/Delete Fully Functional Application - Part One7/29/2024 8:37:43 AM. This article guides you through creating a Blazor web assembly app with .NET Core hosting. It covers setting up .NET Core APIs, Entity Framework Core for SQL Server data access, and implementing CRUD
  • AlbertAGPT: Beyond the Traditional Chatbot7/29/2024 6:03:39 AM. AlbertAGPT by AlpineGate AI Technologies Inc. is a groundbreaking AI model featuring advanced architecture, real-time data integration, and domain-specific applications. It excels in security, continu
  • What are Smart Contracts in Blockchain ?7/26/2024 7:17:34 AM. Smart contracts are self-executing agreements coded into a blockchain. They automatically enforce and execute terms when predefined conditions are met, reducing the need for intermediaries. This ensur
  • Building A Login Form Using Material Design Control In Visual Studio 20177/26/2024 6:28:26 AM. This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
  • Populate Trainer’s Group Depending Upon Dropdown Value7/25/2024 12:01:07 PM. This is a complicated scenario where a group of individuals are listed in a drop-down menu, and every person in the list is selected based on the value specified in the drop-down menu.
  • After Business Rules in ServiceNow: Scenarios and Best Practices7/22/2024 3:49:40 AM. After Business Rules in ServiceNow execute after a database operation, enabling actions that depend on the successful completion of the initial operation. Common scenarios include audit logging, trigg
  • Cost-cutting through VMware virtualization7/22/2024 2:25:05 AM. In this article, we will explore how VMware’s virtualization solutions cut costs by improving resource utilization, reducing server needs, and simplifying disaster recovery.
  • Implementing a Audit Trail in ASP.NET Core Web API7/17/2024 12:18:56 PM. Learn how to implement a robust audit trail in an ASP.NET Core Web API using Entity Framework Core and SQL Server. This comprehensive guide covers setting up the project, defining data models like Pro
  • SQL Server Installation: 2022 Developer Edition --- Basic7/13/2024 3:18:01 PM. This article discusses the SQL Server installation --- Basic
  • SQL Server Installation: 2019 Developer Edition --- Custom7/13/2024 3:09:48 PM. This article describes the process of installation of SQL Server.
  • Working with Choices Columns in Dataverse using Power Automate7/3/2024 5:04:35 PM. Over the past few months, I've led a project using the Power Platform, achieving remarkable results. Today, I will share tips on working with Choices Columns in the Dataverse. Unlike SharePoint, D
  • Build a Simple Calculator in Solidity7/3/2024 12:38:35 PM. Learn how to create a basic calculator using Solidity, the programming language for Ethereum smart contracts. This tutorial covers essential concepts such as function creation, arithmetic operations,
  • Query to Find SQL Server Version7/2/2024 7:11:42 AM. To identify the version of SQL Server running, use the query SELECT @@VERSION AS 'SQL Server Version';. This returns detailed information including version number, edition (like Developer Edit
  • Client Script - OnCellEdit with Realtime Scenarios and Use Cases7/2/2024 4:38:57 AM. Explore the power of client-side scripting with a focus on OnCellEdit events, providing real-time scenarios and practical use cases. Delve into JavaScript's capabilities in frontend development, m
  • IIF in Microsoft SQL Server6/28/2024 6:29:20 AM. IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whet
  • Audit Trail And Data Versioning With C# And MVC6/26/2024 10:24:23 AM. This article describes implementing an audit trail and data versioning system using C# reflection and SQL databases. It focuses on medical records applications, outlining database setups, MVC applicat
  • Return View With ViewName in Controller Sample in MVC - Day 56/24/2024 9:02:13 AM. This article describes how to return a view name from a controller in an MVC project. Start by creating an MVC project from the "Empty" template, then add a controller by right-clicking on &
  • Predicate Delegates in .NET Core C#: Syntax, Usage and Examples6/22/2024 10:26:47 AM. Like Func and Action delegates, the predicate is a delegate. It symbolizes a procedure that verifies that the passed parameter satisfies a set of requirements. One input parameter must be provided by
  • Editing JSON of Fabric Data Pipelines - Part 16/21/2024 10:10:04 AM. Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a mi
  • Resolving "File Checked Out Or Locked For Editing" Issue In SharePoint6/20/2024 10:12:47 AM. A common issue in SharePoint is being unable to delete a folder due to it being checked out or locked for editing by another user. This often happens even if the user has full rights. The problem can
  • How to make Image Editor Tool in C#6/18/2024 10:46:04 AM. How to make an image editing tool with the help of C#. In this image editing tool we include resizing image, cropping image, brightness and contrast in images, rotation and other various common image
  • Understanding SQL Triggers: Types, Uses, and Examples6/17/2024 4:52:25 AM. SQL triggers are powerful database objects that automatically execute in response to specific events occurring within a database. They enable developers to automate tasks, enforce data integrity, and
  • Streamlining Collection Chunking in .NET 6: .Chunk vs. Methods6/16/2024 8:46:47 AM. .NET 6 introduced several new features and enhancements that streamline development in C#. One such feature is the . The chunk method, which provides a simple way to split collections into smaller, ma
  • TreeView In WPF6/14/2024 10:37:05 AM. Explore the WPF TreeView control in this tutorial, designed to display hierarchical data with expandable nodes. Learn to add, delete, and style TreeView items dynamically using XAML and C#. Enhance y
  • How to Save Power Apps Editable Gallery Data to Sharepoint List?6/13/2024 10:43:13 AM. The PowerApps ForAll function iterates through Gallery5 items, using Patch to update TimeSheetEntriesDetail. It captures date, project ID, and employee details from tempcol, ensuring precise data inse
  • Validate Your Blazor Form Using EditForm6/13/2024 8:22:26 AM. Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code com
  • Store Humidity And Temperature Data In Real-Time Database Through Raspberry-Pi6/11/2024 12:37:35 PM. Learn to store IoT sensor data on Firebase using Raspberry Pi. Set up Firebase, authentication rules, and Python code to send DHT 11 sensor data. Execute, monitor, and interact with data in real-time.
  • Replace Conditional Statements (IF/ELSE Or SWITCH) With Factory6/6/2024 11:40:34 AM. Learn how to replace long IF/ELSE or SWITCH statements with polymorphism using the RIP design pattern. This article covers implementing the Simple Factory pattern and lazy loading, enhancing code mai
  • Creating Text Editor Using ASP.Net and jQuery6/5/2024 5:34:03 AM. Learn to build a text editor using ASP.NET and jQuery. Add TextBoxes, a Button, and a HiddenField. Apply CSS for styling. Integrate jQuery files for functionality. Handle events and data manipulation
  • 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
  • Arrow Function Variants in JavaScript6/3/2024 8:14:29 AM. Arrow functions in JavaScript offer concise syntax for writing functions. They simplify coding with features like no parameter handling, optional parentheses for single parameters, and streamlined fun
  • Additional Tokenizer Support in ML.NET6/3/2024 4:52:40 AM. Tokenization is a fundamental component in the preprocessing of natural language text for AI models. Tokenizers are responsible for breaking down a string of text into smaller, often referred to as to
  • TextPad Application in C#5/31/2024 11:52:29 AM. This C# code defines a simple text editor application in Windows Forms. It includes functionalities to open, save, clear text, and exit. File handling operations are performed using StreamReader and S
  • Do While Loop in C#5/30/2024 4:45:42 AM. Do-while loop in C# guarantees execution of code block at least once. Syntax: do { /* Code */ } while (condition);. Steps involve code execution, condition evaluation, loop continuation, and terminati
  • 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
  • Null-Conditional Operators in C# - Simplifying Null Checks & More5/27/2024 11:46:08 AM. Explore the null-conditional operators in C# 6.0, which simplify null checks and prevent NullReferenceExceptions. Learn about the ?. operator, null-conditional indexing, and combining these with null-
  • Null-Conditional Operators in C#5/27/2024 6:59:26 AM. This article explains Null-conditional Operators in C#, detailing their use for simplifying null checks, avoiding NullReferenceExceptions, working with collections, and combining with extension method
  • How to Conditionally Apply Class Attributes in ReactJS5/24/2024 5:00:01 AM. In this article, we will learn how to conditionally apply class attributes in ReactJS using the classnames utility. This guide demonstrates how to dynamically assign CSS classes based on component sta
  • Conditional and Boolean Operators in Angular5/21/2024 6:19:46 AM. Angular leverages RxJS operators for conditional and Boolean operations on observables. Key operators include defaultIfEmpty, every, find, findIndex, isEmpty, takeWhile, skipWhile, and takeUntil, enha
  • audit and auditTime Operator in Angular5/21/2024 4:55:15 AM. In Angular's RxJS, the `audit` and `auditTime` operators control observable emissions. `audit` uses a function-based duration, while `auditTime` uses a fixed duration, both effectively managing hi
  • If Statement in C#5/20/2024 5:09:33 AM. Master the fundamentals of C# with if statements. Learn to control program flow based on conditions, enabling dynamic decision-making in your code efficiently."
  • Switch Statement in C#5/16/2024 4:00:25 AM. Learn how to use the switch statement in C# for efficient control flow. Explore its syntax, including case labels, break statements, and default handling. Discover how to leverage switch with enums an
  • Merge Multiple CSV Files With Same Header Using Windows PowerShell5/14/2024 11:01:33 AM. Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data int
  • Deep Dive Into Race Condition Problem in .NET5/12/2024 1:23:55 PM. In a multithreading environment, there are many benefits and challenges to consider. In our case, we will focus on one of the most popular challenges the Race Condition Problem.
  • Understanding of ConcurrentDictionary in .NET5/9/2024 3:59:02 AM. Everything is becoming more concurrent, so usually server-based(or multithreaded environments) applications are faced with non-thread-safe problems such as race condition.
  • How To Upgrade Windows 10 Home To Windows 10 Pro5/7/2024 10:41:20 AM. Upgrade from Windows 10 Home to Windows 10 Pro effortlessly. Unlock advanced features like Remote Desktop, BitLocker, and Group Policy. Easily access enhanced security, management, and productivity to
  • Ckeditor4 Integration with MathType and ChemType using jQuery5/6/2024 11:58:44 AM. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEdit
  • Customize Menu and Toolbar in SQL Server 20125/3/2024 11:43:10 AM. Customizing menus and toolbars in SQL Server 2012, via SQL Server Management Studio, involves modifying shortcuts, adding or removing commands, and rearranging options to streamline workflow. This cus
  • Create SharePoint List Workflow Using Designer5/3/2024 5:40:44 AM. Utilize SharePoint Designer to create efficient list workflows, incorporating actions and conditions for automation. Seamlessly design approval workflows and customize templates within the SharePoint
  • Configure Or Change The Audit Settings In SharePoint Online5/2/2024 9:56:23 AM. In this article, we will learn how to manage audit settings in SharePoint Online for enhanced security and compliance. Discover step-by-step instructions to configure or change audit settings using th
  • How to Turn Off Automatic Updates In Windows 105/1/2024 11:39:39 AM. Learn the importance of computer updates, especially in Windows 10, for security and performance. Understand Microsoft's automatic update system and discover methods to disable updates, enhancing
  • How to Bind and Perform Update, Edit, Delete Operation on DataList Control in 3 Tier in ASP.Net5/1/2024 11:10:55 AM. Learn how to implement CRUD operations on a DataList Control in ASP.NET using C#. This tutorial guides you through creating a three-tier architecture with an SQL Server Database, designing the UI, wri
  • Validating Mobile IMEI Number5/1/2024 11:10:15 AM. Validating Mobile IMEI Numbers ensures device authenticity and legality. IMEI, or International Mobile Equipment Identity, serves as a unique identifier for mobile devices. Verification confirms devic
  • From Traditional to Modern: Understanding of JavaScript Functions4/30/2024 4:33:26 AM. JavaScript functions are versatile tools, organizing code, enabling reusability, and improving readability. Named, anonymous, arrow, IIFE, callback, higher-order, and constructor functions offer diver
  • Opening PDFs in Adobe Reader from SharePoint Document Library4/29/2024 11:45:02 AM. Learn how to configure SharePoint 2013 to open PDF files directly in Adobe Reader, edit them, and save them back to the document library. Follow steps including settings adjustment in central admin, r
  • Unity Muse Features Expanded In Editor With 3 New Updates4/24/2024 11:11:53 AM. Real-time collaboration enables developers to work together from anywhere, boosting synergy and speeding up creativity. It encourages teamwork, enhances knowledge exchange, and leads to top-notch resu
  • Customized Auditing In SQL For DDL Operations At Server Level4/23/2024 11:14:16 AM. Explore the intricacies of customized auditing in SQL for DDL operations at the server level. Enhance database security and compliance by implementing tailored logging and monitoring mechanisms.
  • Introduction To Recursion4/23/2024 9:00:06 AM. Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consists
  • Introduction to Visual Studio4/23/2024 8:59:20 AM. This article is an introduction into Visual Studio. Visual Studio 2005 is a complete set of development tools for building high performance Desktop applications, XML Web Services, mobile applications
  • Conditional Formatting By Data Bar In Power BI4/23/2024 8:53:47 AM. Learn how to implement conditional formatting with data bars in Power BI. Import data from CSV, select the table visualization, and choose the column for formatting. Set minimum and maximum values, s
  • DNN (Formerly DotNetNuke) Tutorial - Part 3 (Create Custom Edit Page)4/22/2024 7:46:33 AM. Learn to customize your DNN (formerly DotNetNuke) experience with this tutorial's third installment. Delve into crafting a bespoke editing page, empowering you to tailor your CMS to specific needs
  • ng-Hide And ng-Show In AngularJS4/22/2024 6:38:58 AM. ng-hide and ng-show are AngularJS directives for conditional display. ng-hide hides elements based on boolean expressions, while ng-show displays them. They enable dynamic content visibility toggling,
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of "Zero To Hero In MS SQL Server" explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Create an Interactive Flower Using HTML54/12/2024 8:17:56 AM. Learn how to create an interactive flower using HTML5 canvas. Follow beginner-friendly steps, from setting up an HTML editor to defining functions and adding interactivity. Utilize KineticJS for graph
  • Enhance SQL Server Queries with OPTION(RECOMPILE) Hint4/11/2024 6:56:49 AM. This article provides an in-depth exploration of the OPTION(RECOMPILE) hint in SQL Server, offering developers and database administrators a thorough understanding of its functionality, practical appl
  • 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