fullstackheroThe Right Way To Use HttpClient In .NETIf you’re building a .NET application, chances are high that you’ll need to call an external API over HTTP.Jun 11, 2023Jun 11, 2023
fullstackheroAdd All Projects to Solution with dotnet CLIIf you need to just create a new solution file with all projects in all subfolders in it, this should work for you.Apr 19, 2023Apr 19, 2023
fullstackheroDelete dotnet bin and obj folders recursively.You want to remove all bin and obj folders from your solution or git repo. Sometimes there are files in the bin and/or obj folders…Apr 19, 2023Apr 19, 2023
fullstackheroBest Practices When Using the Lock StatementThe Lock Statement Is Easy to MisuseAug 8, 2020Aug 8, 2020
fullstackheroTạo proxy server với Tor và Privoxy để crawl website mà không lo bị chặnMở đầuJul 24, 2020Jul 24, 2020
fullstackhero.Net Exceptions Best PracticesException is one of those constructs that is easy to misuse. This might include not throwing exception when one should or catching the…Jul 24, 20203Jul 24, 20203
fullstackheroLambdas vs Local Functions What’s the DifferenceWe already had the ability to create a short anonymous methods that assigned to a variable in C#. We could achieve this using delegate…Jul 24, 2020Jul 24, 2020
fullstackheroWriting a NuGet package release notes in an outside of a .csproj file.Editing .csproj file by any text editors is easy.Jul 15, 20201Jul 15, 20201
fullstackheroTools & IDE for Reverse Engineering Android APKsJadx https://github.com/skylot/jadx/releasesJul 1, 2020Jul 1, 2020
fullstackheroSerilog configuration in .NET Core projectCấu hình Serilog để làm việc với dự án .NET CoreJun 27, 2020Jun 27, 2020