Explore

.net ×
  • screenshot

    Unexpected behavior of AES decryption

    The problem: I have implemented some functionality that does decryption at specific events, but SOMETIMES it...

  • screenshot

    How configure the inno settup file to use the right appSettings.json

    I am building an installer for four different environments. dev, stage, test and prod. I need...

  • "Using .net Cost Me My Job" (2020)

    In 2005, the .NET Framework had its 1.1 SP1 release and was relatively stable. Visual Studio...

  • 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

  • screenshot

    In IIS Manager, the folder that is visible from the content view but cannot be seen from the physical path

    I have a virtual server (2012 R2) using IIS 8.5. I'm using it for test and...

  • 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...

  • screenshot

    Error while making GitHub Actions CI build to fail when vulnerable nuget package is found in dotnet projects

    I'm checking on ways to make GitHub Actions CI build to fail when a vulnerable nuget...

  • screenshot

    .NET, DockerFile and ConnectionString

    I have a .NET 7 web application, and I have added Docker support. The application uses...

  • screenshot

    Visual Basic in .NET 6 generates double values with too many floating points

    after upgrading my project from .NET Framework 4.8 to .NET 6 the code sometimes generates false...

  • 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

    Which version of Nhibernate works with .NET 6 & Visual Studio 2022?

    we are upgrading our software which requires .NET 6 & Visual Studio 2022. Need to know...

  • 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

    FtpWebRequest GetResponse() Returns: "The remote server returned an error: (425) Can't open data connection." On Server

    My codes are below, it connects and uploads file to ftp on local machine and debug....

  • screenshot

    How to map nested objects in Automapper?

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

  • 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

    How to Improve Your ADO .NET Performance - 10 Proven Ways - Part 1

    In the field of software development, performance is critical. For developers using Microsoft’s.NET framework and ADO.NET...

  • 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...

  • screenshot

    Is .NET version 8 the same as .NET core?

    I am new to .NET and I need to work on a project using .NET core....