Related resources for CTO
  • Clean Code - Single Level Of Abstraction4/25/2024 8:50:29 AM. Discover the essence of clean code with Single Level of Abstraction. Elevate readability and maintainability by adhering to this principle, ensuring each function or method performs a single task at a
  • How to Call a .NET Assembly From a SQL Server Scheduled Job4/25/2024 8:29:38 AM. Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
  • 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.
  • Struct in C#: Syntax, And Usage4/23/2024 9:03:37 AM. A struct in C# is a value type that represents a lightweight data structure. It's defined using the "struct" keyword and contains fields, properties, and methods. Suitable for small data
  • Channel Factory Caching in WCF 4.54/22/2024 7:43:25 AM. ChannelFactory caching in WCF 4.5 allows caching of service instances. ClientBase<T> introduces CacheSetting property, facilitating caching. Enum values determine caching behavior. Samples demon
  • 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
  • What is New in the Swift 5.10?4/22/2024 5:13:07 AM. Swift 5.10 focuses on improving concurrency features with stricter data race checks. Swift 5.10 enhances concurrency safety by enforcing data isolation and preventing data races. Actors and tasks ensu
  • Exploring Data Integration Solutions with Azure Data Factory4/21/2024 2:26:21 PM. Azure Data Factory, a cloud-based data integration service. This article will cover the basics of Azure Data Factory and its components and understand what is data movement and transformation. It also
  • Easily Extract Values from PDF Without AI Only Using .NET Core 84/20/2024 9:21:53 AM. In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
  • Angular Services: Implementation, Examples & Best Practices4/19/2024 10:53:23 AM. AngularJS services facilitate modularization and reusability by providing a way to share logic and data across components. They employ dependency injection for seamless integration, enabling efficient
  • How To integrate Dependency Injection In Azure Functions4/17/2024 8:05:24 AM. Learn how to integrate Dependency Injection in Azure Functions, creating HTTP trigger functions, and injecting service objects using DI. Understand the Dependency Injection pattern, steps to add DI in
  • Learn About Collections in Rust4/17/2024 7:41:13 AM. In this article, we will explore all types of collections in the Rust Programming Language. Collections are essential in Rust for efficient data management. Arrays hold fixed-size elements, vectors of
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • HttpClient vs IHttpClientFactory in .NET4/16/2024 4:55:47 AM. In the realm of .NET Core development, managing HTTP requests efficiently is crucial for building robust and high-performance applications. In this article, we delve into the differences between HttpC
  • Learn about Static Class in C#4/16/2024 4:43:10 AM. This article explores the concept of static classes in C#, detailing their characteristics, usage, and limitations. It covers static class setup, static class features, static method usage, and depend
  • 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
  • How to Create Custom Icons Using Font Awesome4/10/2024 10:51:42 AM. Learn how to enhance your web design by creating custom icons using Font Awesome. Font Awesome offers a vast library of scalable vector icons that can be customized to suit your website's aestheti
  • Get Weather Report To Your Mobile Using Azure Logic Apps4/8/2024 11:22:41 AM. Azure Logic App simplifies workflow implementation in Azure by allowing visual automation of processes with multiple connectors. This article guides through creating an Azure Logic App, integrating wi
  • IHttpClientFactory in .NET Core4/5/2024 9:50:07 AM. In this article, we will learn IHttpClientFactory in .NET Core simplifies HTTP client management by providing a central mechanism for creating and managing HttpClient instances.
  • RabbitMQ Service Bus Explained4/5/2024 5:33:42 AM. RabbitMQ service bus facilitates communication between distributed systems via message queues. It employs AMQP, managing message delivery, routing, and scaling, ensuring fault tolerance and integratin
  • jQuery Filters: Selecting, Manipulating, and Filtering DOM Elements4/5/2024 5:28:35 AM. jQuery Filters" refer to powerful methods in jQuery for selectively targeting elements within the DOM based on specific criteria. These filters allow developers to efficiently manipulate and inte
  • Create Power BI Report Using PDF Data Source4/4/2024 8:56:31 AM. Learn how to extract data from PDF files using Power BI's PDF Connector. Enable the feature, select the PDF, preview pages, load data, view available fields, and prepare a Power BI report based on
  • memoObject Pooling In .NET3/29/2024 6:42:42 AM. Object Pooling optimizes resource usage by reusing objects from a pool. It enhances performance by minimizing object creation overhead. In .NET, it's implemented using a Factory pattern and a Queu
  • 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
  • User Defined Objects in JavaScript3/29/2024 4:17:24 AM. JavaScript provides a number of pre-defined objects like Array, String, Image, Date etc. which are very useful in web development.
  • Back To Basics - Dispose Vs Finalize3/28/2024 10:39:36 AM. We have been using the Dispose method for disposing objects in .NET. For the same purpose, we may also use the Finalize method. In this article I will try to explain what the Dispose and the Finalize
  • Abstract Factory Design Pattern In Flutter3/21/2024 9:25:33 AM. 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 m
  • Factory Method Design Pattern In Flutter3/21/2024 9:25:05 AM. 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
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • An Overview of C# Static Constructors3/20/2024 11:28:16 AM. Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
  • Support Vector Machines (SVM) In Machine Learning3/20/2024 11:14:20 AM. Support Vector Machines (SVM) is a powerful supervised machine learning algorithm for classification and regression tasks. It finds a hyperplane that separates data points belonging to different class
  • 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
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
  • How To Install Appium Inspector And Appium Server GUI3/18/2024 4:08:49 AM. 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 al
  • Vector Similarity Search in Azure Cosmos DB for PostgreSQL with pgvector & Azure AI Vision3/14/2024 4:31:40 AM. In this session, we will discuss about vector search with Azure AI Vision and Azure Cosmos DB for PostgreSQL.
  • Creating Linked Services In Azure Data Factory3/13/2024 8:46:41 AM. In this article, you will learn how to seamlessly integrate data sources with Azure Data Factory through creating linked services. Enhance data connectivity, orchestrate workflows, and streamline data
  • 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.
  • Mastering Object Creation in C#3/4/2024 9:30:39 AM. 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.
  • Connect Facebook To Twitter With Azure Logic App3/1/2024 11:38:01 AM. Easily link your Facebook and Twitter accounts using Azure Logic App. Seamlessly integrate posts, updates, and interactions across platforms without complex coding. Streamline social media management
  • How To Validate An Email Address In Java2/29/2024 9:15:29 AM. Learn how to validate email addresses effectively in Java using regular expressions. This tutorial provides a comprehensive guide on implementing email validation, covering regex patterns, Java code e
  • How Can We Get Last Characters Of A String In Java?2/29/2024 5:07:53 AM. In this article, we will learn about String in Java Programming Language with examples. Explore the intricacies of Java strings, covering their creation using literals or the "new" keyword.
  • A guide to display ServiceNow Knowledge articles in Copilot for Microsoft 3652/20/2024 9:21:28 AM. Copilot Extensibility: Step by Step guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
  • 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
  • Understanding Activity Types in Azure Data Factory2/12/2024 4:20:14 AM. Azure Data Factory is a powerful tool for orchestrating data workflows in the cloud. Understanding its activity types such as Data Movement, Data Transformation, and Control is crucial for efficient d
  • Azure DevOps Build Trigger: Integrating with Data Factory/Synapse Pipeline2/11/2024 12:31:31 PM. Trigger Azure DevOps Build Pipeline via Azure Data Factory / Synapse Pipeline through Managed Identity. This blog addresses security concerns by triggering an Azure DevOps Build Pipeline via Azur
  • Key Design Patterns in Software Engineering2/8/2024 6:48:50 AM. Discover essential design patterns such as Singleton, Factory, Abstract Factory, Unit of Work, Repository, and Command Query Responsibility Segregation (CQRS). Learn their applications and implementat
  • Merging Arrays within Synapse / Azure Data Factory Pipeline2/7/2024 6:05:11 AM. merging arrays in Azure Data Factory / Synapse pipelines. By utilizing functions like "join" to convert arrays to strings, "concat" to combine strings, and "split" to tra
  • CSS Basics With Selectors and Class2/6/2024 8:53:21 AM. This article defines CSS basics with selectors and classes.
  • Basics of CSS: Part 12/6/2024 8:47:25 AM. This article explains the basics of CSS. CSS is an acronym for Cascading Style Sheets. CSS is a style language used to define a layout of the HTML document.
  • .NET 8 Memory Management: Refreshing Dynamic Memory Limits2/6/2024 8:25:04 AM. In the ever-evolving landscape of software development, optimizing resource utilization is crucial, especially in dynamic cloud environments.
  • Understanding the Factory Pattern in .NET Core2/6/2024 6:54:59 AM. 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.
  • Limiting Class Instances in C# with Private Constructor 2/6/2024 5:29:53 AM. Control class instances in C# by using a counter and private constructor. Explore limiting class instances in C# with a private constructor and a counter variable. Control the instantiation and set a
  • How to Refresh Memory Limit in .NET 82/5/2024 9:59:51 AM. In .NET 8, adjust memory limits dynamically with GC.RefreshMemoryLimit(). Ideal for cloud environments, this feature allows efficient scaling of memory usage.
  • 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
  • Listing Unique Records Within an Array in Azure Data Factory2/2/2024 7:34:52 AM. Utilize Azure Data Factory to remove duplicates within an array by employing the "union()" function. This solution involves the Set Variable activity to obtain a unique list from the array.
  • Metadata-Driven Architecture in Data Engineering2/1/2024 9:16:12 AM. This article explains how data engineers can make their work more flexible and efficient using Metadata-Driven Architecture (MDA). It breaks down two methods: one using a central database (good for st
  • What Are Primary Constructors in C# 12?1/31/2024 5:15:34 AM. 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#.
  • HTTP Requests in .NET Core with HttpClient and HttpClientFactory1/30/2024 11:55:26 AM. In this article, we explore efficient HTTP request handling in .NET Core using HttpClient and harness the power of HttpClientFactory. Learn best practices for scalability, dependency injection, and op
  • Disabling Multifactor Authentication in Microsoft related Services 1/24/2024 6:47:10 AM. This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
  • Azure Data Factory - Integration Runtimes1/24/2024 6:29:46 AM. This article gives a basic gist of different types of Integration Runtimes present in Microsoft Azure Data Factory (ADF)
  • Basic Components in Azure Data Factory1/23/2024 10:08:55 AM. Azure Data Factory (ADF), Microsoft's integration service for orchestrating workflows and data integration with 90+ connectors. Learn about key features like pipelines, activities, datasets, linke
  • KAFKA for Mere Mortals: Topic replication factor1/23/2024 4:56:04 AM. The article will in detail explain why we need a replicas of Partition in KAFKA
  • 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
  • How to enable CoPilot in Microdoft Fabric Admin Portal1/17/2024 5:05:47 AM. This video shows how to enable Generative AI Copilot in Microsoft Fabric Admin Portal.
  • Building a Secure PHP MySQL Signup/Login Website with Email Verification1/15/2024 8:48:49 AM. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
  • 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.
  • What is Protractor in Angular?1/4/2024 9:47:11 AM. Protractor, designed for Angular applications, is an E2E testing framework built on WebDriverJS. With Angular-specific features, automatic waiting, and cross-browser support, it streamlines end-to-end
  • Invoke Azure Data Factory Pipeline via MSFT Fabric1/3/2024 9:04:48 AM. Learn to trigger Azure Data Factory (ADF) pipelines from Microsoft Data Factory using a service principal or organizational account. Follow the steps and API calls for seamless integration.
  • What is Primary Constructors in C# 12?1/3/2024 7:01:30 AM. Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies your c
  • Introduction to Microsoft Fabric: A Comprehensive Overview1/2/2024 4:52:11 AM. Explore the world of Microsoft Fabric in this comprehensive overview, where we delve into its unified analytics platform that seamlessly integrates data movement, data science, real-time analytics, an
  • Object Creation in C# with the Factory Pattern12/29/2023 6:06:40 AM. The power of software design with the Factory Pattern in C#. This comprehensive guide explores its role, benefits, and step-by-step implementation, empowering developers to craft modular and scalable
  • Primary Constructor in C#12/28/2023 3:30:09 PM. Learn what primary constructors are in C# and how to use them.
  • 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
  • Publish and Subscribe Messages using VM Connector in MuleSoft12/28/2023 6:20:27 AM. In this article, you will learn how to publish and subscribe messages using VM Connector in the MuleSoft application. In this sample, we will exchange the message from one mule flow to another mule fl
  • Essential Features of C# 12 You Need to Know12/28/2023 5:10:38 AM. Unlock C#'s hidden potential with features that make coding a breeze. Streamlined constructors, effortless collections, and enhanced lambdas await!
  • Is it Possible to Deploy a Smart Contract from Another Contract?12/27/2023 9:28:29 AM. Explore techniques to deploy smart contracts from other contracts. Learn key methods and security practices for seamless blockchain development.
  • Design Patterns in C#12/27/2023 7:42:38 AM. Design Patterns in the object-oriented world are a reusable solution to common software design problems that repeatedly occur in real-world application development. It is a template or description of
  • Static Constructors in .NET12/20/2023 11:22:44 AM. Static constructors in .NET, a special breed in object-oriented programming. Unlike instance counterparts, they initialize once per type, controlling execution order and serving key roles in resource
  • Automated Way to Get Latest Pipeline Execution Details of Synapse12/20/2023 7:16:11 AM. Automated Way to Get Latest Pipeline Execution Details of Synapse. Automate the retrieval of the latest Azure Synapse pipeline execution details with a custom PowerShell module. Set up the environment
  • Automated Way to Get Latest Pipeline Execution Details of an Azure Data Factory12/18/2023 4:44:50 PM. Automated Way to Get Latest Pipeline Execution Details of an Azure Data Factory
  • Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 36512/18/2023 11:19:49 AM. We have two ways: Enabling or Disabling Multifactor Authentication (MFA) In Dynamics 365. Azure postal service.
  • Clean Code : Avoid Too Many Parameters In Method12/18/2023 6:12:39 AM. In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
  • Understanding Dependency Injection in C#12/18/2023 5:09:13 AM. This article explores Dependency Injection (DI) in C#, explaining its types (constructor, property, and method injection) and demonstrating its implementation using a UserService and a SqlUserReposito
  • Row Constructors in PostgreSQL12/13/2023 4:27:10 AM. Explore the power of row constructors in PostgreSQL, enabling efficient row-wise data manipulation. This guide covers syntax, applications in SELECT, INSERT, UPDATE, DELETE statements, and common use
  • How to Configure Microsoft Entra Application Proxy?12/12/2023 8:24:29 AM. Learn how Azure Application Proxy facilitates secure remote access to on-premises applications without a VPN. From prerequisites to step-by-step guidance on setting up and configuring the App Proxy co
  • Active Directory Migration Fom Windows 2008 to Windows 201612/11/2023 10:23:01 AM. Active Directory migration from Windows 2008 to Windows 2016
  • Configuring Data Connector And Producing Activity Data in Microsoft Sentinel12/11/2023 5:46:47 AM. Configuring the data connector and producing activity data in Microsoft Sentinel. the configuration process of a data connector and the generation of activity data in Microsoft Sentinel. It demonstrat
  • Primary Constructors in C# 12.012/8/2023 5:42:20 AM. C# 12.0 introduces primary constructors, streamlining object initialization with concise syntax. Learn the features, advantages, and best practices for enhanced code readability and maintainability in
  • Enabling GitHub CoPilot in Visual Studio Code12/7/2023 7:08:50 AM. Generative AI, GitHub Co PIlot, VS Code, Python, C#, typescript, Devops, Code Generation. Code debugging, Code Refactoring, Code Cleanup
  • Array Constructors in PostgreSQL12/6/2023 10:52:54 AM. Explore the robust array feature in PostgreSQL, a powerful tool for storing and managing multiple values in a single column. Learn declaration, input, access, and manipulation techniques.
  • 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
  • Implementing a Simple Garbage Collector in C#11/27/2023 10:43:57 AM. We are initiating a series of articles on garbage collection with a progressive approach. Our goal is to spotlight the theoretical concepts and the practical implementation, providing clear illustrati
  • 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
  • Abstract Class and Abstract Methods11/20/2023 10:41:10 AM. In this article I will explain abstract class and abstract methods. An abstract class in C# is a class that is declared abstract. It cannot be instantiated on its own; rather, it is meant to serve as
  • What are Constructors in OOPS?11/3/2023 8:20:25 AM. This article provides a clear and concise explanation of their purpose and functionality in object-oriented programming. The code example and the subsequent explanation effectively demonstrate how con