Other News

Community

ASP.NET Complete Life Cycle

(Srinivas Jadhav) Since too many resources are shared on the process level (i.e. IIS, inetinfo.exe) and it is too easy for an error to bring down the entire server process, ASP.NET provides an out-of-process execution model, which protects the server process from user code.

Community

Convert XML to JSON in PHP

(Senthil Nathan, Edward J Pring and John Morar) With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert XML-

Community

ObjectDataSource in ASP.NET 2.0

(Kuldeep Deokule) A new data bound control integrated in ASP.NET version 2.0 allows for a 3-layer architecture. Using ObjectDataSource control, you can separate the presentation layer, business layer and database layer. Presentation layer contains the web page (UI) while the business layer incorpora