TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About manager
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arun Ramaswamy (6)
Najath Risni (5)
Onkar Sharma (4)
Viknaraj Manogararajah (4)
Jignesh Trivedi (3)
Sarthak Varshney (3)
Vijai Anand Ramalingam (3)
Sardar Mudassar Ali Khan (2)
Ajay Kumar (2)
Asma Khalid (2)
Chetan Sanghani (2)
Nagaraj M (2)
Mohamed Shifan (2)
Mahesh Chand (2)
Abdul Basith (2)
Shanuka Maheshwaran (2)
Shweta Lodha (2)
Gowtham K (1)
Lokesh Varman (1)
Waqas Sarwar (1)
George (1)
Keyur Pandya (1)
Manimekalai Ganesan (1)
Saleh Qadeer (1)
Prashanth Chindam (1)
Sifad Hussain (1)
Kishorekumar Pooruli (1)
Ashutosh Singh (1)
Gaurav Kumar (1)
Sanjoli Gupta (1)
Farhan Ahmed (1)
Mark Pelf (1)
Venkateshwar Reddy (1)
Krishna Garad (1)
Scott Lysle (1)
Satya Prakash (1)
Allen Oneill (1)
Ankit Sharma (1)
Dipa Ahuja (1)
Rohit Gupta (1)
David Mccarter (1)
Sandeep Nandey (1)
Md Sarfaraj (1)
Ng Cheehou (1)
Sachin Nigam (1)
Rikam Palkar (1)
Piyush Kumar (1)
Manoj Mohan (1)
Alessandro Del Sole (1)
Ramasagar Pulidindi (1)
Leon Pereira (1)
Ijas Ahamed (1)
Aravind Govindaraj (1)
Uttam Kumar (1)
Ravikant Sahu (1)
Vinay Ayinapurapu (1)
Joydip Kanjilal (1)
Karthick S (1)
Jaydeep Suryawanshi (1)
Mike Gold (1)
Ganesan C (1)
Bishwanath Dey Nayan (1)
Ashwini Bhandari (1)
Mahender Pal (1)
Saineshwar Bageri (1)
Aleksandra (1)
Yogi S (1)
Mudita Rathore (1)
Ashish Bhatnagar (1)
Related resources for manager
No resource found
Dependency Injection & EF Migrations in ASP.NET MVC with Autofac
10/30/2024 8:29:43 AM.
This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
Claim Based And Policy-Based Authorization With ASP.NET Core 2.1
9/23/2024 9:48:11 AM.
Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
Azure Advisor recommendation using Resource Manager REST API
8/27/2024 11:03:18 AM.
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
Artifactory: Simplifying Software Component Management
8/26/2024 3:59:45 AM.
Artifactory is a universal repository manager that centralizes the management of binaries dependencies and builds artifacts across formats like Maven, Docker, and npm. It integrates with CI/CD tools,
SharePoint 2016 Central Admin Error Http 500 The WebSite Cannot Display The Page
8/20/2024 10:56:08 AM.
Encountered an issue with SharePoint Server 2016 where the Central Administration website returns HTTP 500 errors post-installation. No clues from Event Logs or ULS logs. Enabled IIS "Failed Requ
Introduction to ASP.NET Core Identity Architecture
8/5/2024 4:36:21 AM.
ASP.NET Core Identity is a membership system for managing authentication and authorization in web applications. It includes components like IdentityUser, IdentityRole, and Claims, and features such as
Interesting Query (2) --- Whtch Manager has no Employee with
7/19/2024 10:12:18 PM.
This article will discuss interesting queries, more.
Setting Up Google Authentication in ASP.NET Core MVC
7/8/2024 11:37:17 AM.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
Centralized Project Updates with Teams Messaging Extension
7/2/2024 5:25:29 AM.
Learn how to create a Microsoft Teams Messaging Extension to centralize project updates from multiple project managers into OneNote. From this article, we learn to set up a Power Automate flow to save
Create RDLC Report In C# ASP.NET
6/13/2024 11:10:42 AM.
RDLC (Report Definition Language Client Side) in C# is a built-in reporting technology in Visual Studio for creating client-side reports. It runs solely on the client side, requiring only one dataset
ASP.NET MVC 5 - Deployment On Windows IIS Server
6/11/2024 12:17:55 PM.
Explore the step-by-step process of deploying an ASP.NET MVC5 web application on a Windows server with IIS manager. Learn about Docker deployment alternatives, configuring Web Deploy Package, setting
Publish And Host ASP.NET Core Web API On IIS
6/7/2024 10:35:37 AM.
Learn how to publish & host ASP .Net Core Web API on IIS. Use Visual Studio & .Net Core SDK, then deploy to IIS Manager. Configure & test for efficient hosting.
How to Acquire Project Leadership Skills as a Beginner
6/6/2024 6:06:27 AM.
Project leadership is a vital skill in today’s collaborative and dynamic work environments. As a beginner, the path to becoming a proficient project leader may seem challenging, but with the right str
How to Fulfill the Key Responsibilities of a Product Manager
6/3/2024 9:36:43 AM.
A Product Manager defines the product vision, creates roadmaps, manages the product backlog, and ensures alignment with business objectives. Key tasks include market research, gathering customer insig
Web Parts in ASP.Net
5/30/2024 11:37:28 AM.
Develop ASP.NET web application using WebParts for dynamic content management. Design form with controls like DropDownList, WebPartZone, CatalogZone, EditorZone. Customize layout, appearance, properti
Working With Change Tracking Proxy in Entity Framework 6.0
5/17/2024 10:21:30 AM.
In this article, you will learn about Proxy Objects, ObjectStateManager, and EntityState to leverage advanced tracking features for data manipulation and performance optimization in your .NET applicat
Advanced Azure Bicep Techniques: Master Infrastructure Code
5/13/2024 4:15:16 AM.
This article is a comprehensive guide that takes you on a deep dive into the advanced topics of Azure Bicep. It starts with logging into Azure, then moves on to explain the advanced topics in Azure Bi
Azure Bicep: Deployment and Infrastructure as Code
5/10/2024 6:06:59 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep
Exploring Azure Bicep Functions: Syntax, Usage, and Examples
5/9/2024 4:45:29 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep functions. It starts with logging into Azure and then moves on to explain the concept of functions in Azure Bicep,
Azure Bicep: Power of Variables for Efficient Deployment
5/8/2024 10:25:27 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
Automate VCF Host Commission (ESXi)
5/8/2024 6:01:54 AM.
Learn how to automate ESXi host provisioning with Kickstart and streamline VMware Cloud Foundation host commissioning workflows.
Mastering Azure Bicep Parameters
5/7/2024 10:24:35 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, c
Deploy Web App In Microsoft Azure
5/6/2024 11:56:43 AM.
Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
Azure Bicep - Introduction to Azure Bicep
5/3/2024 10:02:14 AM.
This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
Implementing On-Premises Servers into Microsoft Azure Arc
5/3/2024 9:17:33 AM.
Learn how to seamlessly integrate on-premises servers into Microsoft Azure Arc, enabling centralized management and governance for your hybrid infrastructure.
What is Global Traffic Manager (GTM) in Alibaba Cloud ?
4/27/2024 4:01:52 AM.
Unleash global application reach & peak performance with Alibaba Cloud GTM! Explore intelligent traffic routing, geo-redundancy & disaster recovery for seamless user experience & business
Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary
4/25/2024 10:41:35 AM.
Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
User Input Management with SegmentManager in C#
4/25/2024 5:42:35 AM.
In C#, one such tool that simplifies user input management is the `SegmentManager` class. This article delves into how the `SegmentManager` class facilitates the handling of user input in a structured
Simplifying Background Tasks with WorkManager in Android
4/23/2024 4:39:03 AM.
This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
What is DMA and How to Enable DMA in Windows 8
4/12/2024 6:30:47 AM.
DMA allows memory system control without CPU involvement, reducing CPU overhead during data transfer between memory and devices. Steps for enabling DMA in Windows 8 involve accessing Device Manager, n
Add Custom User Data To Identity Core Register Form In ASP.NET Core 3.0
4/8/2024 8:19:52 AM.
Integrate custom user data seamlessly into ASP.NET Core 3.0 Identity Core's register form. Utilize UserManager and SignInManager for efficient user management, authentication, and authorization. E
Install and Configure Network Load Balancing Manager in Server
4/5/2024 9:55:20 AM.
In this article, we will learn Network load balancing is the ability to balance traffic across two or more WAN links without using complex routing protocols like BGP.
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
4/2/2024 10:26:25 AM.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling develo
Code First Migrations In Entity Framework Step By Step
3/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.
Hosting Mobile WebSite Under IIS
3/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
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.
Installing File Server Resource Manager on Windows Server
3/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
Tailoring Site Responses to Microsoft Tag Requests
2/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 Update Graphics Card In Windows 10
2/28/2024 7:09:28 AM.
In this article, Learn how to update your graphics card on Windows 10 for optimal performance. Ensure your GPU drivers are up to date with our step-by-step guide. Discover how to navigate Device Manag
How To Download And Install Android Studio On Windows 10
2/27/2024 2:34:44 PM.
To download and install Android Studio on Windows 10, visit the official website, download the installer, and run it. Ensure you have Java Development Kit (JDK) installed. Follow on-screen instruction
Kill Process From the Command Prompt In Windows 8
2/27/2024 10:45:40 AM.
To terminate a process via Command Prompt in Windows 8, use the "taskkill" command followed by "/F" to force termination and "/IM" to specify the process name. For exampl
Using Variables in Bicep
2/27/2024 6:11:25 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Get App History on Windows 8
2/23/2024 9:45:22 AM.
Learn how to access app history on Windows 8 using the Task Manager. Monitor app usage, resource consumption, and performance metrics to optimize your system. Gain insights into your app activity for
How to Enable or Disable Network Adapters in Windows 10
2/22/2024 11:29:03 AM.
In this tutorial, I have described how to Enable or disable network adapters in Windows 10 through Device Manager or Control Panel. Manage connectivity settings efficiently to troubleshoot issues or o
ASP.NET Core - Expense Manager Using EF Core And Highcharts
2/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
GridView Using Ajax ModalPopupExteder
2/20/2024 7:27:56 AM.
This article demonstrates how to create a master/detail GridView using Ajax ModalPopupExteder in ASP.NET. It covers the setup of various controls including GridView, Button, Ajax's ModalpopUpExten
Azure Update Manager - Patch Management
2/19/2024 7:01:09 AM.
Azure Update Manager is a Software as a Service (SaaS) solution by Microsoft designed to simplify and automate software update management for Windows and Linux machines.
How to Implement Azure Global DNS with Traffic Manager Profile?
2/5/2024 10:04:34 AM.
Implement Azure Traffic Manager for efficient global DNS load balancing across Azure web apps and VMs. Achieve optimal availability and responsiveness, especially for applications spanning multiple re
Docker Swarm: Transforming Container Orchestration
1/12/2024 8:22:00 AM.
Explore the dynamic world of Docker Swarm, where machines become nodes, managers orchestrate, and containers dance in perfect harmony
Centralized Management for Global Scale Networks using Azure Network Manager
12/28/2023 5:38:11 AM.
Centralized management for your global scale networks using Azure Network Manager.
Deploying Azure Virtual Network Manager
12/26/2023 12:06:06 PM.
the advantages of Azure Virtual Network Manager for streamlined and automated Azure virtual network management. Learn about benefits, pricing, and a step-by-step guide to deploying this powerful centr
How to Create Wallpaper Group Policy in Server
12/14/2023 8:19:35 AM.
Learn the easiest method to create a wallpaper group policy on a server operating system. Follow step-by-step instructions, from creating a group policy to linking it for seamless application on resta
How to Install the File Server Resource Manager (FSRM)
12/4/2023 7:13:46 AM.
How to Install the File Server Resource Manager (FSRM).
How To Open Task Manager on Windows 11
11/15/2023 11:05:44 AM.
In this article, you will learn different ways to open Task Manager on Windows 11.
How to Create Virtual Switch in Hyper–V Manager
11/15/2023 4:44:13 AM.
Virtual Switch in Hyper-V Manager is a software-based network switch that enables the communication between virtual machines, the host system, and other physical or virtual devices on the network. It
A Warning to Companies: Your Development Manager is Ineffective, and It’s Your Fault!
10/30/2023 3:41:26 PM.
In this article, I will weave a cautionary tale that demonstrates something I have been seeing in teams since the late 2000s. That something is companies are creating ineffective development managers.
How To Kill A Process In Windows 10
10/20/2023 10:54:19 AM.
In this article, I have described how to kill a process in Windows 10.
C#.NET - Generate An API Key Using Nuget Library
10/5/2023 6:47:45 AM.
This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
Setting Up Server-Side Google Tag Manager (GTM) with Docker
9/21/2023 9:20:38 AM.
Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
Import SSL Certificate to AWS Certificate Manager (ACM)
8/2/2023 8:57:09 AM.
Learn how to import an SSL Certificate into ACM (AWS Certificate Manager)
An Insight And Learning Journey With Managers
7/17/2023 4:36:21 AM.
I firmly believe that managers have a significant impact on our lives and can be a great source of inspiration
Harnessing the Power of UserManager and RoleManager for Robust User Control in .Net Core Identity
7/3/2023 9:28:11 AM.
In this article, I will illustrate how to use the .NetCore Identity Framework, with a special focus on the UserManager and RoleManager classes, to execute page control. The web application involved is
How to Access AWS Systems Manager Parameter Store using Python?
7/2/2023 7:09:49 PM.
Learn how to access AWS Systems Manager Parameter Store using Python. Set up the project folder, install required packages, and retrieve parameter values using the boto3 library. Test the code to acc
Installing a Service Programmatically
6/1/2023 8:36:30 AM.
With the arrival of .NET, creation of a windows service has become a piece of cake by just selecting Windows Service as project type in the New Project Dialog Box.
How to Enable Hyper-V Manager in Windows 11
5/7/2023 4:39:32 PM.
Step by step for enabling hyper v manager on the Windows operating system
Exploring NavigationManager in Blazor: Navigating to Components and Pages
5/1/2023 4:42:33 AM.
In this article, we'll explore NavigationManager in Blazor, which provides a simple and efficient way to navigate to different components and web-pages.
Create Custom Session ID Manager
3/20/2023 8:29:37 AM.
In this article, we will look in to SessionIdManger and how to customise it.
AWS Systems Manager (SSM) Parameter Store In .NET 3.1 Web API
3/16/2023 10:35:45 AM.
Grab all the AWS Systems Manager (SSM) Parameter store in .NET 3.1 Web API and use them in entire project through Configuration
Build A Simple Task Manager With Visualization In Django
2/14/2023 10:36:55 AM.
In this article, you will learn how to build a simple task manager with visualization in django.
.NET MAUI - Good Bye MessagingCenter, Welcome WeakReferenceManager
2/2/2023 10:50:29 AM.
In this article, I explain how to set up the publisher/subscriber pattern in .NET MAUI with new techniques, replacing the obsolete MessagingCenter
ObjectContext VS DBContext
12/23/2022 5:46:54 AM.
ObjectContext and DbContext has capability to querying and working with data as objects.
How To Implement Windows Automatic Enrollment In Microsoft Intune
12/22/2022 5:00:28 AM.
In this article, you will learn how to implement windows automatic enrollment in microsoft intune.
Examining The ConfigurationManager In .NET 6
12/13/2022 6:08:29 AM.
In this article, you will learn how to examine the ConfigurationManager in .NET 6.
Microsoft patterns & practices: The Enterprise Library
12/1/2022 9:11:44 AM.
Microsoft patterns & practices provide scenario-specific recommendations illustrating how to design, develop, deploy, and operate architecturally sound applications for the Microsoft .NET platform
Configuring Azure Virtual Network Manager
11/8/2022 6:13:16 AM.
This post will concentrate on Azure Virtual Network Manager connectivity configurations.
How To Enable Hyper-V Manager In Windows
10/26/2022 8:09:04 AM.
In this article, you will learn how to enable Hyper-V Manager in windows.
Google Tag Manager Server Side Tagging
10/19/2022 6:09:27 AM.
Defines about GTM Server Side Tagging and how it differs from Client-Side Tagging
Implement AWS Secrets Manager In ASP.NET Core
9/5/2022 10:54:30 AM.
In this article, you will learn how to implement AWS Secrets Manager in Asp.Net Core.
Implementing Traffic Manager Profile In Azure
7/22/2022 8:48:26 PM.
In this article, you will learn how to implement a traffic manager profile in Azure.
Sensor Manager With Example In Android
6/2/2022 12:42:57 PM.
This article explains the sensor manager or app in android using a simple example.
Installing Node Version Manager
5/9/2022 4:46:02 AM.
This article explains the steps required to install Node version Manager for Windows 10
Implement Singleton DBManager In ASP.NET Core And C#
2/10/2022 10:14:44 AM.
This article talks about the Singleton Design Pattern, why it is important and then demonstrates how to build a singleton DBManager (a class that wraps all calls to the database) using dotConnect for
Overview Of Azure Traffic Manager And Configuring Priority Based Endpoints
2/10/2022 9:05:38 AM.
In this article, you will learn about Azure Traffic Manager and Configuring Priority Based Endpoints Step By Step.
AWS Secrets Manager Vs Parameter Store (Systems Manager)
2/2/2022 11:11:01 AM.
In this article, you will learn about AWS Secrets Manager Vs Parameter Store.
Azure Application Gateway vs Azure Load Balancer vs Azure Traffic Manager vs Azure Front Door
1/26/2022 3:14:18 PM.
This article will provide information about azure load balancing services.
How To Retrieve Secrets From AWS Secrets Manager In .NET 6 Web API
1/11/2022 3:50:22 PM.
In this article, you will learn how to retrieve secrets from AWS Secrets Manager in .NET 6 Web API.
Tutorial : Creating Visual Studio Add-Ins
1/7/2022 9:03:21 AM.
In this example we'll create an add-in that allows you to insert a copyright statement at the top of your code window.
How To Access Parameters From AWS Systems Manager Parameter Store In .NET 6 Web API
1/5/2022 4:18:13 AM.
In this article, you will learn how to access parameters from AWS Systems Manager Parameter store in .NET 6 Web API.
How to Check Azure Resource Deployment History
12/9/2021 11:04:46 PM.
Learn how to check Azure resources deployment history in your Azure portal.
Azure Traffic Manager
7/28/2021 4:16:42 AM.
In this article, you will learn about Azure Traffic Manager with Demo.
Alerting In Prometheus With AlertManager
7/15/2021 12:40:00 PM.
In this article, you will learn about Alerting in Prometheus with AlertManager.
Create Asset Manager List from Microsoft List Templates And Customize List Form Using Power Apps
6/3/2021 3:58:01 PM.
In this article, you will learn how to create Asset Manager List from Microsoft List Templates and Customize List form using Power Apps.
Fixing - The Runtime Connection Manager With The ID Can Not Be Found
5/27/2021 12:12:48 PM.
In this article, you will learn about fixing SSIS package issue for Dynamics 365 CE.
Creating Custom Role Manager With Dynamic Menus in ASP.Net
4/22/2021 5:28:57 AM.
This article shows how to create a menu and sub menus depending on user roles and also how to provide read and write access to users.
How To Secure Apps With Secret Manager In A Development Environment?
4/11/2021 10:51:55 AM.
As a developer, you have to make the right choices when keeping your coding environments fully secure. You need to pick the right security tools in this process. Let us help you!
Blazor - NavLink component and NavigationManager class
4/9/2021 8:36:05 AM.
In this Blazor tutorial I will cover NavLink component and NavigationManager class. First I will explain NavLink component then create a left navigation sidebar (or left menu) using NavLink in my Blaz
Redirecting Traffic Based On Priority Using Azure Traffic Manager
4/2/2021 4:23:18 AM.
This video provides brief introduction of what Azure Traffic Manager is, what are it's benefits, what all traffic managing methods are available along with practical usage of Priority based DNS ro
Process of Installing the Nuget Package Manager in ASP.NET Web API
4/1/2021 10:07:22 AM.
In this article, we will define what the NuGet Package Manager is and how to install it in the ASP.NET Web API.
Data Binding In .NET
3/31/2021 2:36:59 PM.
In this article, you will learn about Data Binding in .NET.
Redirecting Traffic Based On Priority Using Azure Traffic Manager
3/31/2021 4:54:41 AM.
This article provides brief introduction of what Azure Traffic Manager is, what are it's benefits, what all traffic managing methods are available along with practical usage of Priority based DNS