2 posts tagged “software development”
[Table(Name="dbo.Blog")]
public partial class Blog : INotifyPropertyChanging, INotifyPropertyChanged
{
[Table(Name="dbo.Blog")]
[DataContract()]
public partial class Blog : INotifyPropertyChanging, INotifyPropertyChanged
{
[Column(Storage="_Title", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
public string Title
{
[Column(Storage="_Title", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
[DataMember(Order=3)]
public string Title
{
[Association(Name="User_Blog", Storage="_Blogs", OtherKey="UserId")]
[DataMember(Order=5, EmitDefaultValue=false)]
public EntitySet<Blog> Blogs
{
[Association(Name="User_Blog", Storage="_User", ThisKey="UserId", IsForeignKey=true)]
public User User
{
An anonymous reader wrote to mention coverage of further clashes between Microsoft and the EU, this time over security in Windows Vista. Microsoft is 'urging' the EU to allow all of the security elements of Vista to remain intact. The EU seems to be under the impression it's not asking for security to be lax; it just wants the software company to ensure a fair playing field for all businesses. From the Newsday article: "European Union officials warned Microsoft Corp. on Tuesday not to shut out rivals in the security software market as the company plans to launch its Windows Vista operating system with built-in protection from hackers and malicious programs. EU spokesman Jonathan Todd told reporters that the European Commission is "ready to give guidance to Microsoft" concerning Vista but added that it was up to the U.S. software maker 'to accept and implement its responsibilities as a near monopolist to ensure full compliance' with EU competition rules."
In other words, the EU is afraid that if Microsoft's next product is more secure, it will threaten the security market in Europe. In other other words, they want Microsoft to make Vista more hackable so the security companies can continue to profit off of Window's vulnerabilities.
That is the most blindly stupid thing I've heard all year. You want the most widely used operating system in the world to remove security features, so other companies can continue to make money off it's previous faults? Brilliant! While we're at it, lets make Norton unable to improve their software, so other companies don't have to work on theirs to remain competitive.
In fact, while we're at it, why don't we just make it illegal to make a better product than what we currently have? That way, everything will remain just as competitive and viable as it is now! Amazing! Who needs innovation when you can have stability?!
Fucking idiots.