software thoughts
software design thoughts
Latest Content
Application Blocks - 792 days ago
While developing an application, even a very simple logic can be accomplished in variety of approaches. Finally it is up to how effectively or efficiently the logic is implemented. Whether it is a direct approach, has leveraged and squeezed much of the... Topics: Application blocks, Enterprise Library, Software architecture
Service Oriented Architecture (SOA) - 799 days ago
A service-oriented architecture ( SOA ) is a collection of services which thus lead to automation logic. These services may or may not communicate with each other to accomplish the application task... When we say services , it refers to a discretely... Topics: introduction to Design patterns, Software architecture
Architecting Software - 828 days ago
Nowadays software architectures are getting a lot of attention. It surely is critical to today's business success, yet it requires technical, business and organizational talents. while things are getting more and more complex, a software built upon a. Topics: Performance tuning, Software architecture
A Singleton thought - 905 days ago
Here I am depicting a small and very simple pattern, the most familiar singleton design pattern. when we say singleton it should not create more than one instance at any point of time and there by it should ensure a class has only one instance and... Topics: single instance object, Singleton design pattern
An initial design thought - 909 days ago
This is a small introduction to Design patterns . Design patterns are solutions to software design problems you find repeatedly in real-world application development or in other words, it is solutions to commonly encountered programming challenges. It... Topics: introduction to Design patterns


