Tuesday, July 31, 2012

ASP.NET MVC 3 Concept & Overview

MVC Poster

Razor – A New View Engine for ASP.NET MVC 3






Deutsch: Model View Controller


ASP.NET MVC from Basics to Tips and Tricks

 




A simple diagram depicting the relationship be...

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

Videocon Launches Dual-SIM Feature Phone V1570 With 3" Touchscreen For 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

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.