What is HTTP Module in ASP.Net? Explain the basic characteristics, pros and cons of HTTP Module.
What is GAC? The full form of GAC is Global Assembly Cache. All systems (computers) have the in-built system of the Common Language Runtime. It has a code cache belonging to a particular system or machine. The GAC is extremely important as it records all details concerning the computer. All specificRead more
What is GAC?
The full form of GAC is Global Assembly Cache. All systems (computers) have the in-built system of the Common Language Runtime. It has a code cache belonging to a particular system or machine.
The GAC is extremely important as it records all details concerning the computer. All specifications relating to the assembly and design are stored in the GAC. This is a very sophisticated mechanism in the realm of the internet.
Features of GAC
- This is a folder in the windows directory.
- Another feature is that it is automatically installed with the .NET runtime.
- It provides a centralised, machine-wide storage location for .NET assemblies.
Pros and Cons of GAC
Following are the main advantages and disadvantages of the GAC:
Pros or Advantages of GAC:
- Sharing of information-related assemblies can be shared by multiple applications.
- Since it is added as a folder within the file system, it can be controlled using standard NT file permissions.
- In a single location or terminal, multiple versions of the same assembly can be maintained.
Cons or Disadvantages of GAC:
- Certain complex cases may result while installing and uninstalling the assembly in certain individual cases.
- It is not easy to put into implementation.
- Any wrong command may create troubles or may damage the system.
Conclusion:
The GAC today is viewed as an essential part of the internet system globally. It has more merits than demerits. That is why we need GAC. This speaks of the reason why it has become a common feature in the world of internet.
See less
HTTP Module Definition: Basically, a component which is part of the ASP.NET architecture, the HTTP Module is the request or response processing pipeline. The full form of HTTP is Hypertext Transfer Protocol. This is an application protocol and is primarily used for data communication. It is particulRead more
HTTP Module Definition:
Basically, a component which is part of the ASP.NET architecture, the HTTP Module is the request or response processing pipeline. The full form of HTTP is Hypertext Transfer Protocol.
This is an application protocol and is primarily used for data communication. It is particularly useful to exchange information in its different forms and formats. To further simplify the meaning, the hypertext implies a linked text.
Features of HTTP Module:
The characteristics or features of HTTP are mainly the following:
Pros and Cons of HTTP Module:
Pros or Advantages of HTTP Module:
Cons or Disadvantages of HTTP Module:
Conclusion:
The HTTP was launched by Tim Berners-Lee In 1989. It was developed to make the websites more versatile, reliable, and secure. It has been globally popular since 1990. Today, the internet function cannot be imagined without HTTP.
See less