TECHNOLOGIES
ANSWERS
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 SPO
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinay Ayinapurapu (21)
Sardar Mudassar Ali Khan (6)
Swesh S (5)
David Mccarter (4)
Sourav Kayal (3)
Matthew Cochran (2)
Mohamed Azarudeen Z (2)
Abdul Basith (2)
Usama Hafeez (2)
Mahesh Chand (2)
Osama Hosam (2)
Gurpreet Arora (1)
Harishraj Biruduraju (1)
Hm Ahsan Joyia (1)
Khurram Shehzad (1)
Vipin Yadav (1)
Mohammad Hussain (1)
Chandani Prajapati (1)
Jay Pankhaniya (1)
Yash Rajora (1)
Bhargav Vachhani (1)
Manoj Mittal (1)
Sachin Mishra (1)
Rinki (1)
Prakash Khaire (Ph.D.) (1)
Raj Kishore (1)
Amit Mohanty (1)
Shweta Lodha (1)
Kunj Sangani (1)
Gowtham K (1)
Subham Ray (1)
Chris Love (1)
Ravi kumar (1)
Satyaprakash Samantaray (1)
Himanshu Upreti (1)
Esmael Esmaeli (1)
Vijai Anand Ramalingam (1)
Umesh Baradkar (1)
C# Corner Live (1)
Tural Suleymani (1)
Amit Bhatt (1)
Sandeep Singh Shekhawat (1)
Satyapriya Nayak (1)
C# Curator (1)
Ashish Singhal (1)
Sarvesh Shinde (1)
Akhil Mittal (1)
Ranganath Prasad (1)
Nanddeep Nachan (1)
Swatismita Biswal (1)
Joydip Kanjilal (1)
Ashish Bhatnagar (1)
Onkar Sharma (1)
Jignesh Trivedi (1)
Sourabh Somani (1)
Sachin Kalia (1)
Veena Sarda (1)
Thiago Vivas (1)
Maroof Raini (1)
Mudita Rathore (1)
Related resources for SPO
No resource found
Get Site Template For SharePoint Online Site
10/3/2023 4:26:01 AM.
In this article, how to get the site template for an existing SharePoint online site collection
Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes
9/27/2023 11:32:34 AM.
In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This hel
Unlocking C# Chain of Responsibility Pattern
9/25/2023 9:51:05 AM.
In software design, maintaining the separation of concerns is fundamental. This principle not only enhances code modularity but also ensures each module has a single responsibility. However, as applic
Exploring the Art of Middleware Creation in .NET Core
9/17/2023 6:34:32 AM.
This comprehensive article delves into the various methods of creating middleware in .NET Core, offering real-world examples to illustrate each approach. From inline middleware to class-based solution
Result Wrapper Package: Simplifying API Responses
9/17/2023 6:21:16 AM.
ResultWrapper package is to standardize API responses. This standardization allows for seamless integration with other APIs and ensures that the response format remains predictable and manageable acro
Automatic Reading And Verification Of Microsoft Word Document In C# Using Aspose.Words
9/15/2023 4:33:59 AM.
Student Course Registration and Verification automatically reads the Roll Number slips in a Microsoft Word document. It parses the Microsoft Word document and then makes corrections if required. It al
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling
8/27/2023 2:17:28 AM.
Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's a
Creating Effective Pagination and Filtering Middleware for ASP.NET Core Web API
8/25/2023 5:10:13 AM.
By incorporating pagination and filtering with custom middleware, you've enhanced your ASP.NET Core Web API's performance and user experience. This methodology enables you to respond more effi
Power BI Mobile App Features And Capabilities
8/21/2023 5:46:54 AM.
Explore the features and capabilities of the Power BI mobile app for accessing dashboards and reports on mobile devices
Implementing Content Negotiation for Flexible Data Formats
8/16/2023 1:10:51 PM.
Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content
How to save Microsoft Forms Responses with Attachments to SharePoint Lists?
8/9/2023 6:52:50 AM.
In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
Global Exception Handling In Asp.net Core Web API
8/4/2023 6:27:15 AM.
In the context of ASP.NET Core Web API (or any web application framework), global exception handling involves catching exceptions that occur during the processing of requests and returning appropriate
Top CSS Features You Should Know
7/20/2023 8:27:20 AM.
Explore the top CSS features you need to know for creating modern and engaging web designs. This comprehensive blog covers essential features like clamp(), smooth scrolling, Scroll Snap, inset positio
Writing Better Code -- Keepin' it Cohesive
7/20/2023 7:12:26 AM.
One of the aspects of code quality we can look at is cohesion. If code is highly cohesive it is also much more testable, reusable, readable and maintainable (all the good things in life). Likewise,
Using Power Automate To Upload The Attachments From SharePoint Document Library
7/19/2023 9:14:36 AM.
Detailed approach on how to bring in an attachment in a SharePoint library (where SP list will have attachments OOTB but not the library). This article is split into three parts for separating the tas
Displaying Notification using Banner in SharePoint
7/16/2023 4:37:39 AM.
Displaying Notification using Banner in SharePoint in SharePoint classic look and feel and for On-Prem SharePoint sites.
Building a Responsive CSS Free Webpage with Bootstrap
7/13/2023 7:47:16 AM.
In this article, we will uncover the power of Bootstrap as we are going to explore building responsive web pages without CSS by only using bootstrap.
What is Response Caching in ASP.NET Core?
7/11/2023 5:16:08 AM.
Accessing information efficiently needs responsive caching. The blog discusses how response caching in ASP.NET is used to increase that accessibility.
Flexbox Vs CSS Grid For Responsive Designing
7/5/2023 5:24:53 AM.
Creating responsive and dynamic layouts is a crucial aspect of modern web development. With the advent of Flexbox and CSS Grid, CSS layout techniques have evolved to provide developers with powerful t
Save Null Value in SharePoint Online People Picker using Power Automate
6/27/2023 5:10:25 AM.
Save Null Value in SharePoint Online List People Picker using Power Automate. Learn how to handle tricky situations and sync data dynamically in this article.
How To Solve Failed to load API definition Response Status 500 in ASP .NET?
6/22/2023 5:34:26 AM.
ASP.NET is a popular web development framework used to build dynamic web applications. While working with ASP.NET. Developers may encounter the "Failed to load API definition". Response
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
6/6/2023 8:40:24 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Col
How To Create Responsive Tables In HTML?
5/31/2023 5:49:28 AM.
In this article, we will learn how to create responsive tables in HTML using CSS and different approaches.
Roles and Responsibilities of Product Owner
5/25/2023 5:24:15 AM.
The Product Owner is responsible for defining the product vision, managing requirements, prioritizing the product backlog, collaborating with stakeholders, and making informed decisions to deliver a v
💥Unlocking the Power of CSS: Best Practices and Sample Code for Stunning Web Design
5/11/2023 5:11:07 AM.
Best practices to follow while styling CSS
10 CSS Functions Every Developer Need Should Know
4/26/2023 3:44:53 PM.
In the field of web development, CSS is a crucial tool for building appealing and useful websites. This article lists 10 crucial CSS features that every developer should be aware of in order to advanc
Caching Strategies In .NET Core - Using Distributed Cache, Memory Cache And Response Cache
4/12/2023 5:11:40 AM.
In this article, you will learn about Caching Strategies in .NET Core: Using Distributed Cache, Memory Cache and Response Cache.
Use Your Own Files To Get Response From GPT Like ChatGPT | Python
4/11/2023 6:02:16 AM.
This article explains about how you can use your locally stored text files to get responses using GPT-3.
Modernizing Classic And Wiki Pages In SharePoint Online
4/10/2023 7:16:22 AM.
This article explains how to modernize classic pages and wiki pages using PnP PowerShell
Mocking API Responses Made Easy With Graph Developer Proxy
4/7/2023 6:28:38 AM.
Improving API Development Workflow and Reducing Costs with Graph Developer Proxy Mocking
How To Get Members Of M365 Group
3/31/2023 9:11:01 AM.
This article explains the steps to get members of Microsoft 365 group.
ASP.NET Core Application With NCache Response Caching
3/19/2023 3:42:10 PM.
In this article, you will learn how to integrate NCache Response Cache in our ASP.NET Core application.
What is XDR?
3/17/2023 10:22:17 AM.
Learn about XDR [Extended Detection and Response] and its benefits.
A Comprehensive Guide to the CSS Gap Property: Improving Web Layouts
3/7/2023 1:09:53 PM.
Learn about the CSS Gap Property and how it simplifies adding space between elements. Discover how to use this powerful property to improve your code and fine-tune spacing. Check out our comparison wi
How To Get Different Responses From One Class
2/22/2023 10:36:10 AM.
In this article, you will learn how to get different responses in one class c# API.
Constructing OneDrive URL
2/9/2023 5:25:41 PM.
This article explains how to construct a One Drive URL from the email address.
Getting Site Users Report Using PnP PowerShell
2/6/2023 9:18:10 AM.
In this article, we will see how to obtain site users present in SharePoint permission groups using PnP PowerShell Module
Import Excel Data To SharePoint Online Using PowerShell
2/3/2023 3:46:02 AM.
In this article, we will go through how to import Excel File Data (.xlsx) to SharePoint online list using PnP PowerShell command.
Generate And Validate JSON Schema With JSON Response Using Postman
1/30/2023 9:50:28 AM.
In this article, you will learn how to generate and validate JSON Schema with JSON Response using POSTMAN.
Convert Byte Array Into PDF And Open It Inside Custom Dialog box In Angular
1/11/2023 10:14:18 AM.
We will get byte array as an response from API and same we need to encode and convert into PDF inside Custom Dialog box in Angular, where you can fire events on closing of dialog to fire another event
How To Clean Up The User Permission From SPO Site
1/11/2023 4:09:16 AM.
The document gives you an overview of what is User Information list and how to clean up the user information from the SPO sites
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
Read Microsoft SQL Table And Send The Results As Rest API JSON Response Using Python
10/31/2022 5:46:08 AM.
In this article, you will learn how to read Microsoft SQL table and send the results as REST API JSON response using Python.
Azure AD App Only Authentication in SharePoint Online using PnP PowerShell
10/6/2022 5:08:22 AM.
This article explains app only authentication using certificates and discusses about what is certificate based authentication and how this authentication can be used to configure Azure AD App Only aut
How to Call A Flow From PowerApps And Get Back The Response
9/27/2022 5:10:40 AM.
How to call a flow from PowerApps and get back the response
Updating List Properties Using Flow
9/25/2022 2:49:24 AM.
In this article, you will learn how to update list properties using Flow based on another list
Röck Yoür Cöde: Everything That Every .NET Developer Needs to Know About Disposable Types by David
9/2/2022 4:08:59 PM.
In this session, David McCarter will show examples and metrics from a real-world production solution
The Single Responsibility Principle You Don't Know
9/2/2022 5:38:22 AM.
In this article, you will learn about the single responsibility principle you don't know.
Creating The First Power Pages Portal
8/31/2022 6:04:44 AM.
Power Pages Portal is a sequel to the Power Apps Portal but lots features been added to modernize the look and to fit in all screen sizes. Also, this portal will not display the static content (well,
C# IDisposable And Garbage Collector
8/25/2022 6:05:21 AM.
This article explains when to use IDisposable and how we can utilize memory
SOLID - Single Responsibility Principle With C#
8/23/2022 5:25:26 AM.
In this article for discussion and explanation purpose, I am introducing to you, two fictional characters Mark (a .NET developer) and Bob (a Tech Lead).
How To Create A Transport Rule To Avoid Spoofing Email
7/31/2022 11:38:42 PM.
In this article, you will learn how to create a transport rule to avoid spoofing email.
Design Principles For Better Software
7/18/2022 6:23:11 AM.
This article is about design principles and will help in basic understanding of most important principles used in better software development
Solid Principles Simplified (C#, .Net 5)
6/30/2022 1:46:41 PM.
This article is about Solid principles, concepts are described with examples for clear understanding of each principle.
Choose Country State Corresponding City List Appears without Refreshing the Page in VB.NET
6/21/2022 10:32:41 AM.
In this article we will know when we are choosing a selected country from dropdown list its related state appears in another dropdown and after selecting the state its related city list appears in oth
Using Async/Await With Disposable Objects
4/1/2022 2:21:39 PM.
In this article, you will learn how to use Async/Await with Disposable Objects.
Adding Attachments In SharePoint Document Library Using Power Apps List Control
3/30/2022 1:28:24 PM.
Detailed approach on how to bring in an attachment in a SharePoint library (where SP list will have attachments OOTB but not the library). This article is split into three parts for separating the tas
Display The Files Stored In Another SharePoint Library Using Power Apps
3/30/2022 1:27:10 PM.
Detailed approach on how to bring in an attachment in a SharePoint library (where SP list will have attachments OOTB but not the library). This article is split into three parts for separating the tas
Create A Custom Date Picker In SharePoint List Forms Using Power Apps
3/28/2022 2:41:11 PM.
A quick reference to a simple and custom date picker in the SharePoint List or Library forms using Power Apps.
Some System Columns Cannot Be Deleted
3/17/2022 10:57:53 AM.
In this article, we will go through the use case and how to remove the system column from the SharePoint site conent types.
Garbage Collection in C#
2/8/2022 11:20:24 AM.
In this article I will explain you about Garbage Collection in C#.
Developing Windows Applications
2/8/2022 10:01:06 AM.
This tutorial explains you step by step how to create your Windows Applications using Visual C#.
Enable Disable Custom Scripting Using SharePoint Management Shell
2/4/2022 3:35:52 PM.
In this article, we will see how to enable and disable custom scripting and also the side effects of custom scripting.
Installing SharePoint Online Management Shell
2/2/2022 6:13:17 AM.
This article talks about how to install SharePoint online management shell.
Using Dispose method in C#
1/31/2022 10:51:52 AM.
This artice will explain about Finalize and Dispose method implementation in C#.
Securing Web App Using Private Endpoint And Connecting Through Point To Site VPN with Gateway Transit
1/30/2022 10:20:25 AM.
We will learn how to deploy an Azure Webapp, set up a point-to-site VPN, set up VNet Peering with Gateway Transit, and configure a private endpoint in this tutorial.
Demystifying Modern Approvals Data Storage In Dataverse
1/19/2022 1:55:39 PM.
In this article, we will learn about how modern approvals data is being stored in the backend i.e. Microsoft Dataverse. We will learn the schema of tables used for approvals.
C# and ASP.Net Interview Question and Answers
1/12/2022 10:47:24 AM.
In this article I will demonstrate C# and ASP.NET Interview Question and Answers.
Standardize Your Web API's Error Response With ProblemDetails Class
1/4/2022 9:40:48 AM.
ProblemDetails class lets you standardize the error responses your Web APIs return thus avoiding multiple Devs across multiple teams follow different pattern. And this the RFC-Compliant (https://datat
Power Automate To Collect Responses With Adaptive Cards On Microsoft Teams
12/9/2021 4:25:34 AM.
In this article, you will learn about power automate to collect responses with adaptive cards on microsoft teams.
Audience Targeting For News Posts
12/7/2021 1:56:38 PM.
This Article describes conditions where Audience targeting works in SharePoint Newspost.
Everything That Every .NET Developer Needs to Know About Disposable Types: Using Tools to Find Issues
11/11/2021 1:06:22 PM.
In this article, you will learn about everything that every .NET Developer Needs to Know About Disposable Types.
Prevent Special Characters In PowerApps Forms
10/19/2021 12:44:35 PM.
In this article, you will learn how to prevent special characters in PowerApps Forms.
Everything That Every .NET Developer Needs To Know About Disposable Types - Properly Disposing Objects
10/17/2021 3:54:05 PM.
In this article, you will learn about .NET Developer Needs to Know About Disposable Types.
Everything That Every .NET Developer Needs To Know About Disposable Types - Properly Implementing The IDisposable Interface
10/17/2021 3:51:41 PM.
In this article, you will learn about everything that every .NET developer needs to know about disposable types - properly implementing the idisposable interface.
Parse CSV File Using Power Automate
10/11/2021 12:52:07 PM.
This article explains how to parse the data in csv file and update the data in SharePoint online.
Save Request And Response Headers In ASP.NET 5 Core
9/30/2021 6:15:23 AM.
In a typical request-response cycle, the request and response headers contain a lot of additional information. This article talks about how to retrieve them and store it in a database. In this article
HTTPRequest Class In ASP.NET
9/28/2021 11:33:30 AM.
In this article, you will learn about request, response and Server Objects in ASP.NET.
Restoring Larger Volume From SharePoint Recycle Bin
9/14/2021 1:05:04 PM.
In this article, we will go through restoring a larger volume of data from SharePoint recycle bin.
What is a Chief Technical Officer (CTO)? What is the Role and Responsibilities of a CTO?
9/10/2021 12:47:17 PM.
In this article, you will learn about Chief Technology Officer (CTO) roles and responsibilities, what a CTO does and how to become a CTO.
Document Approval In SharePoint Modern Sites
9/9/2021 12:59:58 PM.
In this article, you will learn about OOTB content approval features.
Saving Email Attachments In SharePoint
9/9/2021 12:59:54 PM.
The article explains the steps to save the attachments in email to SharePoint.
How To Set Up A Wi-Fi Hotspot In Windows 10
8/27/2021 7:00:31 AM.
In this tutorial, I have described how to create and set up a Wi-Fi hotspot in Windows 10
Calling Web API Using HttpClient
8/13/2021 8:08:02 AM.
C# HttpClient. In this article, you will learn how to call Web API using HttpClient in ASP.NET. HttpClient class provides a base class for sending/receiving the HTTP requests/responses from a URL. It
Recording Microsoft Form Responses In SharePoint
8/10/2021 12:43:01 PM.
In this article, you will learn how to record Microsoft Form Responses in SharePoint using Power Automate.
CarsPortal 1: Connecting To SQL Server Database in ASP.Net
6/8/2021 7:20:31 AM.
In this tutorial, a simple example for connecting to a SQL Server Database in ASP.NET will be introduced.
Difference Between Server.Transfer and Response.Redirect (in ASP.NET)
5/26/2021 6:05:38 AM.
I will show you in this article how the Response.Redirect and Server.Transfer methods of ASP.NET work programmatically or practically and what their differences are.
Manage WebApi Response Using Media Types of MediaTypeFormatters
5/26/2021 5:05:08 AM.
In this article, I’ll explore various ways to manage WebApi responses using Media Types using Media Type Formatters.
CarsPortal 2: Creating Master Page For Website in ASP.Net
5/25/2021 10:52:53 AM.
This article shows the creation of a Master Page for a website in ASP.Net.
SharePoint Online Audit Logs
5/24/2021 1:55:26 PM.
To view the audit information in SharePoint online site collections.
Working With Header in HttpHandler
4/23/2021 9:23:51 AM.
In this article, we will learn to work with a header in a HTTP request and response message.
Send Cookie Using HTTP Response From Web API
4/23/2021 9:17:07 AM.
This article shows how to send a cookie from the Web API to a client using a HTTP response.
A New Way to Send Response Using IHttpActionResult
4/13/2021 5:36:48 AM.
In this article, we will see how the ASP.NET Web API converts the return value from a controller into an HTTP response message.
How To Enable Custom Scripting In SharePoint Online Site Collection
4/7/2021 1:58:26 PM.
In this article, you will learn how to enable and disable custom scripting in SharePoint online site collection.
Spot differences in images using Python and OpenCV
4/2/2021 6:01:57 AM.
As kids, we use to play spot the differences in images game. This video is about spotting differences in images. Not only will you get the differences, you would also get the similarity index. One imp
S.O.L.I.D Principles with C#
3/30/2021 9:28:12 AM.
In this video, I break down the 5 principles from SOLID alongside their common scenarios and how to apply the right principle to fix them
Response.Redirect and Server.Transfer in ASP.Net
3/24/2021 9:38:59 AM.
Here, you will learn what the difference is between the Response.Redirect and Server.Transfer Methods in ASP.NET.
Seeing the HTTP Request and Response of the Web API Application
3/12/2021 5:08:21 AM.
This article describes how to see the HTTP Requests and Responses of a Web API Application.