Skip to content
  • Sat. Mar 25th, 2023

Tutexchange

Exchange for Geeks by Geek

  • Home
  • Projects
    • Quick Introduction to BugPoint Application
    • Frapper (THE Open Source Project)
    • QUICK DESK DATABASE PRICING
  • About Me
  • Contact Us
  • Privacy Policy
  • Website Disclaimer
Top Tags
  • ASP.NET Core
  • Free
  • Open Source
  • LEARN
  • BLAZOR
  • Blazor Server
  • BugPoint

Latest Post

How to Consume ASMX Service in ASP.NET Core How to Create Cross-Platform QR Code in ASP.NET Core How to Create a Zip file in ASP.NET Core How to Uploading multiples files in ASP.NET CORE using DropZone.js How to POST XML DATA to ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application
Blog

How to Consume ASMX Service in ASP.NET Core

Jan 22, 2023 Saineshwar

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…

Blog

How to Create Cross-Platform QR Code in ASP.NET Core

Nov 27, 2022 Saineshwar

In this article, we are going to learn how to Create a QR Code in ASP.NET Core which will work on Windows Hosting as well as on Linux Hosting. Let’s…

Blog

How to Create a Zip file in ASP.NET Core

Nov 13, 2022 Saineshwar

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…

Blog

How to Uploading multiples files in ASP.NET CORE using DropZone.js

Oct 30, 2022 Saineshwar

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…

Blog

How to POST XML DATA to ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application

Aug 28, 2022 Saineshwar

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…

Blog

How to Update data using the PUT Method in ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application

Aug 20, 2022 Saineshwar

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…

Blog

How to POST DATA to ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application

Aug 14, 2022 Saineshwar

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,…

Blog

How to Consume WEB API GET Method with a parameter named id in .Net Core Console Application

Aug 11, 2022 Saineshwar

In this article, we are going to learn how to consume the ASP.NET Core WEB API GET by Id Method in simple steps. In previous article Consuming ASP.NET Core API…

Blog

How to Consume WEB API GET Method in .Net Core Console Application

Aug 9, 2022 Saineshwar

In this article, we are going to learn how to consume the ASP.NET Core WEB API GET Method in the .Net Core Console Application in simple steps. Let’s get started…

Blog

Quick Guide to VueTicket User End

Mar 27, 2022 Saineshwar

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…

Blog

Quick Guide to VueTicket HOD User End

Mar 27, 2022 Saineshwar

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…

Blog

Quick Guide to VueTicket Agent Admin User End

Mar 27, 2022 Saineshwar

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…

Blog

Quick Guide to VueTicket Agent User End

Mar 27, 2022 Saineshwar

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…

Blog

Quick Guide to VueTicket Super Admin User End

Mar 27, 2022 Saineshwar

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…

Blog

Introduction to VueTicket a Ticketing Application

Mar 27, 2022 Saineshwar

VueTicket a Ticketing Application It’s a Ticketing software for small companies which are into customer support. The old version of the ticketing application was in ASP.NET MVC which is now…

Blog

25 Important OOPS Interview Questions with Answers using C#

Jan 19, 2022 Saineshwar

The Watch Top 25 Interview Question with answers asked when you go for an interview as a fresher and experienced .Net Developer. Watch Video which will help you to learn…

Blog

How to Export Data to Excel in ASP.NET Core

Dec 18, 2021 Saineshwar

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…

Blog

Quick View at Reporter Features of BugPoint Application

Dec 12, 2021 Saineshwar

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…

Blog

Quick View at Project Manager Features of BugPoint Application

Dec 12, 2021 Saineshwar

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…

Blog

Quick View at Developer TeamLead Features of BugPoint Application

Dec 12, 2021 Saineshwar

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…

Posts navigation

1 2 … 6
About Me
Saineshwar Bageri
Saineshwar Bageri
Microsoft MVP
SUPPORT ME !
Buy Me A Coffee
Current Visitors
Microsoft MVP
RECENT Articles
  • How to Consume ASMX Service in ASP.NET Core
  • How to Create Cross-Platform QR Code in ASP.NET Core
  • How to Create a Zip file in ASP.NET Core
  • How to Uploading multiples files in ASP.NET CORE using DropZone.js
  • How to POST XML DATA to ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application
  • How to Update data using the PUT Method in ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application
  • How to POST DATA to ASP.NET CORE WEB API Using HttpClient from .Net Core Console Application
  • How to Consume WEB API GET Method with a parameter named id in .Net Core Console Application
  • How to Consume WEB API GET Method in .Net Core Console Application
  • Quick Guide to VueTicket User End
SUPPORT ME (India)
Stackoverflow
profile for Saineshwar at Stack Overflow, Q&A for professional and enthusiast programmers
c-sharpcorner
profile for Saineshwar C# Corner - A Social Community of Developers and Programmers
Codeproject
Badges
DMCA.com Protection Status

You missed

Blog

How to Consume ASMX Service in ASP.NET Core

Jan 22, 2023 Saineshwar
Blog

How to Create Cross-Platform QR Code in ASP.NET Core

Nov 27, 2022 Saineshwar
Blog

How to Create a Zip file in ASP.NET Core

Nov 13, 2022 Saineshwar
Blog

How to Uploading multiples files in ASP.NET CORE using DropZone.js

Oct 30, 2022 Saineshwar

Tutexchange

Exchange for Geeks by Geek

Powered by WordPress.com.

  • Home
  • Projects
    • Quick Introduction to BugPoint Application
    • Frapper (THE Open Source Project)
    • QUICK DESK DATABASE PRICING
  • About Me
  • Contact Us
  • Privacy Policy
  • Website Disclaimer