Public slides
Wiki
Course program
- Lecture 1 - .NET, infra, tools, basics
- Lecture 2 - C# language essentials
- Lecture 3 - Custom types
- Lecture 4 - Flow control, Exceptions
- Lecture 5 - OOP
- Lecture 5.1 - OOP. Continued
- [Lecture 6 - Working with strings and text] (https://docs.google.com/presentation/d/1AgSYaxZzLuzT4dFFQh_LX0HyaVN79x3rVUU2pyF-qY0/)
- Lecture 7 - Delegates, Events and Lambdas
- Lecture 8 - Collections and generics
- [Lecture 9 - LINQ Pt.1] (http://kottans.org/csharp-slides/presentations/10-linq-pt1/#/)
- [Lecture 10 - LINQ Pt.2] (http://kottans.org/csharp-slides/presentations/11-linq-pt2/#/)
- Lecture 11 - Garbage collection
- Lecture 12 - Reflection
- Lecture 13 - Multithreading Pt.1
- Lecture 14 - Multithreading Pt.2
- Lecture 15 - Dynamic programming
##How to prepare FsReveal presentation
- Choose folder for according presentation or create new one
- Edit content of file
<presentation_folder>\index.md
and add used images to folder<presentation_folder>\images
- Run
build "<presentation_folder>"
incmd
to build presentation and raise up local http server and continuous build of markup file to html presentation - In order to publish - run
build ReleaseSlides "<presentation_folder>"
That's it