Browse by Tags
All Tags »
.Net RIA Services (
RSS)
.Net RIA Services: Custom Validation This is another post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 and ASP.Net . Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 .Net RIA Services Part 3: DataForm and Validation .Net RIA Services: Sharing Code between the Client and Server Using DomainDataSource in ASP.Net ASP.Net DomainDataSource with Select...
.Net RIA Services: Sharing Code between the Client and Server This is another post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 and ASP.Net . Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 .Net RIA Services Part 3: DataForm and Validation Using DomainDataSource in ASP.Net ASP.Net DomainDataSource with Select Parameters ASP.Net QueryExtender...
.Net RIA Services Part 3: DataForm and Validation This is the forth part in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 . In part 1 of this series I created a new application, created a simple data model and used the Domain Service and Domain Context to retrieve data and bind it to a DataGrid . In part 2 we replaced the manual work needed to get the data from the server with the DomainDataSource that provided some more advanced scenarios such as...
ASP.Net QueryExtender Control and DomainDataSource Just another post about .Net RIA Services with Silverlight and ASP.Net. Previously, I wrote about Using DomainDataSource in ASP.Net and ASP.Net DomainDataSource with Select Parameters . In this post I am talking about the new ASP.Net QueryExtender Control , that applies additional filtering to the DomainDataSource. It does that by an additional expression to the expression tree that the DomainDataSource generates before hitting the DomainService...
ASP.Net DomainDataSource with Select Parameters Continuing with .Net RIA Services with Silverlight and ASP.Net. In the last port I wrote about Using DomainDataSource in ASP.Net , and showed its basic usage. In this post I’ll show a more advanced scenario in which you want to use a domain service select method that takes parameters , and get the parameter value from a control on the form. In the previous post, we had a GridView bound to a DomainDataSource that called a Select Method on the DomainService...
Using DomainDataSource in ASP.Net In ASP.Net 2.0 we were introduced to this concept of Data Source controls. We got the ObjectDataSource , XmlDataSource and SqlDataSource that let us bind a GridView or a ListBox to some data without having to write any additional code. In .Net Framework 3.5 we got LinqDataSource and with .Net Framework 3.5 – the EntityDataSource . In the future of ASP.Net, among other significant improvements around data access, we get a new way of accessing our data – DomainDataSource...
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 This is the second post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 . In part 1 of this series I created a new application, created a simple data model and used the Domain Service and Domain Context to retrieve data and bind it to a DataGrid . In this post we take it from that step, and replace the manual work with the DomainDataSource that provides some more advanced...
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 This is the first post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 . In this post I will create a new application, create a simple data model and use the Domain Service and Domain Context to retrieve data and bind it to a DataGrid. Before you start, make sure you have Silverlight 3 Beta and .NET RIA Services March 2009 Preview installed, and you have already installed...