Wednesday, August 17, 2011

ASP.NET Data Access Overview

ASP.NET Data Access Overview


ASP.NET Data Access Overview

Posted: 17 Aug 2011 02:45 PM PDT

ASP.NET includes several types of server controls that participate in the declarative data binding model, including data source controls, data-bound controls, and the query extender control. These controls manage the underlying tasks that are required by the stateless Web model in order to display and update data in ASP.NET Web pages. The controls let you add data-binding behavior to a page without having to understand details of the page request life cycle.

Beginning an HTML5 Application – The Requirements

Posted: 17 Aug 2011 12:36 PM PDT

More and more developers are starting to think about building applications that have both on-line and off-line features using HTML5. I've been giving this some thought and have decided to build one myself. I thought for a while about what sort of application would make for a good showcase. It's one of the though things [...] Read More......(read more)

SilverlightShow for August 8 - 14, 2011

Posted: 17 Aug 2011 07:26 AM PDT

Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for August 8 - 14, 2011. Here are the top 5 news on SilverlightShow for last week: Understanding the Microsoft Shift on Silverlight and HTML5 Building a CRM Demo...( read more )...(read more)

Windows Phone 7 Data Access Strategies: WebClient

Posted: 16 Aug 2011 05:56 PM PDT

Don't miss... Article series: Getting ready for Microsoft WP7 Exam 70-599 WP7 article series by Andrea Boschin Windows Phone 7 for Silverlight Devs Ebook (also in MOBI and EPUB format): ($4.99) All SilverlightShow Ebooks Download sample code When you...( read more )...(read more)

Dealing with singular plural phrasing

Posted: 16 Aug 2011 11:35 PM PDT

This is an age old problem and one that's probably been solved countless times before, but I'm going to write about it anyways. Say you're writing code like this: < p > You have the following themes: </ p > < ul > @ foreach(var theme in Model) { < li > @ theme.Id </ li > } </ ul > The natural inclination for the lazy developer is to leave enough alone and stop there. It's good enough, right? Right? Sure, when the value of Model.Count is zero or larger than one. But when it is exactly one, the phrase is incorrect English as it should be singular "You have the following theme". I must fight my natural inclination here! On the NuGet team, we have a rallying cry intended to inspire us to strive for better, "Apple...(read more)

RelativeSource Binding in Silverlight

Posted: 16 Aug 2011 10:30 AM PDT

Sometime we need to bind the same data in different properties of the same control. For example, in some cases we need to show text in a TextBlock and also want to show the same text as a Tooltip to that TextBlock control.   How to do it? It's very...( read more )...(read more)

No comments:

Post a Comment