Related resources for Server
  • Configure IIS to Host Your Website Without ASP.NET3/19/2024 5:57:20 AM. Set up IIS to host your website without ASP.NET by configuring it to serve static content like HTML, CSS, and JavaScript files. Simplify server setup for non-dynamic websites with this approach.
  • Establishing Communication Between Executable Files Using TCP/IP3/19/2024 5:29:21 AM. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Step
  • Deploying a Windows Server Virtual Machine in Microsoft Azure 3/18/2024 5:26:38 AM. To deploy a Windows Server Virtual Machine (VM) in Microsoft Azure, you'll configure various settings to create your virtual environment.
  • 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
  • How to Configure the Phone and Modem Settings For the Fax Server3/15/2024 9:01:07 AM. Configure phone and modem settings for the fax server on Windows Server. Set up modems, dialing rules, and fax devices. Ensure compatibility and smooth fax transmission and reception. Customize settin
  • How to Install the Print Server on Windows Server3/15/2024 8:58:11 AM. Install Print Server on Windows Server 2012 to manage network printing efficiently. Configure printers, queues, and drivers seamlessly. Utilize Group Policy for centralized management. Ensure smooth p
  • 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.
  • 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.
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 API3/15/2024 5:47:48 AM. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
  • How to Install Configure VPN on Windows Server3/14/2024 9:42:39 AM. This detailed guide offers step-by-step instructions on how to set up a VPN on Windows Server. Learn to set up a VPN on Windows Server 2019 efficiently. Understand the server's dual roles: client
  • 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.
  • How to Fetch Daily, Weekly, Monthly, and Yearly based Data in SQL3/12/2024 10:59:03 AM. In SQL, fetching data based on specific time intervals like day, week, month, and year is essential for meaningful analysis.
  • 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.
  • Creating Users and Groups Within an Organizational Unit on Windows Server3/12/2024 6:57:47 AM. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • 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
  • REST API In Node.js Using ES63/11/2024 9:25:53 AM. The tutorial covers various aspects, including project setup using Fort.js CLI, creating controllers for handling HTTP requests, implementing CRUD operations for a user entity, and integrating service
  • 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
  • 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
  • How To Secure PII Data In SQL Server Using .NET Assembly3/6/2024 10:46:18 AM. In this article, we will learn PII (Personally Identifiable Information) is used to identify individual identity markers such as SSN, DOB, Bank Account Number, etc. When you are working with financial
  • 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 23/6/2024 10:30:54 AM. This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
  • 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
  • Understanding FORMATMESSAGE() Function in SQL Server3/6/2024 4:58:24 AM. In this article, we will discuss how to use FORMATMESSAGE() function in SQL Server, its advantages and usages with example.
  • 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
  • How to Enable Remote Connections in SQL Server 20053/5/2024 10:39:30 AM. This article provides guidance on enabling remote connections in SQL Server 2005, addressing the common error message encountered when attempting a remote connection. It outlines the security precauti
  • 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
  • Covering Indexes And Filtered Indexes In SQL3/5/2024 10:36:56 AM. Hello Learners. I hope you all are doing great. This article describes the Covering Indexes and Filtered Indexes. I would like to tell you that these type of Indexes can only be created as NONCLUSTERE
  • SQL Server Error Logging From A Stored Procedure3/5/2024 10:28:44 AM. In this article, we will learn effective error handling in SQL Server stored procedures. Utilize RAISERROR to log errors, manage exceptions, and maintain robust error reporting mechanisms for enhanced
  • 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
  • Securing Remote Access to SQL Server3/5/2024 4:16:02 AM. Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protec
  • 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
  • SQL Server Performance Tuning: Data Compression3/4/2024 11:30:53 AM. In this article, you will learn about Data Compression in SQL Server. Learn SQL Server Performance Tuning, Types of Data Compression like Row Compression, Page Compression, Dictionary Compression.
  • How to Do Distributed File System (DFS) In Server3/4/2024 8:12:37 AM. In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
  • SQL Tuning - Effective Strategies with Practical Examples3/3/2024 5:01:15 AM. SQL Tuning — Effective Strategies with Practical Examples
  • Product Management Application using .NET Core and React JS with CRUD Operations3/2/2024 9:31:29 AM. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • TCP Client and Server3/1/2024 11:10:46 AM. It guides users through compiling separate server and client programs, emphasizing the importance of adjusting the IP address to match the machine's configuration. Upon running the server program,
  • Create Local FTP on Your Computer3/1/2024 11:08:54 AM. Setting up a local FTP server on your computer involves configuring file transfer protocol for efficient data exchange within your network. Through server setup and network configuration, users can se
  • Implement and Configure Windows Defender Application Control (WDAC)3/1/2024 9:46:17 AM. Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run o
  • How to Do Zone Transfer in Windows Server3/1/2024 9:40:24 AM. Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following
  • How to Open, Read or View MS SQL Error Log File2/29/2024 10:47:38 AM. Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
  • Visual Studio Extension For Blazor SPA With EF Core 3.1 2/29/2024 10:08:48 AM. In this post, we will see how to download the newest extension on Blazor Server for Visual Studio 2019. Using this extension, we can easily create a Blazor Server app with Entity framework 3.1. This
  • How to Add Additional Domain Controller in Server2/28/2024 8:53:11 AM. Deploying additional domain controllers increases the redundancy, which results in even greater resilience and higher availability.
  • Detecting File Changes using FileSystemWatcher2/28/2024 7:12:07 AM. This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class.
  • SQL Server Data Types for Performance, Memory Efficiency2/28/2024 6:49:09 AM. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • Configure IIS In Windows 10 Operating System2/27/2024 11:14:10 AM. To configure IIS in Windows 10, install the feature via Control Panel > Programs > Turn Windows features on or off. Use IIS Manager to set up websites, bindings, SSL certificates, and applicatio
  • How to Install WDS in Server?2/26/2024 8:16:04 AM. This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
  • How to Install WAMP Server on Windows 8.12/23/2024 9:10:02 AM. This article provides a step-by-step guide on how to install WAMP Server on Windows 8.1, addressing common issues such as the 403 forbidden error.
  • How To Install WAMP Server On Windows 102/22/2024 11:55:16 AM. Installing WAMP Server on Windows 10 provides a local development environment for web projects. It integrates Apache, MySQL, and PHP, enabling seamless testing and deployment. Once installed, you can
  • Blazor - Create SPA With Azure Database For MariaDB Server2/21/2024 8:27:24 AM. We will create a MariaDB database service in Azure and connect MariaDB in a Single Page Blazor application. Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Da
  • ASP.NET Core - Expense Manager Using EF Core And Highcharts2/20/2024 7:31:47 AM. We will create a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handl
  • Single Page Application Using Server-Side Blazor2/20/2024 7:24:40 AM. This comprehensive tutorial guides you through creating a Single Page Application (SPA) using server-side Blazor with Entity Framework Core. It covers CRUD operations, modal popups for user input, dro
  • Programming Template in Web Server Controls2/20/2024 6:37:31 AM. Templates play a major role in managing the layout and format of the data being displayed in ASP.NET data bound controls.
  • Understanding Server-Side Blazor2/20/2024 5:57:53 AM. Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
  • How to Do Work Folder in Windows Server?2/19/2024 10:10:36 AM. Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Polic
  • ASP.NET State Management2/18/2024 5:38:25 AM. State management in ASP.NET is vital for maintaining application state across requests. It's a common topic in interviews, catering to both novices and seasoned developers. ASP.NET offers various
  • SQL Server Migration Strategy into Azure SQL PaaS Database2/16/2024 3:47:43 AM. This article outlines a strategic approach to migrating SQL database workloads from on-premises to Azure cloud services. It covers the high-level migration roadmap, choosing the right migration path,
  • Difference Between UNION and UNION All (SQL Server)?2/12/2024 11:55:50 AM. UNION merges and filters out duplicates from various SELECT queries, whereas UNION ALL combines them without eliminating duplicates, providing quicker results but retaining all rows, including duplica
  • Introduction To Tag Helpers in HTML2/12/2024 11:49:41 AM. Explore the power of ASP.NET Core's Tag Helpers with this introductory guide. Learn how to simplify HTML generation in Razor views using C# code. Discover the benefits of server-side rendering and
  • Server Side Rendering Of DataTables JS In ASP.NET Core2/12/2024 10:04:00 AM. This article covers the implementation of server-side data configuration in DataTables JS in ASP.NET Core. It explains what DataTables JS is, the need for server-side rendering, creating a .NET Core p
  • How to Find Blocked Deadlocks in SQL?2/9/2024 8:42:19 AM. The SQL query utilizes dynamic management views (DMVs) like sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_exec_connections, and sys.dm_exec_sql_text to monitor and manage active sessions, connect
  • Difference Between Raw SQL and Dapper 2/8/2024 8:55:42 AM. Explore the trade-offs between using raw SQL queries and leveraging Dapper, a micro-ORM for database access in C# development. Delve into performance, code maintainability, and efficiency to make info
  • Converting A Blazor WASM App To A Blazor Server App2/8/2024 8:50:55 AM. This article explores converting a Blazor WASM app to a Blazor Server. It details differences between hosting models, and conversion steps including project creation, references addition, and code mod
  • AWS Transfer Family ( SFTP , FTP , FTPS Server ) Overview2/8/2024 8:06:27 AM. AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protoco
  • How to Deploy Angular Application on Nginx?2/7/2024 10:21:24 AM. Deploying an Angular application on Nginx involves setting up Angular, installing Node.js, creating folders, installing Angular CLI, downloading Nginx, configuring ports, building the app, copying fil
  • Mastering T-SQL Rank Functions2/6/2024 9:28:41 AM. SQL window functions like ROW_NUMBER, RANK, DENSE_RANK, and NTILE are vital for advanced data analysis. They organize, order, and rank data within result sets. ROW_NUMBER assigns unique sequential nu
  • Top 10 Most Used SQL Queries2/6/2024 6:39:43 AM. In this article you will learn about the top 10 most used SQL Queries. SQL Server is an interface which helps to communicate with the system’s database using queries.
  • Requirements to Install SQL Server 20142/6/2024 6:28:59 AM. In this article I explain what are requirements to install SQL Server 2014
  • DATEPART Function in SQL Server2/6/2024 6:26:51 AM. This SQL Server tutorial explores the Datepart function, a built-in function for extracting portions of a DateTime field, demonstrated through practical examples for various date and time components.
  • Automated Deployment of SQL Server Database through Azure Devops2/6/2024 4:04:30 AM. Explore an automated deployment solution for SQL Server databases using Azure DevOps. This guide details the setup of a self-hosted agent, granting necessary server access, and configuring a release p
  • How to Do Account Lockout Policy on Server2/5/2024 8:22:08 AM. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • 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
  • Optimizing Angular and C# Performance1/31/2024 7:29:23 AM. Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
  • Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL Server1/25/2024 5:31:16 AM. In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP.NET
  • Run MS SQL Server on Docker 📦1/24/2024 6:27:51 AM. In this article, I'm going to show how to install Docker on Windows 11 and run the MS SQL server on it.
  • How to Create Virtual Machine in Azure Portal1/23/2024 5:57:40 AM. Azure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. This quickstart shows you how to
  • How to Remove Server Roles and Features in Server1/23/2024 5:23:22 AM. To remove roles, role services, and features, you can use the Remove Roles and Features Wizard. Learn the proper and easiest method to remove server roles and features on Server 2019. Follow step-by-s
  • Load Balancing Strategies: Optimizing Performance and Reliability1/22/2024 11:06:35 AM. This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It co
  • 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
  • Run Azure Pipelines using Local Server1/22/2024 5:38:29 AM. This article describes the process to run Azure Pipelines from local machine and followed by a small demo using Power Platform Task.
  • 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
  • How to Create SessionStorage in Blazor Server?1/19/2024 5:51:28 AM. This article will teach how to implement session storage in Blazor Server applications. This article guides you through creating session storage using Protected Session Storage in Blazor Server. Learn
  • How to Create Reusable Confirmation Modals in Blazor Server1/17/2024 1:39:29 PM. In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
  • Understanding and Managing Server-Side (Output) Caching in .Net1/15/2024 6:12:57 AM. IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
  • OPENJSON in SQL Server1/15/2024 5:50:12 AM. SQL Server's OPENJSON function is a powerful tool for working with JSON data in relational database systems. It allows users to parse and transform JSON-formatted strings into tabular data, making
  • Comparing Vertical Scaling and Horizontal Scaling in System Design1/11/2024 6:14:25 AM. Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enha
  • Union and Union All1/10/2024 6:55:52 AM. This article will tell you the use of union and union all and difference between them and some key points that are important to follow in union and union all syntax.
  • SQL Functions and Examples.1/10/2024 6:08:41 AM. This article provides you with many built-in SQL functions including aggregate functions, date functions, string functions, control flow functions, window functions, and math functions.
  • Identifying the Root Cause of SQL Server Problems1/10/2024 5:17:17 AM. Finding issues in SQL Server involves troubleshooting and identifying the root cause of problems. Troubleshooting SQL Server issues involves comprehensive steps. Check error logs, use SQL Server Manag
  • Deleting Duplicate Records Using CTE1/9/2024 7:00:44 AM. In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
  • Installation of Microsoft Exchange Server1/8/2024 11:17:02 AM. Here in this article I have given steps to install Microsoft Exchange Server 2019. Efficiently install Exchange Server 2019 with this step-by-step guide. Learn pre-requisites, server and software requ
  • How to Restrict Clients Desktop Settings in Server1/8/2024 7:58:36 AM. Learn to restrict client desktop settings on Server 2019 efficiently. Understand the benefits, reduce risks, protect sensitive data, and follow a step-by-step guide for proper implementation.
  • Create a Django Project Crash to Build1/7/2024 6:14:40 AM. Create a Django app in simple steps: Install Django, create a project and app, define models, apply migrations, set up views and templates, configure URLs, and run the development server.
  • Create a Powerful RESTful API for SQL Server CRUD Operations1/4/2024 7:57:08 AM. Discover the world of building simple and effective APIs that talk to SQL Server databases. Learn how to safely handle data, improve performance, and get hands-on with coding examples for each CRUD op
  • Safely Changing the Instance Name of SQL Server1/4/2024 5:24:47 AM. Changing the instance name of a SQL Server involves several steps and should be done with caution. Secure process for changing the instance name of SQL Server. This guide ensures a smooth transition,
  • Truncate All Table Data in MSSQL1/2/2024 10:49:45 AM. In this article we will learn about how to truncate all tables in a SQL Server database using dynamic SQL. Exercise caution, as this operation deletes all data without the possibility of rollback. Lea
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • How to Do Password Policy in Server12/27/2023 6:36:59 AM. A password policy can help prevent unauthorized access to user accounts and protect against common types of attacks. A password policy is a set of rules that encourage users to create and use strong p
  • Go live on linux Server With Node JS App12/23/2023 11:58:17 AM. Download nvm. NVM is a node version manager and in order to install Node and npm, first nvm is to be installed using following commands.
  • Creating Dynamic PIVOT Query in SQL Server12/23/2023 11:50:26 AM. In this article, we are going to learn how to create dynamic PIVOT Query in SQL Server with some examples.