In this article, I have provided step by step procedure to create grid view in ASP.NET Core MVC with data from database using Entity Framework and Bootstrap pagination.
In this article, I have explained how you can upload file to Google drive using Google api and OAuth in ASP.NET MVC C# and how to create folder, list files.
Hello, I would like to know how can I get currently logged in User ID using ASP.NET Core Identity in ASP.NET Core 3 or 6? Trying to Use MVC Version 'User.Identity.GetUserId()' but it doesn't help.
In this article, I have provided multiple ways to resolve error "the breakpoint will not currently be hit, no symbols have been loaded for this document" in visual studio.
In this article, I am going to explain you about the server side validation of form (with example) in asp.net MVC using Data Annotations & creating Custom Validation
In this article, I have explained about what is Model Validation and Model binding in ASP.NET Core MVC and how to validate form using Model validation in ASP.NET Core MVC.