Traditional Layered architecture has 4 main parts (Layers ). Presentation Layer Business Layer Persistence Layer Database Layer....
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...
Clicks from My Instagram Profile
Kothmale road. A photo posted by Harsha Jayamanna (@harshajayamanna) on Jan 2, 2016 at 3:55am PST Little ducati......
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...
Node.js introduction
Node.js Is a platform that can be used to build scalable network application using javascript on server-side. Google chrome runs on a run ...
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...
Subscribe to:
Posts
(
Atom
)