C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Mohammad Elsheimy(9)
Vijai Anand Ramalingam(5)
Mudita Rathore(4)
Prasham Sabadra(3)
Anubhav Chaudhary(3)
Mahender Pal(2)
Dhruvin Shah(2)
Vijayaragavan S(2)
Neeraj Kumar(2)
Sachin Kalia(2)
Manpreet Singh(2)
Ananya Desai(1)
Vipin Mittal(1)
Rohit Gupta(1)
Suraj Vishwakarma(1)
Vijay Pratap Singh(1)
Muhammad Asif(1)
Nikhil Patil(1)
Thiyagu Baskaran(1)
Sanwar Ranwa(1)
Satyaprakash Samantaray(1)
Ajay Kumar(1)
Prasad (1)
Sardar Mudassar Ali Khan (1)
Manoj Tyagi(1)
Rijwan Ansari(1)
Love Thakker(1)
Sarvesh Shinde(1)
Arun Potti(1)
C# Curator(1)
Vinay Ayinapurapu(1)
Harshal Limaye(1)
Dhairya Krishnat(1)
Abubackkar Shithik(1)
Naveenkumar Paramasivam(1)
Biswabid Rath(1)
Kaviya Balasubramanian(1)
Mushtaq M A(1)
Ahsan Siddique(1)
Mukesh Kumar(1)
Guest User(1)
Prakashraj P(1)
Prashant Bansal(1)
Prashant Kumar(1)
Arif Khoja(1)
Aakash Maurya(1)
Delpin Susai Raj(1)
Waqas Sarwar(1)
Fabio Silva Lima(1)
Bikesh Srivastava(1)
Akshay Phadke(1)
Suraj Sahoo(1)
Debasis Saha(1)
Ashish Aphale(1)
Suresh M(1)
Krishna Murthy(1)
Sibeesh Venu(1)
Akhil Mittal(1)
Bruno Leonardo Michels(1)
Chandradev Prasad(1)
Abhishek Jaiswal (1)
Veda Bs(1)
Amogh Natu(1)
Sagar Pardeshi(1)
Sandeep Singh Shekhawat(1)
Raj Bandi(1)
Sachin Bhardwaj(1)
Abhishek Dubey(1)
Vineet Kumar Saini(1)
Vikas Mishra(1)
Amit Choudhary(1)
Jean Paul(1)
Srihari Chinna(1)
Freddy Mounir(1)
Rifaqat Ali(1)
Resources
No resource found
How to Design a URL Shortener: A Step-by-Step Guide
Feb 20, 2026.
Design a scalable URL shortener like Bitly! Master system design: architecture, database, caching, & scalability for high-traffic systems. Ace your interview!
Upload Image to AWS S3 Using JavaScript and Pre-Signed URL (with .NET Core API)
Oct 14, 2025.
Learn how to securely upload images directly to AWS S3 from your browser using JavaScript and a .NET Core API. This tutorial guides you through generating pre-signed URLs, granting temporary upload permissions without exposing your AWS credentials. Improve performance and security by offloading uploads to the client-side.
🎙️ From URL to Audio Summary: How to Build an Audio Summarization App with Transformers
Jun 20, 2025.
This tutorial walks beginners through building a web application that accepts a URL to an audio file (like a podcast), transcribes it using a speech-to-text model, and summarizes the content using natural language processing. We'll use Python, Hugging Face Transformers, and Gradio to keep things simple and deployable.
Integrating Node.js and Python for URL Shortening with pyshorteners
May 01, 2024.
we will explore the process of integrating Node.js and Python to create a simple URL shortening application using the pyshorteners library. By combining the strengths of both languages, we can leverage the powerful features of Node.js for managing the overall application and Python for the URL shortening functionality.
Create Web Hook Url In ASP.NET Core Web API
Apr 16, 2024.
Webhooks are a powerful way to integrate different systems, allowing real-time communication between them. They enable applications to send automated notifications or data updates to other systems when specific events occur. In this article, we'll explore how to create a POST webhook URL in an ASP.NET Core Web API.
Dynamic Redirect URL/ Wildcard URL in Azure App Registration
Mar 15, 2024.
Learn how to configure dynamic redirect URLs or wildcard URLs in Azure App Registration for enhanced flexibility and scalability. By leveraging this feature, you can dynamically handle various callback URLs, accommodating different environments or scenarios without manual intervention.
Changing the Site URL in SharePoint Online
Mar 13, 2024.
In this edition, we'll guide you through the steps to accomplish Changing site Url effortlessly. Don't miss out on the SharePoint revolution!
Web Developers' Guide to URL Encoding and Decoding Mastery
Mar 03, 2024.
URL encoding and decoding are fundamental processes in web development, ensuring the secure and reliable transmission of data over the internet. We will explore the essentials of both URL encoding and decoding, their necessity, rules, examples, and how they are implemented in various programming languages.
What Are Asset URL Transform Rules in Vue.js
Feb 21, 2024.
Asset URL transform rules in Vue.js, configured through webpack, automate the transformation of URLs in your codebase during the build process, enhancing the handling of images, fonts, and static files.
How to Shorten URL using Custom Pipe in Angular
Feb 17, 2024.
In this article, We will learn steps to create a pipe that shortens a long URL and Link.
Building a URL Shortener with .NET
Feb 01, 2024.
Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring controllers and views.
How to set Custom help URL in Dynamics 365
Jan 08, 2024.
Gain administration access to CRM, then navigate to Advanced Settings, Administration, and System Settings. In the General Tab, locate "Set Custom Help URL" to enable custom help for entities and set a Global Custom Help URL. Click OK to apply.
Azure Functions Proxies: URL Rewriting and API Composition
Sep 12, 2023.
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewriting, request/response transformation, and API composition. Here are the steps to use Azure Functions Proxies in an ASP.NET Core application:
Use Dynamic URL Rewriting in Asp.Net
Sep 09, 2023.
Dynamic URL rewriting in ASP.NET is a technique used to modify the URLs of your web application dynamically. It allows you to present friendly and user-readable URLs to your users while internally routing those requests to appropriate pages or handlers. This is often used for SEO-friendly URLs and improving the user experience.
How To Generate SAS Token and View URL For Azure Blob Storage In Blazor Apps With .NET 7
Mar 22, 2023.
A SAS (Shared Access Signature) token is a secure way to grant limited access to resources in Azure storage. It provides a way to grant temporary access to a resource without sharing the account keys. With a SAS token, you can define the permissions (such as read, write, or delete) and the time interval for which access is permitted. This allows you to control access to your azure resources and lessen the risk of unauthorized access.
Power Automate URL Changes
Aug 08, 2022.
In this article, you will learn about Power Automate URL Changes.
Save Running FLOW Instance URL In Your Record
Jan 10, 2022.
In this article we will be looking at how you can store the URL of instance of the FLOW, which is running for a record, we will be storing the URL in that record itself. This will be handy when it comes to management of the FLOW
How To Update The URL Of Dynamics 365 CE Environment
Dec 28, 2021.
This article helps you to update the Environment URL of the Dynamics 365 CE Environment Online using Power Platform Admin Center.
Convert A URL Or HTML File To PDF In Java
Oct 18, 2021.
In this article, you will learn how to convert a URL or HTML File to PDF in Java.
SharePoint Site URL Redirection
Jun 01, 2021.
In this article, you will learn how to redirect easily from On-prem site to cloud spo site easily.
Understanding JavaScript URL Object
Mar 23, 2021.
In this article, we'll learn to use the JavaScript URL object to parse URLs.
Conditional Formatting By Web URL In Power BI
Jan 04, 2021.
In this article, you will learn about conditional formatting by Web URL in Power BI.
Getting SharePoint Document URL In Dynamics 365 CE
Aug 19, 2020.
This article is about getting Share Point document url in Dynamics 365 CE/CRM entity form
How to Load an Image URL to Carousel View Using Picasso in Kotlin
Apr 09, 2020.
In this article, you will learn how to load an image URL to carousel view, like in an e-commerce app, using Picasso in Kotlin
Creating URL Field Data Types in Salesforce Object
Mar 26, 2020.
In this article, you will learn about how to create URL filed data type in salesforce object
SEO Friendly URL Using MVC
Jul 20, 2018.
As search engines are playing a major role in a number of visits to the site, it is definitely advisable to keep your site optimized to the search engines. There are multiple factors that impact the site to be properly search optimized. One of them is the URL for the site.
Dynamics 365 App Specific URL For Your Entity
Jul 12, 2018.
This article is about opening entity record in specific custom app
Change The List/Library URL In SharePoint
Mar 08, 2018.
In this article, we will learn how to modify URLs for lists and libraries in SharePoint. Customize SharePoint site navigation by changing list or library URLs for improved organization and user-friendly access to content. Efficiently manage site structure and document locations with these step-by-step instructions.
Custom URL Scheme In Android
Feb 13, 2018.
In this article, we will learn how to open Android Application from your browser or hyperlink, if it is installed in android phones.
Xamarin.Android - Download Image From URL With Progress-Bar
Dec 27, 2017.
In this article, you will learn how to download an image from a URL address into your Xamarin Android application.
Generate Thumbnail From Live URL Of Microsoft Office And PDF file in ASP.NET MVC
Dec 13, 2017.
Recently, I got a chance to create thumbnail images from the live URL. The URLs were not of images but of some DOCX file, some XLSX file, or PDF file. We don’t have any custom library which can directly generate the thumbnail from a live URL. So, here, we will learn how we can customize our code to generate the thumbnail in .NET.
SharePoint 2013 - Changing The URL Of Existing Web Application
Dec 02, 2017.
In this blog, I’ll discuss our customer requirement for changing the URL of an existing web application, changing URL of its extended application, and steps to do those successfully.
Useful URL Shortcuts For SharePoint Online - Part Two
Oct 29, 2017.
In this second part of URL shortcuts, I am going to write some useful URLs which will help developers or administrators perform their daily tasks in a very easy manner. As a developer these shortcuts are very useful to us. These URL shortcuts make our work faster. This article covers eight shortcut URL which we can use in our daily practice.
Useful URL Shortcuts For SharePoint Online - Part One
Oct 26, 2017.
In this article, I am going to write some useful URLs which will help developers or administrators perform their daily tasks in a very easy manner.
ASP.NET Core 2.0 URL Rewriting
Oct 11, 2017.
URL Rewriting is about modifying the request URL based on custom rules in order to decouple the address from the underlying resource. This could be for reasons like security, SEO, user friendly URL and redirect HTTP to HTTPS etc.
Page Linking Tags And URL Parameters In Ruby On Rails
Aug 22, 2017.
In this article will learn about creating HTML and ERB page linking tags and how to create URL parameters in Ruby on Rails templates.
SharePoint URL Tokens
May 30, 2017.
In this article we will see useful SharePoint URL tokens that can be used while working with SharePoint Apps.
O365/ SharePoint Online - Getting User Image URL Without Callback In JSOM
May 30, 2017.
O365/ SharePoint Online - Getting user image URL without Callback in JSOM.
How To Change List And Document Library Web URL In SharePoint
May 04, 2017.
This article exhibits how to change list and document library Web URL in SharePoint.
How To Remove Hash From Application URL In AngularJS
May 01, 2017.
This article describes how to remove Hash from Application URL in an AngularJS.
How To Open Web URL Using WebView Control In Xamarin.Forms Application For Android And UWP
Feb 20, 2017.
In this article, you will learn how to open Web URLs using WebView in Xamarin Forms application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Generate Short URL Using Google URL Shortener In Nintex Workflow Office 365
Dec 21, 2016.
Here you will learn how to generate a short URL using Google URL shortener in Nintex Workflow, in Office 365.
How To Validate A Web URL In Xamarin Android App Using Visual Studio 2015
Dec 14, 2016.
In this article, you will learn how to validate a Web URL in Xamarin Android app, using Visual Studio 2015.
SharePoint 2016 Rename Site Collection URL Best Practices
Dec 12, 2016.
In this article, you will learn about the best practices for renaming the site collection URL in SharePoint 2016.
Dynamic And Friendly URL Using MVC
Nov 30, 2016.
Dynamic URL is a great feature working with MVC. Friendly URLs are even better. The following approach, I think, is the best way to work with friendly URL.
How To Use A Simple Adaptive Streaming URL In UWP With XAML And C#
Oct 25, 2016.
In this article, you will learn how to use a simple adaptive streaming URL in UWP with XAML and C#
Validating HTTPS Request URL Using AuthorizationFilter
Oct 08, 2016.
In this article, you will learn how to enable HTTPS in WebAPI2 , validate HTTPS request URL, using AuthorizationFilter.
AngularJS Optional URL Parameters
Sep 15, 2016.
In this article, you will learn about AngularJS Optional URL Parameters.
Registering URL Scheme
May 31, 2016.
Registering URL schemes enables custom protocols for launching specific applications or actions. Integrate seamlessly across platforms for efficient deep linking and enhanced user experience.
AngularJS From Beginning: Route Url - Part Nine
May 16, 2016.
In this article, we will discuss how to use route concept in AngualrJS. This is part nine of the article series.
MVC Application Security Issues: Cookie Security & URL Attacks - Part One
May 16, 2016.
In this article you will learn MVC Application Security Issues.
Python Django Tutorial: Advanced URL Handling - Part Four
May 14, 2016.
In this article you will learn about advanced URL Handling Python Django.
Python Django Tutorial: Views and URL Handling - Part Three
May 09, 2016.
In this article you will learn about Views and URL Handling in Python Django.
SharePoint / Office 365 - Changing The URL Of The List
Apr 24, 2016.
In a SharePoint online project, a list named "TestList" was created for testing, resulting in an improper URL. Instead of creating a new list and re-importing Excel data, the URL can be directly changed using PowerShell or SharePoint Designer.
Download Image From Image URL In Windows 10 Universal App Using WinJS and JavaScript
Apr 20, 2016.
In this article we are going to see how to download images from image URL in Windows 10 universal app using WinJS and JavaScript.
Navigate To Different URL On View Or Form Button Click Using K2 Designer in SharePoint 2013 Online
Oct 14, 2015.
In this article you will see how to navigate to different URL on View or form button click using K2 Designer in SharePoint 2013 Online.
Get Content Type Hub URL in SharePoint 2013 Online
Aug 05, 2015.
In this article you will see how to get the content type hub URL in SharePoint 2013 Online.
Change SharePoint My Sites URL From On-premises to Online
Jul 16, 2015.
In this article you will learn how to change the SharePoint My Sites URL from On-premises to Online.
Change Your Azure Website URL to Your Cname For All Posts and Categories
Jun 01, 2015.
This article shows how to change the URL of a website hosted on Azure. I hope you like it.
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
Jun 01, 2015.
In Day #4 of your RESTful journey, delve into the power of custom URL re-writing and routing using attribute routes in MVC 4 Web APIs. Unleash the flexibility of tailored endpoints, optimizing your API architecture for seamless communication and enhanced user experience.
Routing Non-www to www Domain and Vice Versa Using IIS URL Rewrite
May 30, 2015.
In this article you will learn how to redirect users to a www domain and use the benefits of a cookieless subdomain.
Route URL Request Using RouteExistingFiles in MVC4
Mar 13, 2015.
In this article I am sharing my thoughts of routing a URL request for physical files using RouteExistingFiles in a MVC4 application.
How to Add URL to Trusted Zone in IE
Nov 20, 2014.
In this article you will learn how to add an URL to a Trusted Zone in IE.
Redirecting to a New URL in SharePoint 2010: Part 2
Oct 06, 2014.
In this article you will learn how to redirect an incoming URL to a new URL in SharePoint.
Redirecting to a New URL in SharePoint 2010
Oct 04, 2014.
In this article you will learn how to redirect to a new URL in SharePoint 2010.
F5 (URL Refresh Directly) Vs URL Select Then Enter (Manually) Options
Aug 24, 2014.
In this article I'll explain two simple functionalities frequently used by everyone.
Apply Filters in Query String URL in SharePoint 2013 For Multi Choice Field
Jun 17, 2014.
This article explains how to apply filters in a query string URL in SharePoint 2013 for a multi-choice field.
Invoking a POST Method Located at a Specific URL With XML Request
Apr 25, 2014.
This article describes how to invoke a POST method located at a specific URL with the XML Request.
Implementation of Router and URL Hash in Backbone.js
Jan 24, 2014.
In this article you will learn about the router hashing techniques. In this tutorial we will create a table of, and generates numbers link. When we click on the link then the related number will be focus.
Sharing URL on Facebok Using ASP.Net
Jan 20, 2014.
In this article I will tell you about sharing a URL on Facebok using ASP.NET.
SharePoint URL Quick List
Jan 09, 2014.
This article provides some useful shortcuts to help you with SharePoint.
Apply Validation For Checking Valid URL Using AngularJS
Dec 31, 2013.
In this article I will explain how to apply validation for checking for a valid URL using AngularJS.
Passing the Parameter in URL to Fetch Data From SQL
Dec 13, 2013.
This article explains how to fetch data from the database by passing the parameter from a URL in the MVC4 Web API.
Get the XML Output By Using the SelfHosting URL in Web API
Oct 30, 2013.
In this article, you will see how to find the XML output on the self-hosting URL.
Store URL and Go Back to Same Page From Where You Navigated in ASP.Net Application
Oct 24, 2013.
In today's article I will tell you how to store an URL and return to the same page from where you navigated in an ASP.NET application.
Pass Multiple Parameters in URL in Web API
Oct 01, 2013.
Learn how to efficiently pass multiple parameters in URLs when developing ASP.NET Web API applications. Explore techniques such as using query parameters, route parameters, and model binding to handle complex data payloads.
An Example of URL Rewriting With ASP.Net
Aug 21, 2013.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
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.
UIImageView From Url in iPhone
Feb 12, 2013.
In this article I will explain how to upload an image from a server to an iPhone screen.
Consuming URL Shortening Services in VB.NET
Nov 09, 2012.
Just another article of the URL shortening services series.Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application.
Consuming URL Is.gd Shortening Services in VB.NET
Nov 09, 2012.
This article is talking about is.gd shortening service, how you can use it, and how to access it via your VB.NET application.
Reading Files From Given Specific URL Using WebClient
Jul 07, 2012.
This article is about reading files from a given specific URL using WebClient.
Multithreaded Sockets (Multithreaded Server) and Working With URL Class
Feb 22, 2012.
In this article, we describe the basic need of creating a Multithreaded server and what is the URL class and its methods. We also give examples of Multithreaded server and URL classes method.
Add URL in Navigation Menu in Visual Studio LightSwitch 2011
Feb 01, 2012.
In this article you will see how to add an URL to the navigation menu of a LightSwitch application.
Session Management Using URL Rewritting Instead of Cookies
Nov 28, 2011.
URL rewriting provides you with another session tracking alternative that can be substituted automatically when the server detects that the browser does not accept cookies. URL rewriting involves encoding the session ID into the hyper-links on the Web pages that your servlet sends back to the browser
Remove the My Site Host Location URL in SharePoint 2010
Nov 21, 2011.
In this article you will see how to remove the My Site Host location URL in SharePoint 2010 using PowerShell and the SharePoint object model.
Get all the Social Tags for the specified URL in SharePoint 2010 using powershell
Oct 31, 2011.
In this article you will be seeing how to get all the Social Tags for the specified URL in SharePoint 2010 using Powershell.
Programmatically get all the Social Tags for the specified URL in SharePoint 2010
Oct 29, 2011.
In this article you will be seeing how to get all the Social Tags for the specified URL in SharePoint 2010 using the object model.
Quick Steps to URL Rewriting in Asp.net 4.0
Aug 25, 2011.
In this article you will learn URL Rewriting in Asp.net 4.0.
Website Recursive Url Parser
Mar 28, 2011.
In this article I am trying to share a piece of code that might be useful to some of the developers.
Consuming URL Shortening Services – 1click.at
Dec 26, 2010.
This article is talking about the 1click.at shortening service; how you can use it and how to access it via your C#/VB.NET application.
Consuming URL Shortening Services - X.co
Sep 23, 2010.
This is another article of our URL shortening services series. This article is talking about X.co shortening service provided by Go Daddy. If you don’t know how to access this service from your .NET application, then it’s the time to.
Introduction to ASP.NET URL Rewriting with HttpHandler
Sep 06, 2010.
In this article you will learn how to use ASP.NET URL Rewriting with HttpHandler.
Consuming URL Shortening Services – bit.ly
Sep 01, 2010.
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly.Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application.Don’t forget to download the sample code at the end of the article.Let’s go!
Consuming URL Shortening Services - Cligs
Aug 30, 2010.
This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web.
Consuming URL Shortening Services - Tweetburner (twurl)
Aug 27, 2010.
Just another article of the URL shortening services series.Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to.We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application.
Consuming URL Shortening Services - is.gd
Aug 26, 2010.
Another article of our series that talks about accessing URL shortening services programmatically.This article is talking about is.gd shortening service, how you can use it, and how to access it via your C#/VB.NET application.
Consuming URL Shortening Services - Introduction
Aug 24, 2010.
This is the first article of our series that talks about accessing URL shortening services programmatically. Here we introduce new concepts like the REST API. We also have a brief discussion of URL shortening services APIs and how you can access them.In addition, we are going to talk about .NET support for the REST API and tools and techniques available that would help us during our journey through the API.A working example built using C# and WinForms is available at the end of this article.This article is the base for all other articles. Articles other than this discuss specific services and their APIs. We will make use of code and techniques discussed here throughout the rest of articles.
How to Make More Than One URL Link to Your SharePoint Site
Jan 18, 2010.
In this article you will learn how to make more than one URL link to your sharepoint site
Changing the DNS or URL (host header) in SharePoint 2007 Site
May 05, 2009.
In this article we will see how to map the sharepoint site with public IP using Alternate Access Mappings.