About WEB

WEB term is dealing with World Wide Web is the front layer of the Internet that contains pages of information connected to each other. Each page have text, pictures, audio clips, video clips, animations, and other stuff. Tim Berners Lee, a British scientist at CERN, invented the World Wide Web in 1989. Internet and the World Wide Web are not the same. Web is just one of the ways which is used for travel information on the Internet. A Web home page is collection of World Wide Web (WWW) files. A company or an individual tells you how to get to their Web site by giving you the address of their home page. For example, the Web site for C# Corner has the home page address of http://http://www.c-sharpcorner.com C# Corner 's home page address leads to thousands of pages.

Related resources for WEB
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf11/5/2024 11:08:43 AM. This article details integrating wkhtmltopdf with C# for converting HTML to PDFs or images. Using System.Diagnostics.Process, allows C# apps to execute command-line arguments to generate high-quality
  • Create Azure App Service via PowerShell 711/5/2024 10:05:05 AM. In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying
  • Handling Transient Failures in .NET 8 With Polly11/5/2024 4:30:31 AM. This article discusses implementing a retry mechanism for handling transient faults in service interactions. It defines transient faults, such as temporary network issues or resource exhaustion, and e
  • JWT Token Based Implementation using ASP.NET Core Web API10/29/2024 6:30:51 AM. JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
  • How to Create and Use Key Vault References in .NET Core Web API10/28/2024 4:14:04 AM. Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
  • User Profile Photos are Missing in the PnP People Webpart 10/27/2024 6:05:26 AM. In this article, we will learn troubleshooting steps and best practices to ensure profile pictures display correctly, enhancing user experience in your SharePoint environment.
  • Web api call in Android10/25/2024 4:55:38 AM. This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
  • A Comprehensive Guide to the Web Notification API10/24/2024 5:38:40 AM. The Web Notification API is a browser-based interface that allows websites to send notifications to users, even when the user is not actively viewing the site. It enables web apps to display notificat
  • Mastering API Testing with Api.http Files in .NET Projects10/23/2024 6:06:57 AM. The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
  • ASP.NET Core Middleware10/22/2024 11:57:39 AM. ASP.NET Core Middleware plays a crucial role in the request processing pipeline of web applications. It allows developers to add custom functionalities, such as authentication, logging, and error hand
  • Caching HTML Tags Using WebForms Core Technology10/22/2024 8:31:41 AM. In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
  • ReactJS in 2024: Trends, Opportunities, Salaries, and Future Outlook10/21/2024 11:20:21 AM. Discover lucrative opportunities for developers, understand current salary ranges, and gain insights into the future outlook of web development. Stay ahead in the competitive market with key informati
  • Serialization and DeSerialization in C#10/21/2024 10:18:19 AM. Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binar
  • Troubleshooting 404 or 500 Error After Deploying Vue 3 App to IIS10/21/2024 6:06:12 AM. Facing a 404 or 500 error after deploying a Vue 3 application to IIS? This guide helps troubleshoot common issues, from configuring the web.config file to resolving routing problems with Vue Router&#3
  • Azure service bus queue with .net core and python10/20/2024 9:30:13 AM. This article demonstrates how to implement Azure Service Bus queues using both .NET Core and Python. It covers creating a message sender with a web API in .NET Core and a receiver using a console app.
  • Training on using WebForms Core Technology to Upload Images10/19/2024 2:52:21 PM. In this article, using WebForms Core technology, we will teach you how to send images to the server and display the images sent in the client.
  • Use Cases of Alchemy in Web310/19/2024 2:02:21 PM. Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
  • Apply "Go to Bottom" and "Go Up" on Click of Anchors10/14/2024 6:13:08 AM. This article guides you through implementing the Go to Bottom and Go Up functionality in an AngularJS application. Learn how to create a seamless navigation experience in single-page applications usin
  • Calling Web API to Web API without User Interaction by using Azure Managed Identity10/14/2024 5:59:13 AM. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
  • Minimal APIs or Controllers in ASP.NET Core10/14/2024 5:56:00 AM. In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers follow
  • ASP.NET Web Configuration File10/11/2024 12:30:22 PM. Configuration file is an important file in ASP.NET. Learn, what is a Web.Config file? What is in Web.config files? What are the different types of Configuration files in ASP.NET? Machine.config File v
  • Integration And Server Broadcast With SignalR 210/11/2024 12:29:10 PM. Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
  • ASP.NET Core - CRUD With React.js And Entity Framework Core10/11/2024 12:27:56 PM. Discover how to implement CRUD (Create, Read, Update, Delete) operations, set up a RESTful API, and manage data effectively. Enhance your web development skills with practical examples and best practi
  • Building a Blazor Server App to Fetch RSS Feeds Using .NET Core10/11/2024 8:54:06 AM. In this article, we will explore how to build a Blazor Server app using .NET Core 6.0 to fetch and display RSS feeds. You’ll learn about setting up the Blazor environment, using HTTP clients for data
  • Power of Web APIs: 12 Essential APIs for Java Developers10/11/2024 6:17:14 AM. Staying updated with essential web APIs is vital for developers to build efficient, scalable, and user-friendly applications. This article explores key APIs, including Geolocation, Web Workers, and We
  • Scaffolding ASP.NET Core MVC10/11/2024 6:03:08 AM. In this article, you will learn about scaffolding ASP.NET Core MVC.
  • Change Style Dynamically in Various Ways Using AngularJS10/8/2024 9:20:34 AM. This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
  • Create Cool Webpage Using CSS3 Custom Fonts10/8/2024 9:17:45 AM. This guide covers how to effectively use custom fonts on your website. It includes steps for downloading fonts from reliable sources, converting them from .ttf to .eot for better browser compatibility
  • Creating DropDown Menu in Bootstrap10/8/2024 9:17:17 AM. Learn how to create a dropdown menu in Bootstrap, a powerful frontend framework for web development. This guide covers step-by-step instructions to implement responsive navigation menus using HTML, CS
  • Customize Scrollbars Using CSS310/8/2024 9:02:58 AM. This guide covers essential CSS properties, such as scrollbar width, scrollbar-color, and ::-webkit-scrollbar for cross-browser compatibility, enabling you to create sleek, modern scrollbars.
  • Using Border Radius and Gradients in CSS3: Part I10/8/2024 9:01:34 AM. This article introduces the use of CSS3 for creating gradients directly in web pages, eliminating the need for image workarounds. It explains the two primary types of gradients: linear and radial. A p
  • Session In ASP.NET10/8/2024 8:56:35 AM. Learn how to implement session state, manage session variables, and enhance security while optimizing performance. Understand the differences between ASP.NET Web Forms and ASP.NET Core sessions, ensur
  • How to use StyleSheets10/8/2024 8:54:45 AM. Learn how to effectively use StyleSheets to enhance your web design and development skills. This guide covers the fundamentals of CSS, including external and inline styles, responsive design technique
  • Displaying Partial View On Condition in Web API10/8/2024 8:53:24 AM. This article explains how to create and display partial views conditionally in an ASP.NET MVC Web API application. By selecting a value from a drop-down list and submitting it, the corresponding parti
  • Implementing Swagger In Web API10/8/2024 8:51:54 AM. In this guide, we explore the process of implementing Swagger in Web APIs to enhance documentation and improve usability. Swagger, an essential tool for API development, provides interactive documenta
  • Difference Between MVC and Web API10/8/2024 8:51:17 AM. This article explores the differences between ASP.NET MVC and Web API, focusing on their roles, use cases, and key features. MVC is used for creating web applications with data and views, while Web AP
  • Create Web API in MVC 610/8/2024 8:48:58 AM. Learn how to create a Web API using ASP.NET MVC 6 in this comprehensive guide. We’ll cover essential topics like setting up the MVC framework, building API controllers, implementing RESTful services,
  • Understanding ASP.NET Session State10/8/2024 4:03:08 AM. ASP.NET Session State is a method for managing user data during a web session. It enables storing and retrieving session-specific information like user preferences, shopping carts, and login status.
  • Real-World Expression Trees: Dynamic Filtering in C# with Minimal API10/6/2024 7:51:48 AM. This article explores the practical use of expression trees in C# by building an ASP.NET Core web API with dynamic filtering functionality. It demonstrates how to construct flexible queries using expr
  • How to Build and Monitor dApps Using Alchemy10/4/2024 5:42:03 AM. 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.
  • Rich Text Control With Image And Video In SPFx Using React-Quill10/3/2024 11:49:18 AM. This article explores how to implement a rich text field in Modern SharePoint List forms using React Quill. It covers the process of creating a SharePoint list, setting up an SPFx solution, and integr
  • How To Create ASP.NET Core MVC Application10/3/2024 11:48:21 AM. This tutorial covers setting up your development environment, creating controllers, models, and views, and building a fully functional web application using the ASP.NET Core MVC framework.
  • Uploading Multiple Files With ListBox in ASP.NET10/3/2024 11:40:19 AM. This article explains how to upload multiple files using a ListBox control in ASP.NET. Unlike the standard FileUpload control, which supports single file uploads, this method combines FileUpload with
  • Bootstrap For Beginners - Part Two (Bootstrap Containers) 10/3/2024 11:31:45 AM. This article explores Bootstrap containers, focusing on the two main classes: .container for a responsive fixed-width layout and .container-fluid for a full-width layout. It provides practical example
  • ​Implementing CORS in .NET Core 810/3/2024 11:30:09 AM. This article explores Cross-Origin Resource Sharing (CORS) in .NET Core 8, specifically for Angular applications. It outlines best practices for configuring CORS, including setting allowed origins, ha
  • Send Email to Gmail in ASP.Net Using C#10/1/2024 8:35:17 AM. Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail's SMTP server us
  • Introduction To SignalR With .NET Core - Part One10/1/2024 8:24:06 AM. Learn how SignalR enables seamless server-client messaging, the basics of its architecture, and step-by-step instructions to set up your first SignalR project in ASP.NET Core.
  • How To Create An App Page Using SharePoint Framework In SharePoint Online Modern Site10/1/2024 8:22:16 AM. This article guides you through creating an app page using SPFx in SharePoint Online Modern Site. An app page allows pre-configured application content without user authoring. You'll learn to set
  • Web Based Game Using JavaScript10/1/2024 4:50:21 AM. In this article, you'll learn how to create a simple web-based game, "Catch My Santa," using HTML, CSS, JavaScript, and jQuery. The game features a 3x3 grid where players must tap on box
  • Application State vs Session State in Java9/30/2024 8:36:48 AM. State management in Java is vital for web applications, categorizing data into Application State and Session State. Application State shares data globally across users, ideal for configurations and ca
  • ASP.Net SignalR: Building a Simple Real-Time Chat Application9/27/2024 10:21:27 AM. In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
  • How to Build a Clean Architecture Web API with .NET Core 89/26/2024 9:15:22 AM. Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
  • QUIZ Application With ASP.NET MVC 59/26/2024 8:45:26 AM. Create a dynamic Quiz Application using ASP.NET MVC 5, showcasing the power of the Model-View-Controller architecture. This project involves user authentication, database integration for question mana
  • CRUD Operations Using Asynchronous Programming in MVC 59/26/2024 7:22:44 AM. This article explores CRUD (Create, Read, Update, Delete) operations using asynchronous programming in ASP.NET MVC 5. It delves into how asynchronous methods enhance application performance and respon
  • Apply CRUD Operations in Dynamic Grid Using AngularJS9/26/2024 7:20:03 AM. This guide explores implementing CRUD (Create, Read, Update, Delete) operations within a dynamic grid using AngularJS. It covers essential concepts such as data binding, user interface design, and RES
  • ASP.NET MVC Chat Application Using SignalR9/26/2024 7:11:47 AM. This tutorial guides you through creating a real-time chat application using ASP.NET MVC and SignalR. You'll learn how to set up a SignalR hub for managing communication, implement user authentica
  • JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs9/26/2024 6:13:29 AM. This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based
  • API Versioning and Enable Authorization in Swagger UI .NET Core9/25/2024 9:05:09 AM. In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. We’ll discuss best practices for managing API versions, ensuring backward compatibilit
  • Implement Google reCAPTCHA In ASP.NET MVC9/24/2024 12:00:17 PM. ReCAPTCHA is a Google service designed to verify that users are human, protecting websites from bots and spam. This article demonstrates how to integrate reCAPTCHA version 2.0 into an ASP.NET MVC appl
  • ASP.NET 3.5 Tabbed Pages9/24/2024 11:55:31 AM. Tabbed pages are an effective way to organize content on web applications, improving user experience. By using a combination of MultiView and View controls in ASP.NET, developers can create intuitive
  • Create Modern Page Template In SharePoint Online9/24/2024 11:55:00 AM. Learn to customize layouts, integrate web parts, and optimize content management within SharePoint's modern UI. Ideal for improving site design and user experience.
  • Implement Insert, Update and Delete Functionality in the WebGrid: Part 19/24/2024 11:54:26 AM. In this tutorial, we introduce how to implement essential CRUD (Create, Read, Update, Delete) functionality in a WebGrid. This is Part 1 of a series, focusing on adding new records, updating existing
  • CRUD Operation In MVC Using Elastic Search9/24/2024 11:51:17 AM. Elastic search is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elastic search is d
  • Getting Started With Angular 2 Application Using Visual Studio9/24/2024 9:13:16 AM. This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
  • HTTP Methods for Web Development9/24/2024 9:02:52 AM. HTTP methods are essential for communication between clients and servers in web development. They define how data is requested, sent, and managed. Common methods include GET, POST, PUT, and DELETE, ea
  • Angular 2 Bind DropDown List Using Web API9/23/2024 12:01:25 PM. We'll explore the steps to set up an HTTP client, create a service to fetch data from a RESTful API, and implement dynamic data binding in your Angular components. By the end, you'll have a fu
  • Understanding Chat Box in .NET9/23/2024 11:08:46 AM. Discover how to integrate APIs and manage data storage for a seamless messaging experience. Perfect for developers looking to enhance their web applications.
  • Chat Bot With Azure Authentication - Part One9/23/2024 11:08:03 AM. This article series covers how to register an app with Azure Active Directory, obtain an access token, and integrate Azure Bot Service. It explains setting up authentication, saving conversation state
  • Create List in SharePoint Using REST API9/23/2024 10:54:30 AM. Learn how to create a list in SharePoint 2013 using the REST API in this comprehensive guide. We'll explore step-by-step instructions, key concepts, and practical examples to help you leverage Sha
  • Manage Web Applications In SharePoint Central Administration - Part Eight9/23/2024 9:52:25 AM. This article covers managing web applications in SharePoint 2016 Central Administration. It walks through key steps, including accessing Central Admin, configuring mobile accounts, setting up SMS noti
  • How to Manage ViewState in ASP.NET?9/23/2024 9:16:18 AM. This article explains various methods of managing state in ASP.NET, including ViewState, Session, Application, and Cookies. It focuses on ViewState, its lifecycle, enabling/disabling at the page or co
  • Containerize React JS and .NET Core Apps with Docker and Kubernetes9/23/2024 9:07:58 AM. This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernetes
  • What are Different File Extension in .net9/23/2024 8:37:06 AM. This article explores key file extensions in ASP.NET, including .ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for def
  • C#.NET - Access OAuth REST Web API Method9/23/2024 5:23:38 AM. C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
  • Node.js App with User Authentication and Docker Deployment9/22/2024 12:09:32 PM. Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
  • Learn CSS Scroll Snaps9/21/2024 2:51:51 PM. In this article we learn about CSS Scroll Snaps.
  • Configure Authentication Providers On Web Applications In SharePoint Central Administration9/20/2024 9:34:21 AM. You'll learn step-by-step instructions to set up various authentication methods, including claims-based and custom authentication, ensuring secure user access and effective identity management for
  • Add rel="nofollow noopener noreferrer" to External Links in Sitecore9/20/2024 9:06:55 AM. This guide explains how to enhance your Sitecore website's SEO and security by adding the attributes rel="nofollow", rel="noopener", and rel="noreferrer" to external
  • Download Multiple Excel Files via Web API .NET and Angular9/20/2024 6:02:37 AM. To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files.
  • Download Multiple Excel Files via Web API and Angular9/20/2024 5:59:28 AM. In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
  • How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal9/19/2024 10:16:20 AM. This guide covers best practices for customizing templates, reusing content snippets, and optimizing your portal to enhance user experience and workflow efficiency.
  • Getting Record ID From EntityView In Dynamics 365 Portal9/19/2024 10:15:46 AM. This article explains how to use an entity list in Dynamics 365 portals to manage records efficiently. It demonstrates configuring a web template to redirect users to a details page if only one record
  • Introduction To ASP.NET Core Razor Pages9/19/2024 10:07:58 AM. This article introduces Razor Pages in ASP.NET Core using .NET 5, guiding beginners and experienced developers through creating a "Hello World" project. It covers prerequisites, installation
  • Block IP Address In ASP.NET Core Web API9/19/2024 10:04:00 AM. This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed ti
  • Revolving Door 3D Animation Using CSS3 Only9/18/2024 12:23:21 PM. Learn to utilize keyframes, CSS transforms, and transitions to build a dynamic, rotating 3D door effect. Perfect for web designers looking to enhance user interfaces with smooth animations.
  • Getting Started With ASP.NET Core MVC Apps Using VS Code9/18/2024 12:14:39 PM. Learn to create a HelloWorld app using ASP.NET Core 2.0 and Visual Studio Code. This guide covers setting up a new ASP.NET Core MVC project, adding controllers and views, and running the application.
  • Create jqGrid Using WebService9/18/2024 9:21:38 AM. Discover step-by-step instructions on setting up jqGrid, connecting it to a backend WebService, and efficiently loading and displaying data. Perfect for developers looking to enhance their web applica
  • How to Create and Launch a Tic Tac Toe Game on Azure Web App9/18/2024 4:55:37 AM. This guide walks you through deploying a Tic Tac Toe game on an Azure Web App. It covers initializing a Git repository, pushing code to GitHub, creating an Azure Resource Group, App Service Plan, Web
  • Using the Bing API to Translate Text in ASP.NET9/17/2024 10:41:08 AM. Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
  • Bulk Insert From ASP.NET Web Form Using C#9/17/2024 10:39:37 AM. To insert bulk records into a database from a web form, create a ProductsSold table. Design a web form with GridView, TextBoxes, and Buttons to add and display products. Use a DataTable in ViewState t
  • Introducing New Features of CSS39/17/2024 10:38:32 AM. Discover the latest advancements in CSS3 with our comprehensive guide to its new features. Explore enhancements like Flexbox for flexible layouts, Grid for complex designs, and powerful animations and
  • How to Create a Simple Web Service and Use it in ASP.NET9/17/2024 10:29:10 AM. Learn to create and use a web service in ASP.NET with this guide. Start by setting up a new ASP.NET project in Visual Studio, adding a web service file, and defining methods for basic arithmetic opera
  • Azure App Service: Create Web App from Visual Studio9/17/2024 10:25:52 AM. To create a new web application in Visual Studio, go to File -> New Project and select “Web Forms,” ensuring the “Host in the Cloud” checkbox is checked with “App Service” selected. After configuri
  • Top Reasons Why Web Developers Choose AngularJS9/17/2024 9:24:20 AM. AngularJS is a powerful, open-source JavaScript framework developed by Google for building robust Single Page Applications (SPAs). It simplifies web development by using HTML as a template language, o
  • Brief Introduction To AngularJS With Example9/17/2024 9:23:36 AM. Learn how AngularJS simplifies web development with its powerful JavaScript framework, focusing on its MVC architecture. This guide includes practical examples to help you understand key concepts and
  • Explaning SignalR in ASP.NET Core 89/17/2024 5:13:33 AM. Learn about setting up SignalR hubs, managing connections, and utilizing WebSocket and Server-Sent Events for efficient, scalable messaging in .NET 8 environments.
  • Creating Table Using Twitter Bootstrap9/16/2024 11:27:40 AM. Learn how to design and implement stylish, responsive tables using Twitter Bootstrap. This guide covers Bootstrap’s table classes, grid system, and utility classes to enhance table layouts and functio
  • Implement Rate Limiting in REST API in .NET 89/13/2024 9:02:49 AM. Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This articl
  • Explaining WebForms in ASP.NET Core9/13/2024 1:53:06 AM. Learn about alternatives like Blazor and Razor Pages, leveraging component-based architecture, state management, server-side rendering, and enhancing web app performance and scalability.
  • File Upload And Download Using ASP.NET MVC 5 For Beginners9/12/2024 12:17:18 PM. In this article, we will learn how to handle file input, validate files, and manage file storage on the server. With step-by-step guidance, this guide is perfect for those looking to implement file ha
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download