Training
Founder and Partner
-
Recent Posts
I Blog About
- abstraction
- blogging
- code design
- cohesion
- composition
- coupling
- course
- data
- data access
- deferred execution
- Dependency Injection
- dependency inversion principle
- design
- design patterns
- Design Practices
- DI
- DIP
- Disposable
- encapsulation
- enforce consistency
- Entity Framework
- globalization
- internationalization
- Inversion of Control
- itcamp14 conference Cluj Microsoft
- job
- LINQ
- localization
- Object Oriented Design Principles
- ORM
- Patterns
- presentation
- public speaking
- QA
- quality
- Queryable
- refactor
- refactoring
- references
- Repository
- separation of concerns
- Service Locator
- SOLID
- tdd
- Testing
- training
- translation
- Unit of Work
- unit testing
- Unity
My Tweets
- Always rewarding to add testimonials for my #UnitTesting #training oncodedesign.com/training-unit-… Thank you all for attend… twitter.com/i/web/status/1…------------------------------------------------ 5 hours ago
- RT @PeterLeeson: When your management is only interesting in pushing for faster deliveries, can you persuade them of the necessity of incre…------------------------------------------------ 1 week ago
- RT @alexnmoldovan: About to go on stage with the most meta leading slide I ever had. @Codecampro #cluj #webdev https://t.co/RnGhCQfNRH------------------------------------------------ 1 week ago
- RT @florincoros: @IrinaScarlat @RevolutApp . @IrinaScarlat It seems that paying salaries through #Revolut is far away not only because Roma…------------------------------------------------ 2 weeks ago
Posts Categories
Posts Archives
Tag Archives: quality
Unit Testing on Top of Entity Framework DbContext
When writing unit tests one of the challenges is to isolate your tests from everything. To isolate them from the code that is not in their target and also from the other tests. As Roy Osherove puts it in his … Continue reading
Posted in .NET, Technical, Unit Testing
Tagged code design, data access, Entity Framework, quality, Repository
Leave a comment
Low Coupling by Refactoring Towards Higher Cohesion
Low coupling and high cohesion go hand in hand. In a low coupled design, the modules, classes and functions have a high cohesion. The other way around is also true: making high cohesive modules, classes or functions leads to a … Continue reading
Unit Testing Training
Unit Testing has been one of the dearest technical subjects for me in the past years. A great influencer was a TDD Workshop lead by J. B. Rainsberger to which I was lucky enough to attend, somewhere in 2010. It … Continue reading
Posted in Technical, Training, Unit Testing
Tagged course, quality, tdd, training, unit testing
Leave a comment
Why I Write Isolated Unit Tests
Most of the times when I talk about unit testing or I ask encourage my colleagues to write unit tests, I emphasis on writing GOOD Unit Tests which are easy to write, they test only one thing and they run … Continue reading
Posted in Technical, Unit Testing
Tagged design, QA, quality, tdd, Testing, unit testing
Leave a comment
The Code Design Training
It was few months ago more than a year ago (22nd of February 2013 in my Trello card, Ideas column), when I came up with the thought of developing a training about how to write good code. At that time … Continue reading
Posted in Technical, Training
Tagged course, design, design patterns, Design Practices, Object Oriented Design Principles, Patterns, quality, SOLID, training
Leave a comment