TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Web AP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijay Yadav (5)
Aman Gupta (4)
Mukesh Kumar (4)
Satya Karki (3)
Mudita Rathore (3)
Anubhav Chaudhary (2)
Vithal Wadje (2)
Tejas Agravat (2)
Nitesh Jha (2)
Manpreet Singh (2)
Jaydeep Patil (2)
Asma Khalid (2)
Ayush Gupta (2)
George (2)
Suraj Vishwakarma (2)
Jaimin Shethiya (2)
Meet Shah (1)
Yogesh Vedpathak (1)
Sangeetha S (1)
Vipul Malhotra (1)
Vikas Hooda (1)
Safyan Yaqoob (1)
Amey Vartak (1)
Atul Rawat (1)
Ganesh Nataraj (1)
Tural Suleymani (1)
Rohatash Kumar (1)
Tahir Ansari (1)
Atul Sharma (1)
Sravan Kumar Reddy Dudyalu (1)
Sarthak Varshney (1)
Vignesh Kumar (1)
Hardik Dhankecha (1)
Tasadduq Burney (1)
Krishna Garad (1)
Amit Mohanty (1)
Rutika Banode (1)
Abhishek Dhoriya (1)
Ajay Kumar (1)
Dharmendra Sah (1)
Akshay Shedwad (1)
Devesh Omar (1)
Waqas Sarwar (1)
Sreenath Kappoor (1)
Chittaranjan Swain (1)
Jignesh Trivedi (1)
Farhan Ahmed (1)
Priyanshu Agnihotri (1)
Nikunj Satasiya (1)
Sourav Kayal (1)
Veena Sarda (1)
Chetan Sanghani (1)
Jitendra Mesavaniya (1)
Lokendra Singh (1)
Yogeshkumar Hadiya (1)
Velladurai (1)
Debabrata Ghosh (1)
Hussain Patel (1)
Prasham Sabadra (1)
Rikam Palkar (1)
Gajendra Jangid (1)
Muhammad Talha (1)
Shilpa Tanwar (1)
Abdul Rasheed Feroz Khan (1)
Mohammad Irshad (1)
Akshay Patel (1)
Amit Prabhu (1)
Satheesh Elumalai (1)
Akshay Phadke (1)
Jobin S (1)
Thiago Vivas (1)
Vinodh Narayanan (1)
Sachin Kalia (1)
Avnish Kumar (1)
Arun Kizhakke (1)
Related resources for Web AP
No resource found
Create Azure App Service via PowerShell 7
11/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
JWT Token Based Implementation using ASP.NET Core Web API
10/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.
Web api call in Android
10/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
Mastering API Testing with Api.http Files in .NET Projects
10/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
Azure service bus queue with .net core and python
10/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.
Calling Web API to Web API without User Interaction by using Azure Managed Identity
10/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 Core
10/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
Power of Web APIs: 12 Essential APIs for Java Developers
10/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
Change Style Dynamically in Various Ways Using AngularJS
10/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
Session In ASP.NET
10/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
Displaying Partial View On Condition in Web API
10/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 API
10/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 API
10/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 6
10/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 State
10/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 API
10/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 Create ASP.NET Core MVC Application
10/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.NET
10/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
Implementing CORS in .NET Core 8
10/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
How to Build a Clean Architecture Web API with .NET Core 8
9/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
Apply CRUD Operations in Dynamic Grid Using AngularJS
9/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
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
9/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 Core
9/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
CRUD Operation In MVC Using Elastic Search
9/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
Angular 2 Bind DropDown List Using Web API
9/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
Manage Web Applications In SharePoint Central Administration - Part Eight
9/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
Containerize React JS and .NET Core Apps with Docker and Kubernetes
9/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
C#.NET - Access OAuth REST Web API Method
9/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 Deployment
9/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.
Configure Authentication Providers On Web Applications In SharePoint Central Administration
9/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
Download Multiple Excel Files via Web API and Angular
9/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.
Block IP Address In ASP.NET Core Web API
9/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
How to Create and Launch a Tic Tac Toe Game on Azure Web App
9/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.NET
9/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
Implement Rate Limiting in REST API in .NET 8
9/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
File Upload And Download Using ASP.NET MVC 5 For Beginners
9/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
Create Simple Application Using Backbone.js
9/10/2024 10:15:08 AM.
This article demonstrates a basic Backbone.js example by displaying "Hello World." It guides you through creating a simple Backbone.js application within an ASP.NET web project using Visual
Web API in Azure (2), Set a Client Credential Secret
9/2/2024 10:31:29 PM.
This article will discuss how to Set a Client Credential Secret for Azure Web API. This series of articles guides users through setting up and consuming a Web API registered on the Azure Identity Plat
Web API in Azure (3), Consume Web API with a Security Token
9/2/2024 10:30:57 PM.
This article will discuss how to use Postman to access Web API. This article focuses on accessing and securing a Web API registered on Azure Identity Platform. It covers tools like Postman and Swagger
Document Upload in Java with Spring Boot
9/2/2024 11:39:16 AM.
This article demonstrates how to implement a dynamic document upload feature in a Spring Boot Java application. It allows users to upload multiple files by dynamically adding or removing input fields.
Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight
9/2/2024 8:00:14 AM.
Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
RESTful API Design with .NET
8/29/2024 5:49:32 AM.
Explore the principles of RESTful design and learn how to implement robust, scalable, and maintainable web APIs in a .NET environment. This guide covers key REST concepts like statelessness, client-se
Dynamic Forms and Flexible Data Storage for Web Apps
8/26/2024 4:03:17 AM.
This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
Building Dynamic and Reusable Modal Popups in Java Web App
8/23/2024 6:12:52 AM.
Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scalabl
Creating ASP.NET Web API REST Service
8/22/2024 12:28:51 PM.
In this article we will learn how to create ASP.NET Web API Service.
Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code
8/22/2024 7:14:27 AM.
Learn how to use SharePoint 2013 REST API with CAML queries in a C# console application. This guide covers fetching data from SharePoint lists using POST methods, setting request headers, and handling
Understanding Microsoft Dynamics 365 API Access Token
8/22/2024 5:31:59 AM.
Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to ob
Building an ASP.NET Core Web API with Gridify
8/22/2024 5:31:08 AM.
This guide walks you through setting up a .NET Core API, integrating Gridify for dynamic query handling, and enhancing your application's performance with clean, maintainable code.
CRUD Operations with Repository Pattern and Web API in .NET 8
8/20/2024 6:57:32 AM.
This guide covers creating a clean, maintainable data access layer by leveraging the Repository Pattern for managing database interactions and exposing endpoints through Web API, enhancing your .NET 8
Use of Automapper in ASP.NET Core
8/16/2024 7:33:36 AM.
AutoMapper is a powerful .NET library that simplifies object-to-object mapping in ASP.NET Core applications. It helps in converting Data Transfer Objects (DTOs) to domain models and vice versa, stream
Running .NET Core Application using Docker Container
8/13/2024 9:32:48 AM.
Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images,
SharePoint 2016 Central Admin - Security - Specify Authentication Providers
8/9/2024 12:02:44 PM.
Learn how to change authentication providers for SharePoint Web Applications. This guide covers accessing the Authentication Providers page in Central Admin, selecting the correct Web Application, and
Web API
8/8/2024 5:21:25 AM.
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction be
How to Upload a File to Amazon S3 with NodeJS
8/6/2024 6:16:29 AM.
Implementing pagination and filtering in an ASP.NET Core 8.0 API with Entity Framework Core (EF Core) is crucial for efficiently managing large datasets. This guide covers setting up the project, crea
How To Create Razor Pages In ASP.NET Core 6.0
8/1/2024 8:22:52 AM.
Learn how to create Razor Pages in an ASP.NET Core 6.0 application. This guide covers the essentials, from installing Visual Studio 2022 and setting up your project to configuring Razor Pages and runn
First Application In ASP.NET Core MVC 2.0
7/31/2024 4:31:03 AM.
Recently Microsoft announced anew version of Asp.Net Core and that is Asp.Net Core 2.0, which has new and amazing features which not only improve performance as well as increase productivity and enhan
ASP.NET Core Web API With Oracle Database And Dapper
7/31/2024 4:04:02 AM.
This guide explores the creation of a Web API using ASP.NET Core, integrating with an Oracle Database through the Dapper ORM. Learn how to set up a robust backend service, implement CRUD operations, a
Authorization In Razor Pages ASP.NET Core
7/31/2024 4:00:51 AM.
Learn how to implement authorization in ASP.NET Core Razor Pages using AddRazorPagesOptions. This guide covers configuring access controls with methods like AuthorizePage, AuthorizeFolder, and AllowAn
CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit
7/30/2024 5:54:17 AM.
This article will demonstrate how to write Unit Test Cases for CRUD operations in Asp.Net Core Web API with the xUnit project. In this demonstration, we will write the Unit Test Cases for CRUD (CREATE
How To Create ASP.NET Web API GET, POST, PUT, and DELETE
7/30/2024 4:36:20 AM.
Learn to build RESTful services by defining endpoints and handling HTTP requests. Perfect for developers aiming to master CRUD operations and backend development with .NET.
Investigating and Fixing Swagger Error- Failed to Load API Definition
7/29/2024 5:08:46 AM.
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is an
Generating PDFs in .NET Core Web API
7/26/2024 11:30:03 AM.
In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create r
Understanding TLS and SSL: Securing Your Digital Communications
7/24/2024 9:31:22 AM.
TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols designed to secure data transmitted over the internet by encrypting and authenticating the com
Encrypting Header & Request Body Parameters in .NET Core Web API
7/24/2024 4:14:10 AM.
In this article, we'll explore how to encrypt header and request body parameters in a .NET Core Web API to prevent them from being readable in the page source or by network sniffing tools. We'
How To Use Chart.js in AngularJS?
7/23/2024 8:19:52 AM.
Integrate Chart.js with AngularJS to create dynamic data visualizations. Set up your AngularJS project, including Chart.js, and build various charts like bar, pie, line, stacked bar, and heat map usin
Content Negotiation Customize 406 Status Code in .NET Core Web API
7/22/2024 10:11:27 AM.
The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature of H
How to Create a Captcha in .Net Core Web API
7/20/2024 4:10:40 PM.
This guide explains how to create a CAPTCHA in a .NET Core Web API. It covers installing necessary NuGet packages, configuring session management, generating CAPTCHA images, and validating user input.
Understand jQuery Ajax Function: Call Web Service Using jQuery Ajax Method
7/18/2024 3:19:09 PM.
Learn how to use the jQuery Ajax function to call web services and code-behind C# methods. This guide is perfect for novice developers. It covers creating a simple web service, setting up jQuery Ajax
SharePoint 2010 Internals - Timer Jobs
7/18/2024 3:18:51 PM.
SharePoint Timer Jobs are essential for running background tasks in a SharePoint Farm. They operate as a Windows service (OWSTimer.exe) and can be customized for specific needs. Understanding their lo
Building RESTful APIs with ASP.NET Core
7/16/2024 7:14:32 PM.
In today's interconnected digital landscape, creating robust and efficient APIs is crucial for enabling seamless communication between applications. ASP.NET Core, the open-source framework from Mi
Master Global Exception Handling with IExceptionHandler in .NET
7/16/2024 5:44:17 AM.
Global exception handling in .NET with IExceptionHandler centralizes error management, ensuring consistent responses and improved logging. Our Global Exception Handler Middleware catches exceptions gl
Content Negotiation in .NET Core Web API
7/11/2024 10:08:47 AM.
Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with
Building Web Apps with Streamlit and Python
7/10/2024 10:14:44 AM.
Streamlit is a powerful Python library for creating interactive web applications quickly and easily. It offers a simple API, fast prototyping, easy deployment, built-in widgets, and automatic reloadin
MongoDB Filters With .NET Using MongoDB.Driver
7/5/2024 6:55:18 AM.
Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level
AngularJS: Numbers Text Validation and cbTooltip in ASP.NET
7/4/2024 9:46:21 AM.
"In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Boo
How To Create Sorting And Paging In ASP.NET Web Forms GridView
7/4/2024 5:24:32 AM.
Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
Managing CRUD Operations in ASP.NET MVC with Razor and C#
7/3/2024 11:01:59 AM.
Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions and
Build & Containerize Product App with React JS .NET Core Docker
7/2/2024 8:45:14 AM.
Learn how to develop and containerize a modern product application using React JS for frontend development, .NET Core for backend services, and Docker for efficient deployment.
Postman for WEBAPI testing Part I
6/30/2024 7:00:26 AM.
Learn how to set up Postman, create and manage HTTP requests, and test your APIs efficiently. Discover key features like collections, environments, and test scripts to streamline your API development
How To Display SSRS Report In ASP.NET MVC Web Application
6/25/2024 10:07:11 AM.
This article demonstrates how to integrate SSRS reports into an ASP.NET MVC web application using the ReportViewer for MVC package. It covers setup steps, including installing the nuGet package, confi
SharePoint Add-ins (SharePoint App) - Part One
6/24/2024 11:44:11 AM.
Microsoft renamed "apps for SharePoint" to "SharePoint Add-ins." A SharePoint Tenancy, introduced in SharePoint 2010, is a set of site collections managed as a unit. In Office 365,
What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App
6/24/2024 7:48:20 AM.
How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
Caching Strategies in Angular and .NET Core
6/24/2024 5:49:09 AM.
Caching enhances web application performance and scalability. In Angular, use HTTP interceptors, service workers, local storage, or IndexedDB for client-side caching. In .NET Core, leverage in-memory
Optimizing LINQ Queries in C# and .NET Core Web APIs
6/21/2024 7:21:52 AM.
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. Def
Building Progressive Web Apps (PWAs) with Next.js
6/21/2024 6:20:28 AM.
We highlight the advantages of using Next.js to build PWAs, emphasizing their capability to provide a user experience similar to native apps. By utilizing Next.js, we maintain the benefits of web tech
KUDU Console In Azure
6/19/2024 9:55:01 AM.
The KUDU Console in Azure is a powerful tool integrated into Azure App Service, offering extensive capabilities for deployment, debugging, monitoring, and troubleshooting web applications.
Dynamic Menu Generation With Web API And Angular
6/19/2024 9:54:43 AM.
In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to
SonarQube Configuration For .NET Core Web API
6/17/2024 11:23:22 AM.
Learn to improve code quality using SonarQube for a .NET Core Web API project. Install JAVA, configure environment variables, and set up SonarQube server. Create a project, generate a token, and downl
Introduction To Selenium Webdriver With C# In Visual Studio 2015
6/17/2024 11:20:36 AM.
Selenium WebDriver is an automated web application testing tool that integrates with languages like C#, Java, and Python. C# is a Microsoft programming language for building secure applications on the
Creating Angular Project Using MVC
6/17/2024 11:19:59 AM.
Learn how to efficiently create Angular projects using the MVC (Model-View-Controller) architecture. This comprehensive guide covers setting up Angular, integrating MVC principles to organize your app
How To Consume Web API Through SSIS Package
6/14/2024 10:42:32 AM.
In this article, I have illustrated the purpose of SSIS with Web API. It shows how SSIS can use Web API to do certain operations, like updating the database table based on Service response, and proces
How To Use LINQ To SQL For Retrieving Data From SQL Server Database
6/14/2024 10:42:01 AM.
This article explores LINQ to SQL, an ORM framework in .NET for mapping database tables to .NET classes. It covers querying operations like Select, Insert, Update, and Delete using LINQ syntax, which
SSE in .NET Core API Real-time Updates in Angular
6/13/2024 8:09:56 AM.
The implementation of Server-Sent Events (SSE) in a .NET Core API to deliver real-time updates to an Angular application. You'll learn how to set up SSE in the backend to push live data streams an
ASP.NET Core Sample Website - Calculator
6/12/2024 10:29:15 AM.
This article demonstrates creating a Web Calculator with .NET Core, covering database setup, Azure hosting, ASP.NET Core features, controller setup, views, models, and enum operations. Explore step-by
Fetch Office 365 Groups Programmatically Using Microsoft Graph API
6/12/2024 10:13:01 AM.
Learn to retrieve Office 365 groups & users programmatically via Microsoft Graph API. Access tokens, endpoints, & jQuery simplify the process for seamless integration.
Choosing ASP.Net Web API or WCF
6/12/2024 7:33:46 AM.
Understand the transition from WCF to ASP.NET Web API, emphasizing HTTP-centric design, simplicity, and coexistence. ASP.NET Web API targets HTTP services, supporting diverse client bases including ri
Webcam Capture and File Upload with HTML JavaScript jQuery
6/12/2024 5:48:55 AM.
The HTML structure for this interface consists of a video element for the live webcam feed, a canvas for displaying the captured image, and a file input element for uploading images. Additionally, but
NSwagStudio - Generate C# Client Code Of ASP.NET Core Web API 😍
6/11/2024 12:21:55 PM.
Learn how to effortlessly generate C# client code for ASP.NET Core Web API using NSwag. Simplify API consumption without manual HttpClient setup. Compatible with various .NET platforms.
.Net Core - C# Web API with Apache Kafka Integration
6/11/2024 12:19:33 PM.
Learn to create Kafka consumers in C# .NET Core for web API integration. Install Confluent.Kafka, configure services, inject dependencies, and implement background service. Test with Kafka producer in
ASP.NET MVC 5 - Deployment On Windows IIS Server
6/11/2024 12:17:55 PM.
Explore the step-by-step process of deploying an ASP.NET MVC5 web application on a Windows server with IIS manager. Learn about Docker deployment alternatives, configuring Web Deploy Package, setting