No articles have been posted.
Average blogs rating: 4.50
Applications & Tools
Building a LOB Gamification Service with ASP.NET Web API, HTML5, CSS3, JavaScript, and KnockoutJS – Part 1 [Technical Blog]
Posted: 4 Dec 2012
Updated: 4 Dec 2012
Views: 2,612
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 9
Downloaded: 0
I have been working on a gamification service that I intend to blog about as it takes form. This is just part 1.
ASP.NET
Building a LOB Gamification Service Administration Website: Authentication [Technical Blog]
Posted: 7 Jan 2013
Updated: 7 Jan 2013
Views: 2,924
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Introduction Simulation Domain Model Server Data Services Web API Crud U.I. Mockup I started the LobGame Gamification Service Administration website by using the MVC 4 Internet template. The last blog post in this series shared a mocked up version of … Continue reading →
LOB Gamification Service Admin Website: Data Services [Technical Blog]
Posted: 17 Dec 2012
Updated: 17 Dec 2012
Views: 1,895
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 4
Downloaded: 0
The goal of this post is to use ASP.NET MVC Web API to surface database data to the client browser.
Silverlight
Calling into your database on Silverlight Application_Exit [Technical Blog]
Posted: 19 Mar 2013
Updated: 19 Mar 2013
Views: 1,476
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Calling into your database on Silverlight Application_Exit.
Site & Server Management
Building a LOB Gamification Service Administration Website: Domain Model [Technical Blog]
Posted: 10 Dec 2012
Updated: 10 Dec 2012
Views: 1,905
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 4
Downloaded: 0
In the last post about the LOB Gamification Service, the explanation of the video is a great starting point for defining the domain model I will be using. “Every time the user crossed a lightning bolt Action, the user receives … Continue reading →
Web Security
Building a LOB Gamification Service Administration Website: Web API CRUD [Technical Blog]
Posted: 23 Dec 2012
Updated: 23 Dec 2012
Views: 1,464
Rating: 0.0 / 5
Votes: 0
Popularity: 0.0
Licence: The Code Project Open License (CPOL)
Bookmarked: 1
Downloaded: 0
In this post, I would like to discuss adding, deleting, and updating data through the Web API.
Other .NET Languages
ASP.NET MVC 4 SPA Navigation with Sammy.js [Technical Blog]
Posted: 28 Jan 2013
Updated: 28 Jan 2013
Views: 4,845
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 5
Downloaded: 0
I am learning from John Papa's Single Page Apps with HTML5, Web API, Knockout and jQuery