user287745
user287745

Reputation: 3171

Why did microsoft not included system.data in silverlight? Is support being dropped?

Is support for system.data namespaces being dropped in near future?

Upvotes: 2

Views: 1151

Answers (1)

James Davies
James Davies

Reputation: 9869

System.Data is used to access SQL Databases, and isn't particularly relevant to Silverlight. As such, they would have removed those classes to decrease the size of the runtime.

Microsoft are not removing System.Data from the main .NET platform, and it's extremely unlikely they ever would.

Upvotes: 5

Related Questions