Featured

How to Write Formatted Code in Teams Chat

Teams

When you want to send to your colleague a text with C# code or any other language, you can make the code look just like in an IDE – colored and highlighted. If you type three backticks “` at the beginning of a line in Microsoft Teams and press Enter, you can write properly formatted […] Read more»

Windows

CRC has failed with DotNetZip (Ionic.Zip) library

Junior developer created some tools which packed to zip-archive some rendered files. He used for this DotNetZip (Ionic.Zip) library. Everything worked fine until today. But today, when users users tried to open zip-file, they’ve got the error “CRC has failed, the file is corrupt”. Read more»

.Net & C#

Add hyperlink to GridView programmatically

GridView is a powerful and easy in use tool in Asp.net, especially if you know how to use it. There are a lot of tutorials how to add dynamic hyperlink column to GridView not programmatically, but this tutorial is about how to add hyperlink to GridView programmatically (in code-behind). Read more»

.Net & C#

Popular Posts