Continuing in our discussion of Silverlight 3 and the brand new update to
.NET RIA Services and the update the example from my Mix09 talk “building
business applications with Silverlight 3”.
You can watch the original video of the full session
The demo requires (all 100% free and always free):
VS2008 SP1 (Which includes Sql Express 2008) Silverlight 3 RTM .NET RIA
Services July '09 Preview
Also, download the full demo files and check out the running application.
Today, we will talk about Rich Data Query.
Rich Data Query
Next up, let’s talk about data query. Nearly every business application
deals with data. Let’s look at how to do this with .NET RIA
Services. We will start out in the web project. For this example I
will use an Entity Framework data model, but ... (more)
In ASP.NET 2.0, we introduced a very powerful set of application services in
ASP.NET (Membership, Roles and profile). In 3.5 we created a client library
for accessing them from Ajax and .NET Clients and exposed them via WCF web
services. For more information on the base level ASP.NET appservices
that this walk through is based on, please see Stefan Schackow's excellent
book Professio... (more)
Still updating my Mix 09 Silverlight 3 + RIA Services talk with more fun
stuff. This time I take up a challenge from Mr. Wildermuth. Shawn
recently raised a very interesting issue with RIA Services development. He
works with a lot of large enterprises that need to have separate solution
files for their client and server projects. Generally we recommend the RIA
Services Class Library ... (more)
I am having a blast with the series where I am updating my simple Mix 09
Business Application demo. In this part, I wanted to explore one of the
most popular data access solution for .NET – NHibernate. Many customers
finds that the flexibility of NHibernate makes it easier for them to build
maintainable and testable applications. As an aside, I think NHibernate is
an excellent example... (more)
Continuing in our discussion of Silverlight 3 and the update to .NET RIA
Services. I have been updating the example from my Mix09 talk “building
business applications with Silverlight 3”. RIA Services is very much an
extension of the LINQ project. Effectively you can think of RIA Services as
n-tier LINQ. As such, I thought it would be interesting to show how any of
the tons of Lin... (more)