|
|
ASP.NET Dynamic Data Presented by Geethika
Contents Overview of Asp .net 3.5 features Introduction to Dynamic Data Features of Dynamic Data DEMO Conclusion
ASP .Net 3.5 ASP.NET Dynamic Data ADO.NET Data Services ASP.NET Model View Controller Applications ASP.NET AJAX Managing Browser History Using Server Controls ASP.NET Silverlight contols ADO.NET Entity Framework
Dynamic data Asp.Net Dynamic data is a new feature intoduced in .net 3.5 Framework. Its is basically to provide RAD refers to a type of software development Methodology. Asp.Net Dynamic data is a framework that lets you create data-driven ASP.NET Web applications easily.
Asp .Net Routing ASP.NET routing allows you to define URL pattern rules that suit your needs.When a page is requested, the URL is checked against a route table, and if there’s a match then a route handler is invoked for that request. url: Vehicle/Car/4 Vehicle/Car/List.aspx Vehicle/Car/List.aspx?productid=1
What features does it have? Data Modelling Scaffolding Templating Customization
Data Modelling LINQ to SQL Data Model. Entity Framework Data Model.
Data Modelling Make your code more reusable by creating data-related logic in the data layer instead of embedding it in the presentation layer. Customize data field validation in the data layer. Customize the appearance and behavior of data fields by applying metadata to them.
Scaffolding 1.Minimal or no code to create a data-driven Web application. 2.Quick development time. 3.Built-in data validation based on the database schema. 4.Automatic data selection created for each foreign key or Boolean field.
Templates We can customize the templates to change their appearance or to specify which controls they use for rendering. Customization Page Templates are ASP. Net Webpages. Field templates are like User Controls
Dynamic Data Framework
Conclusion Developers are not plumbers. ---- By a developer.
References www.google.com www.asp.net http://Weblogs.asp.net And lot more…
| URL: |
No comments posted yet
Comments