Asp .Net DynamicData

0

No comments posted yet

Comments

Slide 1

ASP.NET Dynamic Data Presented by Geethika

Slide 2

Contents Overview of Asp .net 3.5 features Introduction to Dynamic Data Features of Dynamic Data DEMO Conclusion

Slide 3

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

Slide 4

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. 

Slide 5

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

Slide 6

What features does it have? Data Modelling Scaffolding Templating Customization

Slide 7

Data Modelling LINQ to SQL Data Model. Entity Framework Data Model.

Slide 8

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.

Slide 9

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.

Slide 10

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

Slide 11

Dynamic Data Framework

Slide 12

Conclusion Developers are not plumbers. ---- By a developer.

Slide 13

References www.google.com www.asp.net http://Weblogs.asp.net And lot more…

URL:
More by this User
Most Viewed