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 Mastering
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (9)
Jitendra Mesavaniya (5)
Ajay Kumar (4)
Sardar Mudassar Ali Khan (4)
Shiv Sharma (4)
Mohamed Azarudeen Z (4)
Abhishek Dhoriya (3)
Dhiraj Poojary (3)
Jay Pankhaniya (3)
CSharp TV (2)
Habibul Rehman (2)
Vikas Singh (2)
Lokendra Singh (2)
Arun Ramaswamy (2)
Rohini Parade (2)
Satya Karki (1)
Shweta Lodha (1)
Swesh S (1)
Rinki (1)
Chetan Sanghani (1)
Pooja Lalit (1)
Malvik Bhavsar (1)
Sanjay Kumar (1)
Jaydeep Patil (1)
Aishwarya Gupta (1)
Alpesh Maniya (1)
Cristopher Coronado (1)
Pratik Somaiya (1)
Mushtaq M A (1)
Rahul Singh (1)
Jin Necesario (1)
Tasadduq Burney (1)
Vaidehi Pandere (1)
Geo J Thachankary (1)
Amit Mohanty (1)
Tahir Ansari (1)
Ali Ahmed (1)
Cr Bhargavi (1)
Sachin Mishra (1)
Arjun Karthikeyan S (1)
Arindam Dawn (1)
Janarthanan Selvaraj (1)
Krishna G (1)
Rikam Palkar (1)
Vidya Vrat Agarwal (1)
Michael Youssef (1)
Suthahar Jegatheesan (1)
Related resources for Mastering
No resource found
Mastering API Testing with Api.http Files in .NET Projects
10/23/2024 6:06:57 AM.
The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
Mastering SQL Query Generation with Azure OpenAI
10/9/2024 6:07:40 AM.
Leverage Azure OpenAI to transform natural language into SQL queries seamlessly. By integrating Azure OpenAI and Azure SQL Database, you can simplify data querying and enhance accessibility. Learn how
Mastering Microsoft Copilot for Sales Automation in Outlook
8/29/2024 6:29:00 AM.
Discover how to enhance productivity, streamline workflows, and boost your sales strategy. This guide covers integration tips, best practices, and practical steps to make the most of this powerful too
Mastering Pivot Tables in SQL
8/28/2024 6:59:59 AM.
Learn to efficiently aggregate, summarize, and transform data using advanced SQL queries. Discover techniques for data analysis, reporting, and visualization to enhance your analytical skills.
Mastering Microsoft 365 Copilot Prompts
8/27/2024 9:37:09 AM.
Microsoft 365 Copilot enhances productivity by using AI to streamline workflows in apps like Word, Excel, and PowerPoint. Mastering prompt techniques—ranging from basic to advanced—enables users to ac
Mastering Financial Reporting with Dynamics 365 Finance
8/22/2024 4:34:53 AM.
This guide provides step-by-step instructions to help you navigate and utilize Dynamics 365 Finance effectively, making financial reporting accessible and manageable for beginners.
Mastering Site.Selected API Permissions in SharePoint Online
8/21/2024 7:00:22 AM.
This guide explains how to configure Sites.Selected API permissions in SharePoint Online. It covers registering an app in Azure AD, adding the Sites.Selected permission, and granting admin consent. It
Mastering HTTP Status Code Handling with UseStatusCodePages() in .NET
7/16/2024 4:30:44 AM.
Effective error handling is crucial for creating robust and user-friendly web applications. .NET provides several built-in tools to help you manage errors gracefully, one of which is the UseStatusCode
Mastering Azure Virtual Machines - Azure Essentials Series - Ep. 7
7/14/2024 7:17:20 AM.
In this episode, we'll explore the features, benefits, and best practices for using Azure VMs to build, deploy, and manage scalable and secure cloud infrastructure.
Mastering Nested Types in C#: Best Practices and Common Pitfalls
7/3/2024 6:31:39 AM.
Nested types in C# allow developers to define a type within another type, such as a class, struct, interface, enum, or delegate. This feature helps in organizing related types, encapsulating implement
Mastering LINQ: TakeWhile and SkipWhile in C# .NET
7/1/2024 7:03:12 AM.
Explore LINQ's TakeWhile and SkipWhile methods in C#, which enhance data querying by conditionally including or excluding elements based on predicates. Learn how to use these powerful methods to p
Mastering the Null-Coalescing Operator in C#
6/30/2024 6:58:45 AM.
Learn how to efficiently handle null values in C# using the null-coalescing operator. This guide covers the syntax, practical applications, and advanced techniques to enhance your programming skills.
Mastering Solana: Your Roadmap to Development Proficiency
6/18/2024 5:31:07 AM.
In this article, we will see the roadmap that a beginner should follow to learn Solana. Navigating Solana's development requires a structured approach. This roadmap outlines essential steps, from
Mastering Azure Blob Storage - Azure Essentials Series - Ep: 3
6/17/2024 8:21:52 AM.
In this episode, we'll explore the fundamentals of Azure Blob Storage, its key features.
Mastering Azure Blob Storage with ASP.NET Core MVC
6/16/2024 2:50:12 PM.
Azure Blob Storage offers scalable, cost-effective storage for unstructured data like images and documents. Integrated seamlessly with ASP.NET Core MVC, it provides secure uploads, downloads, and mana
Mastering Azure Cosmos DB with ASP.NET Core
6/10/2024 5:37:42 AM.
Azure Cosmos DB is a robust and flexible database service that offers global distribution, high availability, and multi-model support. While it comes with some complexity and cost considerations, its
Mastering ASP.NET Core Identity in ASP.NET Core MVC
6/6/2024 7:23:54 AM.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
Mastering Technical Project Management: Strategies for Success
6/3/2024 9:41:18 AM.
Mastering Technical Project Management: Strategies for Success" delves into effective planning, execution, and leadership in technical projects. It covers tools, best practices, and risk manageme
Mastering Asynchronous Programming in C# Async and Await Patterns
6/1/2024 9:17:52 AM.
Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchrony
Mastering SOLID Principles in C# with Real-Time Examples
5/29/2024 5:39:49 AM.
Mastering SOLID principles in C# enhances software design by promoting maintainability, scalability, and robustness. These principles include Single Responsibility, Open/Closed, Liskov Substitution, I
Mastering Exception Handling in Python
5/23/2024 10:27:17 AM.
In this article we will learn about how to handle exceptions in python programming language.
Mastering Python Best Practices for Clean and Efficient Code
5/17/2024 7:10:25 AM.
In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
Mastering Microservices Architecture with C# and .NET
5/13/2024 8:35:13 AM.
In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, and
Mastering OOP in C#: A Real-World Project Journey
5/13/2024 4:57:51 AM.
Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# development
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
Mastering Resource Allocation in Azure
5/6/2024 8:54:15 AM.
This article provides a comprehensive guide on mastering resource allocation in Azure using the Allocation Success Recommender. The article concludes with tips on how to enhance your Azure experience
Mastering Rating Settings in SharePoint
5/2/2024 8:35:41 AM.
Discover how to leverage rating settings in SharePoint effectively with our comprehensive guide. Learn about the benefits, features, and limitations of enabling ratings on items within lists and libra
Mastering SQL Server Common Table Expressions (CTEs)
4/19/2024 10:50:28 AM.
Mastering SQL Server Common Table Expressions (CTEs) empowers users to create complex queries efficiently. Learn recursive and non-recursive CTEs, optimize queries, and enhance database management ski
Mastering SQL Joins with the WITH(INDEX(Index_Name)) Clause
4/18/2024 9:09:24 AM.
Explore how the WITH(INDEX(Index_Name)) clause in SQL can turbocharge query performance by providing hints to the query optimizer regarding index selection, particularly when used in joins. Learn the
Mastering the Art of Debugging in Your ASP.NET Project
4/12/2024 5:05:51 AM.
Delving into the realm of maintaining and improving an existing ASP.NET project feels like embarking on a journey through a maze of challenges and prospects. As developers, we regularly encounter the
SOLID Principles in C# for Employee Management Example Mastering
4/11/2024 4:56:36 AM.
SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we'll explore each of the SOLID principles: Single Respo
Mastering SOLID Design Principles in C#
4/11/2024 3:58:49 AM.
SOLID design principles provide guidelines for creating maintainable, flexible, and scalable software. They enhance code readability, reduce duplication, and promote effective testing. Principles like
Mastering DevOps: History, Benefits, and Real-World Applications
3/26/2024 8:36:39 AM.
This article delves into the fundamentals and advantages of DevOps through real-world examples. It covers DevOps history, its principles, workflow, continuous integration, and continuous deployment in
Mastering the Display Form Control in Power Apps
3/20/2024 9:46:53 AM.
Mastering the Display Form Control in Power Apps enables efficient data presentation and user interaction. Learn customization, validation, and integration for optimal user experience and streamlined
Mastering Data Mining Techniques
3/18/2024 5:29:30 AM.
Data mining uncovers hidden patterns in vast data reserves, guiding decision-making. Key preprocessing steps ensure data quality, from collection to transformation, optimizing insights for impactful a
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
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.
Mastering Pattern Matching in C#
2/28/2024 5:30:16 AM.
Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, proper
Mastering NLP with AWS Comprehend and Python
2/22/2024 4:37:20 AM.
AWS Comprehend is a natural language processing (NLP) service that uses machine learning to analyze text and extract insights. It can perform tasks such as named entity recognition, key phrase extract
Mastering Test-Driven Development with ASP.NET Core
2/14/2024 8:19:52 AM.
Test-Driven Development (TDD) is a methodology in software development that emphasizes writing tests before writing the actual implementation code. The code is thoroughly tested and meets the specifie
React Design Pattern Series: Mastering Render Props Pattern
2/13/2024 10:41:52 AM.
The article delves into the power and flexibility of React render props as a fundamental design pattern in React development. Exploring the concept, benefits, and real-world use cases, the article dem
React Design Pattern Series: Mastering HOC Pattern
2/13/2024 10:25:52 AM.
This React Design Pattern Series introduces the Higher Order Component (HOC) pattern, a powerful tool in React development. Exploring its definition, benefits, and a real-world example of an authentic
Mastering Middleware in .NET
2/13/2024 6:28:06 AM.
Discover the role and importance of middleware in .NET development. Explore its implementation, patterns, and integration within the ASP.NET request processing pipeline for enhanced application functi
Mastering T-SQL Rank Functions
2/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
React Design Pattern Series: Mastering Hooks Pattern
2/5/2024 8:25:20 AM.
This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind R
Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit
1/23/2024 9:00:45 AM.
In this article, we will learn about MVVM architecture with .NET MAUI and the MVVM Toolkit. Follow a step-by-step guide for project setup, plugin installation, and efficient implementation using ViewM
Mastering Permissions and Access Control in SharePoint
1/12/2024 10:37:35 AM.
Unlock the full potential of SharePoint permissions with this comprehensive guide. Dive deep into principles, strategies, and best practices for effective access control, ensuring a secure and organiz
Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET
1/1/2024 7:47:53 AM.
Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET: Best Practices and Code Examples
Mastering the Infinite Game of Software Development
11/6/2023 6:37:07 AM.
When you embrace the infinite nature of software development, you open yourself up to a lifetime of learning and growth. Mastering the Infinite Game of Software Development
Mastering Database Management with Azure SQL Database
11/2/2023 7:29:16 AM.
Mastering Database Management with Azure SQL Database.
Mastering Cursors In SQL Server
10/30/2023 9:58:04 AM.
A cursor in SQL Server is a database object that reads one row at a time. This detailed tutorial teaches everything about cursors in SQL Server.
Unit Testing in .NET Core - Mastering Mocking
10/9/2023 5:15:41 AM.
In this post, we will explore the concept of mocking in unit testing using xUnit, discuss different types of mocks, and show how to write testable code that supports mocking.
Mastering the Art of Convert DateTime Formats In SQL Server with Over 30 Code Examples
10/4/2023 7:00:55 AM.
Learn how to convert datetime values to different formats in SQL Server with this comprehensive guide. Explore various date conversion functions and formats, including examples and code snippets, to e
Mastering List Collections in C#
9/24/2023 7:43:32 AM.
Explore the power and versatility of C# List collections with this comprehensive guide. From basic operations to advanced techniques, learn how to harness the full potential of lists for effective dat
Mastering CRUD Operations in ASP.NET Core 6
9/16/2023 11:54:55 AM.
CRUD represents the essential operations of creating, reading, updating, and deleting data. It represents the basic functions for managing data in most database systems.
Mastering Dependency Injection and Third-Party IoC Integration
8/29/2023 8:59:26 AM.
Dependency Injection (DI) is a design pattern used in software development to achieve loosely coupled components by allowing the injection of dependencies into a class rather than creating them within
Mastering Email Approvals with Power Automate
8/22/2023 11:37:40 AM.
Navigating Email Approvals: A Comprehensive Look at Automated Flow and Template Methods in Power Automate
JavaScript DOM Manipulation Techniques: Building Dynamic Web Applications
7/23/2023 4:44:32 AM.
The Document Object Model (DOM) is a fundamental concept in web development that allows developers to interact with and manipulate the content and structure of HTML documents. It serves as a bridge be
Mastering AJAX Pagination for Custom Post Types in WordPress
7/20/2023 6:54:27 AM.
In this article, we will learn to set up a custom post type and the information about how and why we have to use the custom post type and custom pagination using AJAX.
Mastering Gradient Boosting for Regression
7/3/2023 4:51:51 AM.
Mastering Gradient Boosting: A Powerful Machine Learning Algorithm for Predictive Modeling is an in-depth article that explores the fundamentals and advanced techniques of Gradient Boosting, one of t
Mastering Angular's ngPlural Directive: Handling Pluralization with Ease
6/15/2023 4:53:50 AM.
Discover how to effectively utilize Angular's ngPlural directive to handle pluralization in your Angular applications.
Mastering C# Enums: An Essential Guide with Examples
6/13/2023 5:06:05 AM.
Mastering Bot Integration in Azure: Unleashing the Power of Clean Code
5/22/2023 12:26:26 PM.
his article dives deep into the world of bot integration in Azure, providing you with invaluable insights into the art of clean coding. Discover how to architect modular and structured code, implement
Search Superpowers: A Step-by-Step on Mastering Azure Cognitive Search 🖱️
5/19/2023 10:35:35 AM.
Discover the secrets to unlocking unparalleled search capabilities with Azure Cognitive Search! Our comprehensive step-by-step guide will empower you to master the art of creating and fine-tuning your
Mastering Azure Database for PostgreSQL
5/15/2023 8:57:15 AM.
In this article describes about the usage of Azure Database for PostgreSQL Server.
💥Mastering Azure: A Step-by-Step Guide to Creating a Storage Account
5/12/2023 11:39:49 AM.
This article provides a step-by-step guide to creating a storage account in Azure, Microsoft's cloud computing platform. By following these instructions, readers will be able to easily create a st
Mastering Virtual Machine Deployment in Azure: In 8 steps.
5/10/2023 11:38:51 AM.
This title suggests that the article will provide readers with a comprehensive guide to creating virtual machines in Azure, which will help them to become proficient in this essential skill. The title
Mastering React: Best Practices for Building Robust and Scalable Applications
4/21/2023 11:59:53 AM.
This article provides practical guidance on how to build high-quality React applications that are both robust and scalable. By following best practices such as using TypeScript, automated testing, cod
Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale Applications
4/21/2023 9:16:45 AM.
Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainabl
Power Up Your Automations: Mastering Array and Object Comparison in Power Automate
4/18/2023 11:08:53 AM.
Learn how to take your Power Automate game to the next level by mastering array and object comparison! Discover the tips and tricks you need to streamline your workflow and supercharge your automation
Mastering User Input Validation - A Guide To Implementing Validations In Blazor
3/13/2023 10:28:19 AM.
This article will guide you through the implementation of user input validations in Blazor. You will learn about the different types of validations available, including required validation, regular ex
Mastering Delegates and Events In C# .NET
2/12/2023 4:24:56 PM.
This tutorial and code example will teach you how to work with delegates in C#.
Mastering C# Methods: Everything You Need To Know About Methods in C#
1/28/2023 11:42:42 PM.
This article explains how to define and use methods in C#.
Mastering RadioButton In C#
8/19/2019 7:11:23 AM.
In this complete tutorial, learn everything about the RadioButton control in C#.
Preparing And Mastering The Microsoft Azure AZ-300 And AZ-301 Exams
8/5/2019 10:04:17 AM.
In this article you will learn how to prepare and master the Microsoft Azure AZ-300 and AZ-301 exams.
Mastering WPF DataGrid in a Day: Hour 1 Introduction
10/10/2018 1:39:17 AM.
This article, an introduction to the WPF DataGrid, is the first article of a series.
Mastering WPF DataGrid in a Day: Hour 8 CRUD Using DataGrid
11/12/2014 7:05:26 AM.
In this Hour 8 part of the Mastering WPF DataGrid in a Day series, I will demonstrate how to use CRUD operations in a DataGrid.
Mastering WPF DataGrid in a Day: Hour 7 Data Template
11/11/2014 5:43:32 AM.
In my last article, we saw how to work with the DataGrid columns. In this Hour 7 part of Mastering WPF DataGrid in a Day series, I will cover the use of a data template in a DataGrid.
Mastering WPF DataGrid in a Day: Hour 6 DataGrid Columns In-Depth
11/10/2014 1:51:53 AM.
In my last article, I demonstrated how to use some of the basic columns functionality. In this Hour 6 part of Mastering WPF DataGrid in a Day series, I will cover some of the advanced functionality of DataGrid columns.
Mastering WPF DataGrid in a Day: Hour 5 DataGrid Columns
10/30/2014 7:12:42 AM.
In this Hour 5 part of the Mastering WPF DataGrid in a Day series, I will talk about the DataGrid columns and review column properties.
Mastering WPF DataGrid in a Day: Hour 4 DataGrid Rows
10/30/2014 6:03:24 AM.
This article of the Mastering WPF DataGrid series explains the DataGrid row header and rows visibility, row appearance and a few other properties.
Mastering WPF DataGrid in a Day: Hour 3 DataGrid Header
10/30/2014 6:02:04 AM.
This article, an introduction to the WPF DataGrid, is the third article of a series.
Mastering WPF DataGrid in a Day: Hour 2 DataGrid Layout and Border
10/30/2014 6:00:44 AM.
In Hour 2 of this series, I will talk about the DataGrid control layout and border.