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 IN
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Subarta Ray (7)
Najath Risni (6)
Keyur (5)
George (5)
Ajay Kumar (4)
Arun Potti (3)
C# Corner Live (3)
Abiola David (3)
Satyaprakash Samantaray (3)
Kirtesh Shah (3)
Jefferson S. Motta (3)
Chethan N (2)
Vinay Ayinapurapu (2)
Jayraj Chhaya (2)
Mahender Pal (2)
Kuljot Bakshi (2)
Muzaffar Ur Rahman (2)
Amit Mohanty (2)
Vinoth Arun Raj Xavier (2)
Arjit Soni (2)
Sandip Jadhav (1)
Lokesh Varman (1)
Sardar Mudassar Ali Khan (1)
Hadshana Kamalanathan (1)
Sagar Rane (1)
Dmytro Hubernatorov (1)
Rathrola Prem Kumar (1)
Abhishek Tiwari (1)
Priyanshu Agnihotri (1)
C# Curator (1)
Ismail Sayyad (1)
Gowtham K (1)
Dhanapal Chandran (1)
Mohit Mishra (1)
Kaveendra Dhilhan (1)
Arvind Yadav (1)
Harpreet Singh (1)
Ankur Gupta (1)
Devesh Omar (1)
Lajapathy Arun (1)
Vijay Pratap Singh (1)
Aradhana Tripathi (1)
Mohamed Azarudeen Z (1)
Punar Dutt Rajput (1)
Yash Rajora (1)
David Mccarter (1)
Md Sarfaraj (1)
Nandan Hegde (1)
Sarthak Varshney (1)
Satya Karki (1)
Vipul Malhotra (1)
Koshila Senadhira (1)
Mohammad Rabie (1)
Abhishek Mishra (1)
Mukesh Nailwal (1)
Dijid Maddumakumara (1)
Chintan Malvaniya (1)
Related resources for IN
No resource found
How to Remove Malicious Software in Windows 11
12/11/2023 9:00:03 AM.
Learn the proper and easy method to remove malicious software. Utilize Microsoft's Malicious Software Removal Tool with a step-by-step guide for effective scans. #Cybersecurity #MalwareRemoval
How to Download the Plugin Registration Tool using Power Platform Tools in Visual Studio Code?
12/11/2023 8:54:37 AM.
There are step-by-step details to download the plugin registration tool using Power platform tools in Visual Studio code. Plugins are mostly written in C# language and can be registered at various eve
How to Install Power Platform Tools in Visual Studio Code?
12/11/2023 8:38:59 AM.
Step by step details to install Power Platform Tools in the Visual Studio Code. Effortlessly manage and deploy Power Platform solutions with the Power Platform extension for Visual Studio Code. Follow
Why do We Use Dependency Injection?
12/11/2023 7:27:32 AM.
What is a dependency injection and why to embrace it as a better programming practice.
Python Text Extraction
12/11/2023 7:01:01 AM.
Unlock the untold stories within digital images through text extraction. Explore the fusion of technology and human-readable language using Tesseract OCR and Python. This article guides you through in
Clean Architecture In ASP.NET Core Web API
12/11/2023 6:10:03 AM.
In this article, you will learn about Clean Architecture in Asp.net Core Web API.
CrateDB: Powering the Internet of Things
12/11/2023 6:06:56 AM.
CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability,
Configuring Data Connector And Producing Activity Data in Microsoft Sentinel
12/11/2023 5:46:47 AM.
Configuring the data connector and producing activity data in Microsoft Sentinel. the configuration process of a data connector and the generation of activity data in Microsoft Sentinel. It demonstrat
Networking Between Two Docker Containers in Window OS
12/11/2023 5:12:26 AM.
Establish a Connection between two different containers on the same host using Docker. Docker container communication and networking strategies. It outlines the two primary methods for containers to c
Reduction Consumed Storage in SQL DB
12/11/2023 5:10:53 AM.
The simple way to reduce consumed DB storage on production app, with data migration and without dramatic changes in DAL (no additional services are required)
Rockin’ The Code World with dotNetDave ft. Olia Gavrysh - Ep. 92
12/11/2023 5:00:06 AM.
In this episode, you will learn about tooling for modernizing your .NET Applications.
Smart Sorting: Finding the Middle Number of Two Ordered Lists
12/11/2023 4:35:06 AM.
Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
NodaTime Vs System.datetime in .NET
12/10/2023 6:54:10 AM.
Noda Time and System.DateTime in .NET offers distinct approaches to date and time handling. Compare their features, immutability, time zone support, precision, and safety for your application's re
Using Date Function in Data Validation in Excel
12/10/2023 6:29:24 AM.
Learn how to use Excel's DATE function for effective data validation. Set criteria for a date column to ensure entries fall within a specific range, enhancing accuracy and data quality.
How to Create Floating Textfield in SwiftUI?
12/10/2023 6:14:37 AM.
In this article we are going to learn how we can create floating textfield in swiftUI.
Navigating the Web: WSGI and ASGI Explained
12/10/2023 6:11:24 AM.
ASGI and WSGI are essential frameworks in Python for web server communication. WSGI is the traditional choice, connecting servers with synchronous web apps, while ASGI takes it a step further by enabl
C# Delegate: Everything You Need To Know About Delegate In C#
12/8/2023 11:33:21 AM.
In this tutorial, learn what is a delegate in C# and how delegates are implemented in C# code.
How to Uninstall SPFx Tool Chain
12/8/2023 10:34:14 AM.
The article explains step by step process to uninstall and clean up SPFx tool chain in your Developer Environment.
Getting Started With NodaTime
12/8/2023 10:09:56 AM.
Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
Default Interface Methods
12/8/2023 10:02:22 AM.
Default Interface Methods in C# 8.0. C# 8.0 introduces default interface methods, enabling the addition of methods to interfaces without breaking implementing classes. This allows seamless updates whi
Retrieving Audit Data for a Specific Entity in D365 CE Using C#
12/8/2023 9:15:15 AM.
This article is about getting audit entity data for a particular entity. This blog guides Dynamics 365 CE users on leveraging C# code to retrieve audit data, ensuring compliance and transparency. Lear
Implementing Reason for Delete in D365 CE
12/8/2023 8:53:01 AM.
This article is about implementing the reason for deletion in D365 CE using custom logic. In Dynamics 365 Customer Engagement (CE), enhance data management with a "Reason For Deletion" featu
Removing Retention from a SharePoint Site
12/8/2023 8:34:32 AM.
This step-by-step guide elucidates removing a SharePoint site from a retention policy in Microsoft 365's Compliance Center. Learn how to manage and control document lifecycle effectively for impro
Solution Layering in Microsoft PowerApps
12/8/2023 6:30:14 AM.
Solution layering is implemented at a component level. Managed and unmanaged solutions exist at different layers within a Microsoft Dataverse environment. In Dataverse, there are two distinct layers:
Primary Constructors in C# 12.0
12/8/2023 5:42:20 AM.
C# 12.0 introduces primary constructors, streamlining object initialization with concise syntax. Learn the features, advantages, and best practices for enhanced code readability and maintainability in
Unit Testing with Jasmine in Angular
12/8/2023 5:37:36 AM.
Unit testing in Angular is indispensable for app reliability and maintainability. Explore the significance of unit testing, set up an Angular project with Jasmine, and write practical tests for module
Angular Routing And Its Essentials
12/8/2023 5:17:21 AM.
Angular's routing system is a powerful tool for creating seamless single-page applications. This comprehensive guide explores its fundamentals, setup, features, and practical applications through
NCache Security: A Comprehensive Approach to Protecting Your Cached Data
12/8/2023 5:16:51 AM.
From this article, you will learn a comprehensive approach to protecting your cached data. In the realm of distributed caching, safeguarding cache nodes is crucial for protecting data and infrastructu
Source Control (9), Push Into Git Hub And DevOps
12/8/2023 4:48:21 AM.
This article will discuss push code into Git Hub and DevOps.
Source Control (4-9-3), Git - Merge in Concept
12/8/2023 4:48:16 AM.
This article discusses the Merge for Git.
Source Control (4-9-1), Git - Merge in Server Side
12/8/2023 4:48:11 AM.
This article discusses the Merge for Git.
Source Control (4-8), Git - Get A Specific Version Or Commit in Practice
12/8/2023 4:47:56 AM.
This article will discuss Source Control (4-8), Git - Get A Specific Version Or Commit in Practice.
Source Control (4-3), Git - Cherry Pick In Visual Studio
12/8/2023 4:47:12 AM.
This will discuss Cherry Pick in Git.
Bind Data In WebGrid Control Using Stored Procedure In ASP.NET MVC 4.0 And SQL Server
12/7/2023 9:19:11 AM.
In this article, you will learn how to bind the data in WebGrid control, using stored procedure in ASP.NET MVC 4.0 & SQL Server 2012.
Aligning And Formatting The C# And ASPX/CSHTML Code Using Visual Studio
12/7/2023 9:06:13 AM.
Aligning code in the code-behind as well as in front-end makes the code more professional look. The Visual Studio Code Editor gives you the ability to format your code with options such as hiding text
AI for Developers - Making Your Applications Smarter with Azure AI Services
12/7/2023 8:42:03 AM.
In this talk, we will explore the APIs available and some scenarios they can be applied to; we will then look at a demo application that uses some of these services so you can see how easy it is to in
Enabling GitHub CoPilot in Visual Studio Code
12/7/2023 7:08:50 AM.
Generative AI, GitHub Co PIlot, VS Code, Python, C#, typescript, Devops, Code Generation. Code debugging, Code Refactoring, Code Cleanup
IIS 10 - Step By Step Guide to create a Self-Signed Certificate
12/7/2023 6:31:43 AM.
IIS 10 - Step By Step Guide to create a Self-Signed Certificate. This article is your comprehensive guide on creating a self-signed certificate using IIS version 10. Learn about SSL, its significance
How Configure User’s Profile in Server 2019
12/7/2023 6:22:57 AM.
This article guides you through configuring user profiles on Windows Server 2019 for effective access control and privilege enforcement. Learn step-by-step procedures, including logon hours, log-on to
Getting Started with SQL Server 2022 SSDT 17.8
12/7/2023 6:12:21 AM.
It breaks down complex concepts into easy-to-understand terms: SSDT, SSIS, SSAS, SSRS, ETL, SSOX, MDS, TDS and OLAP.
Secure Password Hashing with SHA-256 and Salt in Python
12/7/2023 5:46:50 AM.
In this article, we have discussed SHA-256 and salt. In this article, we unravel the intricacies of a clever strategy to fortify passwords—SHA-256 with salt. SHA-256, part of the SHA-2 family, transfo
Dependency Injection Essentials in Angular
12/7/2023 5:36:31 AM.
Angular, Google's robust front-end framework, employs Dependency Injection (DI) to elegantly manage components and services. DI, a design pattern fostering loose coupling, allows components to rec
Error Handling in Angular
12/7/2023 5:31:02 AM.
In the dynamic realm of web development, errors are inevitable. As applications grow in complexity, the significance of robust error logging in Angular becomes paramount. This comprehensive guide navi
Guard Functions in Angular
12/7/2023 5:21:25 AM.
Angular's guard functions are the gatekeepers of seamless navigation in applications. From securing routes to managing authentication and implementing role-based access, these functions enforce cr
CRUD Operation from Power Portal Using Web API Methods
12/7/2023 5:12:17 AM.
Unlock the potential of Dynamics 365 portals by mastering CRUD operations with Web API. This article guides you through creating and customizing portals, covering key aspects
Understanding Onion Architecture in ASP.NET Core 8.0
12/6/2023 4:21:46 PM.
In this article, we will learn how to implement Onion Architecture principles, emphasizing layered structure for ASP.NET Core.
How to Notify Bulk License Expirations in Prior Weeks using Power Automate
12/6/2023 11:46:55 AM.
In this article, I'll delve into the art of preemptive notification for bulk license expirations, empowering you to navigate weeks in advance with finesse.
Array Constructors in PostgreSQL
12/6/2023 10:52:54 AM.
Explore the robust array feature in PostgreSQL, a powerful tool for storing and managing multiple values in a single column. Learn declaration, input, access, and manipulation techniques.
How To Make API Calls In Angular Applications
12/6/2023 10:29:44 AM.
Making API calls is a common task in Angular applications, and it can be achieved using Angular's built-in HttpClient service. Here are the steps on how to make API calls in Angular Applications.
Entity Framework Using Stored Procedure In ASP.NET MVC
12/6/2023 10:18:05 AM.
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC.
Stored Procedures In SQL Server
12/6/2023 9:44:18 AM.
This tutorial explains everything about SQL Server Stored Procedures including creating a stored procedure, updating a stored procedure, deleting a stored procedure, and executing a stored procedure i
Get The Total Free Space Available On A Drive
12/6/2023 9:31:35 AM.
In this article, I am showing how we can get the total free space on a Drive.
Export DataTable To Excel in C#
12/6/2023 9:30:03 AM.
In this article, learn how to export a DataTable to an Excel file using C# and ADO.NET.
Dynamically Sorting Object At Runtime Using Reflection C#
12/6/2023 9:20:08 AM.
Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
How to Create File Screening Management in FSRM
12/6/2023 6:19:39 AM.
This article guides you through the process of setting up file screening management in File Server Resource Management (FSRM). File screening management allows control over the types of files stored o
How to Enable the Preferred Solution (Preview feature) in Dataverse?
12/6/2023 6:17:35 AM.
Step-by-step instructions to enable the new preview feature, preferred solution in dataverse. New feature dynamics 365 ce, preferred solution, preview feature dynamics 365
System.Speech in .NET MAUI
12/6/2023 5:56:53 AM.
Demonstration calling System.Speech .NET 8 in .NET MAUI. Explore the integration of voice functionality into .NET MAUI applications for WinUI devices using the System.Speech NuGet package. Enhance use
Ingest Excel Data to Azure SQL Database using SSMS GUI
12/6/2023 5:30:32 AM.
This video shows how to easily ingest Excel data to the Azure SQL Database using the SQL Server Management Studio Graphical User Interface
Join vs. Except and Intersect in SQL
12/6/2023 4:57:35 AM.
SQL Improvement Performance Tips & Tricks. Explore SQL data retrieval methods with JOIN, EXCEPT, and INTERSECT keywords. JOIN combines rows from multiple tables based on a related column, while EX
Implementing Versioning in ASP.NET Core WebAPI
12/6/2023 4:48:20 AM.
Implementing Versioning in ASP.NET Core WebAPI: A Step-by-Step Guide
How to Get All SQL Server Agent Jobs in SQL Server?
12/5/2023 9:17:54 AM.
Retrieving a list of SQL Server Agent jobs in SQL Server Management Studio is a straightforward process. You can use the GUI provided by SSMS or run a T-SQL query to gather the necessary information.
Logging Brilliance in .NET Core: Using of Serilog
12/5/2023 9:09:38 AM.
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
How to Create Quota Management in FSRM
12/5/2023 8:56:05 AM.
In this article, I’m going to show you how to create quota management in file server resource management in a proper and easiest method.
PIVOT AND UNPIVOT Operators in SQL Server
12/5/2023 8:25:24 AM.
In this article, we are going to learn PIVOT and UNPIVOT Operators in SQL Server with some examples.
Dynamic Row-Level Security in Power BI Desktop & Service with different Users
12/5/2023 6:54:41 AM.
The RLS is one of the security measures in Power BI that helps to protect sensitive data and prevent unauthorized access. This vide shows how to create dynamic RLS in PBI Desktop and invoked the RLS i
Advancement in Artificial Intelligence - Microsoft Designer
12/5/2023 6:21:46 AM.
In this article, we will go through a new feature called designer where we can generate images based on AI.
Machine Learning Using Rust
12/5/2023 5:42:21 AM.
Let's explore the machine-learning capabilities of the Rust programming language.
Efficient Data Fetching Techniques in SQL Server
12/5/2023 5:24:30 AM.
This article combines theory and hands-on SQL examples to showcase efficient data retrieval techniques in SQL Server. From indexing strategies to query optimization, it offers actionable insights for
Understanding LIKE vs ILIKE in PostgreSQL
12/5/2023 5:14:46 AM.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
How to export .pfx certificate using Microsoft Management Console (MMC)
12/5/2023 5:12:30 AM.
How to export .pfx certificate using Microsoft Management Console (MMC).
The Importance of Attending Conferences
12/5/2023 4:49:47 AM.
The author underscores the importance of in-person conferences for professional growth, particularly for engineers. They outline the personal and general benefits of conferences, such as learning new
Adding Multi-Language Support to Flutter Apps
12/4/2023 2:12:56 PM.
In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating language files, and implementing the necessar
Dynamics 365 Customer Service: Part 1 - Microsoft Business Applications Live Show
12/4/2023 1:23:38 PM.
In this episode, you will learn about Dynamics 365 Customer Service.
Understanding Idempotency in .NET
12/4/2023 8:23:42 AM.
In the world of web development and API design, it is essential to maintain consistency and reliability in operations. Idempotency, a basic principle in computer science, is critical in achieving thes
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 generate .pfx certificate using Microsoft Management Console (MMC)
12/4/2023 6:47:00 AM.
How to generate .pfx certificate using Microsoft Management Console (MMC)
Read and Import Data from PDF File using MSFT Fabric
12/4/2023 6:24:44 AM.
Read and Import Data from PDF File using MSFT Fabric.
Announcing the General Availability of .NET Chiseled Containers
12/4/2023 5:56:22 AM.
Explore the revolutionary .NET Chiseled Containers for cloud app deployment, offering size, security, and operational efficiency benefits.
Integration Power BI Report with Canvas App
12/4/2023 5:51:00 AM.
In this blog, we see how to integrate the Power BI Report with Canvas App.
Implementing Generative AI with Power Virtual Agent to Create a Powerful AI ChatBot
12/3/2023 1:58:05 PM.
This article provides you insights how we can use game changing popular AI- generative AI with Power Virtual agent to create a Chatbot with an example
Exploring Logical and Physical Partitions in Azure Cosmos DB
12/3/2023 1:31:04 PM.
Azure Cosmos DB, Microsoft's globally distributed, multi-model database service, operates on the foundation of logical and physical partitions. Let's delve into their nuances, accompanied by c
How to create a Microsoft Azure SQL Database in serverless compute tier from the Azure Portal
12/3/2023 1:28:43 PM.
This article focuses on the swift creation of a serverless Azure SQL Database via the Azure Portal.
Improving Code Readability in View Section Using Return Templates
12/3/2023 1:17:40 PM.
The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
Understanding Operators in PostgreSQL
12/3/2023 10:45:47 AM.
TODO application with CQRS Design Pattern within Nest JS
12/3/2023 10:41:23 AM.
In this article, we will discover the process of incorporating the CQRS design pattern into a Nest JS application. A detailed, step-by-step guide to its implementation.
Choosing Between Abstract Classes and Interfaces in C#
12/2/2023 12:38:47 PM.
Making the Right Design Choice between Abstract Classes and Interfaces in C#.
What Are The Types of Classes in C#?
12/2/2023 12:32:45 PM.
types of classes in c#
Adopting Microsoft Entra ID Governance
12/2/2023 12:26:10 PM.
Lately, there has been a lot happened/ changed/ introduced in the Microsoft Entra ID Governance space and this is one of my favorite topics to write and explain as well.
A Deep Dive into SharePoint Architecture: Unlocking the Power of SharePoint
12/2/2023 11:49:49 AM.
Introduction to SharePoint Information Architecture, Information Architecture Elements in SharePoint , Information Architecture Goals, Unlocking the Power of SharePoint , SharePoint Functionality.
Improve sales productivity and close more deals with Microsoft Sales Copilot
12/2/2023 11:43:56 AM.
We will talk about Microosft Sales Copilot, Sales Copilot Capabilities and how Microsoft Sales Copilot can help you improve your sales productivity.
Dealing with Date and Time in Humanizer in C#
12/1/2023 10:57:45 AM.
Learn how to handle date and time in a user-friendly way in C# projects using Humanizer. Covering DateTime and TimeSpan humanization with customization options and real-world use cases for improved us
How to Share a Drive and Mapping for Client User?
12/1/2023 9:52:24 AM.
Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
Circuit Breaker Pattern in C#
12/1/2023 9:21:34 AM.
Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensur
Setting up SharePoint app-only principal with App Registration
12/1/2023 9:20:19 AM.
The article explains setting up App only principal access to SharePoint online sites using Azure AD Application Registration.
Azure OpenAI Function Calling
12/1/2023 7:06:18 AM.
Tutorial on utilizing the function calling functionality of Azure OpenAi offering.
.NET Core: Decoding .NET Core Custom Middleware
12/1/2023 6:55:18 AM.
This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how midd
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
12/1/2023 6:33:12 AM.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
What Is Sharding?
12/1/2023 6:30:55 AM.
Sharding, a strategic database architecture, distributes data across multiple servers to enhance speed and reduce strain on a single server. Common in large-scale systems, sharding improves performanc
Exploring Kusto Query Language (KQL): Uses, Queries, and Unique Features
12/1/2023 5:09:29 AM.
Kusto Query Language (KQL) is a potent tool developed by Microsoft for diverse data analytics needs. Uncover its applications across industries, from log analytics to IoT, and explore essential querie
Data Types In JavaScript
12/1/2023 5:05:33 AM.
Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.