Explore

c# × .net ×
  • screenshot

    HttpRequest fails on some computers, but not other - response ended prematurely

    We have a .NET 6 application which makes requests to a third party API. About a...

  • screenshot

    ConcurrentDictionary after some time shows incorrect values

    I have some WebSocketHandler which periodically sends changes. Each time when I send a notification, I...

  • screenshot

    I need an idea to build a dynamic application on the fly

    I want to build an application where a user will be able to create his/her own...

  • screenshot

    Error Consuming WEB API with ASP.NET Core

    I'm making a web app that consumes an API with ASP.NET Core. I'm new to this...

  • Optimizing Remote Recruitment and Collaboration: Strategies for Engaging Full Stack Web Developers from LATAM

    Optimizing Remote Recruitment and Collaboration: Strategies for Engaging Full Stack Web Developers from LATAM

  • What is the Universal Windows Platform? (2021)

    This morning I got a wonderful message from a very smart and great person who watched...

  • screenshot

    How to select a part of the text of a DataGridView cell in c# with Windows Forms?

    I'm working on a C# project with Windows Forms and I'm having trouble with a problem...

  • Implementation of response cache in .Net 8

    In today blog, I will explain how you can easily implement response cache in .NET latest...

  • UNDERSTANDING ENUMS IN C#

    In C#, an enum, short for "enumeration," is a distinct value type that defines a set...

  • screenshot

    AutoMapper - map all nulls to empty strings

    For compatibility reasons I need to map, ideally with the AutoMapper, some source POCO, that can...

  • screenshot

    How to map nested objects in Automapper?

    I have 2 classes: Source: public class UpdateExample { public ICollection<ExampleContentDto> Contents { get; set; }...

  • screenshot

    Getting error in my code snippet in o.P1 property .NET Code ERROR MESSAGE

    namespace properties { internal class Program { static void Main1() { Class1 o = new Class1();...

  • screenshot

    ASP dotnet core Concurrency issue in the PRODUCTION ONLY!!! (dotnet 8)

    I have created some APIs with ASP in dotnet 8, and when I test these APIs...

  • screenshot

    No document is generated after project build using DefaultDocumentation

    I have created fresh project and install Default Document nuget latest package (Version="0.8.2"). Updated the csproj...