Write an Online Basketball Shooting Game Using Silverlight 4 and Farseer Engine - Part 2
In the first article of this series, you’ve learned the fundamentals in using Farseer Engine and its enhanced buddy - PhysicsHelper. Starting from this installment, we are going to develop the online basketball shoot game itself.

Categories: Communities
ASP.NET MVC 2.0 and ADO.NET Entity Framework - Part 2
Out of the .NET framework 4.0 comes many great enhancements, the ADO.NET entity framework (ADO.NET EF) is among the top. The framework has improved upon some of the previous bugs (in version 1), as well as enhanced the API, including many new LINQ-to-SQL-like improvements. We're going to examine using these API features to create a generic version of of a data repository.

Categories: Communities
Write an Online Basketball Shooting Game Using Silverlight 4 and Farseer Engine - Part 1
In this series of articles we will develop an online basketball game using the famous two-dimensional physics engine - Farseer (mainly PhysicsHelper 3.0) under Visual Studio 2010 and Silverlight 4.0 environments.

Categories: Communities
ASP.NET MVC 2.0 and ADO.NET Entity Framework - Part 1
In this article, we'll examine using the ADO.NET Entity Framework (ADO.NET EF). The 4.0 version has received some major upgrades, with some major API enhancements and fixes for most of the pain points within the designer.

Categories: Communities
ASP.NET MVC 2.0 and AJAX Part 2
In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it has mostly to do with the planning of the implementation. We’re going to examine these concerns in this article.

Categories: Communities
Using Shader Effects in Silverlight 3
Categories: Communities
Animation in Silverlight Part 2
In this article you will be learning the basic concepts of Animations in Silverlight Application, which includes Animation Types, namespace details, classes, objects used, implementation of different types of animations with XAML and with C# code and some more interesting samples for each animation.
Presented By: Twitter and Ads. Keeping Ads Out of Your Timeline
Today, Twitter announced that it no longer allows 3rd parties to place ads in the Twitter timeline. This means that publishers, bloggers and brands of all sizes that have been posting paid tweets need to review their posting practices…
dlvr.it >> Read more
Ads by Pheedo

Presented By: Twitter and Ads. Keeping Ads Out of Your Timeline
Ads by Pheedo
Categories: Communities
Deploy an ASP.NET Form to a workflow
This article, taken from the book SharePoint 2010 Workflows in Action, shows you how easy it is to deploy an ASP.NET form to a workflow.

Categories: Communities
Animation in Silverlight Part 1
In this chapter you will be learning the basic fundamental concepts of Animations in Silverlight Application, which includes Animation Types, namespace details, classes, objects used, implementation of different types of animations with XAML and with C# code and some more interesting samples for each animation.

Categories: Communities
Silverlight out of the browser
This article is taken from the book Silverlight in Action, Revised Edition. The author discusses out-of-browser (OOB) applications, which provide the best of Silverlight's cross-platform support along with a locally installed and offline enabled experience.

Categories: Communities
Logging and handling errors in ASP.NET 4.0
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss URL rewriting as a powerful deployment option that opens up new scenarios in URL canonicalization and seamless resource management

Categories: Communities
Representing user input
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss designing a model to represent the data coming into an application. ASP.NET MVC 2 features coupled with a strong input model make it easy to work with user input in an application.

Categories: Communities
ASP.NET MVC 2.0 and AJAX Part 1
ASP.NET MVC makes working with AJAX really easy; it’s quite impressive how powerful the framework can be. JQuery adds extra features and makes AJAX calls really easy; we’ll see that all here soon.

Categories: Communities
Configuring routes to use a custom extension
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss URL rewriting as a powerful deployment option that opens up new scenarios in URL canonicalization and seamless resource management.

Categories: Communities
Leveraging ASP.NET personalization
This article is taken from the book ASP.NET MVC 2 in Action. The authors discuss setting up and editing a profile.

Categories: Communities
Data binding to CLR objects in WPF
Categories: Communities