Top "Domainservices" questions

Domain services are Windows Communication Foundation (WCF) services that encapsulate the business logic of a WCF RIA Services application.

Determine current domain controller programmatically

I need to query current domain controller, probably primary to change user password. (P)DC name should be fully qualified, …

c# .net active-directory domaincontroller domainservices
How to fix Windows Server 2012 time goes back 1 hour after reboot?

We have two domain controllers with windows server 2012 R2. My Timezone is set to +3:30 and I disabled the daylight savings. …

time windows-server-2012-r2 ntp domainservices
Where is System.ServiceModel.DomainServices.EntityFramework DLL?

I'm trying to use RIA services, I installed Silverlight 4 and Silverlight 4 Tools/SDK, but I cannot setup a LINQToEntitiesDomainService because …

.net silverlight wcf-ria-services domainservices
Error: The result of a query cannot be enumerated more than once

Call SP in EF 4.0 in following code: public IQueryable<Employee> GetEmployeesByFollowup() { var results = from p in this.ObjectContext.…

entity-framework domainservices
What is meant by "Domain Services"?

I am unable to get clear picture of Domain Services when studying about WCF RIA services. Can anyone explain to …

wcf service dns ria domainservices