10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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 (15)
Manoj Mittal (7)
Sourav Kayal (5)
David Mccarter (4)
Swesh S (4)
Mahesh Chand (3)
Ano Mepani (3)
Abhishek Jaiswal (3)
Sarvesh Shinde (2)
Nanddeep Nachan (2)
Osama Hosam (2)
Sourabh Somani (2)
Devesh Omar (2)
Vithal Wadje (2)
Lalit Bansal (2)
Niloshima Srivastava (2)
Ankur Mishra (2)
C# Curator (1)
Ashish Singhal (1)
Abdul Basith (1)
Akhil Mittal (1)
Ranganath Prasad (1)
Swatismita Biswal (1)
Joydip Kanjilal (1)
Ashish Bhatnagar (1)
Onkar Sharma (1)
Jignesh Trivedi (1)
Sachin Kalia (1)
Veena Sarda (1)
Thiago Vivas (1)
Maroof Raini (1)
Mudita Rathore (1)
George (1)
sanman chavan (1)
Soft Corner (1)
Naresh Joshi (1)
Rajeev Punhani (1)
Vivek Kumar (1)
Guest User (1)
Sandeep Mishra (1)
Anupam Maiti (1)
Sean Franklin (1)
Munib Butt (1)
Guest User (1)
Pooja Baraskar (1)
Sarathlal Saseendran (1)
Amir Ali (1)
Dipal Choksi (1)
Geetha S (1)
Debasis Saha (1)
Sibeesh Venu (1)
Parth Dave (1)
Prashant Sharma (1)
Naren Kumar Kumaresan (1)
Sanjay Singh (1)
Related resources for SPO
No resource found
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.
Using Power Automate To Upload The Attachments From SharePoint Document Library
3/30/2022 1:29: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
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.
Get Site Template For SharePoint Online Site
3/25/2022 5:51:59 AM.
In this article, how to get the site template for an existing SharePoint online site collection
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.
Constructing OneDrive URL
5/11/2021 8:43:28 PM.
This article explains how to construct a One Drive URL from the email address.
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.
How To Clean Up The User Permission From SPO Site
3/19/2021 4:32:23 PM.
The document gives you an overview of what is User Information list and how to clean up the user information from the SPO sites
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.
Respond Tabular Data from FLOW to PowerApps without Premium Response action
3/11/2021 11:57:09 AM.
In this video we will see how to respond Tabular Data from FLOW to PowerApps without making use of Premium Response action.
Garbage Collection (2), Manage UnManaged Code
2/18/2021 3:02:02 PM.
Discuss the garbage collection with unmanaged code: How to manage the unmanaged code in .NET, Dispose pattern
Getting Data in Chunks From ASP.Net Server
2/18/2021 6:46:36 AM.
I would like to share a way by which server may transfer the data to client in chunks rather than sending entire data.
Automate Email Response
2/18/2021 5:50:03 AM.
This demo shows , how to automate the email response. It will be quite helpful in a scenario, where system receive lots of repetitive email and need to response by human.
Demystify Garbage Collection in C#: Part 4
2/12/2021 8:02:59 AM.
Here you will learn one very important concept of garbage collection called “Finalize dispose pattern”.
Improving ASP.Net Performance Using Response.BufferOutput
2/10/2021 9:02:26 AM.
I would like to share the usage of Response.BufferOutput to improve the performance of ASP.net application.
Response.Redirect Vs Server.Transfer in ASP.Net
2/10/2021 7:11:37 AM.
In this article, we will learn the difference between Response.Redirect and Server.Transfer in ASP.Net.
Single Responsibility Principle (SRP)
2/5/2021 3:19:39 PM.
In this article, you will learn about the Single Responsibility Principle.
Publish Duplicate Client Side Page Changes To Original Page Within Same SPO Site Pages Library
1/14/2021 3:09:48 PM.
In this article, I would like to explain how to publish the client side pages changes to original page.
Major Events in GLOBAL.ASAX file
1/13/2021 7:29:52 AM.
The Global.asax file, which is derived from the HttpApplication class, maintains a pool of HttpApplication objects, and assigns them to applications as needed.
Duplicate The Client Side Pages Into Same Modern SharePoint Online Library Folder
1/11/2021 3:03:54 PM.
In this article, I would like to explain how to duplicate the client side page which is having OOTB webparts, custom SPFx webpart into same sharepoint online modern site pages library.
The Role Of Mobile Responsive Designs In The M-Commerce Industry
12/18/2020 8:41:53 AM.
In this article, you will learn about the role of mobile responsive designs in the m-commerce industry.
Implement SPFx deployment with Azure DevOps using Azure Blob Storage & SPO ALM Tasks
12/15/2020 9:15:45 PM.
In this video, I demonstrated how to implement SPFx deployment with Azure DevOps using Azure Blob Storage & SharePoint Online Application Life Management Tasks
Automate SPFX Deployment with Azure DevOps using Office365 CLI
12/14/2020 3:14:27 AM.
In this video, I demonstrated, How to implement Build Pipeline and Release Pipeline using Azure DevOps and Azure Git Repo from scratch.
HttpResponseMessage In WebAPI
12/7/2020 5:34:00 AM.
In this article you will learn how to use HttpResponseMessage with raw HTTP responses for returning a message/data with “HttpStatusCode” from our WebApi action.
Response.Redirect true and Response.Redirect False in Asp.Net
12/2/2020 1:12:23 AM.
In this article we will learn about the Response.Redirect true and Response.Redirect False in Asp.Net
Memory Management Using Finalize And Dispose Method
11/26/2020 12:26:36 AM.
In this article, you will learn about memory management, used in the Finalize and Dispose method.
Compressing Web API Responses Using DotNetZip
11/24/2020 1:13:29 AM.
In this article, we are going to learn how to compress Web API responses using DotnetZip Library.
ASP.NET Core 2.0 Response Compression
11/23/2020 4:08:51 AM.
When you’re unable to use the compression features of web servers (IIS, Apache, Nginx), ASP.NET Core provides an alternate option, Response Compression middleware. It’s performance won’t match server
Understanding Content Negotiation in Web API
11/12/2020 6:25:08 AM.
This article explais Content Negotiation in the Web API and it’s clients.
Overview of SPO Migration with SharePoint Migration Tool (SPMT)
11/8/2020 9:09:40 AM.
Transport Layer Security
9/2/2020 3:10:07 PM.
In this article, you will learn about Transport Layer Security.
Migrating To O365 Made Easy
9/1/2020 11:29:29 PM.
This article shares a user guide to migrate to O365 from On-prem and Network shared drive with the migration tool provided by MSFT.
Secure Web Application Using HTTP Security Headers In ASP.NET Core
8/17/2020 7:36:59 AM.
In this article, you will learn about Secure Web Application using HTTP Security Headers in ASP.NET Core.
Practical Use of SPOHelper for Sharepoint Online CRUD Functionality using REST API
7/28/2020 2:04:49 AM.
Practical Use of SPOHelper for Sharepoint Online CRUD Functionality using REST API with Live Demo
Understand SPOHelper Utility for SharePoint Online REST CRUD Operation
7/28/2020 2:03:24 AM.
SPOHelper is utility library to make CRUD Operation in SharePoint Online easily using SPGet, SPPost, SPDelete, SPupdate with minimal code. Reusable library for Sharepoint Crud operation
Basic SharePoint Online REST API CRUD Operation with example
7/28/2020 1:43:27 AM.
In this video, we learn about basic SharePoint Online REST API CRUD Operations
Best Healthtech Trends Shaping Response To Coronavirus Outbreak
7/7/2020 7:44:02 AM.
In this article, you will learn about Best Healthtech Trends Shaping Response To Coronavirus Outbreak.
Using Declarations In C# 8
6/22/2020 7:35:03 AM.
In this article I will explain the syntax feature "using declarations" introduced in C# 8 and how this feature can reduce code noise.
SOLID Principles In C# - Single Responsibility Principle
5/26/2020 12:41:29 PM.
C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe
HTML 5 Web Workers
4/30/2020 2:27:22 PM.
This article describe the unresponsive script problem in HTML5.
Pointing The Spotlight On LinkIt ONE
4/16/2020 12:38:47 AM.
Here in this article I am showcasing details on MediaTek's latest IoT microcontroller- LinkIt ONE.
Combine XML And Json Requests And Responses In ASP.NET Core Web API
4/13/2020 4:03:12 PM.
In this post, we will see how to pass XML and Json data in same web request as well as get XML and Json data from same request as per our need.
Document Search Bot Using Azure Bot Framework SDKV4
4/13/2020 9:23:28 AM.
In this article, you will learn how to build document search bot with share point online using azure bot framework SDK V4.
HttpClient in Android
4/1/2020 1:43:12 AM.
This article explains how to post data using HttpClient in Android. Android Studio is used to create the sample.
Steps to Build a PowerApp Screen, Connector And Navigation
3/30/2020 11:09:53 AM.
Learn how to build & design a power apps canvas-based application (i.e. home screen, navigation and list view control).
Using Statement In C#
3/6/2020 12:50:15 PM.
C# using statement makes sure that the allocated objects within the using statement is disposed once the using block code is executed.
Authentication With PassportJS
3/5/2020 9:29:38 AM.
A simple explanation on a node js authentication middleware.
Who Is The Product Owner In The Agile Process
2/23/2020 10:54:44 AM.
In this article, we will discuss the basic concept of Scrum, the Product Owner. Also, we will discuss the roles and responsibilities of a Product Owner in Scrum or Agile Process.
Scrum Master - Role And Responsibilities
2/10/2020 8:36:19 AM.
In this article, we will understand What a Scrum Master is and what his/her role is all about, and the responsibilities associated with this role.
Product Owner - Role And Responsibilities
2/9/2020 10:38:50 PM.
In this article, we will understand what are the roles and responsibilities of Product Owner and we will do a comparison between similar roles.
Quick Response Code
1/22/2020 2:35:24 PM.
In this article you will learn about Quick Response Code
Media Queries For Mobile, Laptop, Desktop And iPad For Making Responsive Website Design
1/21/2020 9:18:57 AM.
In this article you will learn about media queries for mobile, laptop, desktop, and iPad for making responsive website design.
Responsive Website Design Using Media Queries
1/20/2020 2:25:06 PM.
In this article we will talk about responsive design, first thing comes in mind is media queries.
Let's Code A Responsive E-Mailer template
1/20/2020 2:16:25 PM.
In this article you will learn about responsive HTML E-Mailer.
Windows Hello! Not Available On My PC
1/17/2020 1:59:53 PM.
How to enable Windows Hello on my Windows 10 laptop PC.
Enabling Spotlight Images On Windows 10 Lockscreen
1/17/2020 1:50:31 PM.
In this article, you will learn more about how to enable Windows Spotlight images on the lockscreen of Windows 10.
Design Responsive Websites Using Google Material Design Lite
1/15/2020 4:32:24 PM.
This article explains how to design responsive websites using Google Material Design Lite.
Multilevel Toggle Responsive Navigation Menu
1/9/2020 5:57:52 AM.
This article shows how to create a multilevel responsive navigation bar for your website.
Designing Responsive Charts Using D3JS
1/9/2020 12:59:04 AM.
This article is all about how easy it is to make your charts responsive by making a few changes in your code and how to make your chart more user friendly with a few cool effects.
Make Responsive Web Page Using Media Query in CSS
1/8/2020 11:17:12 PM.
Here you will learn how to create a responsive web page using a media query in CSS.
Responsive Web Design Using Media Queries
12/19/2019 2:21:14 AM.
This article will provide a glimpse at how things actually work using media queries and how useful it can be for designing web sites.
Design Issues vs CSS3
12/16/2019 4:35:57 AM.
This article introduces the new version of CSS which is generally known as CSS3.