forked from ekof-dss/info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (77 loc) · 3.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>Developing Software Solutions</title>
</head>
<body>
<h1>Developing Software Solutions</h1>
<h2>Instructor</h2>
<p>
Course instructor is <a href="https://vladofilipovic.github.io/index-en.html" target="_blank">Vladimir
Filipović, PhD</a>.
</p>
<h2>Aim and objectives</h2>
The objective of this course is to develop and broaden student competences in basic components of information
systems development,
development concepts in .NET, service oriented solutions as well as in modern software architectures.
Students will be able to explain what are the basic components of information systems development, to build dynamic
web sites,
applications and services in ASP.NET, as an open-source web application framework, to use programming language model
organized around objects rather than "actions" and data rather than logic, to apply modular programming and to
implement service oriented architecture (SOA).
<h2>Topics</h2>
<ul>
<li>
Web
<ul>
<li><a href="presentations/01-01-client-server-web.pdf" target="_blank">Web and HTTP protocol</a></li>
<li><a href="presentations/01-02-html.pdf" target="_blank">HTML</a></li>
<li><a href="presentations/01-03-css.pdf" target="_blank">CSS</a></li>
<li><a href="presentations/01-04-bootstrap.pdf" target="_blank">Bootstrap</a></li>
</ul>
</li>
<li>
Blazor and C#
<ul>
<li><a href="presentations/02-01-blazor.pdf" target="_blank">Blazor</a></li>
<li><a href="presentations/02-02-c-sharp-procedural.pdf" target="_blank">Language C#</a></li>
<li><a href="presentations/02-03-c-sharp-oop.pdf" target="_blank">Object-oriented C#</a></li>
</ul>
</li>
<li>
Restfull services
<ul>
<li><a href="presentations/03-01-restfull-api.pdf" target="_blank">Restfull API</a></li>
<li><a href="presentations/03-02-asp-net-webapi.pdf" target="_blank">ASP .NET C# WebApi</a></li>
</ul>
</li>
<li>
Databases
<ul>
<li><a href="presentations/04-01-realtional-model.pdf" target="_blank">Relational model</a></li>
<li><a href="presentations/04-02-sql.pdf" target="_blank">Language SQL</a></li>
<li><a href="presentations/04-03-ms-sql-server.pdf" target="_blank">Microsoft SQL Server DBMS</a></li>
</ul>
</li>
</ul>
<h2>Github repositories for the course</h2>
<ul>
<li><a href="https://github.com/ekof-dss/ekof-dss.github.io" target="_blank">This repository</a></li>
<li><a href="https://github.com/ekof-dss/teaching-samples" target="_blank">Repository with examples</a></li>
</ul>
<h2>Additional info</h2>
<p>
Informations about student achievements in the year 2022-23 are given <a
href="html-examples/student-achievements.html" target="_blank">here</a>.
</p>
<p>
Lectures recorded at Friday, December 30 2022.:
<a href="https://youtu.be/cV4htDXx9wU" target="_blank"> first part </a>,
<a href="https://youtu.be/W8syeIR9BBA" target="_blank"> second part </a>
</p>
<p>
Exames for course Developing Software Solutions is scheduled for Monday, January 16. 18:00. It will be held
live, at Faculty of Economics, in Computer Room C.
</p>
</body>
</html>