Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / scalability

Scalability

scalability

Great Reads

by scott_liu
It employs a dynamic trigger, a CLR Stored Procedure, and a Web Service to sync data from a MS SQL Server to MySQL.
by Lalit_Chandra
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.
by Paulo Zemek
Deployment, SOA and scalability
by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful

Latest Articles

by scott_liu
It employs a dynamic trigger, a CLR Stored Procedure, and a Web Service to sync data from a MS SQL Server to MySQL.
by Lalit_Chandra
Chain of Responsibility pattern is defined under behavioral design pattern by G.O.F and used to decouple the command with its processing object or handler.
by Paulo Zemek
Deployment, SOA and scalability
by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful

All Articles

Sort by Score

scalability 

by Paulo Zemek
Deployment, SOA and scalability
by Trần_Tuấn_Anh
In software development, adhering to design principles can significantly impact the maintainability and scalability of your code. One such principle is the Open/Closed Principle (OCP), which states that "software entities should be open for extension but closed for modification.
by Trần_Tuấn_Anh
Database partitioning is a technique used to divide a large database into smaller, more manageable pieces while still being treated as a single entity. This method can drastically improve performance, maintainability, and scalability of a database, especially as the amount of data grows.
by Ron zigelman
Scalable state synchronization using P2P - Part 2 - Running the test application
by Ron zigelman
How to use the infrastructure in your own project