source: trunk/presentation-langages/csharp.tex @ 286

Last change on this file since 286 was 286, checked in by revillet, 13 years ago
  • add missing langages and clean presentation a bit
File size: 1.4 KB
Line 
1%\subsection{C\#}
2
3\begin{frame}
4%\begin{block}
5\begin{center}
6\LARGE{\textbf{C\#}}
7\end{center}
8%\end{block}
9\end{frame}
10
11\begin{frame}\frametitle{C\# - Généralités}
12\begin{itemize}
13\item interpréteur vs. compilateur
14\item langage objet ?
15\item gratuit / payant / licences ?
16\item type de langage (fonctionnel, impératif)
17\end{itemize}
18\end{frame}
19
20\begin{frame}\frametitle{C\# - Aspects scientifiques}
21\begin{itemize}
22\item langage matriciel ?
23\item librairies mathématiques ?
24\item librairies graphiques (tracé de courbe...) ?
25\item cartographie fournie pour les tracés ?
26\end{itemize}
27\end{frame}
28
29\begin{frame}\frametitle{C\# - Aspects informatiques}
30\begin{itemize}
31\item langage multi-threadé ?
32\item langage parallélisable ?
33\item portabilité des codes ($\ne$ architectures / $\ne$ systÚmes) ?
34\item interopérabilité avec les autres langages ?
35\item accÚs SGDB ?
36\item documentation automatique avec doxygen
37\end{itemize}
38\end{frame}
39
40\begin{frame}\frametitle{C\# - Autres}
41\begin{itemize}
42\item acess à une documentation en ligne ?
43\item existance d'une IDE propre au langage ou non ?
44\item librairie graphique pour création d'IHM (web ou locale) ?
45\item existance d'un shell interprété ?
46\item existance d'un dépÃŽt généralisé des contributions des utilisateurs (en
47plus des modules de la librairie standard) ?
48\item sécurité
49\end{itemize}
50\end{frame}
Note: See TracBrowser for help on using the repository browser.