.Net
How to reverse IsPressed effect in WPF?
I have a check box in my WPF application. The checkbox made by my own control template. Where I use bullet decoration to apply the check mark and the grid. I add an IsPressed effect Read more…
I have a check box in my WPF application. The checkbox made by my own control template. Where I use bullet decoration to apply the check mark and the grid. I add an IsPressed effect Read more…
Sending an Email is a very common functionality in any web application. For example, we can send welcome Email when user register on our website, send a newsletter Email, sending an invoice, sending a birthday Read more…
A lightweight, user-friendly, jQuery based timer picker component that works perfectly with any popular CSS frameworks like Bootstrap and Tailwindcss. Demo Download source
no comments yet Be the first to share what you think! Members Online source
Hi. I need to create android app for my university project that uses SignalR, and i dont rly know much about xamarin, so i need an advice on picking between forms and native android. It Read more…
Hello, I built a dotnet tool with .Net Core to write some notes from the terminal. You can find notes written in specified date and search by content you can also export all your notes Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
So i have this linux console app (net 5) and i want to create an installer for it. How do i do that, thank you Windows style Installers are very uncommon on Linux. Forcing on Read more…
Usually VB is the more verbose of the two languages, so I’m surprised to see C# being more verbose in this scenario! Why can’t I just yield 42; in C# like I can in VB? Read more…
C# 1.0 was designed 20 years ago with a new feature never before seen in any language: “properties”, which act internally like methods (they contain code) but externally like fields (you access them without trailing Read more…