Traditional Layered architecture has 4 main parts (Layers ). Presentation Layer Business Layer Persistence Layer Database Layer....
Home
programming
Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts
What is the difference between equals() and == in Java
Java object has a M emory Location and State (depends on the values in the object). Integer intObj1 = new Integer(10); Above we have cre...
MVP(Do not use MVC) for Windows Form Applications
MVP is a derivation of the MVC pattern. M - Model V - View P - Presenter In MVP, view receives the events from the UI and cal...
Getting Started with Wordpress
In this post, I will be describing a step by step guide to set up a wordpress site in your local computer and continue with the deve...
What is Aspect Oriented Programming (AOP)
A program could contains functionality(cross-cutting concerns ) that affects the whole application and should be centralized in one ...
Video Guide : What are the programming languages should you know?
These are some inspiring videos that from Larry Wall (Creator of Perl) and Bjarne Stroustrup (Creator of C++). Every programmer/ Solution ...
Currency masked TextBox in C#
Hi, I went though so many web pages and i couldn't find a simple currency masked TextBox which simple and easy to understand. Belo...
Understanding The JAVA Memory Model
Basic Structure of the java memory model : diagram 1 Below image will illustrate the above diagram much further, diagram 2 J...
Why Should You Learn JAVA ?????????????
This is for those who are struggling choose what programming language they should learn and to people who are new to programming. ...
Subscribe to:
Posts
(
Atom
)