CRUD Operations Using .NET 5.0 Web API
In this article, we will learn about how we can perform CRUD (Create, Read, Update, Delete) operations using .NET 5.0 Web API.
Use Google OAuth 2.0 for Web Applications In C#
In this article, we will learn how web applications use Google API or Google OAuth 2.0 endpoints to implement OAuth in order to use Google APIs.
Most Common Kendo Grid Issues In ASP.NET C#
Here, we will learn about the most common issues faced in Kendo Grid and how to solve it in ASP.NET MVC. You can also check my previous article on Kendo Grid Server side Pagination with sorting and filtering using ASP.NET MVC5 from here. 1. All Data Contain in Singel Line If Column Data is too…
How To Customize The Login Page Of Asp Net Core Identity Web Application With Angular
In this article, we will learn how to customize the login page of the asp net core identity web application with angular.
Read Emails From Gmail And Outlook In C#
This article will help you to read emails from Gmail or outlook. Also, it helps to save the attachment attached to that email.
Add Header And Footer To Existing PDF Using itextsharp In C#
In this blog, I explain how to add header and footer in exciting or new PDF with help of itextsharp. sometimes it’s difficult to modify an existing pdf if wanna add something like the header. footer or any other text at a specific location.
Server Side Paging, Sorting, and Filtering Using the Kendo Grid and Entity Framework In ASP.NET MVC
In this article, we will learn about how we can retrieve data from serverside Paging, Sorting, and Filtering Using the Kendo UI Grid and Entity Framework in MVC ASP .NET applications.
Crud Operation Using Partial View In MVC Razor
In this article, we will learn about how we can perform crud operations using Partial View is like a web user control in ASP .NET applications. Partial Views and User Controls serve the same purpose.
How To Create Azure WebJob
In this article we will learn about how to create Azure web jobs, it is a great way to run scheduled tasks or handle events using storage queues and custom Cron expression.