AdventureWorks demo application

We would like to introduce demo web application based on popular Microsoft database AdventureWorks. The AdventureWorks database supports a fictitious, multinational manufacturing company called Adventure Works Cycles. Goal of application is to show example of multiple technologies working together. Technologies, packages and frameworks included are: Microsoft SQL database Entity Framework ASP.NET MVC KendoUI AdminLTE Demo …

Create content rotator with knockout.js and CSS3

There are number of ready made content rotators or content sliders on net. Here is another example how can you make one with knockout.js, few lines of JavaScript and some CSS. Let’s say that we want to display list of discounted products on sidebar that rotates every few seconds, First, let’s make HTML with knockout …