Related resources for MAN
  • SQL Server Data Collection And Management Data Warehouse3/28/2024 10:41:49 AM. Explore the built-in SQL Server Data Collection tool for system monitoring. Learn setup steps for Management Data Warehouse, access control via roles, and monitoring data collection using SQL Agent an
  • 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
  • Replication Of Max Text Length3/28/2024 10:34:54 AM. Ensure smooth replication of maximum text length in SQL Server by configuring 'max text repl size' using sp_configure. Optimize data management and maintain database performance with appropria
  • Save Money On Your Azure Monthly SQL Database Bill3/28/2024 10:33:58 AM. Optimize Azure SQL Database costs by leveraging pricing tiers, reserved capacity, and performance tuning. Monitor resource utilization, scale efficiently, and implement cost-effective strategies to sa
  • Automated VMware Cloud Foundation Host commission using ESXi3/28/2024 6:42:16 AM. Learn how to automate ESXi host provisioning with Kickstart and streamline VMware Cloud Foundation host commissioning workflows.
  • What Is Automatic Tuning In Azure SQL Database3/28/2024 6:37:39 AM. Microsoft has long given us DBA tools and suggestions to help tune databases, to fix queries with indexes, and many times they were of questionable merit. We have all seen the dreaded dta_index names
  • Backup Encryption In SQL Server3/28/2024 6:36:20 AM. SQL Server offers backup encryption to enhance data security. Utilize encryption algorithms and key management to protect database backups, ensuring compliance with privacy regulations and safeguardin
  • Be Careful With Your SQL Server Max Memory Settings3/28/2024 6:35:24 AM. Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things t
  • Keeping Large Table Statistics Current - TF23713/28/2024 6:33:21 AM. Statistics are the magic ingredient that helps the query optimizer create its best guess for generating an execution plan. Keeping statistics as accurate as possible will give the optimizer the inform
  • SQL Server Vulnerability Assessment3/28/2024 6:33:00 AM. SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012
  • New Resumable Online Index Create SQL Server 20193/28/2024 6:32:06 AM. SQL Server 2019 brings a very exciting new feature that is long overdue. Resumable Online Index Create is one of my favorite new things. This, paired with the Resumable Index Rebuilds introduced with
  • Static Data Masking (SSMS 18.0 Preview)3/28/2024 6:31:38 AM. Static Data Masking in SSMS 18.0 Preview enhances data security by obscuring sensitive information in databases. It safeguards privacy during testing by replacing real data with masked values, ensurin
  • VLFs - The Forgotten Foe3/28/2024 6:30:53 AM. Unveil the hidden impact of Virtual Log Files (VLFs) in SQL Server. Explore strategies to mitigate performance issues stemming from log file fragmentation and learn essential database maintenance tech
  • What Is Date Correlation Optimization?3/28/2024 6:27:07 AM. OK So, I am doing some digging and peaking around again in SQL Server and came across a database option called Date Correlation Optimization Enabled = False. Honestly, I had no clue what it did, so I
  • 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
  • How to Enable Mega Menu in SharePoint Online3/28/2024 5:16:18 AM. Learn how to enhance user navigation experience in SharePoint Online by enabling Mega Menu. This step-by-step guide empowers you to customize site navigation, optimize the user interface, and structur
  • Enhance Azure DevOps: Manage Environments with Replace Tokens3/28/2024 5:08:28 AM. In this article, we are going to learn how to change the values that are specific for each environment using an Azure DevOps extension called Replace Tokens.
  • Information Computation Mastery: Challenges, Concepts, Implementation3/28/2024 4:53:53 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • Synchronous VS Asynchronous Statistics Updates3/27/2024 9:36:27 AM. In this article, we will explore the impact of synchronous and asynchronous statistics updates on system performance and data processing. Analyze real-time updates versus delayed processing, consideri
  • Optimizing Application Performance In-Memory Cache in .NET Core3/27/2024 9:30:18 AM. In this article we will see how we can improve the performance of the application using IMemory Cache in .NETcore application.
  • Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates 3/27/2024 8:56:42 AM. In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using
  • Git and GitHub Integration in C# Apps with LibGit2Sharp3/27/2024 8:46:30 AM. Explore Git and GitHub integration in C# using the LibGit2Sharp NuGet package. Learn initialization, cloning, staging, committing, pushing, pulling, and conflict resolution. Ensure robust error handli
  • PiP - External Streaming Data - Useful Concepts - Part 13/27/2024 7:21:34 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • Managing .NET Solution Files with dotnet sln3/27/2024 4:52:41 AM. The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file manageme
  • Passing Values Between Tasks in Azure DevOps Pipeline3/26/2024 10:39:12 AM. In this article, we will learn efficient inter-task communication in Azure DevOps pipelines. Discover how to pass values between tasks using the task.setvariable logging command, streamlining your pip
  • Harnessing Power BI to analyze Azure monthly expenditure3/23/2024 6:31:44 AM. Cloud cost management, a component of FinOps, presents a complex challenging exercise. In this article I will show how to use Power BI to analyze an Azure invoice.
  • What Are EOAs and How to Create Ethereum Wallets Using C#?3/22/2024 4:48:38 AM. Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
  • Learn About Data Structures And Algorithm (DSA) - Part Three3/21/2024 9:32:38 AM. This article will be of some sort of theoretical and story based. It will tell you about the crucial concepts of data structures and algorithms in terms of understanding the linked list with a unique
  • Creating Document Location Record Using Flow3/21/2024 9:10:17 AM. In this article, we will learn to streamline your document management process with Flow automation. Discover how to efficiently create location records for documents using Microsoft Power Automate.
  • Simplifying File Uploads with .NET Core 7 Minimal APIs3/21/2024 8:59:44 AM. Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli
  • Code First Migrations In Entity Framework Step By Step3/21/2024 7:25:30 AM. Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
  • Visual Studio 2017 Overview And New Features3/21/2024 6:48:14 AM. Explore Visual Studio 2017's comprehensive IDE with enhanced features for efficient software development. Discover updates in debugging, coding, and collaboration, empowering developers with impro
  • Important PySpark Import Statements3/21/2024 5:28:24 AM. PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import stateme
  • What is Prop Drilling in Vue.js3/20/2024 11:58:07 AM. In this article, we will learn Prop drilling in Vue.js refers to the process of passing data from a parent component down through multiple layers of nested child components.
  • Microsoft Fabric: Loading Data into Lakehouse Table3/20/2024 11:56:52 AM. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for effici
  • How to Install and Configure Web RD in Server3/20/2024 4:43:36 AM. RD Web Access also includes Remote Desktop Web Connection, which allows users to connect remotely to the desktop of any computer where they have Remote Desktop Access.
  • Publish Website On IIS Using AppCmd3/19/2024 11:59:51 AM. Publishing a website on IIS using AppCmd involves command-line deployment and configuration management. With AppCmd, administrators can efficiently host and administer websites on the Internet Informa
  • "pip" Commands Every Python Developer Should Know3/19/2024 11:59:10 AM. In this article, we will discover the essential "pip" commands crucial for Python developers. This guide unveils fundamental operations, empowering developers with indispensable knowledge fo
  • How to Configure ASP.Net Website in IIS3/19/2024 11:56:23 AM. In this article, you will learn essential aspects like setting up application pools, creating virtual directories, and deploying websites, crucial for efficient web development and server management o
  • Hosting Mobile WebSite Under IIS3/19/2024 6:25:27 AM. Learn how to host a mobile website on Internet Information Services (IIS) by creating a virtual directory, setting permissions, and testing using desktop browsers or mobile emulators. This article se
  • Media Queries in CSS3/19/2024 6:12:44 AM. This article elucidates the significance and functionalities of media queries, a prominent module of CSS3. It highlights how CSS3 introduces a plethora of built-in modules, including media queries, th
  • Cheat Sheet For Git Basic Commands3/18/2024 12:01:39 PM. This article provides a comprehensive list of basic Git commands essential for daily use. It covers configuring the Git environment, working with online repositories, understanding the life cycle of a
  • What is Use of ‘Using’ Statement in .NET?3/15/2024 9:15:56 AM. In this article, we will cover What is the use of the ‘Using’ statement in .NET. The 'using' statement in .NET ensures efficient resource management, prevents memory leaks, and promotes cleane
  • Using FullCalendar For Dynamics 365 Portals3/15/2024 8:59:20 AM. Discover how to enhance Dynamics 365 Portals with FullCalendar integration. Effortlessly manage events, appointments, and schedules directly within your portal interface. Elevate user experience by pr
  • How to Install the Windows Server Update Services?3/15/2024 8:52:45 AM. In this article, we will learn how to deploy and configure Windows Server Update Services (WSUS) on your Windows Server 2012 system with this comprehensive guide.
  • Add An Existing Project Into GIT Using Command Prompt With Azure DevOps3/15/2024 8:45:09 AM. Learn to integrate existing projects into Git via Command Prompt, seamlessly syncing with Azure DevOps. This process enables efficient version control, project management, and collaboration, enhancing
  • Creating Contact Record in D365 with PowerShell Script & Image Attribute3/15/2024 8:31:22 AM. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell modul
  • 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 Install and Configure IIS 8 on Windows Server3/15/2024 6:51:03 AM. In this article, you will learn about how to install and configure IIS8 (Internet Information Services 8) on Windows Server 2012.
  • 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
  • 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.
  • How to Pass Credentials as Parameters in PowerShell3/15/2024 3:52:04 AM. In this article we will learn how to pass credentials as parameters in PowerShell. Learn how to pass credentials as parameters in PowerShell using PS objects. Follow step-by-step instructions to updat
  • 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
  • Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details3/14/2024 10:31:54 AM. Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
  • Provide Security Role Access for D365 Outlook3/14/2024 7:00:05 AM. In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and
  • Top 10 Tips For Building High Performance Websites3/13/2024 1:45:24 PM. A large scalable website is a web application with web pages, data, and functionality. Here are top 10 tips to build large scalable high-performance web applications.
  • Managing Storage Spaces with File Server Resource Manager (FSRM)3/13/2024 11:28:50 AM. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Is Blockchain the Future of Digital Identity Management?3/13/2024 10:35:49 AM. Is Blockchain the Future of Digital Identity Management?
  • Points One Should Know About Azure DevOps3/13/2024 8:33:47 AM. In this article, you will learn the essentials of Azure DevOps with this comprehensive guide. Discover key concepts, tools, and workflows for efficient project management, collaboration, and automatio
  • Central Package Management (CPM) in .NET Core3/13/2024 5:54:30 AM. Learn the power of NuGet's central package management (CPM) for efficient dependency handling across projects. Utilize Directory.Packages.props to centrally manage package versions for simplified
  • Introduction To Term Store Management in SharePoint Online3/12/2024 9:36:55 AM. In this article we will discuss – Introduction To Term Store Management in SharePoint Online And How to create Term Store using PowerShell.
  • What is DateTime Manipulation in C#?3/12/2024 9:09:31 AM. Master DateTime manipulation in C# with this comprehensive guide. Explore methods like 'Add' and properties for modification, extract components, and learn about rounding and truncating DateTi
  • Autonumber Attribute Generation: Programmatically or Non-Programmatically3/12/2024 7:02:14 AM. In this article, we will discover techniques for auto-incrementing identifiers, managing data, and implementing automation, potentially utilizing frameworks like Entity Framework.
  • Increasing Item Limit in Power Apps: A Step-by-Step Guide up to 20003/12/2024 6:36:29 AM. In this article, we will learn to Unlock the full potential of Power Apps by increasing the item limit to 2000 with our comprehensive step-by-step guide. Learn how to efficiently manage data sources,
  • Use and Manage Microsoft Viva Engage 3/11/2024 11:30:20 AM. Yammer was rebranded to Viva Engage, and would now be part of the Microsoft Viva employee experience platform. So Yammer is now called as Viva Engage as it rebranded. This article is about Viva Engage
  • Installing File Server Resource Manager on Windows Server3/11/2024 11:26:52 AM. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to&#16
  • Mastering Form Creation in Power Apps: Integration with SharePoint 3/11/2024 9:10:42 AM. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automati
  • Benefits of Temporary Tables over Table Variables in SQL Server3/10/2024 8:15:37 AM. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handl
  • Data Transformations: ETL, ELT, and the Reverse ETL Revolution3/10/2024 8:05:56 AM. Delve into the complexities of data management through an in-depth examination of ETL, ELT, and the pioneering emergence of Reverse ETL in this extensive guide. Explore the applications, benefits, and
  • Leveraging Compiled Queries for Enhanced Performance in LINQ3/9/2024 9:17:22 AM. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
  • Entity Framework Core 5.0 - An Introduction To What's New 3/7/2024 11:26:50 AM. Discover the latest features in Entity Framework Core 5.0, including improved performance, enhanced LINQ capabilities, migration enhancements, and streamlined database schema management.
  • Getting Start With Node.js (Installation and Hello World App)3/7/2024 8:54:52 AM. In this article, we will learn the installation process of the node.js environment and create a simple Hello World application with node.js.
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
  • Connected And Disconnected Scenarios in Entity Framework3/7/2024 8:45:09 AM. In this article, we will explore the intricacies of data handling in Entity Framework through connected and disconnected scenarios. Learn how to manage data manipulation, state tracking, and persisten
  • Remote Access Of The Database Using SQL Server 3/7/2024 8:36:49 AM. Remote access to SQL Server databases enables users to connect to and manage databases from a location outside the physical server. It involves configuring network settings, security measures like aut
  • Poor Man's Web Monitoring Tools3/7/2024 8:17:13 AM. This article shares the idea on how to utilize free tools to download log files from server, upload IIS log files into the database, display the results and compare the baseline and production files.
  • Implement Global Exception Handling Middleware in .NET Project3/7/2024 4:37:09 AM. Implementing custom global exception handling in your project involves setting up a system to manage errors across your application. By defining exception classes and configuring error logging, you ca
  • How To Secure PII Data In SQL Server Using CLE (Column Level Encryption)3/6/2024 10:45:53 AM. PII (personally identifiable information) which is used to identify individual identity such as SSN, DOB, Bank Account Number etc. When you are working with financial application you face the scenario
  • Practical Introduction To Entity Framework: Day 33/6/2024 10:32:09 AM. Day 3 of this practical Entity Framework introduction delves into database transactions, query optimization, and advanced EF features. Learn to manage relationships, optimize data models, and fine-tun
  • Renaming the Column in SQL Server3/6/2024 10:28:46 AM. Renaming columns in SQL Server is a fundamental task in database management. This comprehensive guide provides step-by-step instructions, syntax examples, and best practices to effectively rename colu
  • .NET Core vs .NET Standard: Quick & Simple Comparison3/6/2024 9:39:09 AM. In this article, we will discover the nuances between .NET Core and .NET Standard in this succinct overview. Delve into their features, cross-platform capabilities, and performance differences.
  • Performance Testing with K6 Tool3/6/2024 9:34:00 AM. k6 is an open-source framework designed to simplify performance testing for developers. It leverages the Goja programming language, an implementation of ES2015 JavaScript on Golang. This allows develo
  • React State: Managing Dynamic UI with setState() and Props3/6/2024 9:29:14 AM. In React, "state" represents the internal data of a component, which can change over time due to user interactions or other factors. It's managed using the setState method, allowing comp
  • Boosting Web Page Performance with the Defer Attribute3/6/2024 5:59:51 AM. JavaScript plays a vital role in enhancing the interactivity and functionality of web pages. However, the way scripts are loaded can significantly impact the user experience and overall performance of
  • Best Practices for Handling Exceptions in C# 3/6/2024 2:44:55 AM. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
  • Importing Access Database into SQL Server 20123/5/2024 10:40:07 AM. Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactive UIs. Components manage state/props, fa
  • Performance Optimization Techniques In IIS Server3/5/2024 10:38:47 AM. In this article, we will discover techniques to boost performance on your IIS server. Learn about caching, compression, load balancing, and resource management to optimize response times and enhance s
  • Improve Performance of Word 20133/5/2024 10:38:10 AM. Boost productivity in Microsoft Word 2013 by optimizing performance. Learn to manage resources efficiently, troubleshoot issues, tweak configuration settings, and streamline add-ins and templates for
  • Enhance SQL Server Stored Procedure Performance – Tuning Tips3/5/2024 9:26:01 AM. Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target specif
  • ASP.NET Performance Optimization3/5/2024 9:15:52 AM. The content emphasizes the significance of application performance, particularly from the client's viewpoint, highlighting issues such as excessive round trips, resource consumption, and server ca
  • Out-of-the-Box Site Navigation and Audience Targeting in SharePoint3/5/2024 8:39:33 AM. In this article, we will explore SharePoint's built-in tools for intuitive site navigation and precise audience targeting. Enhance user experience with customizable menus and targeted content deli
  • Performance Optimization Techniques For React Applications3/5/2024 8:18:59 AM. This article delves into performance optimization techniques in React applications, emphasizing the crucial role of coding practices and infrastructure configuration in enhancing application quality.
  • Main Difference Between Method and Computed Property in Vue.js3/5/2024 7:20:55 AM. In Vue.js, methods and computed properties serve distinct roles. Methods are JavaScript functions invoked in response to events, while computed properties cache values based on dependencies, enhancing
  • Lists Throttling in SharePoint 20103/4/2024 11:51:09 AM. Learn how SharePoint 2010 lists throttling optimizes performance by imposing limits on resource-intensive operations, ensuring scalability, and preventing performance degradation. Explore best practic
  • Top 11 Capabilities of Microsoft Dynamics 365 to Boost Marketing Strategies3/4/2024 11:48:14 AM. In this article, you will learn to Unlock the potential of your marketing strategies with Microsoft Dynamics 365. From streamlined lead management to personalized campaigns, leverage its top 11 capabi
  • SQL Server Effective Database Tune up and Maintenance3/4/2024 11:31:33 AM. This document provides essential tips for effectively maintaining a production database, aimed particularly at developers who may not be professional database administrators. It covers topics such as