Posts

Showing posts from 2016
Learning JavaScript Design Patterns Preface Design patterns are reusable solutions to commonly occurring problems in software design. They are both exciting and a fascinating topic to explore in any programming language. One reason for this is that they help us build upon the combined experience of many developers that came before us and ensure we structure our code in an optimized way, meeting the needs of problems we're attempting to solve. Design patterns also provide us a common vocabulary to describe solutions. This can be significantly simpler than describing syntax and semantics when we're attempting to convey a way of structuring a solution in code form to others. In this book we will explore applying both classical and modern design patterns to the JavaScript programming language. Essential js Design Patterns
Bootstrap themes are released under the MIT License and maintained by the community on  GitHub http://bootswatch.com/
Google Trend - SharePoint vs SiteCorre I was trying to understand the future market. So generated the comparison report.
Difference between ASP.NET MVC 6 and ASP.NET MVC 5 The best way to learn what’s new in any technology is to compare with its previous version. Here will be understanding the difference between ASP.NET MVC 6 and ASP.NET MVC 5 by creating sample application and comparing project solution  structure between them. Well we have many difference(s) between ASP.NET MVC 6 and ASP.NET MVC 5 in solution structure itself, lets explore them without code been written. Follow on originally posted article