Tag: JSON / JAVA / XML

Community

XAML: Rethink How You Code UIs

(Kathleen Dollard) Developers at Microsoft have been busy revolutionizing how we program of late. Nowhere are these changes more evident today than when creating user interfaces (UIs), where, instead of CodeDOM generation of untouchable files, you’ll program with the intrinsically declarative model

Community

Keeping web services simple

(Mads Kristensen) The easy way for .NET developers to create an API over HTTP is to use SOAP web services. It’s natively supported by .NET and has rich support for more complex data types such as the DataSet. The problem with SOAP is that it isn’t well supported by other platforms and to consume a .