domain

Can a domain owner be hidden?

Hello all, I am not sure if this question belongs here or superuser (or other). If not - please let me know and I'll erase the question. A friend of mine wishes to buy a domain but keep his name hidden. Is there a secure way of doing so? ...

RIA DomainService Hosting

i have an application, in which i have an EntityModel. i have a DomainService which talks to this EntityModel. i am using simple LinqToEntitiesDomainService for this application, not .svc extension files. On Silverlight (client), i am able to get/put the data through this service. Now my question is: I want to see the wsdl of hosted RIA...

How can I programmatically change my windows domain password?

In other words, how to change my password without going through the "CTRL-ALT-DEL -> Change Password" interface. By programmatically I mean via a command-line tool, C# via a .NET library, COM-invocation via Python, ... whatever doesn't involve any manual steps, really. The "NET USER" command is ineligible, as it requires me to run with...

Check for domain name in redirection

We have a web application on a domain. Now another domain will use this application by doing a 301 redirection to former domain. What are ways to safeguard the app. So that no one can access it directly. Referrer check is one way, but not reliable. ...

How do you calculate the storage size of a SimpleDB domain?

The official documentation states: Raw byte size (GB) of all item IDs + 45 bytes per item + Raw byte size (GB) of all attribute names + 45 bytes per attribute name + Raw byte size (GB) of all attribute-value pairs + 45 bytes per attribute-value pair What is the raw size of an attribute-value pair? Is it precisely the size...

Understanding Domain Driven Design

Hi I have been trying to understand DDD for few weeks now. Its very confusing. I don't understand how I organize my projects. I have lot of questions on UnitOfWork, Repository, Associations and the list goes on... Lets take a simple example. Album and Tracks Album: AlbumId, Name, ListOf Tracks Tracks: TrackId, Name Should i expose...

Trying to link a domain to a IP

Hi, I have registered mydomain.com now i want to redirect to my IP hosting account. The DNS editor shows two fields: Name and Address. In Address i wrote the IP i want the domain redirects. And in Name I wrote mydomain.com. After submitting the form, the page shows this line: Name Type Record mydomain.mydom...

How can I add a computer to a domain programmatically (using .NET)?

I need to write a program or script that does a few things with (or to) a server after a Windows install. Among those is adding the server to a domain. Is there a way to do this programmatically or using a script command? ...

How to change URL in the address bar of a browser?

Hi I bought to domains, let's say a.com and b.com. Then I also bought some webspace from a hoster. The domain a.com is pointing to the top level folder of my webspace (/). The domain b.com points to a folder on level deeper (/folderB). Now if I'm using the domain b.com to access /folderB it works as intented. Then I installed a small C...

Deserialization on client side in Domain Service

I have 2 classes: Person and Contact. Person class has a property named ContactNumber which returns the Contact type, and this property is marked as a DataMember for serialization. I have marked Contact type as a DataContract. On the client side I am able to get the values, but when I try to insert a value and then do submit, I get the...

grails question (sample 1 of Grails To Action book) problem with Controller and Service

Hi, I'm doing Grails To Action sample for chapter one. Every was just fine until I started to work with Services. When I run the app I have the following error: groovy.lang.MissingPropertyException: No such property: quoteService for class: qotd.QuoteController at qotd.QuoteController$_closure3.doCall(QuoteController.groovy:14) at qo...

Interacting with Internet Explorer's blacklist

I have a list of 100,000 domains and I need to identify which ones are blocked by IE for phishing, malware, etc. Are there any applications that interact with IE or solutions that can help me solve this problem? ...

SharePoint copy permissions of Domain Group to SharePoint Group, WSS 3.0?

Is there a way to copy the permissions of a Domain Group to a SharePoint Group in WSS 3.0? Where both groups have the same exact permissions including the Limited Access role definition. I have tried to copy permissions programatically but can't get the Limited Access to be assigned on some objects (website, list, and list items). My p...

How can I prevent application domain stealing?

I'm in the process of making a javascript application and I want to bring that online, lets call it mydesign. I'm living in the Netherlands so mydesign.nl can be mine. Now is mydesign.com available for sale by some domain broker sales bastards. And those bastards don't accept a first bid lower than 1000$ which is a about ten times of the...

Domain model doubts...

Hi all, From one side, I want to write a killer app(in ASP.NET MVC) ;) But from the other side, I have many doubts if I should keep to so called "best practices" at all cost. So I have a design question and I really hope you can help me out. Imagine a standard blog. I want to show 10 most recent posts. My database has standard Posts, C...

windows domain in biztalk sftp adapter?

hi im just starting to use a biztalk sftp adapter, it seems fairly simple, but Im wondering if it can take a windows style domain with the username? eg sftp://domain//[email protected]/sftp_test/test.txt thanks DD ...

Bestpractice - Mixing View Model with Domain Model

Is it reasonable to mix view models with domain models? So i.e. the view model object contains some domain model objects (not the other way around!) ...

how to register .edu domain

How to register .edu domain ? ...

Is it possible to determine if a URL is masking mine server side?

Is it possible to determine if the current request for a given site is actually from a domain setup to forward with masking? I've tried the following but they all return information about the 'actual' URL: Request.Url.DnsSafeHost Request.Url.AbsolutePath Request.Url.AbsoluteUri Request.Url.Host Request.Url.OriginalString Thanks. ...

How to get business domain knowledge (except actually working on them).

Many a times companies prefers candidates who has prior experiences in a particular domain. e.g. Banking, Telecommunication etc. And it is not possible for a person in the middle of his career to gain knowledge of each and every domain even though he has the required technical skills to do the job. What in your opinion should be done i...