Writing Flexible Codes in VB.Net using Delegates
Writing Flexible Codes in VB.Net using Delegates
Who this book is for
If you are
Someone who inherited someone else's code that contains hundred lines of IF THEN ELSE codes, or maybe it's your own code and you want to refactor them but don't know how, and using Classes/Objects seems overkill
Then
This book is for you!
This book
Focuses on the problem, uses bare-minimum code to teach the concept and solution, so you can immediately try and implement this in your own projects after reading the book.
Contains Full Source Code that you can copy + paste and try immediately.
You'll get
A PDF file complete with the problem, the starting (or baseline) and full source code and the final refactored full source codes that you can copy + paste and test.