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]
Satyaprakash Samantaray(3)
Mahender Pal(3)
Riya Patel(2)
Rajesh Gami(2)
Vipin Mittal(2)
Ashish Bhatnagar(2)
Shubhankar Banerjee(2)
Keyur Pandya(2)
Adarsh Nigam(2)
Jitendra Mesavaniya(2)
Sardar Mudassar Ali Khan (2)
Vinay Ayinapurapu(2)
Anil Thakur(2)
Dhruvin Shah(2)
Saurav Kumar(1)
Abiola David(1)
Deepak Tewatia(1)
Ananya Desai(1)
John Godel(1)
Abhishek Yadav(1)
Vijay Kumari(1)
Aarav Patel(1)
Naruto_uzumaki (1)
Rohit Gupta(1)
Parth Soni(1)
Dashrath Hapani(1)
Gowtham K(1)
Aiswarya E V(1)
Tahir Ansari(1)
Mohamed Shifan(1)
Vijay Yadav(1)
Sigar Dave(1)
Sarthak Varshney(1)
Shilpa Tanwar(1)
Nandan Hegde(1)
Ishika Tiwari(1)
Kaveendra Dhilhan(1)
Jaimin Shethiya(1)
Suraj Vishwakarma(1)
Vijay Pratap Singh(1)
Muhammad Asif(1)
Nikhil Patil(1)
Thiyagu Baskaran(1)
Sanwar Ranwa(1)
Ajay Kumar(1)
Dhiraj Poojary(1)
Prasad (1)
Manoj Tyagi(1)
George (1)
Rijwan Ansari(1)
Pasang Tamang(1)
Uday Dodiya(1)
Love Thakker(1)
Dushyant Kaushik(1)
Santosh Karanam(1)
Jay Pankhaniya(1)
Sarvesh Shinde(1)
Arun Potti(1)
Sandhya Satam(1)
C# Curator(1)
Harshal Limaye(1)
Dhairya Krishnat(1)
Chandresh Pansuriya(1)
Abubackkar Shithik(1)
Naveenkumar Paramasivam(1)
Ravishankar Velladurai(1)
Khaja Moizuddin(1)
Pramod Bhosale(1)
Siddharth Vaghasia(1)
John Morehouse(1)
Nanddeep Nachan(1)
Biswabid Rath(1)
Manav Pandya(1)
Kaviya Balasubramanian(1)
Mushtaq M A(1)
Ahsan Siddique(1)
Jignesh Trivedi(1)
Mukesh Kumar(1)
Prasham Sabadra(1)
Guest User(1)
Swatismita Biswal(1)
Sandeep Kumar Parsam(1)
Viral Jain(1)
Prakashraj P(1)
Resources
No resource found
API Versioning in ASP.NET Core: Best Practices and Common Mistakes
Jun 05, 2026.
Learn API Versioning in ASP.NET Core with practical examples. Explore versioning strategies, best practices, common mistakes, and implementation techniques.
How to implement API versioning using URL, header, and query string in ASP.NET Core?
Apr 22, 2026.
Master API versioning in ASP.NET Core! Learn to implement URL, query string, and header versioning for backward compatibility and seamless API evolution. Keep your apps stable!
Why Custom URLs in Azure Databricks Are a Game-Changer for Enterprise Teams
Apr 09, 2026.
Simplify Azure Databricks access with custom URLs! Learn how this enterprise feature creates a unified, branded entry point, improving user experience and governance. Say goodbye to juggling multiple workspace URLs!
How to Identify the Right Domain Name for Your Site
Mar 07, 2026.
Selecting the right domain name is crucial for online success. This guide covers essential steps, from defining your site's purpose to securing your chosen name.
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!
World of AI: We Are Rewriting the Social Contract in Real Time
Feb 17, 2026.
AI is reshaping work, wages, and society. This article explores the structural shift, entry-level job impact, and the need for accountability and governance.
How to Maintain Power BI Reports Long-Term Without Rewrites
Feb 02, 2026.
Avoid Power BI report rewrites! Learn simple design, ownership, & disciplined habits for long-term maintainability. Save time, costs, & build trust in analytics.
SQL Server Query Rewrite Using EXISTS Instead Of IN
Dec 01, 2025.
Boost SQL Server query performance! Learn how to rewrite IN clauses with EXISTS for faster execution, reduced resource usage, and improved scalability. Practical examples included.
Query Rewrite to Remove RBAR (Row‑By‑Agonizing‑Row) Patterns
Nov 26, 2025.
Eliminate Row-By-Agonizing-Row (RBAR) patterns in SQL Server for dramatic performance gains. Learn to rewrite loops and cursors into efficient set-based queries. Practical examples included!
URL-Based Authentication in ASP.NET
Nov 20, 2025.
Secure your ASP.NET applications with URL-based authentication! Learn how to protect specific URLs, folders, and API endpoints using roles and policies in Core and MVC.
.NET 10 for Legacy Apps: When to Refactor, When to Rewrite?
Nov 20, 2025.
Upgrade to .NET 10: Refactor or rewrite your legacy apps? This guide provides a practical framework, migration strategies, and real-world examples for success.
Upload, Compress, and Delete Images in AWS S3 Bucket with Node.js + Express
Oct 17, 2025.
Master image management in your Node.js and Express applications! This guide provides a step-by-step walkthrough of uploading, compressing, and deleting images in AWS S3. Learn to optimize storage, enhance performance, and secure your uploads with pre-signed URLs for direct client-side transfers. Build a scalable and efficient image handling backend today!
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.
Fix AWS S3 Upload CORS Error (Frontend + .NET Core Example)
Oct 14, 2025.
Struggling with AWS S3 CORS errors when uploading files directly from your frontend? This guide provides a step-by-step solution using a .NET Core API and JavaScript. Learn how to configure your S3 bucket's CORS settings, generate pre-signed URLs, and handle file uploads seamlessly. Includes code examples, troubleshooting tips, and links to official AWS documentation to ensure secure and error-free uploads from any frontend framework.
The History Object and Location Object in Java Script
Sep 04, 2025.
Explore JavaScript's History and Location objects for enhanced web navigation. The History object enables seamless browsing history management (back, forward, go), while the Location object empowers URL manipulation, redirection, and access to URL components (protocol, host, pathname).
What is the cURL in PHP❓
Aug 14, 2025.
Learn how to use cURL in PHP with simple examples. Understand cURL basics, prerequisites, session handling, curl_setopt usage, and connect your PHP applications to REST APIs easily for backend development.
🎙️ 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.
Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF Viewer
Jun 18, 2025.
Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
Scope Communication Object in JSP
Feb 28, 2025.
The Scope Communication object consist of session object, application object and pageContext object.
Configure Build Environments With Angular
Jan 09, 2025.
Configuring build environments in Angular involves managing settings for development, staging, and production. Use angular.json for file replacements, environment files for variables, and --configuration for targeted builds.
Handling Post Logout Redirection in Azure AD B2C with Blazor App
Dec 20, 2024.
This article covers configuring logout redirect URLs, managing user sessions, and enhancing the post-logout user experience. Simplify identity management and ensure seamless navigation after sign-out.
Explaining Deep Linking in Power Apps
Nov 12, 2024.
Deep linking in Power Apps enables direct navigation to specific screens, improving user experience and engagement. By using URL parameters, custom schemes, and StartScreen functions, developers can create targeted, optimized user journeys.
How to Build and Monitor dApps Using Alchemy
Oct 04, 2024.
Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
Different Ways to Redirect and Retrieve ID Parameters in Angular
Sep 02, 2024.
Angular offers various methods for navigation and parameter handling in web applications. Use the RouterLink directive for simple navigation, the Router service for programmatic control, and ActivatedRoute to retrieve parameters.
Deploy Internet Information Services (IIS) on Windows Server
Aug 12, 2024.
Internet Information Services (IIS) is a Microsoft web server on Windows Server, used to host and manage websites and web applications. It supports various web technologies like HTML, ASP.NET, and PHP, offering features for security, performance, and scalability.
Understanding HttpHandler vs HttpModule in ASP.NET Web Forms
Aug 07, 2024.
In ASP.NET Web Forms, HttpHandler and HttpModule customize request processing. HttpHandler processes specific request types, such as serving dynamic content or custom file downloads. HttpModule intercepts all requests, allowing for global processing like logging, authentication, and request manipulation.
Creating a Host-Named Web Application in SharePoint
Aug 02, 2024.
To create a host-named web application, first configure a DNS entry with the desired host name. Log in to your Active Directory server to create an A Host record pointing to your web server. In SharePoint Central Administration, set up a new web application with the host name in the Host Header field.
SharePoint Server Not Redirecting to Default Page Needs Full URL
Aug 02, 2024.
SharePoint Server not redirecting to the default page can be frustrating, especially when it requires a full URL to access the site. This issue often stems from configuration problems or redirection settings.
Power BI: Transform Hyperlinks into Icons for Better User Experience
Jul 24, 2024.
Learn how to enhance your Power BI reports by transforming plain text hyperlinks into clickable icons. This step-by-step guide will show you how to categorize URL fields and display them as icons, improving the visual appeal and functionality of your data presentations.
Displaying a Dynamics CRM Dashboard in Unified Service Desk (USD)
Jul 08, 2024.
In Unified Service Desk (USD), you can display a Dynamics CRM dashboard by adding a button to the main toolbar. Create a new action with the appropriate hosted control and URL of the CRM dashboard. Link this action to the button, ensure the hosted control is set to "Application is Global," and test in USD.
How to Define a Custom Connector Using a Postman Collection
Jul 02, 2024.
Learn to convert Postman collections into custom connectors for Microsoft Power Platform. Export your collection in v2.1 format, import it into Power Automate or Power Apps, configure with host and base URLs, set authentication (API key, OAuth 2.0), and integrate seamlessly into workflows.
Understanding the -fsSL Command in Docker
Jun 28, 2024.
Discover the meaning and usage of the -fsSL command in Docker, how it enhances automation and simplifies Docker-related tasks, ensuring smooth operations.
Handling Middleware in Next.js
Jun 23, 2024.
Middleware in Next.js, introduced in version 12, allows code execution before a request is processed. Useful for authentication, logging, URL rewrites, and modifying headers, it runs on the Edge Network for speed. Defined in _middleware.js or _middleware.ts, it enhances request handling and response management efficiently.
Editing JSON of Fabric Data Pipelines - Part 1
Jun 21, 2024.
Enable JSON editing in Fabric data pipelines by appending the 'feature.enableJsonEdit=1' to the pipeline URL. Switch from view-only to edit mode, make necessary JSON changes, then perform a minor UI adjustment to activate the Save option. Similar flexibility as Azure Data Factory's PaaS environment.
Learn Webhook vs. Callback URL
Jun 13, 2024.
Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callback URLs, crucial in OAuth and API integrations, expect responses at specified URLs.
Get to know about Microsoft Defender for Office 365
Jun 05, 2024.
Microsoft Defender XDR, advanced threat protection suite within Microsoft 365 Defender. Focus on Microsoft Defender for Office 365, offering robust email security through features like Exchange Online Protection, Safe Attachments, Safe Links, and Zero-Hour Auto Purge (ZAP) to guard against phishing, malware, and spam.
Encrypt Decrypt Data with Sqids in .NET Core
May 23, 2024.
Sqids is a helpful tool for obscuring numbers, such as consecutive numeric IDs, so they appear random and can be used in URLs and other contexts.
URL Rewriting Middleware in .NET
May 11, 2024.
URL rewriting is a critical aspect of web development, enabling developers to create cleaner, more user-friendly URLs while maintaining the underlying functionality of their applications. This article aims to demystify URL rewriting middleware in ASP.NET Core, exploring its features, configuration, and practical applications.
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.
Routing to Controller Actions in ASP.NET Core
Mar 30, 2024.
In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
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.
Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms
Feb 26, 2024.
Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will only accept the URL.
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.
Routing to Controller Actions in ASP.NET Core MVC
Jan 30, 2024.
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be established in the Startup.cs file using the MapControllerRoute method.
Load Balancing Strategies: Optimizing Performance and Reliability
Jan 22, 2024.
This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It covers the basics of load balancing, and its importance in resource utilization, scalability, and reliability.
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.
How to connect metamask with different blockchain networks?
Oct 06, 2023.
Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
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 Get Query String in JavaScript
Aug 22, 2023.
This article will discuss using JavaScript to get Query String from a Web Page.
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.
URL Rewriting Middleware In ASP.NET Core
Dec 29, 2022.
This article explains about URL rewriting methods in ASP.NET Core.
URL Shortener Application In Python
Sep 30, 2022.
In this article, we will learn how to make short urls in Python.
Power Automate URL Changes
Aug 08, 2022.
In this article, you will learn about Power Automate URL Changes.
How To Enable JavaScript
Apr 29, 2022.
JavaScript is an interpreted, object-based scripting language. Although it has fewer capabilities than full-fledged object-oriented language like C++ and Java, JavaScript is more than sufficiently powerful for its intended purposes.
Easily Use Flurl Testable HttpClient
Apr 27, 2022.
Flurl is fluent testable portable opensource for commercial usage httpclient library for modern .net
Azure Blob Storage With ASP.net Core Web API (.net core 3.1)
Jan 13, 2022.
In this article, we are going to use the Asp.Net Core 3.1 and Upload the Image to the Azure Blob Storage, and then We are going to retrieve the link for Uploaded Image.
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.
URL Creation Fundamentals In MVC
Nov 07, 2021.
In this article, we are going to explore different ways of URL creation in MVC and different fundamental concepts of MVC.
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.
Constructing OneDrive URL
May 11, 2021.
This article explains how to construct a One Drive URL from the email address.
Learn Angular Step By Step In Easy Way(URL Routing In Angular)
Apr 08, 2021.
In this article we will learn how to do url routing in Angular 2 and above version. When we talk about url routing it means redirecting from one page to another page.
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.
Query String In PowerApps URL
Sep 02, 2020.
We can use query string parameters in PowerApps URL and redirect to the specific item directly using the link from an email.
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
Store Humidity And Temperature Data In Real-Time Database Through Raspberry-Pi
Feb 24, 2020.
Learn to store IoT sensor data on Firebase using Raspberry Pi. Set up Firebase, authentication rules, and Python code to send DHT 11 sensor data. Execute, monitor, and interact with data in real-time. Perfect for IoT enthusiasts seeking cloud integration.
Convention Routing in ASP.NET MVC 5
Nov 14, 2019.
Learn how to leverage convention-based routing in ASP.NET MVC 5 for efficient URL routing. Explore the principles of MVC routing, configure route attributes, and understand controller actions.
Creating Python WebApp Using Pycharm And Django Environment Setup And Navigation URL
Oct 17, 2019.
In this article, you will learn how to create Python webapp using Pycharm and Django environment setup and navigation URL.
Create Chrome Extension And Implement Basic Use Cases
Aug 21, 2019.
In this article, we will create a Chrome extension and implement the basic use cases which would give direction in creating complex extensions.
Angular 7 Routing And Preserving Trailing Slash In URL⚔️
Apr 02, 2019.
In this article, we will learn about Routing in Angular and Angular Routing with Trailing Slash in the URL. We will also see how to preserve a trailing slash in the page URL with the addition of current page content.
Backing Up A Database To URL
Mar 06, 2019.
In a previous post, I talked about some of the available storage options that can be used to back up your databases directly to the cloud. Doing this is a really good way to get your backups off-site and replicated in a single motion, depending on the region and redundancy option selected, for minimal cost.
Connect To SharePoint Online Site With App Only Authentication
Dec 05, 2018.
In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.
Page Redirect Options In Entity Form Dynamics 365 Portals
Oct 24, 2018.
Explore page redirect options in Dynamics 365 Portals' entity forms, enabling seamless navigation for users. Utilize redirect URLs, web links, and JavaScript for custom redirection, enhancing user experience and optimizing portal workflows.
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
URL Module In Node.js
Mar 23, 2018.
URL Module in node.js provides functionality for URL utilities and parsing for the same. By using these many properties you can perform plenty of operations with you nodejs application specific to URL.
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.
Understand HTTP.sys Web Server In ASP.NET Core
Dec 19, 2017.
HTTP.sys is a Windows-based web server for ASP.NET Core, offering features like Windows Authentication, response caching, WebSockets, and HTTPS with SNI. Unlike Kestrel, it does not support IIS or IIS Express. It supports HTTP/2, and direct file transmission, and is ideal for direct internet exposure and internal deployments.
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.
URL Routing Of ASP.NET MVC And ASP.NET Web Forms
Nov 06, 2017.
Asp.Net MVC has route-based URLs which means URLs are divided into controllers and actions; and moreover, it is based on controller not on physical file.
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.
Change Site Collection URL, Title, Logo In SharePoint 2013 Using PowerShell Commands, Back Up And Restore Option
Oct 05, 2017.
In this article I have discussed about how to change the site collection URL, title & logo in SharePoint 2013. Suppose in your company you have already created your site collection & customized everything but later your company decided to change the Site URL & title as well.
Fetch User Details And Profile Picture From Person Or Group Field Using REST API
Sep 18, 2017.
In one of my projects (on Office 365) I have a requirement to scroll key contacts of a project with the use's Full Name, Department, Job Title, Phone (Work/ Mobile) and Picture URL. Since all contacts are internal employees I don’t have to input user details, I just need a person and group field in a list to capture the user.
Getting Started With Azure Scheduler
Sep 04, 2017.
Azure Scheduler lets you automate tasks by scheduling HTTP, HTTPS, or queue-based actions. It helps manage and invoke scheduled jobs, whether hosted on Azure, on-premises, or elsewhere. You can create, update, delete, and view jobs programmatically using REST API or Azure PowerShell.
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.