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 RPO
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhijeet Jadhav (8)
C# Curator (7)
Sanwar Ranwa (4)
Alkesh Bijarniya (3)
Harshad Tretiya (3)
Jaimin Shethiya (2)
Jitendra Mesavaniya (2)
Mahesh Chand (2)
Gurpreet Arora (2)
Mohamed Azarudeen Z (2)
Veena Sarda (2)
Thuyavan Ganesan (2)
Sagar Pardeshi (2)
Sekhar Srinivas (2)
Gajendra Jangid (1)
Vishwakarma Vijay (1)
Abhishek Arora (1)
Ayushi Jain (1)
Abhishek Saini (1)
Rohit Gupta (1)
Sarthak Varshney (1)
Debasis Saha (1)
Lakshmi V (1)
Ishika Tiwari (1)
Zain Ul Hassan (1)
Abiola David (1)
Arjit Soni (1)
Krishna Garad (1)
Praveen Kumar (1)
Abhishek Sur (1)
Ziggy Rafiq (1)
Mohammad Hussain (1)
Munesh Sharma (1)
Rajkumar Jain (1)
Vitalii Honcharuk (1)
Manoj Kumar Duraisamy (1)
Amit Mohanty (1)
Dharati Patel (1)
Ankit Bansal (1)
Dheeraj Malik (1)
Ramasagar Pulidindi (1)
Sai Kumar Koona (1)
Vipul Jain (1)
Mahesh Alle (1)
Udesh Sharma (1)
Usman Sheikh (1)
Prerana Tiwari (1)
Munib Butt (1)
Rikam Palkar (1)
Vinit Kumar (1)
Aashina Arora (1)
Madhan Thurai (1)
Rinkal Jindal (1)
Sandeep Sharma (1)
Lalit Bansal (1)
Farhan Ahmed (1)
Pravesh Dubey (1)
Swagata Prateek (1)
Harpreet Singh (1)
Khaja Moizuddin (1)
Mohammad Irshad (1)
Jaish Mathews (1)
Sateesh Arveti (1)
Jerry Lee (1)
Sriram Hariharan (1)
Rahul (1)
Santosh Kumar Adidawarpu (1)
Humza Tufail (1)
Rion Williams (1)
Sarmistha Panda (1)
Banketeshvar Narayan (1)
Related resources for RPO
No resource found
What is the Purpose of getDerivedStateFromError in ReactJS
7/3/2024 9:20:52 AM.
GetDerivedStateFromError is a lifecycle method in ReactJS used for error handling within components. It allows components to catch JavaScript errors during rendering, updating, and in lifecycle method
What is the Purpose of RenderToNodeStream Method in ReactJS
7/2/2024 7:15:18 AM.
The renderToNodeStream method in ReactJS enables server-side rendering with streaming support, enhancing performance by sending chunks of HTML to the client as they're generated.
Understanding Data Binding in Angular
6/28/2024 9:00:15 AM.
Data Binding in Angular" explores the foundational concepts and practical applications of binding data between components and views in Angular applications. It covers two-way and one-way binding
Create Charts In PowerPoint Using C#
6/17/2024 4:34:27 AM.
Discover how to leverage the .NET Presentation library in C# to create column, pie, and combination charts for effective data visualization in PowerPoint. Enhance presentations with clear, insightful
String Interpolation: A New Feature of C# 6.0
5/29/2024 8:48:47 AM.
The provided C# 6.0 code demonstrates the use of string interpolation, auto-implemented properties, and object initialization syntax. It showcases the nameof operator to retrieve variable names static
Layering Objects using Selection Pane
5/25/2024 1:11:06 PM.
The "Layering Objects using Selection Pane" tutorial guides users on how to efficiently organize and manage objects in PowerPoint presentations. Learn to control the visibility, order, and a
Creating Stunning Presentations with Microsoft Copilot in PowerPoint
5/21/2024 10:08:29 AM.
Making engaging presentations is important for getting ideas across effectively. With Microsoft Copilot in PowerPoint, creating great presentations is simpler than ever. This guide will show you how t
What is the Purpose of displayName Class Property in ReactJS?
5/20/2024 10:01:00 AM.
The `displayName` property in React improves debugging by naming components in React DevTools and error messages. It’s especially useful for components created with higher-order components (HOCs) or l
String in .NET C#: Usage, and Example
5/16/2024 3:39:19 AM.
A string in C# is an object belonging to the String class that symbolizes a string of characters. Numerous operations, including length, concatenation, comparison, obtaining substring, search, trim, r
Python Basics
4/23/2024 11:25:00 AM.
Python is a versatile, interpreted, high-level programming language created by Guido van Rossum. Named after Monty Python, it's widely used in software development, web development, scripting, and
VMware Cloud for Disaster Recovery
4/21/2024 2:12:48 PM.
Protect your VMs from disaster with VMware Cloud DR! This guide explains the setup, testing, and how it safeguards your data from downtime & ransomware attacks. #VMwareDR #CloudDisasterRecovery
Learn Angular 8 Step By Step in 10 Days – Data Binding (Day 3)
4/17/2024 9:36:51 AM.
Google released the new version of Angular, i.e., Angular 8 just a month ago. This new release of Angular contains many upgrades and new features. So, with the help of this learning series, we will ex
Angular Expressions: Syntax, Use Cases, and Implementation Method
4/15/2024 9:00:22 AM.
Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or cu
What is Data Binding and Types of Data Binding in Angular?
4/8/2024 4:29:17 AM.
Data binding is a core concept in Angular that allows developers to establish a connection between the application's data. In this article, we'll delve deep into the various types of data bind
Text Interpolation and types of Text Interpolation in Angular
4/7/2024 7:47:51 AM.
Angular, a leading JavaScript framework, offers developers a plethora of features to create dynamic and interactive web applications. In this article, we will delve into the various types of text inte
Data Binding in Angular
3/23/2024 4:04:12 PM.
Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
What is the Purpose of Vue.js Compiler?
2/27/2024 10:10:27 AM.
The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for se
Template Literals In JavaScript
2/27/2024 4:27:38 AM.
JavaScript template literals are an effective tool for working with and creating strings. They were first included in ECMAScript 6 (ES6).
What Is the Purpose of the New Slot Directive in Vue.js
2/23/2024 10:34:24 AM.
The v-slot directive in Vue.js (introduced in Vue 2.6.0) enhances component flexibility by defining named slots, facilitating data passing, and improving code clarity and readability. Code examples il
What is Purpose of Keep Alive Tag in Vue.js
2/23/2024 6:20:20 AM.
The <keep-alive> tag in Vue.js preserves the state of dynamic components, optimizing performance by caching and reusing them. Maintain state and improve performance in dynamic Vue.js application
Learn About Data Structures And Algorithms (DSA)
2/15/2024 11:22:20 AM.
This article will tell you almost everything about the crucial concepts of data structures and algorithms. This article is the first one in the series of “Data Structure and Algorithm (DSA)”. You’ll l
What is the Purpose of renderError?
2/13/2024 8:23:51 AM.
RenderError in Vue.js provides a fallback mechanism to handle rendering errors within components, allowing graceful handling and presentation of errors to users for a smoother user experience.
Create Shortcuts to AWS S3 from Fabric Lakehouse
1/29/2024 9:38:11 AM.
In this video, I demo how to create Shortcuts in Fabric Lakehouse from AWS s3 service. If you enjoy this video, give it a thumps up, comment and share with your friends and connection
Unraveling the Magic of Microsoft Copilot
11/29/2023 5:23:00 AM.
Microsoft Copilot, driven by powerful AI, promises to transform how we work in Word, Teams, and Excel. Discover the innovative features and impact of this dynamic AI assistant.
String Interpolation In C#
10/28/2023 11:34:54 AM.
C# string interpolation is used to format and manipulate strings. This feature was introduced in C# 6. Using string interpolation, we can use objects and expressions as a part of the string interpolat
Create Flash From Power-Point In C#
10/25/2023 10:08:38 AM.
Creating Flash animations from PowerPoint presentations in C# involves utilizing libraries like Aspose.Slides, which provides a comprehensive set of features for working with PowerPoint files programm
String Interpolation In C#
9/20/2023 6:22:00 AM.
C# String Interpolation concatenates strings. In this article, I'll explain how to implement string Interpolation in C#.
How to Use SynchronizationContext to Post Messages
9/6/2023 11:18:43 AM.
SynchronizationContext is a class in .NET that provides a way to post and execute code on a specific context, typically associated with a UI thread or a specific synchronization context. It's com
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Constant Interpolated Strings in C#
8/18/2023 8:17:34 AM.
Explore interpolated strings in C#, a powerful feature for expressive string formatting. Learn about constant interpolated strings introduced in C# 10, enhancing readability and performance. Understan
Data Gateway in Power BI
8/7/2023 6:57:07 AM.
Unlock the potential of on-premises data with the Power BI Data Gateway. This comprehensive guide explores its core capabilities, installation, security, troubleshooting, and future roadmap for hybrid
File-Scoped Namespace Declaration in C#
7/28/2023 5:04:58 AM.
File-Scoped Namespace Declaration in C# 10
What is ChatGPT? What is the Purpose of ChatGPT?
7/14/2023 12:31:45 PM.
In this article, we will see what is ChatGPT and the purpose of ChatGPT.
Setup Oracle Database Pod in Kubernetes Cluster using YAML file
5/23/2023 5:04:03 AM.
Setup Free Oracle Database in pod to perform DB operation with in Kubernetes cluster.
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
Unpacking Azure's Storage Account Options: Which One is Right for You?⚡
5/5/2023 7:11:55 AM.
This article is a comprehensive guide to the different types of storage accounts available in Azure. It covers everything from general-purpose v2 storage accounts to specialized blob, file, queue, tab
Get access to free Azure subscribtion from company email
5/3/2023 4:49:55 AM.
Once you join the company who use Azure you can use free subscription to build and run your POCs for work and personal use. In this article I am giving an instruction how to enable Free personal Enter
Generating Dynamic Documents From Existing Template
4/24/2023 6:42:14 AM.
Generating dynamic documents (PDF/WORD/EXCEL/POWERPOINT) from the existing template.
Using C# 12's Interpolated Strings For More Concise And Readable Code
4/19/2023 5:51:01 AM.
Using C# 12's Interpolated Strings for More Concise and Readable Code
Creating PowerPoint Add-in using VSTO
4/14/2023 8:25:51 AM.
This article explains how we can create PowerPoint Addin using VSTO and how to access the PowerPoint objects like slides/shapes
What is the purpose of the 'reduce' method in JavaScript?
3/30/2023 8:41:34 AM.
What is reduce, and how to use reduce in JavaScript?
What is the purpose of the 'filter' method in JavaScript?
3/30/2023 6:39:31 AM.
This article explains the filter() method in JavaScript with an example that filters data from a given array.
What Is The Purpose Of The 'Prototype' Property In JavaScript?
3/17/2023 10:22:41 AM.
What is the 'prototype' property in JavaScript and how to use it in your web page.
What is the purpose of the 'async' and 'await' keywords in JavaScript?
3/12/2023 6:53:52 PM.
Learn what the 'async' and 'await' keywords are in JavaScript and how to use them in async code.
Convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET
1/19/2023 10:35:14 AM.
This article teaches you how to convert PowerPoint to PDF or PDF to PowerPoint in C# and VB.NET.
Create Column Charts, Pie Charts or Line Charts in PowerPoint in Java
1/18/2023 5:12:19 AM.
This article will introduce how to create a clustered column chart, a pie chart and a line chart in a PowerPoint document in Java by using Spire.Presentation for Java.
NonLinear Function Optimization in Python
1/13/2023 11:17:23 AM.
In this video, you will use the scipy library to optimize non linear programming problems to find optimal solution quickly.
String Interpolated New Line In C# 11 | Learn C#
12/16/2022 10:03:54 AM.
In this article, we gonna discuss the new feature String interpolated new line in C# 11 with examples. C# programming language was launched in 2000 and now it is at its version 11.
C#11 Features - Newlines In String Interpolations
11/22/2022 6:53:23 AM.
In C# 11 multiline restrictions got removed and now string interpolation supports multiline expressions too.
Unable To Install Packages With NPM Due To Corporate Proxy
11/18/2022 10:20:26 AM.
In this article, I will explain how you can resolve the issue where NMP packages are not getting installed because of corporate network proxy.
How to Read Barcode in Word, Excel, PowerPoint or PDF Documents in Java
10/18/2022 8:41:40 AM.
In this article, you will learn how to read barcode from MS office documents and PDFs in Java by using Spire.Office for Java library.
How To Add Add-Ins In PowerPoint
9/20/2022 10:52:15 AM.
In this article, you will learn how to add custom add-ins.
How to Digitally Sign Word, Excel, PowerPoint and PDF Documents in Java
7/13/2022 11:55:51 AM.
How to Digitally Sign Word, Excel, PowerPoint and PDF Documents in Java.
How To Deploy PowerPoint Add-ins To Your Organization
6/15/2022 1:48:02 PM.
This article shows you, how to deploy PowerPoint add-ins.
How To Create PowerPoint Add-Ins
4/4/2022 5:05:27 AM.
in this article, I will show you how to create PowerPoint Add-ins
Implicit and Explicit Interface Examples
3/28/2022 9:39:53 AM.
In this article you will learn about Implicit and Explicit Interfaces in detail with examples.
Build Wallpaper App Using Flutter And Riverpod - (Basic Functionality)
3/22/2022 2:42:38 PM.
In this article, you will learn how to build a wallpaper app using Flutter and Riverpod.
Combine Word, Excel, PowerPoint, PDF and Image Files into One PDF in Java
10/28/2021 5:05:05 AM.
In this article, we are going to illustrate how to Combine Word, Excel, PowerPoint, PDF and Image Files into One PDF in Java.
Planning A Disaster Recovery Strategy On Microsoft Azure - Defining Recovery Requirements
9/21/2021 6:07:15 AM.
In this article, you will learn how to plan a disaster recovery strategy on Microsoft azure.
How to capture frame by frame changes in video using OpenCV
4/3/2021 4:04:50 PM.
This video shows how to capture changes in video frame by frame. It also shows how to show make the foreground disappear and mask the background in a video file using OpenCV.
QVD Files In QlikView Application
2/5/2021 9:33:17 AM.
This article introduces QVD files in a QlikvView application.
Microsoft Teams Toolkit using Visual Studio
9/25/2020 5:54:45 PM.
To extend and deliver awesome collaborating experiences in the form of Teams App, Microsoft has introduced the Microsoft Teams toolkit. This article showcases the details of Microsoft Teams Toolkit
Null-Coalescing Assignment And Enhancement Of Interpolation In C# 8
8/13/2020 7:55:56 AM.
In this article, you will learn about Null-coalescing assignment and Enhancement of interpolation in C# 8.
Purpose Of Abstract Class In Object Oriented Programming
6/20/2020 6:07:51 AM.
We have been using abstract class for a while. Let's understand why it was actually introduced.
How To Connect Azure Virtual Machine Within Firewall Using Bastion
6/19/2020 10:24:01 PM.
This article is specifically to help developers who are not able to connect Azure windows Virtual Machine through RDP application within a corporate Firewall due to security restrictions.
PowerApps - Business Days Calculation
4/13/2020 9:03:45 PM.
PowerApps doesn’t have Out of the Box function to calculate business days excluding the holidays. This article will help you to calculate the business days similar to NetworkDays function in Microsoft
Learn (Python) SciPy
4/13/2020 8:54:41 AM.
In this article we will learn about SciPy Python Library, after which you would be able to perform complex mathematical and technical problems using Python SciPy Library.
What is Microsoft Graph Communications API
4/5/2020 8:02:29 AM.
Microsoft Graph Communications API provides a rich set of developer toolkit which will add a new dimension to enable core communication capabilities by introducing new user interaction features in ent
Send Birthday Wishes Using Power Automate
3/11/2020 11:27:54 AM.
In this article we will learned about how to send automate email birthday wishes using power automated.
Microsoft Search using Graph API
12/17/2019 1:09:08 AM.
Microsoft Search endpoint in Graph API to elevate a unified search experience across different Microsoft 365 products and other content sources.
BOT Deployment with Zero code:Power Virtual Agent
11/27/2019 10:19:57 PM.
In this session we will discuss the details of BOT deployment in Power Virtual Agent.Also, we will get in to the details of cool and exhaustive set of analytics to showcase the KPI's or the key pe
Future With Quantum Computers
11/27/2019 12:03:18 AM.
This article gives a brief introduction about Quantum Computers.
Powerful BOT development with zero code: Power Virtual Agent
11/7/2019 10:58:02 PM.
Power Virtual Agent helps to easily create powerful bots using a guided, no-code graphical interface without the need for data scientists or developers. Learn what Power Virtual Agents are and how to
Why Microsoft Kaizala (काय झाला) ?
10/17/2019 11:47:07 PM.
This session explains the reasons why Microsoft has introduced a collaboration tool called Microsoft Kaizala. This tool is developed by MS R&D India KAI ZALA - What happened / Whats up? Its name
Basics of Authentication/Authorization in Azure(AAD) Google,Facebook, Twitter, LinkedIn and other standard Identity providers.
10/13/2019 5:37:18 PM.
This video explains authentication and authorization flow. What happens when user logs in with Office 365 login screen or when user clicks on "Login with" Google/Facebook/Twitter. It explain
Microsoft Teams As Hub For Corporate Teamwork
10/8/2019 1:21:12 AM.
In this article, you will learn how Microsoft Teams can work as the hub for Corporate Teamwork.
Introduction To Synchronization In Java
9/19/2019 3:35:33 AM.
In this article we discuss Synchronization in Java.
Incorporating Blockchain Into Existing Business
8/20/2019 8:43:32 AM.
In this article, you will learn about incorporating blockchain into an existing business.
How To Open Selected Document In File Viewer (Word, Excel, PowerPoint And PDF) In SharePoint Modern Sites - Part One
8/7/2019 10:44:57 PM.
In this article, we will see how to view the Word, Excel, PowerPoint and PDF files on the same page in SharePoint Online with the help of OOB modern web parts.
Interpolation Data Binding In Angular
6/19/2019 8:43:15 AM.
In this article, you will learn about interpolation data binding in Angular.
String Interpolation In Swift 5.0
5/30/2019 8:59:54 AM.
String interpolation has been around since the earliest days of Swift, but in Swift 5.0, it’s getting a massive improvement to make it faster and more powerful.
Making A Simple Recommender System - Azure Cosmos DB And Apache Tinkerpop
2/17/2019 11:42:28 PM.
A simple yet effective introduction to Azure Cosmos Db Graph api and its usage.
Office Web Apps (Word, Excel, PowerPoint) Link To "Open File In Iframe"
2/8/2019 9:11:37 AM.
In this article, we will explore how we can open SharePoint on-premise and SharePoint online Office files (Word, Excel, and PowerPoint) without downloading them. The file will be opened in a model dia
Corporate Portal Maturity Model
1/9/2019 1:06:19 AM.
In this article, we will learn what Portal Maturity model is. In layman's terms, it is the right mix of employee/user collaboration, content collaboration, communication, and business process auto
Purpose Of ValidateAntiForgeryToken In MVC Application
12/3/2018 4:04:01 AM.
In this article, you will learn about the purpose of ValidateAntiForgeryToken in MVC application. CSRF, Cross Site Request Forgery.
String Interpolation, NgStyle, NgClass In Angular 7.0
11/27/2018 9:12:06 AM.
In this article, we will see the String Interpolation, ngStyle, ngClass in Angular 7.0. In this article, we will see the creation of angular component and we will see how we can use String interpolati
Overview Of Interpolation In Angular
10/28/2018 11:36:04 PM.
In this article, we are going to learn the use of interpolation. Generally, we display the static component from the inline HTML or from templateUrl. What if we want some of the things to change dynam
Call Command Prompt For Different Purposes In Different Ways
8/14/2018 9:03:19 AM.
How windows command prompt can be called for various different purposes using C#? Sometime you need command window to be shown and sometime it should be hidden and sometime you need to control it'
Beautifying Your C# Code - Part I
1/24/2018 12:24:17 AM.
In this video, how we can beautify\reduce the number of lines in your C# code.
How To Convert PowerPoint Presentation Slide To Image In C#
1/10/2018 11:59:17 AM.
In this article, I will explain the steps you can take to convert the PowerPoint presentation slides to image file format (PNG/BMP/JPEG/TIFF/EMF/SVG). With the help of Spire.Presentation, we can not o
How To Extract All Images From An Existing PowerPoint Presentation
11/9/2017 12:59:45 PM.
This article will give you the steps to save all the images from a PowerPoint presentation file.
How to use NPM Install (The Command) behind Corporate Proxy Server
10/17/2017 12:55:03 AM.
When you want to install packages for angular, angular CLI, typescript etc. via NPM using Command Prompt and you are working in an office environment where everything runs behind a corporate proxy ser
Converting PowerPoint Presentations (PPT/PPTX) To PDF Using ASP.Net Core with Office Interop C#
6/8/2017 7:24:28 AM.
In this article, I am going to share with you one of my great experiences on converting PPTX/PPT to PDF file.
How To Host ASP.NET MVC 5 And Web API On IIS For Development Purposes
3/21/2017 4:03:10 PM.
This article familiarizes you with how to host ASP.NET MVC 5 and Web APIs on IIS for development purposes.
Adventures In String Concatenation - Introducing String Interpolation
8/14/2016 4:11:05 PM.
In this article, you will learn about the string concatenation and interpolation.
Understanding Java Servlet Filter
8/1/2016 4:49:17 AM.
In this video we will Understanding Java Servlet Filter, Servlet Filter to intercept request/response for processing,javax.servlet.Filter,web.xml filter,login filter example within 5 mins. Watch the c
Choosing Your Next Company: Corporation, Medium-Sized, or Startup
4/29/2016 12:04:53 PM.
Looking to join a new company? Not sure if you want to work for a small or large company? Here is some advice.
String Interpolation In C# 6.0
1/12/2016 9:19:11 AM.
In this article you will learn about String Interpolation in C# 6.0.
C# 6.0 New Features: Part 1
12/23/2015 5:17:10 AM.
This video will help the C# developers to understand the top 10 new cool features of C# 6.0. This video will be divided into two parts where in the first part I will be covering the following new features 1.using static qualifier 2.String Interpolation 3.Null Conditional Operator 4.Auto Property Initalizer 5. Expression bodied functions and Properties.
C# 6.0 String Interpolation
11/30/2015 9:16:42 AM.
In this article you will learn about C# 6.0 String Interpolation.