Skip to content

Roman Lukš

  • Home
  • UX PROJECTS
  • About
25Dec

Method Chaining Is Cool!

  1. var jack = new Person().SetName(“Jack”)
  2.                                            .SetAge(30)
  3.                                            .SetCity(“NY”)
  4.                                            .Save();

Find out how it works here:
https://www.codeproject.com/articles/640997/fluent-interfaces-and-method-chaining-in-csharp

24Dec

AR Flashcards (ANKI in AR) prototype in ARToolkit

Project in ARToolkit for my Augmented Reality Interfaces course

24Dec

Great explanation of Events and Delegates in C#

Posts navigation

1 2
Copyright © 2022 | Powered by WordPress | Interior Dark theme by ThemeArile