what we are going to build in Anti Pattern – Smart UI series ..?
In these series , i will be creating an example of SmartUI web application and will start to add business logic to it..and then we should see how the concerns and responsibilities are intertwined, and then we we Rewrite our code adhering to Separation of Concerns principle.
What are we going to build..?
I will build a page in ASP.NET Web forms,that will display list of Products sale, displaying their name, recommended retail price (RRP), selling price, discount, and savingspercentage.
Let’s start building the application