Archive for November, 2010
Data Binding for Silverlight Application
This post explains loading data into Silverlight form using ADO.NET Data Services service. We need to do the following tasks to achieve this
- Creating an ADO.NET Data Services project
- Creating a Silverlight application and referring the created service above
Creating the ADO.NET Data Services project
1. Create an empty web application using Visual Studio 2010 as follows
Related Posts:
No commentsData Binding in Windows Forms
This post demonstrates the different ways of data binding in windows forms. It also discuss the concepts which are key to understanding the things that are new and different in other binding models. We first design the form using Typed Data Set and then modify the form to work with LINQ to SQL and Entity Framework models.
1. Typed Data Set
Create a new windows forms project in Visual Studio and add a typed dataset named AW2008.xsd to project.
Drag the Product, Product Category and Product Subcategory tables to the designer and save the details.
Related Posts:
No commentsBuilding a CUBE in SQL Server 2008
Creating the Project
To create a cube, we need to create a Analysis Services Project in Visual Studio. Start Visual Studio, select File, New Project. In project dialogue box, select Business Intelligence Projects from Project Types and select Analysis Services Project from right in the dialogue box.
Related Posts:
No comments