Friday, August 6, 2010

Silverlight Cream for August 06, 2010 -- #919

Silverlight Cream for August 06, 2010 -- #919


Silverlight Cream for August 06, 2010 -- #919

Posted: 06 Aug 2010 10:36 AM PDT

In this Issue: Max Paulousky , Jeff Fansler , Xianzhong Zhu ( -2- ), Anton Polimenov , Braulio Díez Botella , Alex Yakhnin , Willem Meints , Shawn Hargreaves , John Papa , and Roger Peters . Shoutout: I found this via Mike Taulty , and it's pretty darn...( read more )...(read more)

Cross-Page Posting in ASP.NET Web Pages

Posted: 06 Aug 2010 10:05 AM PDT

When you configure a page for cross-page posting, you frequently want to get information from the source page. This might include the information from controls on the page, as well as public properties of the page. This topic provides the details and code you need to understand cross-page posting.

HttpRequest Class

Posted: 06 Aug 2010 10:00 AM PDT

This class enables ASP.NET to read the HTTP values sent by a client during a Web request. The methods and properties of the HttpRequest class are exposed through the Request properties of the HttpApplication, HttpContext, Page, and UserControl classes.

ASP.NET and IIS Configuration

Posted: 06 Aug 2010 09:55 AM PDT

The topics in this section provide information about how to use IIS (Internet Information Services) with ASP.NET applications.

A Cheat Sheet for Unit Testing Silverlight Apps on Windows Phone 7

Posted: 05 Aug 2010 07:58 PM PDT

I've been planning on writing a quick overview of the basics of unit testing in Silverlight for a while now. Since Windows Phone 7 is the hot topic now, and there are a few quirks with using the Silverlight Unit Test Framework with it, I figured now would...( read more )...(read more)

sp_CascadingDataViewer

Posted: 02 Aug 2010 03:42 PM PDT

sp_CascadingDataViewer is a stored procedure enables the user to find all data that is dependant on a given set of rows in a given table in a given database.
It traverses the database's foreign keys to find that dependant data.
It is written in T-SQL and works on SQL Server 2008.

No comments:

Post a Comment