How to Consume ASMX Service in ASP.NET Core
In this article, we are going to learn how to consume the ASMX service in ASP.NET Core which we use to develop in old asp.net webforms days. Nowadays we are…
Exchange for Geeks by Geek
In this article, we are going to learn how to consume the ASMX service in ASP.NET Core which we use to develop in old asp.net webforms days. Nowadays we are…
In this article, we are going to learn how to create a zip file of uploaded files and store them in a folder using ASP.NET Core in simple steps. Useful…
In this article, we are going to learn how to upload a file just drag and dropping in the zone in asp.net core in simple steps We are going to…
In this article, we are going to learn how to POST XML Data to ASP.NET Core WEB API Using HttpClient from the .Net Core Console Application in simple steps. #DOTNETSHORTS…
In this article, we will learn how to update data using the PUT method in simple steps. Using the PUT method we can either update or create new data, but…
In this article, we will learn how to POST Data to ASP.NET Core WEB API Using HttpClient from .Net Core Console Application in simple steps. In the previous two articles,…
In this part, we are going to see what are features provided to the User Role in detail. Let’s start with the Registration Page Registration Page For using the Vueticket…
In this article, we are going to see what is features provided to the HOD (Head of Department) Role in detail. Dashboard After logging into the Application, you are redirected…
In this article, we are going to see what are access provided to Agent Admin (Agent Manager) Role in detail. Let’s begin with Login Page. Agent Admin Dashboard After logging…
In this article, we are going to see what are access provided to Agent Role in detail. Let’s begin with Login Page. Check-in & Checkout This feature of check-in and…
In this article, we are going to see what are access provided to Superadmin Role in detail. Below are the 4 main menus which we are going to cover. Masters…
This article explains how to export data to excel using the EPPlus package with examples in simple steps. Table of Contents Getting Started Project structure Installing NuGet Package Microsoft.EntityFrameworkCore Installing…
The reporter role is to raise bugs and reply to bugs. One difference between Tester and Reporter is. A reporter can be an external person such as (Bussiness Analyst, Support…
The project manager can view all bugs Status of the Developer, Developer Team Lead, Tester and Tester team lead. Feature Overview Dashboard Can View all Bugs of Project assigned to…
The role of the Developer team leader is to monitor his team activities and resolve any doubts which are unable to resolve by his team members. Feature Overview Dashboard View…
The role of the Developer is to Reply to bugs assigned to him by Testers and Tester Team-Lead. Dashboard My Bugs Bug Details Recent Activities My Team Dashboard My bugs…
The tester role is to raise a bug and reply to the bug. Feature Overview Dashboard Report Bug Reported Bug List View Reported Bug Details Bug History Reply on Bug…
Feature Overview Adding Project All Projects Assigning Project to Project Users. (Developer, Developer lead, Tester, Tester Lead, Project Manager, Reporter (Support, Business Analyst, External User)) Removing Project Access Deleting Project…
Bugpoint is an application for Managing and Tracking application Bug. We have different roles in the Bugpoint application and according to the role, we have different features. Superadmin Admin Project…
This article will learn how to create a Listbox in blazor in simple steps. Complete Source Code on Github If you are new to Blazor then you must see PART…