Tag: Development

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

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

Community

Maximum Object Size in .NET

(Jim Mischel) Early in the development of the .NET runtime, the designers made a decision to limit the maximum size of a single object to two gigabytes. That was a reasonable decision back then, considering that a computer with just one gigabyte of RAM was considered a hot machine, and the most prev