Other News

Community

Datareader to Datatable Convertor

(Mark Dryden) On forum today I saw an interesting post where I had advised the ORPO that a datareader could be binded to combobox, having worked on ASP.NET for the past months now its easier than falling over as you can use the ‘DropDownList’ object. However, for the Windows Combobox object (regardl

Community

Bridging XML, E4X and JSON

(Kurt Cagle) Efforts have been underway recently to develop a schema language for JSON, analogous to the XML Schema Definition Language (XSD) or RelaxNG languages in the XML arena. Similarly, a JSON transformation language is being proposed and bandied about in various AJAX circles as web2 developer

Community

Extend ASP.NET with HTTP modules

(Tony Patton) While HTTP modules have been a part of ASP.NET since its inception, I still encounter developers with no idea of their existence or usage. HTTP modules allow you to process incoming requests and outgoing responses to and from an ASP.NET application. This article offers a closer look at