Tuesday, July 31, 2012
ASP.NET MVC from Basics to Tips and Tricks
First of all MVC stands for Model-View-Controller.
Below some of the basic components are listed.
- Model = Data / State
- View = Responsible only for rendering the HTML output (.aspx page)
- Controller = Presentation Logic (class with action methods)
- HTTP operations are routed here
- Responsible for selecting the appropriate View
- Provides the View with the proper Model
Dual SIM TouchScreen Phone by Videocon at Rs.2800
Now a days you cannot predict technology stuff. Videocon is about to launch a new cell phone in the Indian market with several features at very low cost.
Features:
- Auto call recording
- Dual-LED torch
Labels:
News
Thursday, July 26, 2012
Scaffolding Concept In ASP.NET
Scaffolding
Scaffolding, is a way to automatically generate Web pages for each table in the database. Scaffolding lets you create a functional Web site for viewing and editing data based on the schema of the data. You can easily customize scaffolding elements or create new ones to override the default behavior.
Subscribe to:
Posts (Atom)