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 Reverse
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (14)
Vijay Prativadi (9)
Naveen Kumar (2)
Sanwar Ranwa (2)
Nilesh Jadav (2)
Ajay Kumar (2)
Sharad Gupta (2)
Richa Garg (2)
C# Curator (2)
Anubhav Chaudhary (2)
Satya Prakash (2)
Devesh Omar (1)
Tural Suleymani (1)
Hamid Khan (1)
Ayush Gupta (1)
Lokendra Singh (1)
Suraj Vishwakarma (1)
Ziggy Rafiq (1)
Jithu Thomas (1)
Sardar Mudassar Ali Khan (1)
Rohit Gupta (1)
Senthilkumar (1)
Harshal Limaye (1)
Yogeshkumar Hadiya (1)
Nanhe Siddique (1)
Ishika Tiwari (1)
Vijayaragavan S (1)
Rikam Palkar (1)
Vithal Wadje (1)
Rithik Banerjee (1)
Chhavi Goel (1)
Surya S (1)
Aashina Arora (1)
Gaurav (1)
Nitin Bhardwaj (1)
Sanjay Kumar (1)
Prakash Tripathi (1)
Mithun Pattankar (1)
Mahesh Chand (1)
Akshay Teotia (1)
Suraj Kumar (1)
Thiago Custodio (1)
Delpin Susai Raj (1)
Amit Choudhary (1)
Chetankumar G Shetty (1)
Mahesh Alle (1)
Carmelo La Monica (1)
Rakesh Singh (1)
Ashish Vanjani (1)
Raj Bandi (1)
Prasad (1)
Dmitiriy Salko (1)
Wolfgang Pleus (1)
Related resources for Reverse
No resource found
Learn API Gateway in Micro services
8/9/2024 8:23:01 AM.
An API Gateway in microservices acts as a reverse proxy, managing incoming requests and routing them to the appropriate services. It enhances scalability, security, and performance by providing load b
Reverse Proxy Grafana with Nginx in Azure
6/24/2024 7:56:02 AM.
Learn how to enhance your Grafana setup in Azure by configuring Nginx as a reverse proxy. This article covers step-by-step instructions for setting up Nginx to securely proxy requests to Grafana, ensu
Automapper In .NET Core
6/5/2024 8:10:33 AM.
Learn to integrate AutoMapper in .NET Core apps. Steps include installation, service registration, model creation, mapping between domain and view models, reverse mapping, and handling complex object
Difference between Forward and Reverse Proxy
5/29/2024 9:28:06 AM.
Forward and reverse proxies serve distinct roles in network communication. Forward proxies act on behalf of clients, accessing resources on external servers, while reverse proxies handle requests from
What is Slicing in Python with Example
5/13/2024 5:50:10 AM.
Python's slicing feature efficiently extracts elements from sequences like lists, strings, and tuples. This article illuminates slicing's syntax, usage, and examples, catering to beginners and
Column Values Reverse Order in SQL
5/8/2024 10:48:30 AM.
Learn how to reverse the order of column values in SQL using the ORDER BY clause with the DESC keyword. This tutorial covers sorting data in descending order, manipulating column values, and enhancing
Bypassing Obfuscation: Ciphered Code Reverse Engineering
5/8/2024 10:13:08 AM.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Anti-Reverse Engineering (Assembly Obfuscation)
5/1/2024 11:02:29 AM.
Learn how to protect your .NET source code from reverse engineering using obfuscation techniques with Dotfuscator. Explore the process step-by-step, including obfuscated code analysis and MSIL code ex
Patching .NET Binary Code by CFF Explorer
4/24/2024 1:52:11 PM.
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.
Binary Cracking and Byte Patching With IDA Pro
4/23/2024 8:31:51 AM.
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,
Applied Reverse Engineering With OllyDbg
4/23/2024 8:25:53 AM.
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
.NET Binary Reverse Engineering: Part 1
4/19/2024 10:41:26 AM.
This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
.NET Reverse Engineering: Part 2
4/19/2024 10:37:50 AM.
This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
.NET Reverse Engineering: Part 3
4/19/2024 10:37:22 AM.
In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
Bug Fixing: .NET Reverse Engineering: Part 4
4/18/2024 1:15:09 PM.
Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
Select and Insert Data With Reverse Engineering Via EDM Framework
4/18/2024 1:11:53 PM.
Employ the Entity Data Model (EDM) framework's reverse engineering for seamless data selection and insertion. Generate code from an existing database schema, enabling efficient data access and man
Select and Insert Data With Entity State (Unchanged) Via EDF Framework
4/18/2024 10:44:37 AM.
Utilize Entity Data Framework (EDF) to select and insert data with Entity State (Unchanged) for efficient data manipulation. Leverage EDF's change tracking mechanisms to maintain object state, ens
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
3/22/2024 10:15:42 AM.
Discover Ziggy Rafiq's comprehensive guide on converting strings to JSON, Base64, XML, and CSV formats using C#. Plus, learn how to reverse the process effortlessly. Don't miss out on this mus
Data Transformations: ETL, ELT, and the Reverse ETL Revolution
3/10/2024 8:05:56 AM.
Delve into the complexities of data management through an in-depth examination of ETL, ELT, and the pioneering emergence of Reverse ETL in this extensive guide. Explore the applications, benefits, and
Reverse String Filter in Vue.js
3/6/2024 10:44:06 AM.
To reverse a string in Vue.js, create a custom filter that reverses the characters. Define the filter, register it globally, and apply it in Vue component templates for efficient string reversal.
How To Reverse Engineer Using OllyDbg
3/1/2024 9:19:32 AM.
This article provides an introduction to obfuscation and reverse engineering, focusing on using OllyDbg as a reverse engineering tool. It explains the concept of obfuscation as a means to secure sourc
toReversed() in JavaScript ES2023
2/28/2024 5:42:06 AM.
In this article, we will learn about toReversed() in JavaScript ES2023. ES2023 offers new array methods like toReversed() to create reversed copies, promoting immutability and safer coding.
Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse Proxies
12/28/2023 5:30:52 AM.
Explore the powerful combination of Ocelot and gRPC in API Gateway development for efficient routing and management in microservices. Learn about forward and reverse proxies, enhancing control, securi
Reverse String Pipe in Angular
12/14/2023 10:40:44 AM.
Learn how to create a custom pipe in Angular to reverse a string. Follow the steps to generate a pipe, implement the logic, and use it in your Angular application.
Demystifying API Gateway, Reverse Proxy, and Load Balancer
10/11/2023 7:18:28 AM.
In this article, we will delve into these concepts, demystify their functionality, and provide practical coding examples to illustrate their usage.
Reverse ETL: Transforming Data Flow from Analytics to Operations
10/6/2023 7:37:49 AM.
In this article, we’ll delve into the world of Reverse ETL, exploring its purpose, benefits, and use cases.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
How To Get The Last N Characters Of A String In Python
7/27/2023 6:44:08 AM.
The articles tell you different ways of finding the last N characters from a String in Python.
Encryption of Stored Procedures in SQL Server
7/25/2023 6:06:04 AM.
The encryption of stored procedures in SQL Server is a security feature that enables developers to protect the sensitive business logic implemented within the database. By using the WITH ENCRYPTION op
Reverse A String In JavaScript
6/27/2023 6:37:41 AM.
How to reverse a string in JavaScript is one of the most frequently asked interview questions. There could be dozens of ways we could reverse a string. However, in this article, we'll learn three
Reverse Words In A String In C#
11/7/2022 6:24:29 AM.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
String Manipulation in C#
8/25/2022 7:25:18 AM.
This article shows some string operations in C# that helps beginners to improve their programming skills.
Remove Duplicate Reversed Pairs
7/4/2022 6:51:41 AM.
Remove all duplicate reversed number pairs from given table
List Operations In Desktop Flow Using Microsoft Power Automate
6/28/2022 1:33:42 PM.
Reading this article, you can learn how to use List Operations in Desktop flow using Microsoft Power Automate
Reverse Words of a String in C#
3/29/2022 10:12:51 AM.
In this article, I explain how to reverse full string content with the help of c#.
Reverse A Linkedlist In Javascript
2/7/2022 9:33:49 AM.
In the last article, we saw how to create a linkedlist. In this article, we will see how to reverse a LinkedList?
Reverse a String Without Using Function in C#
2/4/2022 12:07:52 PM.
In this article, we will learn how to reverse a string without using any string functions.
Extreme .NET Reverse Engineering: Part 5
2/3/2021 6:52:33 AM.
In this article, we have seen how to obtain sensitive information without having access to real source code, including how to manipulate IL code to do that.
MSIL Programming: Part 2
2/3/2021 5:51:35 AM.
The primary goal of this article is to exhibit the mechanism of defining (syntax and semantics) the entire typical Object Oriented Programming “terms” like namespace, interface, fields, class and so o
Applied Reverse Engineering With IDA Pro
12/3/2020 6:24:58 AM.
In this article you will learn Live Binary Sample Target, Target Analysis with IDA Pro, cracking the Target and an alternative way of tracing.
Find The Next Greater Element
7/8/2020 6:47:16 AM.
In this article, you will learn how to find every element's next greater element.
Reverse Geocoding in Android Studio
3/25/2020 4:21:53 AM.
In this article you will learn Reverse Geocoding using XML request format
Array In Python
3/17/2020 9:09:05 AM.
In this article, I will explain the Array in Python.
How To Reverse Engineer Using Advanced Apk Tool
3/2/2020 3:02:11 AM.
In this article, you will learn how to reverse engineer using advanced apk Tool.
List Methods In Python
2/13/2020 1:16:43 AM.
In this Python List tutorial, you will learn how to use List Methods like List.Insert, List.Pop, List.Remove, List.Clear, List.Reverse, List.Sort, and List.Count
Reverse Geo Coding Using Google Maps API In Power Query
10/23/2019 8:04:47 AM.
In this article, you will learn how to reverse Geo coding using Google Maps API in Power query.
Array Object In TypeScript: Part 4
10/3/2019 1:59:21 AM.
In this article, you will learn about the array object method in TypeScript.
While Loop In TypeScript
10/1/2019 4:35:59 AM.
In this article I will explain how to use a while loop in TypeScript.
Java Bytecode Reverse Engineering
9/27/2019 5:06:56 PM.
This paper explaines the mechanism of disassembling Java byte code in order to reveal sensitive information when the source of the Java binary is unavailable. We have come to an understanding of how t
Understanding PIVOT, UNPIVOT, And Reverse PIVOT Statements
6/22/2019 7:59:10 AM.
In this article, you will learn about PIVOT, UNPIVOT, and Reverse PIVOT statements.
Reverse A String In Various Ways Using C#
3/31/2019 9:44:15 AM.
This article explains different ways to reverse a String in C#. Here we explored the possible ways using both Iterative and Recursive methodologies without using Reverse method of .NET framework.
Creating POCO Class Library Using Reverse Engineering
1/31/2019 8:51:14 AM.
In this article, we will learn how to create a POCO class library by the reverse engineering technique using EF Core Power Tools in Visual Studio 2017.
How to reverse a C# List
10/7/2018 2:25:17 AM.
List.Reverse() method of List<T> reverses the order all items in in the List. The code example shows how to reverse a List<T> using C#.
BinarySearch, Sort And Reverse Method of ArrayList in C#
9/11/2018 3:42:40 AM.
The ArrayList class provides a number of properties and methods that are used to work with an ArrayList. Here we see how to BinarySearch, Sort, and Reverse an ArrayList in C#.
Sorting, Reversing, and Searching in Arrays in C#
9/11/2018 3:41:00 AM.
In this article I will explain you about Sorting, Reversing, and Searching in Arrays in C#.
New Parameter, Transpose, Reverse Rows And Extract In Power BI
1/20/2018 1:04:19 PM.
In this article, you will learn about the New Parameter – What If in Power BI. You will also learn about the Transpose, Reverse Rows and Extract in Power BI.
Reverse Proxy Using Azure Functions Proxies
3/3/2017 11:30:11 PM.
In this article, you will learn about reverse proxy, using Azure functions proxies.
How To Reverse Geocode An Address In Xamarin Android App Using Visual Studio 2015
11/11/2016 1:45:30 PM.
In this article, you will learn how to reverse geocode an address in Xamarin Android app, using Visual Studio 2015.
Customize Reverse Engineer Code First - EF Power Tool Enhancement
3/8/2016 9:24:22 AM.
In this article you will learn how to customize reverse engineer code first .
Current Location Tracking and Reverse Geocoding in Windows Store Apps
12/21/2014 10:01:25 PM.
This article covers methods to display the user's location using GPS, the usage of Pushpins and Reverse Geocoding.
Exploiting Windows Server Reverse Shell
12/4/2014 10:59:07 PM.
This article demystifies the remote shell accesses by exploitation of unpatched Windows 2003 Server vulnerabilities and taking complete control over the target remote computers, which is in fact, a complex and difficult undertaking.
Reverse Geocoding in Bing Maps With REST Service Using ASP.Net
10/5/2014 11:38:52 AM.
In this article you will learn Reverse Geocoding in Bing Maps with REST Service using ASP.NET.
The Class ReverseGeocodeQuery in Windows Phone 8
8/30/2014 3:07:06 PM.
This article shows how to get latitude and longitude using other data on the site in which we find ourselves, all thanks to the class ReverseGeocedeQuery.
Functions in SQL Server
4/30/2014 10:29:12 AM.
Here, we will take a look at how to use functions in SQL Server.
String Functions in SQL Server 2012: Part 1
12/5/2013 3:18:40 AM.
In this video you learn about some string functions in SQL Server 2012.
Apply Reverse Function on Observable Array Using KnockoutJS
11/27/2013 10:01:43 AM.
In today's article I will explaiin how to apply a Reverse Function on an Observable Array using KnockoutJS.
How to Configure the DNS Reverse Lookup Zone
5/16/2013 4:47:07 PM.
In this Article you will learn about How to Configure the DNS Reverse Lookup Zone.
IFrame Cross Domain Communication Using IIS ARR and URL Rewrite
5/1/2013 11:26:38 PM.
This article demonstrates how to override browser same-origin policy and communicate from main page to its iframe loaded with content from external domain using ARR and URL Rewrite.
Reverse String and Empty String in PHP
3/2/2013 2:46:43 PM.
In this article I describe the PHP how to reverse and how to identify string is empty or not.
Insert and Select Data in Reverse Engineering POCO Generator
2/18/2013 3:03:50 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete and Update Data in Reverse Engineering POCO Generator
2/18/2013 2:54:05 PM.
This article demonstrates an interesting and very useful concept in Entity Framework.
Find Substring and Reverse it in Windows Store App
2/9/2013 4:51:17 PM.
In this article I will explain how to find a substring from a string and if present then reverse the substring in a Windows Store Application.
Reverse Number in Windows Store App
2/5/2013 12:49:33 PM.
In this article you will learn about reversing numbers in a Windows Store App.
Insert Data With Raw SQL Query Via EDF Framework
12/31/2012 12:27:14 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Delete Stored Proc With Raw SQL Query Via EDF Framework
12/29/2012 12:40:30 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Update Data With Reverse Engineering Via EDM Framework
12/29/2012 12:38:25 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Delete Data With Reverse Engineering Via EDM Framework
12/29/2012 12:36:48 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Distinct and Reverse Operations Using LINQ
11/5/2012 1:54:57 PM.
Today, in this article let's play around with the most useful operations "Distinct" and "Reverse" in LINQ.
Perform Sorting, Searching and Reverse Operations in List Using C#
5/16/2012 1:27:12 PM.
In this article I explain the concept of searching an item from a list, sorting elements in a list and reverse elements in a list.
Custom String Methods using C#
1/27/2010 10:59:49 PM.
In this article I will explain you about the Custom String Methods using C#.
String Jargon in C#
5/22/2009 3:56:20 AM.
The following article shows some String functions which are not currently available directly in C#.
Building ASP.NET bot protection (CAPTCHA-like)
2/29/2008 10:20:07 AM.
This article shows how to build captcha-like protection from spam and other bots in ASP.NET.
QuickModeler 2.0 : A Reverse Engineering Tool for Visual Studio .NET
10/26/2006 1:07:55 AM.
QuickModeler is an Add-In for Visual Studio .NET which provides reverse engineering and easy UML modeling functionality to the development environment. It comprises features like autolayout, inheritance and association modeling, cross language modeling, grid, clipboard, etc.