2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et...

34

Transcript of 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et...

Page 1: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.
Page 2: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

2

Accélérer vos développements Web grâce aux frameworks, toolkit & applicationsRIA203

Pierre et DavidMicrosoft France

Page 3: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

3

›Au programme de la session

Page 4: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

4

de l'ASP.NET

Page 5: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

5

du MVC

Page 6: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

6

du RAZOR

Page 7: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

7

des nuggets

Page 8: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

8

de l'IIS Express

Page 9: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

9

de l'Outillage

Page 10: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

10

des Contrôles

Page 11: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

11

De l'Html 5

Page 12: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

12

des addin

Page 13: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

13

de la productivité

Page 14: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

14

du T4

Page 15: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

15

du

Page 16: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

16

du

Page 17: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

17

des Frameworks

Page 18: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

18

des applications

Page 19: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

19

on a forcement oublié des choses

Ne pas oublier

ça !

Page 20: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

20

Mais avec David on va zoomer

Page 21: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

21

›ASP.NET v4

Page 23: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

23

Annotations EF CodeFirst CTP5• KeyAttribute • StringLengthAttribute • MaxLengthAttribute • ConcurrencyCheckAttribute • RequiredAttribute • TimestampAttribute • ComplexTypeAttribute • ColumnAttribute

Placed on a property to specify the column name, ordinal & data type • TableAttribute

Placed on a class to specify the table name and schema • InversePropertyAttribute

Placed on a navigation property to specify the property that represents the other end of a relationship

• ForeignKeyAttribute Placed on a navigation property to specify the property that represents the foreign key of the relationship

• DatabaseGeneratedAttribute Placed on a property to specify how the database generates a value for the property (Identity, Computed or None)

• NotMappedAttribute Placed on a property or class to exclude it from the database

Page 24: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

24

›Les contrôles

Page 25: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

25

Contrôles

• MS• AjaxControlToolkit (plus MS)

http://ajaxcontroltoolkit.codeplex.com/• Toolkit

• http://www.asp.net/community/control-gallery/• Bag-o-Tricks https://github.com/thinkpixellab/bot

• MVC• http://demos.telerik.com/aspnet-mvc • http://mvcdemo.chiplex.com

• Html5• http://

www.deanhume.com/Home/BlogPost/asp-net-mvc-html5-toolkit/29

• Editeurs• http://tinymce.moxiecode.com/• http://premiumsoftware.net/cleditor/index.html

Page 26: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

26

›Les addins

Page 27: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

27

Addin VS

• HTML5• VS2010 SP1• VS2008, VS2010

http://visualstudiogallery.msdn.microsoft.com/d771cbc8-d60a-40b0-a1d8-f19fc393127d/

• Productivity PowerTools• AddRef• Ctrl 3• http://msdn.microsoft.com/fr-fr/vstudio/dossier.vs2010.aspx

• T4 editor (demo a faire)• Reflector• Resharper

Page 28: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

28

T4

Page 29: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

29

R# ReSharperhttp://www.jetbrains.com/resharper/index.html

Page 30: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

30

›Silverlight

Page 31: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

31

Silverlight

• Control Toolkit • http://silverlight.codeplex.com/

• Telerik• http://www.telerik.com/products/silverlight.aspx

• RIA Services

Page 32: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

32

›Framework / Application

Page 33: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

33

Framework

• jQuery• www.jquery.org

• JavaScript InfoVis Toolkit• http://thejit.org/

• Helper• http://

blogs.msdn.com/b/erikreitan/archive/2010/07/12/webmatrix-helpers.aspx

• MVVM Lite

Page 34: 2 Accélérer vos développements Web grâce aux frameworks, toolkit & applications RIA203 Pierre et David Microsoft France.

34

Applications

• WebPI• WebMatrix

• BlogEngine• Orchard (CMS)

• Site• Addin