.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…
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…
Should I start by understanding how is a MVC architecture working ? https://symfonycasts.com/ I concur. Even if you don’t pay a subscription (it’s totally worth it, though), the entire script of the video and the Read more…
I’m using a pretty straightforward jQueryUI autocomplete. The only slightly complicated thing is that I have a set list of choices, and the user must enter something from the list. I’m using a JSON array Read more…
Hey! i am wondering how I can sort a class array that contains diffrent typs of data structuers? for example, an Array where each element in the array contains string’s, Double’s or int’s . And Read more…
A friend of mine just put this theme together. Thought I’d share this here, in case anyone is looking for a pretty pink & purple dark theme. https://marketplace.visualstudio.com/items?itemName=DreamTeam.DreamTheme1 no comments yet Be the first to Read more…
So I am trying to populate a series of lists that are properties of a class I have and wanted to build a generic method in another class to populate them but can’t figure out Read more…