By tag: RiaServices
0
kicks
Silverlight 3 and RIA Services - Insert, Update and Delete
In part II of this article I’ll demonstrate how to use the new RIA services with Silverlight 3 to insert, update and delete data.
0
kicks
A Domain-Driven db4o based Silverlight-3 RIA
In this blog post db4o community member biofractal shows us how to build a Domain Driven Rich Internet Application using the recently released Silverlight 3, RIA Services and db4o. He notes that thanks to the addition of cutting edge RIA services the latest incarnation of Silverlight allows you to t...
0
kicks
ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate
For this project the following (extensive) list of libraries is used (all these libraries are included in the download):
* MS ASP.NET Mvc 1.0
* Microsoft .NET RIA Services July 2009 Preview
* NHibernate 2.1.0CR1
* NHibernate Linq (latest trunk version)
* FluentNhibernate (...
0
kicks
Building a 3-Tier App with Silverlight 3, .NET RIA Services and Azure
Silverlight 3, .NET RIA Services and Windows Azure Services Platform makes 3-tier cloud application becomes easier to build: Silverlight 3 as presentation tier, .NET RIA services as the business logic and data access tier, and Windows Azure Table as data storage tier. The sample application in this ...
0
kicks
RIA Services July 2009 preview major changes
List of RIA Services July 2009 preview major changes
0
kicks
.NET RIA Services V1 Roadmap
Dinesh Kulkarni, from the RIA Services team, has published a roadmap for RIA Services. No guarantees here, but they hope to release a beta at PDC in November. The next CTP will be in July.
0
kicks
Update of .NET RIA Services (preview) is available
Update of .NET RIA Services preview has been become available.
0
kicks
RIA Services and Resharper
Watch out when using RIA Services and Resharper, Intellisense problems galore.
0
kicks
View Model Pattern with .NET RIA Services
This blog post revisits the view model pattern, this time in the context of .NET RIA Services. It shows how a DomainContext can be used within a view model, along with various Silverlight.FX features such as actions, event triggers and behaviors.
0
kicks
.Net RIA Services and Multi-table Joins - Sliverlight 3
Silverlight 3 talk about using EF models to query relational data. Interesting post
0
kicks
Creating application with .NET RIA Services Part 5
In this previous article we added a DomainDataSource control in our application and bounded it to a DataGrid and with their help we easily visualized our data. Now we are going to implement some more goodies into the application - sorting and filtering. We achieve that via the DomainDataSource contr...
0
kicks
What is .NET RIA Services?
Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms.
0
kicks
5 Most Common Asked Questions When Using .Net RIA Services
From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues.
This post address a few of these issues
0
kicks
.Net RIA Services Metadata Programming Model
.Net RIA Services Metadata offers a strong validation framework that makes it easy to validate user input and extend the behavior of your objects through Metadata. This is an introduction to using the Metadata Model as well as a how to.
0
kicks
Creating applications with .NET RIA Services Part 4
In this article I am going to create the Manage Users page and add the functionality needed to visualize Data. For that purpose I will need the DataGrid control, the new DataPager control and the DomainDataSource that is a part of the .NET RIA Services framework.