Skip to content

DotNetSlackers Latest ASP.NET Articles
Syndicate content
Latest ASP.NET Articles from DotNetSlackers.
Updated: 45 min 29 sec ago

Write an Online Basketball Shooting Game Using Silverlight 4 and Farseer Engine - Part 2

Fri, 07/30/2010 - 01:00
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

Wed, 07/28/2010 - 01:00
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

Mon, 07/26/2010 - 01:00
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

Fri, 07/23/2010 - 01:00
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

Wed, 07/21/2010 - 01:00
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

Mon, 07/19/2010 - 01:00
In this article, you will learn how to use shader effects in Silverlight.

Categories: Communities

Animation in Silverlight Part 2

Wed, 07/14/2010 - 01:00
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
Categories: Communities

Deploy an ASP.NET Form to a workflow

Mon, 07/12/2010 - 01:00
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

Fri, 07/09/2010 - 01:00
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

Wed, 07/07/2010 - 01:00
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

About layers, separation, and Entity Framework

Mon, 07/05/2010 - 01:00
Dino Esposito talks about layers, separation, and the Entity Framework.

Categories: Communities

Using the TabControl and ToggleButton controls in Silverlight

Wed, 06/30/2010 - 01:00
In this article, you will learn how to use the TabControl and ToggleButton controls in Silverlight.

Categories: Communities

Logging and handling errors in ASP.NET 4.0

Tue, 06/29/2010 - 01:00
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

Fri, 06/25/2010 - 01:00
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

Wed, 06/23/2010 - 01:00
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

ASP.NET MVC and File Uploads

Mon, 06/21/2010 - 01:00
Managing file uploads with ASP.NET MVC.

Categories: Communities

Configuring routes to use a custom extension

Fri, 06/18/2010 - 01:00
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

ASP.NET MVC 2.0 Areas

Wed, 06/16/2010 - 01:00
A look at ASP.NET MVC 2.0 Areas.

Categories: Communities

Leveraging ASP.NET personalization

Mon, 06/14/2010 - 01:00
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

Fri, 06/11/2010 - 01:00
In this article, you will learn how to bind to a method of a CLR object in WPF.

Categories: Communities