Thursday, January 14, 2010

Themes in ASP.Net 2.0

This article briefly describes about themes - a beginner's guide

Read more at http://www.dotnetfunda.com/articles/article768-themes-in-aspnet--20-.aspx

Author: Bubbly

Tuesday, January 12, 2010

9 simple steps to run your first Azure Table Program

Azure has provided 4 kinds of data storages blobs, tables, queues and SQL azure. In this section we will see how to insert a simple customer record with code and name property in Azure tables.

Read more at http://www.dotnetfunda.com/articles/article766-9-simple-steps-to-run-your-first-azure-table-program-.aspx

Author: Questpond

Simple custom Event & Delegates demonstration.

Hi, The article will help you to fire your events (custom events) from the control's events of a Web User Control from the Web Page.

Read more at http://www.dotnetfunda.com/articles/article767-simple-custom-event--delegates-demonstration-.aspx

Author: Puneet20884