The 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
Add 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
Delete 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
Best Practices When Using the Lock StatementThe Lock Statement Is Easy to MisuseAug 8, 2020Aug 8, 2020
Tạo proxy server với Tor và Privoxy để crawl website mà không lo bị chặnMở đầuJul 24, 2020Jul 24, 2020
.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
Lambdas 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
Writing 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
Tools & IDE for Reverse Engineering Android APKsJadx https://github.com/skylot/jadx/releasesJul 1, 2020Jul 1, 2020
Serilog configuration in .NET Core projectCấu hình Serilog để làm việc với dự án .NET CoreJun 27, 2020Jun 27, 2020