Quantcast
Channel: riaservices Discussions Rss Feed
Browsing latest articles
Browse All 20 View Live

New Post: Silverligth MVVM : How to do Localization in the correct way ?

Hello Nik,I also asked this question on stackoverflow, but I also wanted to ask for your opinion about this.Question in short:Do you define the translation + localization in the viewmodel, or xaml?Best...

View Article



New Post: Question about validation from a Book

The biggest reason really is to show operation-level validation. Essentially RIA Services support field-level, entity-level, and operation-level validation.

View Article

New Post: Roles

Based on seeing things like RolePrincipal in your stack trace, it doesn't seem like a question related to this project. For general questions with RIA Services, please post on the appropriate forum.As...

View Article

New Post: Silverligth MVVM : How to do Localization in the correct way ?

I would do localization in xaml... I don't think I want to write a ton of code in my view model for this.Essentially my object containing string or other localized values would be instantiated in...

View Article

New Post: Silverlight MVVM Business Application : Where to place the resource...

Hi Nik,Thank you for your quick and helpful answer on my previous questions.I've another question on stackoverflow which is about where to place the different resource files and where to define the...

View Article


New Post: Roles

Thats whats weird about it. It is trying to use the standard Asp.Net Roles for a SQL Server that does not exist. My roles are mixed into my DataLayer that is why I am using your Book Club example. I...

View Article

New Post: Roles

I do have roles support/usage in the application.

View Article

New Post: Silverlight MVVM Business Application : Where to place the resource...

This is a matter of opinion ultimately. I personally think you're assigning additional semantics to a model. It is the UI/presentation tier that is interpreting those additional semantics/hints to...

View Article


New Post: LoadUser fails for default user

 // This will automatically authenticate a user when using windows authentication// or when the user chose "Keep me signed in" on a previous login attempt...

View Article


New Post: No persistant Cookie created for User

When user selects "remember me", persistant cookie is not created.Change code in FormsAuthenticationService.cs:public TUser Login(string userName, string password, bool isPersistent, string customData)...

View Article

New Post: No persistant Cookie created for User

public TUser Login(string userName, string password, bool isPersistent, string customData) { TUser user = ValidateCredentials(userName, password, customData); if (user != null) { string userData =...

View Article

New Post: Loading Child Objects

I posted this on Nikhil's blog but I figured let me post this here since it is dicussions for RIA services.We have been working on researching RIA services for our new development initiative. Definetly...

View Article

New Post: FormsAuthenticationService does not enable Roles when using a...

Hi,I have come across a bug where users are unable to access Role secured resources when they have chosen to persist the cookie between sessions.In this scenarioLoadUserOperation luo =...

View Article


New Post: Concurrent Queries Multiple Databases

We are building an application that we hope to host in the cloud.  One of the things we are considering is spreading a single clients data across multiple databases.  Is it possible to expose one RIA...

View Article

New Post: Please rename RIAEssentials to RiaEssentials (lowercase)

This is by convension.

View Article


New Post: Is there any way to have idle timeouts?

I am using Ria Essential for my authentication. Is there no way to implement idle timeouts? Is there any way to implement these in WCF Ria services at all?Thanks,Shane

View Article

New Post: Would be great having this project thru NuGet

Please add to NuGet library.Very essential. I use the RiaEssentials in all my Silverlight projects.The FormsAuthenticationService is a mandatory project and should have been included out-the-box.Thanks.

View Article


New Post: How does a NewBee get started

I just came across this today, and need to know how to log in.  I can't find any documentation on current user names/passwords or how to create a new user.any help would be most appreciatedthanks,jjw

View Article

New Post: Validation of included entities

Hi,I'm creating an application using Silverlight and RIA Services. On a page, I'm displaying a Customer entity as well as his address, which is an other entity. For this, in my viewmodel, I've a...

View Article

New Post: Too many roles

Hi,In my application the user can have a lot of roles.  They can be even more then 100 roles for a user.The login works. But when a ask Authentication.GetUser<User,...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images