Related resources for direct
  • Creating A New Tenant With Custom Domain In Azure Active Directory4/24/2024 7:56:12 AM. This guide introduces setting up a new tenant in Azure Active Directory with a custom domain. It covers configuring custom domains to suit specific organizational needs within the Azure environment.
  • Directives In Angular And Their Functions Using Node.js & VS Code4/23/2024 11:11:56 AM. Explore Angular directives in a Node.js environment with Visual Studio Code. Learn to leverage Angular CLI for efficient directive creation and management. Master frontend development using TypeScript
  • Start With AngularJS: Part 24/22/2024 7:41:04 AM. AngularJS Part 2 delves into fundamental concepts like directives, controllers, services, and dependency injection. It covers data binding, scopes, and modules crucial for building single-page applica
  • Start With AngularJS: Part 34/22/2024 7:40:45 AM. Start With AngularJS: Part 3" continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
  • Overview Of AngularJS: Part 14/22/2024 7:22:36 AM. AngularJS Part 1 introduces the framework's core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
  • Start With AngularJS: Part 64/22/2024 7:17:00 AM. Part 6 of AngularJS explores advanced topics like dependency injection, services, factories, and providers. It delves into custom directives, components, transclusion, and essential services like $htt
  • ngInclude Directive In AngularJS4/22/2024 6:42:43 AM. The ngInclude directive in AngularJS enables dynamic loading of HTML templates, enhancing modularity and code organization. It facilitates the creation of single-page applications by allowing seamless
  • 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,
  • Start With AngularJS: Part Four4/22/2024 6:19:58 AM. Start With AngularJS: Part Four" delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
  • ng-init Directive In AngularJS4/21/2024 2:24:04 PM. The ng-init directive in AngularJS evaluates expressions in the current scope, initializing variables like arrays of employees. It's used alongside ng-repeat for dynamic content generation, facili
  • How To Use Two-Way Data Binding In AngularJS4/21/2024 2:21:08 PM. The article introduces two-way data binding in AngularJS, ensuring simultaneous updates between model and view. Demonstrates ng-model directive's role, displaying messages and handling user input.
  • VMware Cloud on AWS: A Guide to Network Connectivity Options4/21/2024 2:16:34 PM. Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
  • Learn AngularJS ng src Directive4/19/2024 10:53:58 AM. The AngularJS ng-src directive dynamically binds the src attribute of an HTML element, typically used for images. It allows seamless integration of data-driven image URLs, enabling conditional loading
  • AngularJS ng-Repeat Directive4/19/2024 10:48:11 AM. AngularJS ng-Repeat Directive simplifies dynamic content rendering by iterating over arrays, enabling efficient data binding and template creation. It's a powerful tool for generating HTML element
  • .NET Binary Reverse Engineering: Part 14/19/2024 10:41:26 AM. This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
  • Angular 2 - Getting Started4/19/2024 10:28:30 AM. Angular 2 - Getting Started offers an introduction to building modern web applications with Angular 2. Learn TypeScript, utilize Angular CLI for project setup, and grasp component-based architecture f
  • Learn Angular 8 Step By Step in 10 Days – Directives (Day 4)4/17/2024 9:35:03 AM. In this article, As we all know Angular 8 has already been released. Now, in this article series, we will discuss a different aspect of Angular 8 for all types of users.
  • Virtual Networking Setup for Azure AD Domain Services4/15/2024 11:28:59 AM. Configuring virtual networking for Azure Active Directory Domain Services involves integrating Azure AD DS with virtual networks, configuring subnets, DNS settings, and network security groups for sec
  • Integrate Jenkins with Azure Active Directory and Service Principal - Day Three4/11/2024 10:31:02 AM. Explore the comprehensive guide to leveraging Jenkins for continuous integration and deployment (CI/CD) of ASP.NET Core web applications on Azure. Learn to integrate Jenkins with Azure Active Directo
  • Sign-In Page Customization for Specific Branding in Azure4/11/2024 6:12:27 AM. Customize sign-in pages in Azure to reflect your brand identity. Tailor visual elements, like logos and colors, for a seamless user experience. Enhance security and brand consistency while ensuring a
  • Custom Directives in the Angular4/3/2024 4:18:37 AM. Angular directives are one of the core features in the angular framework, directives help to extend the HTML functionality and structure modify the elements, and attach to the DOM.
  • ActionResult Return Type in MVC 3.04/1/2024 11:51:41 AM. In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
  • Different ActionResult Types in ASP.NET MVC & Their Uses4/1/2024 6:14:26 AM. In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
  • Avoid Combining 'if' and 'for' Directives in Vue.js Components3/29/2024 8:54:11 AM. Combining v-if and v-for directives on the same element in Vue.js is discouraged due to ambiguity, performance, and maintainability concerns. This article explores alternatives for clearer, more effic
  • 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
  • What is the Directive in Angular?3/28/2024 11:03:40 AM. During development, many user Interfaces are often created. The directives will provide flexible support to modify the styles, manage the user Inputs, and manipulate the DOM much more easily.
  • Folder Structure of .NET Projects3/20/2024 7:12:51 AM. The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, having a
  • 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
  • Vue-Lazyload Directive in Vue.js3/19/2024 11:29:15 AM. The vue-lazyload directive in Vue.js enables lazy loading of images, enhancing page load times. Install the package, use the v-lazy directive in templates, and customize loading behavior for optimal p
  • Page Redirect Options In Entity Form Dynamics 365 Portals3/15/2024 11:10:13 AM. Explore page redirect options in Dynamics 365 Portals' entity forms, enabling seamless navigation for users. Utilize redirect URLs, web links, and JavaScript for custom redirection, enhancing user
  • Dynamic Redirect URL/ Wildcard URL in Azure App Registration3/15/2024 8:28:39 AM. Learn how to configure dynamic redirect URLs or wildcard URLs in Azure App Registration for enhanced flexibility and scalability. By leveraging this feature, you can dynamically handle various callbac
  • How to Create V-Blur Directive in Vue.js3/15/2024 6:29:32 AM. The v-blur directive in Vue.js customizes elements by applying dynamic blur effects. Users control blur intensity using an input element, with smooth transitions for a polished appearance.
  • How to Create V-Tooltip Directive in Vue.js3/15/2024 6:10:31 AM. The v-tooltip directive in Vue.js enables the effortless addition of tooltip functionality to elements. It dynamically creates and displays tooltips on hover, is styled for visual appeal, and is posit
  • Create Custom Search Filter Directive in Vue.js3/15/2024 5:38:49 AM. Learn to create a custom search filter directive in Vue.js to dynamically filter a list based on user input. Directives allow DOM manipulation, enabling special behaviors.
  • Sort Array Directive in Vue.js3/13/2024 11:48:22 AM. 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 demonst
  • Input Mask Directive in Vue.js 3/13/2024 6:57:47 AM. Learn to implement input masks in Vue.js to format and control data input. Create a directive to apply masks, removing non-digit characters while retaining specified formats like phone numbers.
  • How to Install and Configure RODC in Server3/12/2024 7:10:39 AM. 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.
  • Learn Autofocus Directive in Vue.js3/7/2024 6:00:35 AM. Learn how to enhance user experience in Vue.js by creating a v-autofocus directive. Automatically focus input elements on the component mount for improved form interactions. Customize according to you
  • Creating Custom Attribute Directives in Angular3/7/2024 5:38:16 AM. Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to exte
  • Understanding Directives in .NET3/5/2024 10:08:21 AM. Explore the significance of directives in .NET development, understanding types like preprocessor, reference, warning suppression, and nullable context directives. Learn their syntax and implementatio
  • Disable Right Click Directive in Vue.js3/5/2024 9:51:07 AM. In Vue.js, disable right-click functionality by creating a custom directive. Bind an event listener to contextmenu, preventing its default behavior. Easily implement this directive for specific elemen
  • Understanding Vue.js v-show Directive3/5/2024 5:52:48 AM. Vue.js provides various directives to facilitate dynamic interactions in your web applications. One such directive is v-show, a handy tool for toggling the visibility of elements based on a condition.
  • Tailoring Site Responses to Microsoft Tag Requests2/28/2024 11:35:10 AM. Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
  • How To Check Graphics Card In Windows 102/27/2024 11:52:02 AM. This article provides insights into Graphics Card Information on Windows 10, explaining its significance, types, and methods to check it.
  • What Is the Purpose of the New Slot Directive in Vue.js 2/23/2024 10:34:24 AM. The v-slot directive in Vue.js (introduced in Vue 2.6.0) enhances component flexibility by defining named slots, facilitating data passing, and improving code clarity and readability. Code examples il
  • What Is Function Shorthand in Directive Hooks in Vue.js2/22/2024 11:04:16 AM. Vue.js directive hooks, using the "function shorthand," provide a concise and readable way to define directive behavior directly within a component, improving simplicity, organization, scopi
  • Show/Hide Div on Click of Radio Button using Angular and Bootstrap2/18/2024 4:53:39 AM. Steps to show and hide div by clicking on the Radio Button in the Angular application using the ngModel directive.
  • What is the difference between v-show and v-if directives?2/16/2024 10:05:54 AM. Introduction to v-show and v-if directives in Vue.js, explaining their differences, behavior, and use cases. Includes examples and key differences between v-show and v-if.
  • What are the Conditional Directives in Vue.js2/14/2024 8:25:42 AM. Vue.js offers powerful conditional directives for dynamic rendering. Explore v-if, v-else, v-else-if, and v-show to create responsive Vue.js applications that selectively render content based on condi
  • What Are the Directive Hook Arguments in Vue.js2/13/2024 6:35:53 AM. In this article, we will understand the lifecycle of Vue.js directives through their hook arguments. Explore how these parameters facilitate interactions and manipulations within the directive's l
  • Use .http files in Visual Studio2/13/2024 5:52:23 AM. In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files st
  • How to Create a SharePoint List Directly from Excel2/13/2024 5:48:50 AM. Learn to seamlessly migrate Excel data to SharePoint lists. Enhance collaboration and data management with this step-by-step guide.
  • Switch Between Directories in Power BI Service2/12/2024 11:53:56 AM. This content discusses the issue of switching between directories (tenants) within Power BI, highlighting the lack of a direct option to do so in the Power BI portal. It offers a solution involving th
  • How To Register An App In Azure Active Directory2/12/2024 9:27:07 AM. This guide outlines the steps to register an application in Azure Active Directory (AD). The purpose includes integrating apps and services with Azure AD, generating tokens for authentication, and lev
  • Vue.js Event Handling with v-on Directive2/7/2024 4:41:42 AM. Vue.js offers a powerful event handling mechanism through the v-on directive, enabling developers to respond to user actions such as clicks, inputs, and mouse movements dynamically.
  • Understanding "obj" and "bin" Directories in ASP.NET Core Web API2/5/2024 8:29:29 AM. 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 cont
  • How to Create Folder Redirection on Server2/5/2024 7:31:10 AM. 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 l
  • Vue.js v-if Directive Conditional Rendering1/24/2024 5:25:46 AM. Vue.js, a progressive JavaScript framework, provides an elegant solution for conditional rendering with the v-if directive. This directive allows developers to effortlessly create HTML elements based
  • Understanding Various Vue Directives1/24/2024 5:24:21 AM. The combination of v-show for conditional visibility and v-for for effortless list rendering simplifies complex UI tasks, allowing developers to focus on creating engaging user experiences. The e
  • How to Connect Client Computer to Server Domain1/22/2024 9:23:02 AM. 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 t
  • Dynamic Styling in Vue.js with v-bind Directive1/22/2024 5:53:24 AM. Vue.js, a progressive JavaScript framework, empowers developers to build interactive and dynamic user interfaces effortlessly. One of its key features is the v-bind directive, a powerful tool that ena
  • Understanding Page Redirection in TypeScript1/20/2024 11:01:41 AM. 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, acr
  • Handling Observables with NgIf and Async Pipe1/17/2024 5:16:02 AM. Explore the effective use of Angular's *ngIf directive and the async pipe to efficiently handle observables in your Angular applications. Learn how to seamlessly manage asynchronous data, dynamica
  • Azure Directory and API Management Service Communication1/12/2024 7:07:53 AM. In this article we will focus on how to generate the token using azure active directory with role-based permission and then validate the azure management service using this token.
  • Manage user account in Azure AD B2C with Microsoft Graph 12/28/2023 10:19:03 AM. From this article, you will learn how to manage a user account in Azure AD B2C with Microsoft Graph. and the integration of Azure AD B2C with the Microsoft Graph SDK with C#. We’ll discuss the capabil
  • Input Mask Directive in Angular12/20/2023 9:19:29 AM. In this article, we will learn how to create a custom input mask directive in Angular to control user input and format values. Follow the steps, including creating a directive and implementing the nec
  • Autofocus Directive in Angular12/19/2023 9:02:14 AM. Autofocus Directive in Angular Application.
  • Disable Right Click Directive in Angular12/19/2023 6:39:56 AM. Disable Right Click Directive in Angular Application.
  • Action Result In ASP.NET MVC12/12/2023 10:20:20 AM. This article will tell you the basic to advanced foremost concepts about action results in ASP.NET MVC.
  • Active Directory Migration Fom Windows 2008 to Windows 201612/11/2023 10:23:01 AM. Active Directory migration from Windows 2008 to Windows 2016
  • Get The Total Free Space Available On A Drive12/6/2023 9:31:35 AM. In this article, I am showing how we can get the total free space on a Drive.
  • How to Create OU and Users Create in Server11/29/2023 8:21:15 AM. Learn the seamless process of creating Organizational Units (OUs) and users in Windows Server 2019 Active Directory. Follow step-by-step instructions to manage your server's organizational structu
  • How to Create Active Directory Domain Services11/23/2023 10:16:48 AM. This article guides readers on solving the Two Sum problem in Java. It illustrates a straightforward implementation using nested loops to find indices of two numbers in an array that sum up to a targe
  • Response.Redirect true and Response.Redirect False in Asp.Net11/22/2023 8:45:44 AM. In this article we will learn about the Response.Redirect true and Response.Redirect False in Asp.Net
  • What is DirectLake in Microsoft Fabric Data Warehouse and its Benefits?11/13/2023 2:36:42 PM. This article focuses on DirectLake in Microsoft Fabric Data Warehouse and its Benefits. DirectLake is a feature of Microsoft Fabric Data Warehouse that allows analysts, engineers, and users to access
  • New Name of Azure Active Directory11/2/2023 5:20:19 AM. Did you notice Azure Active Directory's exciting new name? The name change from Azure Active Directory (Azure AD) to Microsoft Entra ID signifies an important evolution in the product's capabi
  • Load cannot follow more than 20 redirections - How to Fix10/27/2023 5:35:04 PM. Getting a message that says 'load cannot follow more than 20 redirections' means something is going wrong with a website you're trying to visit. In this article, we will learn how to fix i
  • Counting Cycles in Undirected Graph with DFS10/27/2023 5:04:57 AM. This is a graph problem to count the noumber of cycles with length n using Depth First Search
  • C# Preprocessor Directives 10/25/2023 6:53:02 AM. In this article I will explain you about C# Preprocessor Directives.
  • How To integrate An Azure Storage Account With Azure Active Directory 10/17/2023 11:13:46 AM. To integrate an Azure Storage Account with Azure Active Directory, you can use Azure AD authentication for your storage resources. This allows you to control access, implement role-based access contro
  • Using C# Regions To Improve Code Readability10/9/2023 5:52:17 AM. C# region. Regions in C# is a useful feature that helps manage code in areas that can be hidden or visible. Learn how to use regions in Visual Studio to improve code readability.
  • Detecting Cycles in Undirected Graphs9/25/2023 8:58:41 AM. This C# class, Detect_cycle_in_an_undirected_graph, identifies cycles in undirected graphs using Depth-First Search (DFS). It represents the graph and checks for cycles efficiently. Time complexity: O
  • Adding Groups / User names and Permissions for a Directory in C#9/19/2023 6:31:41 AM. This article shows you the procedure to create a directory, adding a specific Group or the User Name account for that directory and providing the required permission for the same.
  • Kahn's Algorithm for Detecting Cycles in Directed Graphs9/7/2023 10:53:36 AM. This C# code implements Kahn's algorithm to detect cycles in a directed graph. It represents the graph using adjacency lists and provides methods for adding edges and checking for cycles.
  • Detect Cycle in a Directed Graph9/6/2023 6:19:40 AM. This C# code snippet efficiently detects cycles in a directed graph using Depth-First Search (DFS). It employs an adjacency list represented by a Dictionary<int, List<int>> and returns a b
  • Retrieve Dataverse User Details with Power Automate9/5/2023 4:44:58 AM. In this article, we will delve into the process of retrieving user data from Dataverse through the use of Power Automate. Our focus will encompass both System Users and Active Directory (AD) Users, pr
  • DotVVM Webcam with .NET and JS Directive9/4/2023 6:12:29 AM. This article covers integrating webcam image capture into an ASP.NET application using DotVVM and the JavaScript library WebcamJS. The steps include setting up the library, defining an API to save ima
  • Learn to add API Permissions in Azure App Registration8/22/2023 10:07:34 AM. Learn to add API Permissions in Azure App Registration. API permissions to an Azure App Registration is an important step when you want to allow your application to access and use specific APIs or ser
  • Learn to Setup Azure Active Directory8/18/2023 5:39:14 AM. Learn how to set up Azure Active Directory: Create a directory, configure a tenant, and register an app. Follow clear steps via Azure Portal to establish these essential components.
  • Learn to add a Custom Domain in Azure Active Directory8/16/2023 8:13:36 AM. Discover how to integrate a custom domain into Azure Active Directory and establish it as the primary AD. Enhance user authentication and streamline business operations using tailored domains in Micro
  • Data Gateway in Power BI8/7/2023 6:57:07 AM. Unlock the potential of on-premises data with the Power BI Data Gateway. This comprehensive guide explores its core capabilities, installation, security, troubleshooting, and future roadmap for hybrid
  • Adding Users to Active Directory using PowerShell Scripts7/24/2023 9:56:11 AM. Managing user accounts in Active Directory becomes seamless with PowerShell, a robust command-line tool. Learn how to add, modify, and delete users, streamlining administrative tasks for enhanced effi
  • Client Credentials Flow - Call Web API to API without user interaction7/18/2023 6:21:20 AM. This article shows the way to call API to API with user interaction by using Client Credentials Flow.
  • Azure Active Directory: Understanding Different Account Types7/17/2023 8:49:34 AM. Azure Active Directory - Understanding Different Account Types
  • Secure User Authentication in Azure Using Microsoft.Identity.Client7/14/2023 7:21:24 AM. The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Az
  • .NET 8 Preview 6 CreateFromDirectory using Stream7/12/2023 11:20:44 AM. .NET 8 Preview 6 new overload to CreateFromDirectory using Stream, at this sample I demonstrate to write a to MS-SQL Server
  • Calling Web API to Web API without User Interaction by using Azure Managed Identity6/30/2023 8:30:45 AM. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
  • Real World Coding Issues - Style and Performance Issues6/29/2023 9:09:03 AM. This article will show common coding issues that I see in most of the projects I work on that are in the “style” category of the code analyzers.
  • How to Redirect the Desired Web Page in ASP.Net Core MVC?6/28/2023 11:02:26 AM. ASP.NET Core MVC is a versatile framework for developing web applications. It offers features like dependency injection, routing, model binding, and Razor views. Learn how to use the RedirectToAction(
  • Simplifying Usage of trackBy in Angular Directives for Effective Item Tracking6/19/2023 10:30:16 AM. Discover how to leverage Angular's trackBy directive to effortlessly maintain accurate item tracking in your lists and improve rendering performance