Read more about the article Bi-directional dependency relationship detected! Check the StructureMap
Auto Hide Label in WPF with C#

Bi-directional dependency relationship detected! Check the StructureMap

You might be facing an issue with the circular or Bi-directional dependency in structuremap, while working with the Dependency Injection in C#. This blog post contains a solution for the Run-time exception: Bi-directional dependency relationship detected! Check the StructureMap stacktrace below...

Continue ReadingBi-directional dependency relationship detected! Check the StructureMap
Read more about the article How to export .csv file from controller in .NET Core MVC App / Web API C#?
ASP.NET Core

How to export .csv file from controller in .NET Core MVC App / Web API C#?

This blog post also helps you if you are looking for How to Export CSV files from ASP.NET core? or How can I return a CSV file in ASP.Net Core? or How to create a web API that returns .csv file as output? or How to return .csv file from .NET Core controller?

Continue ReadingHow to export .csv file from controller in .NET Core MVC App / Web API C#?
Read more about the article How to save the content of Webview as PDF file using Xamarin Android C#?
Xamarin

How to save the content of Webview as PDF file using Xamarin Android C#?

Are you looking for Xamarin C# code to save your HTML content of Webview into a PDF file? Then you are on the right page. Here is the example to save Webview content as a PDF file without using any third-party library.

Continue ReadingHow to save the content of Webview as PDF file using Xamarin Android C#?