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 RPT
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Veena Sarda (2)
Subham Ray (1)
CSharp TV (1)
Nikunj Satasiya (1)
Arvind Kushwaha (1)
Jefferson S. Motta (1)
Abhijeet Jadhav (1)
Nakkeeran Natarajan (1)
Ilya Feigin (1)
Krishnajina (1)
Josip Kremenic (1)
Related resources for RPT
No resource found
What is MTA-STS and TLS-RPT
8/7/2023 6:30:39 AM.
MTA-STS, short for Mail Transfer Agent - Strict Transport Security, is an email security protocol designed to enforce secure encrypted connections between email servers. It aims to prevent man-in-the-
Growth Mindset Weekly Live Show Ep. 20 - 2022
11/8/2022 5:50:41 PM.
Growth Mindset Weekly Live Show Ep. 20 - 2022
Vision Transformer Explained
9/22/2021 1:15:53 PM.
In this video, you will understand the vision transformer architecture and also see the sample code on how to use the ViT model from hugging face.
Visualize Human Poses using PoseNet model in Tensorflow.js
4/20/2021 8:00:26 AM.
In this video, we will see how to use PoseNet model . PoseNet is a vision model that can be used to estimate the pose of a person in an image or video by estimating where key body joints are located.
Merge Multiple PDF Files Into Single PDF Using Itextsharp In C#
1/7/2021 8:47:52 PM.
In this article I am going to explain how to merge multiple pdf files into a single pdf in using Itextsharp in c# here I also explained the use of Itextsharp library as well as how to find and delete
Copy List Items By Retaining ID In SharePoint Online
5/27/2020 8:25:42 AM.
This article will help you to copy the list items from Source site to destination site by retaining the Id's
Make Time, Stop For A Moment, And Think More Clearly
11/18/2019 8:33:36 AM.
Learn a psychological technique to better oxygenate the brain and be more productive.
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
SharePoint Basic List Operations Using TypeScript
11/17/2016 4:25:59 PM.
In this article, you will learn how to perform basic list operations in SharePoint, using TypeScript programming.
RptPreview 1.1 using Crystal Reports Viewer in VB.NET
12/1/2012 3:03:45 AM.
The following small application is designed to allow testing created reports with XML feeds used as data sources. The program checks that fields in report match to the fields in XML and then shows the report with loaded data in the report viewer.
Creating Reports in C# using Crystal Reports with Xml data Definitions
9/30/2012 2:54:32 AM.
This article explains how to extract data into a Crystal Report created outside a C# project using xml data definitions and data sets.
Auto Detect CSV Separator
7/28/2011 5:11:34 AM.
CSV files are very popular for storing tabular data because they are simple textual files with very few rules.