SPWeb
There are 1 entries for the tag
SPWeb
The .NET Framework allows developers to write managed code. The term managed refers to how memory is handled by a computer system. For example, C/C++ code is commonly known as unmanaged because developers must allocate and de-allocate memory. In contrast, the .NET Framework provide a mechanism known as the Garbage Collector (GC) to de-allocate or collect object no longer in use. I have found it particularly helpful to consider SharePoint a very large ASP.NET Application. If you can visualize SharePoint...