formation vb.net

23

Upload: hiba-ghadhab

Post on 21-Jan-2018

102 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Formation VB.NET
Page 2: Formation VB.NET
Page 3: Formation VB.NET

Community Professional Entreprise

Page 4: Formation VB.NET
Page 5: Formation VB.NET
Page 6: Formation VB.NET

Design

(ToolBox & Propreties)

Code behind

(VB.NET)

Page 7: Formation VB.NET
Page 8: Formation VB.NET
Page 9: Formation VB.NET
Page 10: Formation VB.NET

Attributs (informations)

+

Méthodes (actions)

Dim obj1 As new Class1 (att1, att2, …)

Page 11: Formation VB.NET

> Encapsulation

private

protected

public

Page 12: Formation VB.NET

Héritage

Page 13: Formation VB.NET

“Plusieurs formes”

Méthodes même nom

Implémentations différentes

> Polymorphisme

Page 14: Formation VB.NET

> Syntaxe

Page 15: Formation VB.NET

> Syntaxe

Page 16: Formation VB.NET

> Sous programmes

Structure d’une fonction :Public|Private Function nom_fn ( ) as type

' Déclarations

' Instructions

nom_fn = val_retour

End Function

Page 17: Formation VB.NET
Page 18: Formation VB.NET

Application Base de

données

> ADO.NET

Page 19: Formation VB.NET

> Les objets de base

Page 20: Formation VB.NET

> Modes de fonctionnement

Page 21: Formation VB.NET
Page 22: Formation VB.NET

Ressources

Microsoft Virtual Academywww.microsoftvirtualacademy.com

Channel 9https://channel9.msdn.com

Youtubehttps://www.youtube.com/watch?v=DKz7J3jRVpI&index=1&list=PL61C3F1F52E734FD0

https://www.youtube.com/playlist?list=PLRGx0oGhYQoH0OHLl6l6lZNck79kayjcA

https://www.youtube.com/playlist?list=PL1aYsXmhJ1WfBO4hms_QZpUj1JZEMQJ35

Page 23: Formation VB.NET