Blogs
Here is something to read for you
-
I will admit that I am team Visual Studio, but I have seen a lot of people use Rider for C# and .NET development a lot. And although I keep …
-
What are the differences between C# and .NET? C# is a programming language that can talk to the .NET Framework. Learn more and how to apply them.
-
As a digital nomad, I don’t have a place I call home, so I have to carry a lot of equipment to do my work. Here is what’s inside my bag to create my office.
-
A lot of people ask me why they should take a particular job, but they never ask why they shouldn’t take it. While the latter is easier to answer it’s …
-
Like most C# developers I use Visual Studio. One of the things I love about this IDE is that it contains a lot of shortcuts and key combinations, which make …
-
I wrote a few articles about design patterns. A few examples are the Repository Pattern (or the generic version) and the Strategy Pattern. Both are very effective when writing software. …
-
When I started my tutorial about the Repository Pattern I knew a particular question would be asked: Why not call Entity Framework SaveChanges in the repository after each create, update, or delete? …
-
I have read a lot about the new Google Bard, which should be the big challenger for ChatGPT. But I didn’t have a chance of trying it out myself and …
-
One of the many questions I got when I was a teacher, and one I still see a lot on the internet, is “What do I need to do to …
-
There are many reasons to use a particular programming language. All languages have their own pros and cons. It’s also a personal choice or because you have grown into it. …
-
Most of us know what unit tests are, but why do we create them? Here is my list of 10 reasons why you should create and use unit tests.
-
3-Tier architecture separates an application into 3 logical component and improves scalability, maintainability, and development ease.
- 1
- 2