Category: books

  • Console2SAAS – what I learned from fourth chapter

    The fourth chapter of the mini e-book Console2SAAS show me that,if you have properly construct the console application,the GUI ( Windows Forms,for example) should not be so difficult to made. The problem now is the feedback to the user – you must somehow re-design the logic in order to ensure some graphical indicators to the…

  • Console2SAAS – what I learned from third chapter

    The third chapter of the mini-e-book Console2SAAS shows me that I should not re-invent the wheel. Of course,it is easy to make a code that reads settings – but why do it so if there are libraries already in the framework  ? Also,even a such simple task ( reading the setting),in order to do properly,there…

  • Console2SAAS – what I learned from second chapter

    The second chapter of Console2SAAS is very short. I realized that,as soon that you have the software,you want to have an ecosystem around it – version control,automatic CI . Also,if the software is released even to beta testers,you should have some refactoring done in order to have the solution structured properly for modifications. You can…

  • Book-Console2SAAS – what I learned from first chapter

    The first chapter of the Console2SAAS book showed me that even the first iteration of an application could have interesting challenges. It was about how to structure the code – it is easy to set up properly from the start . Creating even simple code ( in this case,that creates an Excel file) is somehow…

  • Book–Console2SAAS–technical details and CD

    One of the important thing about creating a book is how to have fast feedback you see it after you write some texts. I decided to go like this: Each chapter will be in his own folder  ( https://github.com/ignatandrei/console_to_saas/tree/master/Chapter01,https://github.com/ignatandrei/console_to_saas/tree/master/Chapter02,and so on) . The content will be in the readme.md in each chapter folder ( to…

  • Book – Console 2 SAAS

    I have a passion to read – also a passion to teach . And to reach others,what is best than a book ? The idea of the book is how to pass from a Console application to a SAAS application –  with clear examples in .NET . I have written the book with the help…

  • Making Open Source Component from idea to deploy With examples from .NET Core

    I have written a booklet,   Making  Open Source Component,from idea to deploy,With examples from .NET Core   If you want to read it / or review it /  you ca find the link below Thank you [wpdm_package id=’2730′]

  • Agile Principles,Patterns,and Practices in C#

    A good book about Agile,Design Patterns and UML: and others. A little bit too dense – but,if you are a beginner programmer,please be sure to understand the concepts. If you are a good programmer,just remember ideas.

  • Javascript patterns

    In our days Javascript appears to conquer all . So I have decided to read a book about patterns in Javascript. And I definitely recommend this book: it is good written and full of practical details. It is a must read for anyone to unleash their javascript programming potential.

  • Adaptive Code via C#: Agile coding with design patterns and SOLID principles (Developer Reference)

        This book could be named also “Best practices in programming with C# examples”. It contains almost all principles – including how to do duck programming with Impromptu . If you read it,you will have an overview about how we program in this year for usual business applications.