In this post, we will see how to resolve Amazon Athena weird query results showing junk data Question: I have a really weird behaviour on Amazon Athena: Create a test table with: Insert some data: A Select returns this obvious ...

In this post, we will see how to resolve Define 2 roles for our ASP.NET Core MVC 6.0 (Admin & Users). if we do not have registration and we are authenticating users using MS Identity Manager Question: I created a ...

In this post, we will see how to resolve ASP.NET Core : getting values if its id exists in relational table with EF6 or Linq? Question: I have a date table and a time table. These two tables are related. ...

In this post, we will see how to resolve Where is the GetCustomAttributes method of the ActionDescriptor with Swashbuckle in asp.net core 6.0? Question: Old ASP.NET Web API 2: apiDescription is a parameter from the interface IOperationFilter method ASP.NET Core ...

In this post, we will see how to resolve APPAP308E – Invalid process path. Full path is required Question: I use CyberArk 12.1 to get database password by SDK. Application was written in NetCore3.1, we migrate it to NET6. Sadly ...

In this post, we will see how to resolve Styling Identity Scaffolded Razor Pages to use default Blazor theme Question: I just added Identity to my existing Blazor Server project using Identity Scaffolding. I followed this Microsoft learn guide here. ...

In this post, we will see how to resolve An unhandled exception occurred while processing the request in ASP.NET Core dependency injection Question: I have an ASP.NET Core Web application that has an interface in the application that inherits a ...

In this post, we will see how to resolve ASP.NET Core Web API swagger page not working when deployed to Azure Appservice Question: I just created basic Web API using Visual Studio 2022 > create new project > selected the ...

In this post, we will see how to resolve Why using tabs with Console.WriteLine don’t show background color? Question: When you print tabs using Console.WriteLine, they never use the specified background color: Did I miss something or is it by ...

In this post, we will see how to resolve Inject DbContext without explicitly passing as constructor argument in .net6.0 console app Question: I’m trying to do a c# console app (.net6.0). Here is my program.cs Ghonta.cs- I can’t figure it ...