Home

Concurrency with C#

When you have a lot of process to do in your C# app, but if you do it sequentially it’s take so long. So, you can do it concurrency, this is all you have to see.

Read more

Publish dotnet app in single file

When publish dotnet app to release many file appear in /Release folder. But if you don’t like it that way and love to compact those file in single file, it could be better. So define property like config below be useful to you.

Read more