.Net
Packing dll dependencies
I made a simple program, but I use html agility pack to do 1 simple thing. How can I get a simple .exe of my program without also having to include the htmlagilitypack dll in Read more…
I made a simple program, but I use html agility pack to do 1 simple thing. How can I get a simple .exe of my program without also having to include the htmlagilitypack dll in Read more…
I’m working on a Reddit clone and currently I’m setting up the posts. The users can have badges (just like on Reddit e.g. premium users have the shield) and I want to check if a Read more…
I have to go to a doctor because I was trying to figure out what happened to Symfony 6, 7, and 8 for about 10 minutes. Not going to lie I also saw that at Read more…
By leveraging multiple Where statements, the list will be iterated once per statement. The where method doesn’t even iterate the list, it doesn’t have any effect on the number of times the list may be Read more…
I always hear about WordPress being shit, and I sometimes wonder how true this is in the eyes of software engineers. I build pretty large WP integration plugins for clients. Example might be an O365 Read more…
How can I use TZConvert in my Dockerfile for dotnet core app? It seem like I am getting an error in my DOTNET .CORE APP: Exception of type ‘System.TimeZoneNotFoundException’ was thrown. when I try to Read more…
Removed: Rule 4. https://dotnet.microsoft.com/learn/videos There is also a ton of good tutorials on Youtube: ProgrammingWithMosh, Tim Corey just at the top off my head. There is a comment with timestamps and topics Also search csharpfritz Read more…
I use unit of work + repository with generic repository. What about you? Which one is best to use? I am not surprsied there is no comments or answers to this question. There is only Read more…
So I guess as the title suggests I need a UI framework something like Bunifu. But I want something with more/different features to make my apps look better. I am requesting for Winforms due to Read more…
How to turn Ignorance into Power Author’s Note: The latest version of this essay is now a chapter in the Coding Career Handbook. We are often told that Knowledge is Power. This is mostly true Read more…