Category: beginner
-
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…
-
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.
-
jQuery Learning
Taking into account that Microsoft Visual Studio 2010 integrates jQuery,you might want to read about it. Of course,the first link is just http://jquery.com/. Then recommend “Learning jQuery – Better Interaction Design and Web Development with Simple JavaScript Techniques” A quick to learn from it about jQuery,about $ (document). Ready,Ajax with jQuery and about (developing) plug-ins.…