• Sat. Jan 18th, 2025

Month: June 2022

  • Home
  • Know About Microservices

Know About Microservices

Microservices: Devepoment Process Application Architecture Deployement and Packaging Application InfrastructureWaterfall->Monolithic-> Pysical Server->DatacenterAgile->N-Tier->Virtual Servers->HostedDevOps->Microservices->Containers->Cloud Introduction: A microservice is a small unit that has only one responsibility or single logic which solve…

Accolite .NET Interview Question

What is SOLID Principle? What is Liskov ? Difference between Interface and Abstract class in C#? When and How to use Virtual keyword? What is runtime or compile time Polymorphism?…

DESIGN PATTERNS

Creational Design Patterns: As the name suggests, this design provide mechanism of various object creation which reuse of exsting code and increase flexibility. .Abstarct factory,Builder,Factory Method,Prototype,Singleton. Structural Design patterns: As…

SOLID PRINICIPLES

SOLID principles are the design principles that enable us manage most of the software design problems. The term SOLID is an acronym for five design principles intended to make software…

SQL SERVER INTERVIEW QUESTIONS

SQL SERVER INTERVIEW QUESTIONS Normalization is a database design technique to remove redundant data. Denormalization is a database design technique to improve search performance. we merge tables.Duplicate data is present…