Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav(15)
Vijay Prativadi(9)
Kirtesh Shah(5)
Naveen Kumar(2)
Ajay Kumar(2)
Nilesh Jadav(2)
Anubhav Chaudhary(2)
Satya Prakash(2)
Richa Garg(2)
Sanwar Ranwa(2)
Sharad Gupta(2)
Sardar Mudassar Ali Khan (2)
C# Curator(2)
Aakash Chhillar(1)
Ayush Gupta(1)
Suraj Vishwakarma(1)
Sanjay Kumar(1)
Mithun Pattankar(1)
Suraj Kumar(1)
Delpin Susai Raj(1)
Amit Choudhary(1)
Chetankumar G Shetty(1)
Mahesh Chand(1)
Akshay Teotia(1)
Wolfgang Pleus(1)
Tural Suleymani(1)
Ziggy Rafiq(1)
Yogeshkumar Hadiya(1)
Ishika Tiwari(1)
Rikam Palkar(1)
Harshal Limaye(1)
Gaurav (1)
Thiago Custodio(1)
Mahesh Alle(1)
Prakash Tripathi(1)
Chhavi Goel(1)
Vithal Wadje(1)
Sarthak Varshney(1)
Sangeetha S(1)
Devesh Omar(1)
Lokendra Singh(1)
Vijayaragavan S(1)
Rohit Gupta(1)
Hamid Khan(1)
Rithik Banerjee(1)
Surya S(1)
Aashina Arora(1)
Nanhe Siddique(1)
Rakesh Singh(1)
Raj Bandi(1)
Nitin Bhardwaj(1)
Senthilkumar (1)
Dmitiriy Salko(1)
Prasad (1)
Resources
No resource found
How to Reverse a String in Java
Dec 24, 2024.
Reversing a string in Java is a common task that involves reversing the order of characters in a string. For example, "Hello" becomes "olleH". To accomplish this in Java, we can use the StringBuilder class, which allows us to efficiently manipulate and reverse strings.
How To Reverse Each Word Of Given String
Dec 09, 2024.
This article demonstrates how to reverse each word in a string using C#. It provides a simple approach to solving this common interview question, with code examples and explanations.
How to Reverse Order of the Given String
Dec 08, 2024.
Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code examples and explanations.
How to Reverse a String in C#?
Dec 03, 2024.
Explore four methods to reverse a string in C#: using string.Reverse(), Array.Reverse(), for loop, and foreach loop. Ideal for interview preparation with practical examples and outputs.
How to Reverse Number in C#
Dec 03, 2024.
Learn two methods to reverse a number in C#: using arithmetic operations and `string.Reverse()`. This essential C# interview topic is explained with practical code examples and outputs.
Difference between Forward and Reverse Proxy
May 29, 2024.
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 clients directed at internal resources.
Column Values Reverse Order in SQL
May 08, 2024.
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 database management skills.
Data Transformations: ETL, ELT, and the Reverse ETL Revolution
Mar 10, 2024.
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 evolving dynamics of these transformative methods shaping the data terrain.
Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse Proxies
Dec 28, 2023.
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, security, and scalability.
Demystifying API Gateway, Reverse Proxy, and Load Balancer
Oct 11, 2023.
In this article, we will delve into these concepts, demystify their functionality, and provide practical coding examples to illustrate their usage.
Understanding PIVOT, UNPIVOT, And Reverse PIVOT Statements
Jun 22, 2019.
In this article, you will learn about PIVOT, UNPIVOT, and Reverse PIVOT statements.
Creating POCO Class Library Using Reverse Engineering
Jan 31, 2019.
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.
New Parameter, Transpose, Reverse Rows And Extract In Power BI
Jan 20, 2018.
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.
How To Reverse Engineer Using OllyDbg
Mar 10, 2017.
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 source code from reverse engineering attempts. The article demonstrates how to reverse engineer an EXE file, using a keygen.exe example to illustrate the process.
How To Reverse Engineer Using Advanced Apk Tool
Mar 08, 2017.
In this article, you will learn how to reverse engineer using advanced apk Tool.
How To Reverse Geocode An Address In Xamarin Android App Using Visual Studio 2015
Nov 11, 2016.
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
Mar 07, 2016.
In this article you will learn how to customize reverse engineer code first .
Current Location Tracking and Reverse Geocoding in Windows Store Apps
Dec 21, 2014.
This article covers methods to display the user's location using GPS, the usage of Pushpins and Reverse Geocoding.
Exploiting Windows Server Reverse Shell
Dec 04, 2014.
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.
Applied Reverse Engineering With IDA Pro
Nov 13, 2014.
In this article you will learn Live Binary Sample Target, Target Analysis with IDA Pro, cracking the Target and an alternative way of tracing.
Bypassing Obfuscation: Ciphered Code Reverse Engineering
Nov 11, 2014.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Java Bytecode Reverse Engineering
Nov 09, 2014.
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 to implement such reverse engineering using JDK utilities.
Applied Reverse Engineering With OllyDbg
Oct 27, 2014.
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 patching binaries to bypass copy protection. A trial software example demonstrates debugging and modifying code to remove expiration.
Extreme .NET Reverse Engineering: Part 5
Oct 27, 2014.
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.
.NET Reverse Engineering: Part 2
Oct 26, 2014.
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 how to convert an already built C# code into IL code directly.
Bug Fixing: .NET Reverse Engineering: Part 4
Oct 26, 2014.
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 Zero Exception by altering IL opcodes. Defensive reading perspective emphasized.
.NET Reverse Engineering: Part 3
Oct 26, 2014.
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 instruction set.
.NET Binary Reverse Engineering: Part 1
Oct 23, 2014.
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 role in code execution and its significance in Reverse Engineering. Covering assembly, class, and method directives, along with MSIL instructions.
Apply Reverse Function on Observable Array Using KnockoutJS
Oct 17, 2013.
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
May 13, 2013.
In this Article you will learn about How to Configure the DNS Reverse Lookup Zone.
Insert and Select Data in Reverse Engineering POCO Generator
Feb 16, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Delete and Update Data in Reverse Engineering POCO Generator
Feb 16, 2013.
This article demonstrates an interesting and very useful concept in Entity Framework.
Find Substring and Reverse it in Windows Store App
Feb 07, 2013.
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.
Delete Data With Reverse Engineering Via EDM Framework
Dec 28, 2012.
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
Dec 28, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Select and Insert Data With Reverse Engineering Via EDM Framework
Dec 20, 2012.
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 manipulation in your application using Entity Framework's powerful ORM capabilities.
Distinct and Reverse Operations Using LINQ
Nov 05, 2012.
Today, in this article let's play around with the most useful operations Distinct and Reverse in LINQ.
How to reverse a C# List
Jul 06, 2012.
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#.
Perform Sorting, Searching and Reverse Operations in List Using C#
May 15, 2012.
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.
BinarySearch, Sort And Reverse Method of ArrayList in C#
Jan 10, 2012.
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#.
QuickModeler 2.0 : A Reverse Engineering Tool for Visual Studio .NET
Jan 08, 2004.
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.
Reverse Proxy Grafana with Nginx in Azure
Jun 24, 2024.
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, ensuring improved security, performance, and flexibility in your cloud environment.
Reverse String Filter in Vue.js
Mar 06, 2024.
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.
Reverse String Pipe in Angular
Dec 14, 2023.
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.
Reverse ETL: Transforming Data Flow from Analytics to Operations
Oct 06, 2023.
In this article, we’ll delve into the world of Reverse ETL, exploring its purpose, benefits, and use cases.
Converting Strings in C#: JSON, Base64, XML, CSV and Reverse
Jul 19, 2023.
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 must-read article!
Reverse Words In A String In C#
Nov 07, 2022.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Remove Duplicate Reversed Pairs
Jul 04, 2022.
Remove all duplicate reversed number pairs from given table
Reverse A Linkedlist In Javascript
Feb 07, 2022.
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 In JavaScript
Feb 15, 2021.
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 different methods to reverse a string in JavaScript.
Reverse Geo Coding Using Google Maps API In Power Query
Oct 23, 2019.
In this article, you will learn how to reverse Geo coding using Google Maps API in Power query.
Reverse Proxy Using Azure Functions Proxies
Mar 03, 2017.
In this article, you will learn about reverse proxy, using Azure functions proxies.
Anti-Reverse Engineering (Assembly Obfuscation)
Nov 10, 2014.
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 examination. Discover how obfuscation thwarts reverse engineering while understanding its limitations.
Reverse Geocoding in Bing Maps With REST Service Using ASP.Net
Oct 05, 2014.
In this article you will learn Reverse Geocoding in Bing Maps with REST Service using ASP.NET.
Reverse A String In Various Ways Using C#
Jan 30, 2014.
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.
Reverse Geocoding in Android Studio
Jun 20, 2013.
In this article you will learn Reverse Geocoding using XML request format
Reverse Words of a String in C#
Apr 24, 2013.
In this article, I explain how to reverse full string content with the help of c#.
Reverse String and Empty String in PHP
Feb 28, 2013.
In this article I describe the PHP how to reverse and how to identify string is empty or not.
Reverse Number in Windows Store App
Jan 30, 2013.
In this article you will learn about reversing numbers in a Windows Store App.
Reverse a String Without Using Function in C#
Nov 02, 2012.
In this article, we will learn how to reverse a string without using any string functions.
Deploy Homepage on Docker for an Organized Dashboard
Feb 22, 2025.
Set up a Homepage on Docker to effortlessly manage bookmarks, widgets, and system stats. Easy deployment and customization simplify self-hosting.
Binary To Decimal Conversion in C#
Dec 27, 2024.
This article explains how to convert a binary number to a decimal number in C#. It covers two methods for the conversion, providing examples and code snippets. It's a helpful resource for beginners and intermediate programmers learning C#.
File Read Write Operation in Python
Dec 19, 2024.
This article covers Python file handling, including reading, writing, appending, and binary operations. It explains functions like `read`, `readline`, and `readlines`, with code examples for practical applications.
Learn API Gateway in Micro services
Aug 09, 2024.
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 balancing, authentication, rate limiting, and monitoring.
What is Slicing in Python with Example
May 13, 2024.
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 experienced developers alike.
Reversing Parameter Order with Named Arguments in C#
Apr 24, 2024.
In C#, methods often take parameters that are passed in a specific order defined by their method signature. However, there are cases where you might want to reverse the order of parameters when calling a method. One approach to achieve this is by using named arguments.
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
Oct 03, 2023.
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 features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
List Operations In Desktop Flow Using Microsoft Power Automate
Jun 28, 2022.
Reading this article, you can learn how to use List Operations in Desktop flow using Microsoft Power Automate
How To Get The Last N Characters Of A String In Python
Jan 25, 2021.
The articles tell you different ways of finding the last N characters from a String in Python.
Automapper In .NET Core
Aug 19, 2020.
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 mapping. Improve efficiency and reduce errors in object-to-object mapping.
Find The Next Greater Element
Jul 08, 2020.
In this article, you will learn how to find every element's next greater element.
Array In Python
Mar 17, 2020.
In this article, I will explain the Array in Python.
List Methods In Python
Jul 19, 2019.
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
String Manipulation in C#
Mar 26, 2015.
This article shows some string operations in C# that helps beginners to improve their programming skills.
Binary Cracking and Byte Patching With IDA Pro
Nov 19, 2014.
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, analyzing binary logic, and demonstrates patching procedures via IDA scripts and manual byte editing.
MSIL Programming: Part 2
Nov 16, 2014.
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 on.
Patching .NET Binary Code by CFF Explorer
Nov 03, 2014.
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.
.NET Binary Patching, Reversing With Reflexil
Oct 31, 2014.
In this article you will learn .NET Binary Patching and Reversing with Reflexil.
Functions in SQL Server
Apr 29, 2014.
Here, we will take a look at how to use functions in SQL Server.
IFrame Cross Domain Communication Using IIS ARR and URL Rewrite
May 01, 2013.
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.
Array Object In TypeScript: Part 4
Jan 16, 2013.
In this article, you will learn about the array object method in TypeScript.
Select and Insert Data With Entity State (Unchanged) Via EDF Framework
Dec 31, 2012.
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, ensuring accurate data retrieval and insertion while minimizing unnecessary database interactions.
Delete Stored Proc With Raw SQL Query Via EDF Framework
Dec 28, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Insert Data With Raw SQL Query Via EDF Framework
Dec 28, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
While Loop In TypeScript
Oct 26, 2012.
In this article I will explain how to use a while loop in TypeScript.
Encryption of Stored Procedures in SQL Server
Mar 04, 2012.
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 option, developers can obfuscate the actual T-SQL code, making it challenging for unauthorized users to access and understand the logic behind the stored procedures. This feature enhances data privacy, ensures compliance with regulatory requirements, and deters potential reverse engineering attempts, safeguarding the intellectual property of the application. While encrypted stored procedures cannot be decrypted directly from the system tables, it is essential to manage keys securely and employ effective version control practices to maintain and update the protected procedures efficiently. Overall, encrypting stored procedures is a valuable strategy to secure critical business logic and strengthen the overall security posture of SQL Server databases.
Custom String Methods using C#
Jan 27, 2010.
In this article I will explain you about the Custom String Methods using C#.
Sorting, Reversing, and Searching in Arrays in C#
Jan 17, 2010.
In this article I will explain you about Sorting, Reversing, and Searching in Arrays in C#.
Building ASP.NET bot protection (CAPTCHA-like)
Feb 29, 2008.
This article shows how to build captcha-like protection from spam and other bots in ASP.NET.
String Jargon in C#
Sep 05, 2001.
The following article shows some String functions which are not currently available directly in C#.