Mehtalogy blogs are about technology, DIY, learning, and sharing experience...
Key consideration while designing database
›
Designing a well-structured and efficient database is crucial for the success of any application that relies on data management. Several ke...
How DI framework resolve the dependencies?
›
Dependency injection (DI) frameworks resolve dependencies by maintaining a registry of components and their dependencies. When a client requ...
Design patterns commonly used in web applications
›
Several design patterns are commonly used in web applications to enhance their structure, maintainability, and scalability. These patterns ...
Dependency injection vs factory pattern?
›
Dependency injection (DI) and the factory pattern are both design patterns that deal with object creation and dependency management. However...
Passing objects by reference & by value in C#
›
In C#, objects are always passed by reference, which means that the reference to the object is passed, not the object itself. This is becaus...
›
Home
View web version