.NET news » ASP.NET ASP.NET Rss Feed

Developing Web Applications with ASP.NET MVC3 and Entity Framework 4.1

In this article, I will provide a demo application that is developed with the ASP.NET MVC3 and Entity Framework4.1. The demo also adopts following design principal, pattern and best practice to make it more flexible and extensible, Separation of Concern, POCO, Code-First, Registry Pattern, Repositor
17 Aug 2011, 09:01:00   Source: Developing Web Applications with ASP.NET MVC3 and Entity...   Tags: ASP.NET

Package that resizes and compresses images used with an ASP.NET web site and combines them into CSS sprites

Reduces page load times of ASP.NET web sites by combining page images and CSS background images into CSS sprites. Compresses and physically resizes images to make thumbnails. Caters for repeating background images.
3 Aug 2011, 08:17:00   Source: Package that resizes and compresses images used with an...   Tags: ASP.NET

ASP.NET 4.0 Chart Control

A short introduction into the new ASP.NET 4.0 Charts Control
2 Aug 2011, 07:56:00   Source: ASP.NET 4.0 Chart Control   Tags: ASP.NET

Six Silverlight ListBox Tips

The Silverlight ListBox is much more than you may think. When most people think of a ListBox they typically think of just a simple control that displays rows of text. However, the Silverlight ListBox is one of the most flexible controls you will find. I tend to think of the ListBox as similar to the ASP.NET Repeater control as it too is very flexible. In this article, I will show you six different ways to display data in a Silverlight ListBox.

30 Jun 2011, 19:00:00   Source: Six Silverlight ListBox Tips   Tags: ASP.NET

UFrame: goodness of UpdatePanel and IFRAME combined

UFrame makes a DIV behave like an IFRAME that can load any ASP.NET/PHP/HTML page and allows all postback and hyperlink navigation to happen within the DIV - a painless way to make regular pages fully AJAX enabled
11 Jun 2011, 11:02:00   Source: UFrame: goodness of UpdatePanel and IFRAME combined   Tags: ASP.NET

Webpart/Portlet development in ASP.NET MVC Framework

Solution adorned with drag and drop Portlet/Webpart customization feature in ASP.NET MVC Framework. It summoned JQuery for better user experience evading inclusive page refresh during personalization.
28 May 2011, 10:14:00   Source: Webpart/Portlet development in ASP.NET MVC Framework   Tags: ASP.NET

Gridview inside Gridview in asp.net C#

Gridview inside Gridview in asp.net C# or Nested Gridview and Update , Delete from Gridview
27 May 2011, 20:36:00   Source: Gridview inside Gridview in asp.net C#   Tags: ASP.NET

Using Google Calendar in an ASP.NET Website

How to use Google Calendar in an ASP.NET website
27 May 2011, 16:04:00   Source: Using Google Calendar in an ASP.NET Website   Tags: ASP.NET

Web Migration: Moving Your Web App from WebMatrix to ASP.NET MVC 3

The Web Pages page-centric programming model supported by WebMatrix is a great way to get Web apps up and running. If you later decide that embracing ASP.NET MVC would give you more flexibility, you're covered. We’ll explain why you might choose to migrate and show you how to do it.
1 May 2011, 19:00:00   Source: Web Migration: Moving Your Web App from WebMatrix to...   Tags: ASP.NET

MVC Bricks for ASP.net

Learn how to create a simple game using ASP.net MVC, jQuery, State Machine and CSS3 gradients
28 Apr 2011, 22:48:00   Source: MVC Bricks for ASP.net   Tags: ASP.NET