-
Feature Image by Overview of Domain-Driven Design. Source The DDD Community 2019, pp 6. This is my understanding of the importance of DDD having read books and articles and attended courses on it and also having how projects can get really complex over time and unmaintainable with little knowledge of the domain from …
Read More -
The problem A lot of software engineers get into the industry and often end up starting to write code soon after they read the requirements specification. Sounds familiar? You might have done it too. Hard to admit? Can be. We are humans, after all. Jumping right into the coding process might be a great idea for a …
Read More -
LINQ stands for Language Integrated Query Language. It was a feature introduced along with Visual Studio 2008 that extends the querying capabilities of C# for any sort of data source. Generally LINQ is used to query data sources like SQL Server Databases and XML files. I use it to query databases. I'm not going to …
Read More -
As you might have noticed from my recent posts, I've just recently jumped from one platform to another. And my current project is a bit of a legacy thing. A lot of people worked on it previously and those who did weren't necessarily experts in the technology that they used when they initially developed it. They did a …
Read More -
Software Engineers should read this
Oct 14, 2013 | 1 min read best practices martin fowler object oriented analysis and design coding software engineeringI think as programmers you should read and understand this: http://martinfowler.com/ieeeSoftware/explicit.pdf From the expert in OOAD and related stuff - Martin Fowler.
Read More