Features for AdminLTE with ASP.NET Core
I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on…
.NET Core is a cross-platform, open-source, general-purpose development platform maintained by Microsoft. It can be used to build different types of applications, such as web, mobile, desktop, cloud, IoT, machine learning, microservices, and games.
I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on…
I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from…
I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions
In this post, I’m going to explain how to create a pipeline and a release...
The goal of this post is to implement security workflow with Identity Server 4 and C# among projects and services.…
How to connect a web application to PowerBI to give users a unique experience across a website using the PowerBI…
Test Driven Development (TDD) helps you to validate your code but something you need to check some result from a…
In this post I'm talking about Database Connection Resiliency in Entity Framework Core, an update to my previous post about…
How to implement database connection resiliency using an inbuilt or custom execution strategy using Entity Framework Core
In the last couple of weeks, I was talking about Entity Framework Core for creating a model or call stored…
PostSharp.Community.Packer is a free and open-source tool that you can use to pack your .NET Framework application into a single…
With Entity Framework Core you are able creating a model from the database and also calling a stored procedure.
Creating entity & context model automatically in C# for an existing database is called Database-First approach with Entity Framework Core
Connect your C# application with Xero OAuth 2.0 is not really simple. Here how getting the list of organization from…
In this new post I explain the procedure for getting an invoice list from Xero in your C# applications with…
One of the main benefits of building a new .NET project using .NET Core is cross platform deployment, however, IIS…
In ASP.NET Core 1.1 So, for example, in ASP.NET Core 1.x, if you wanted to...
This article shows how to implement a Microsoft Account as an external provider in an...
A tag helper is any class that implements the ITagHelper interface. However, when you create...
Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation