.Net
What architecture pattern you use now?
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…
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…
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…
We asked web builders that we admire the same question: What is one thing you learned about building websites this year? Here’s what they told us. We would like to thank our ❥ sponsor Automattic 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…
Hi guys! I’ve just released v1.0.0 of a small package that I’ve been working on. It’s a wrapper package that can be used for validating email addresses using the Mailbox Layer API. It includes caching Read more…