Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav(5)
Prajnya (3)
Douglas Wagner (2)
Chandani Prajapati(2)
Siddharth Vaghasia(2)
George (2)
Vignesh Ganesan(2)
Sarthak Varshney(1)
Sagar Rane(1)
Jalpa Dhola(1)
Tural Suleymani(1)
Ajay Kumar(1)
Anuradha Rani (1)
Jitendra Mesavaniya(1)
Sagar Pardeshi(1)
Chetan Sanghani(1)
Jaimin Shethiya(1)
Aayushi B(1)
Rajashekar Syereddy(1)
Rasul Huseynov(1)
Abdul Basith(1)
Kuppu Swami(1)
Ziggy Rafiq(1)
Dhanapal Chandran(1)
Gowtham Rajamanickam(1)
Sameer Shukla(1)
Varun Setia(1)
Sarvesh Shinde(1)
Lou Troilo(1)
Thuyavan Ganesan(1)
Mahipal Reddy(1)
Mehul Rajput(1)
Bikesh Srivastava(1)
Waqas Sarwar(1)
Sachin Kalia(1)
Manish Tewatia(1)
Jay Tallamraju(1)
Resources
No resource found
Introducing Docker Hardened Images
May 21, 2025.
Discover how Docker Hardened Images simplify container security with minimal, CVE-free bases, automated updates, and built-in trust.
Implement idempotent APIs in ASP.NET Core
Mar 27, 2025.
Idempotent APIs ensure repeated requests yield the same outcome, preventing duplicate operations. This article explores idempotency in HTTP methods, real-world examples, and implementation techniques for robust and reliable web services.
Managing User Data in Azure AD with Microsoft Graph API
Nov 05, 2024.
Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, creating, updating, and deleting users.
Resolving Race Conditions and Critical Sections in C#
Aug 28, 2024.
A race condition in C# occurs when multiple threads access shared data simultaneously without proper synchronization, leading to unpredictable and incorrect results. This tutorial covers how to identify and resolve race conditions and critical section issues in multi-threaded .NET applications using the lock keyword.
PUT vs PATCH: Understanding the Differences with Examples
Aug 14, 2024.
Learn when to use PUT for full resource updates and PATCH for partial modifications. With practical examples, you'll understand their roles in RESTful APIs and best practices.
The Evolution of Cyber Threats and How to Stay Protected
Jul 26, 2024.
As cyber threats evolve, from simple viruses to sophisticated ransomware and advanced persistent threats (APTs), staying protected is crucial. Key measures include using strong, unique passwords, enabling two-factor authentication, keeping software updated, and regularly backing up data.
Tracking Visits and Visitor Details on PowerApps Page
Jul 25, 2024.
Learn to track unique page views in PowerApps by integrating SharePoint lists and using global variables. This guide covers designing lists, configuring PowerApps screens, and patching view counts. It includes steps to enhance UI with labels, containers, and galleries to display visitor data and improve user experience.
Enhancing Performance and Safety with System.Threading.Lock in .NET 9 and C# 13
Jul 22, 2024.
Explore the new System.Threading.Lock in .NET 9 and C# 13 for enhanced multithreading performance and safety. This article covers its benefits, compiler warnings for misuse, and best practices for locking in older versions.
Interactive Rating Control in PowerApps
Jul 17, 2024.
Explore the integration of rating controls in social media and user-interactive applications using SharePoint lists. Learn about setting display modes, default properties, and user validations to enhance interaction and data management efficiency.
The Critical Role of AI in the Future of IT Companies
Jul 03, 2024.
AI is revolutionizing the IT industry, enhancing efficiency, improving cybersecurity, and driving innovation. This article explores how AI can transform IT services and consulting, from automating routine tasks to providing advanced data analytics and scalable operations.
Developing a Sturdy Project Schedule
Jun 17, 2024.
Developing a robust project schedule involves defining goals, breaking tasks into manageable units, establishing dependencies, estimating task durations, allocating resources effectively, and using tools like CPM and Gantt charts.
HTTP Request Methods in .NET Core
Jun 14, 2024.
A collection of resources housed on different web servers make up the Internet. Users utilize a variety of web browsers that can communicate with the server and display its contents in order to access these resources. The HTTP protocol is used in requests and replies to facilitate efficient client-server communication.
How to Save Power Apps Editable Gallery Data to Sharepoint List?
Jun 13, 2024.
The PowerApps ForAll function iterates through Gallery5 items, using Patch to update TimeSheetEntriesDetail. It captures date, project ID, and employee details from tempcol, ensuring precise data insertion into SharePoint. This process automates data management, enhancing efficiency in app development and deployment.
PowerApps Canvas Patch Upsert Dynamics 365 Records
Mar 15, 2024.
Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record management within your Dynamics 365 environment.
Better Implementation Of Singleton Pattern in .NET
Feb 27, 2024.
This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
Azure Update Manager - Patch Management
Feb 19, 2024.
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.
Handling HTTP Patch Method in AngularJS and C#
Jan 12, 2024.
Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the AngularJS controller leverages PATCH requests to the C# backend's Web API.
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
Sep 01, 2023.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying updated on security patches
How to Use the Dataverse Patch Function?
Aug 11, 2023.
In this article, we'll delve into the utilization of the patch function for generating a record within a Dataverse custom table. This will encompass tables with intricate columns such as lookup, user, file, image, etc.
Monkey Patch In JavaScript
Mar 10, 2023.
In this article, you will learn about Monkey patch in Javascript. Monkey patching is a technique used in programming languages that support dynamic typing and runtime code modification.
PowerApps - How To Patch Dataverse Choice Field
Jun 10, 2022.
In this article, you will learn how to Patch Dataverse Choice Field.
Use Of Patch Function With Complex Types In PowerApps
Feb 02, 2022.
In this article, we will learn about the usage of the Patch function with complex data types such as People or Group, lookup, dropdown, and Choice column.
Use Of Patch Function In PowerApps
Jan 25, 2022.
In this article, we will learn about the Patch function and how to use it in PowerApps.
Critical PySpark Functions
Jan 18, 2022.
The article covers 5 critical PySpark functions after data import.
PowerApps Bulk Update Collection With Patch And Floating Concept Used For Screen Customization
Jun 14, 2021.
In this article, I will explain on edit, update or delete multiple tasks of the Task gallery along with this I will explain the floating concept in Power Apps which will help for better architecture in the design of Application.
JSON Patch (2) In ASP.NET Core web API For Database
Apr 09, 2021.
This article is continuation of Json Patch (1) In ASP.NET Core web API in memory, this is for database.
Json Patch (1) In ASP.NET Core web API
Apr 05, 2021.
This article will introduce Json Patch briefly, and then implement it in ASP.NET Core 5.0 both in memory and in database approaches
Project Management Application (Create Project) Using PowerApps And SharePoint Online
Mar 13, 2021.
In this article, you will learn about Project Management Application using PowerApps and SharePoint Online. Along with that, the series will be a Tutorial for PowerApps learning for Beginners. I hope, some tips and tricks will also help the PowerApps users to implement this on their work.
Read, Compare And Create PDF Files In .NET Core
Jul 28, 2020.
A Tutorial on How to Read, Compare and Create Pdf files in .NET Core
PowerApps Patch Function With Complex Columns
Jun 23, 2020.
This article shows how to use patch function with complex columns in SharePoint.
Development Of An Information System Using Microsoft PowerApps - Part Three
Jun 22, 2020.
In this article, we connect the data with its corresponding Share Point List using some PowerApps formulae and functions.
Set Default Value To Person Or Group Field In PowerApps
Nov 12, 2019.
Learn how to set default values for Person and Group fields in PowerApps. Use Patch function to update SharePoint list items with person or group field values. Understand the required data format for default values and updating records.
Leadership Challenge 009: Critical Things Mentally Strong People Don't Do
Jan 03, 2019.
This is a great article to kick-off 2019 and reminds ourselves of the things to avoid in order to maximize our own results.
When Your SharePoint Migration Is Critical
Jan 03, 2019.
SharePoint migration is not as simple as copying things and pasting them in a different folder. It requires lots of planning, understanding your business needs, and identifying the capabilities you need in the new version and then creating a strategy for your migration.
Some Important Formula For App Development In PowerApp
Oct 04, 2018.
In this article, I am going to explain some important and useful formula to develop an app in PowerApp.
AngularJS Vs. ReactJS - A Critical Analysis
Jul 01, 2017.
Every entrepreneur wants their business website to flourish and to achieve that, the selection of the JavaScript framework becomes quite crucial. It plays a key role not only in the steadiness of the project, but also helps to maintain code and deadlines etc. However, choosing an apt framework to suit your requirements isn’t a cake walk.
REST Features In WEB API With The Verbs GET, POST, PUT, DELETE, PATCH
Apr 24, 2017.
In this article, I am going to explain about REST features with the verbs GET, POST, PUT, DELETE in WEB API.
SharePoint 2016 Central Admin - Upgrade And Migration - Check Product And Patch Installation Status
Mar 11, 2017.
In this article, you will learn about SharePoint 2016 Central Admin - Upgrade And Migration - Check Product and Patch Installation Status.
Installation Guide On Patching SharePoint Farm
Nov 15, 2016.
This article is an installation guide on patching SharePoint Farm.
Patching Distributed Cache in SharePoint Server 2013
Feb 28, 2016.
In this article you will learn Patching Distributed Cache in SharePoint Server 2013.
Password Discovery and Patching by Disassembling
Feb 25, 2015.
This article shows how to subvert some of authentication mechanisms, such as extracting vital information imposed in the binary file while source coding, by analyzing the generated hex code itself of the target executable.
Binary Cracking and Byte Patching With IDA Pro
Nov 19, 2014.
This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching, analyzing binary logic, and demonstrates patching procedures via IDA scripts and manual byte editing.
Patching .NET Binary Code by CFF Explorer
Nov 03, 2014.
Discover how to modify .NET binary code using CFF Explorer. This tutorial explores the process of patching executable files, enabling alterations to functionality or behavior.
.NET Binary Patching, Reversing With Reflexil
Oct 31, 2014.
In this article you will learn .NET Binary Patching and Reversing with Reflexil.
Applied Reverse Engineering With OllyDbg
Oct 27, 2014.
This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods include patching binaries to bypass copy protection. A trial software example demonstrates debugging and modifying code to remove expiration.
WebApi: WebApi Patch Update Using FromBody Parameter in WebApi Using MVC4 Template
Apr 16, 2014.
In this article, I’ll share my thoughts on Patch update using FromBody in WebApi Configuration over Convention. I’ve also used Fiddler in this article.
Bitmap and Nine-Patch Drawable Resources in Android
Mar 28, 2013.
Here I am sharing my experience of working with Drawable Resources in Android, Through this article you will learn to use Bitmap and Nine-Patch Drawable Resources which is the first two of ten Resources available in Android.
XML Diff and Patch using LINQ to Xml and LINQ to Objects
Jul 26, 2009.
This article focuses on working with XML and how to get best out of LINQ to XML and LINQ to Objects. Focus of this article is to you show the power of LINQ to Xml and get you started on LINQ with practical examples.