• Смотреть запись

    Тип доклада: Доклад

    Pitfalls of relational DB access in .NET: rethinking micro-ORMs

    ADO.NET and Entity Framework (EF): one is 17-years-old and archaic; the other is painfully slow and barely functional for anything more complex than "select * from Foo". But you just use Dapper, or a similar micro-ORM. Have you chosen wisely?

  • Смотреть запись

    Тип доклада: Доклад

    The cost of code

    Dylan Beattie will take a fresh look at the cost of the code we're shipping every day. What's the real cost of code — to our organisations, to our society, to our environment? How can we help our teams and users understand that cost? And what can we do to reduce it?

  • Смотреть запись

    Тип доклада: Доклад

    Yield at me, 'cause I'm awaiting: асинхронные итераторы в C# 8

    Язык C# продолжает интенсивно развиваться. Готовящаяся к выходу новая версия добавляет поддержку асинхронных итераторов. Что это такое? Для чего это нужно? Как это работает? Мы ответим на все эти вопросы, разберём нововведения в BCL, сравним новые возможности с уже существующими средствами и, конечно же, заглянем под капот компилятора.

  • Смотреть запись

    Тип доклада: Доклад

    How to do in-app chaos testing

    Learn how to apply Chaos Engineering, directly in your .NET service or app! Cause orchestrated mayhem and verify if your app still functions when its dependencies start failing.

  • Смотреть запись

    Тип доклада: Доклад

    Raspberry PI and .NET Core on Linux: the fast track to IoT

    We will deep dive into the design of an IoT application made of hardware sensors, the powerful and cheap Raspberry PI Linux-based computer and the power of .NET Core, including ASP.NET Core.

  • Смотреть запись

    Тип доклада: Доклад

    Введение в квантовые вычисления на языке Q#

    Введение в квантовые вычисления: зачем, почему, какие перспективы, почему не взлетит. Плюсом: введение в синтаксис Q#, описание элементов, необходимых и достаточных для самостоятельных экспериментов.

  • Смотреть запись

    Тип доклада: Доклад

    Почему ваша архитектура функциональная и как с этим жить

    Популярные архитектурные концепции так или иначе связаны с миром функционального программирования. Как так вышло, в чем это выражается, как с этим жить и чем понимание принципов функциональной архитектуры может помочь улучшить ваш код? Обо всем этом мы с вами и поговорим.

  • Смотреть запись

    Тип доклада: Доклад

    I don't feel so well… Integrating health checks in your .NET Core solutions

    ASP.NET Core 2.2 introduces health endpoints that let your apps and APIs tell you how healthy they are themselves. In this session you will learn how to make health checks an integral part of your solution.

  • Смотреть запись

    Тип доклада: Доклад

    Deserialization vulns: past, present, and future

    Разберем best practices в разработке для избежания ошибок использования сериализаторов и подходы снижения рисков эксплуатации таких уязвимостей.

  • Смотреть запись

    Тип доклада: Доклад

    The future of .NET desktop development

    Uncertain about your future as a desktop developer? Worry no more! .NET-based desktop development is here to stay, and is getting a major boost with .NET Core 3.0. Find out what's new in this talk.

  • Смотреть запись

    Тип доклада: Доклад

    DDD в микросервисах: сложность против сложности

    Вы узнаете, как мы внедряли у себя в проекте предметно-ориентированное проектирование, как учились разговаривать с заказчиком на понятном ему языке, как дробили кодовую базу на ограниченные контексты, как улучшали качество кода и, конечно, какие выводы из этого сделали.

  • Смотреть запись

    Тип доклада: Доклад

    NUKE — a modern build system for C#/.NET

    Come to this talk if you want to learn how to write maintainable and reliable builds with NUKE, which are also understood by everyone in your team!

  • Смотреть запись

    Тип доклада: Доклад

    Serverless под капотом

    Function-as-a-Service преподносится как отличный способ разрабатывать приложения за считанные дни или часы, а затем масштабировать их для миллионов пользователей. Но волшебства не бывает. В этом докладе Михаил расскажет о том, как работают serverless-сервисы, в чём их уникальные преимущества, где кроются подводные камни и почему об этом важно знать.

  • Смотреть запись

    Тип доклада: Доклад

    API gateway made easy with Ocelot and containers

    We have a bunch of options today when implementing an API gateway for our APIs. The starting point is actually DOING THAT immediately, regardless of the underlying technology. In this session, we'll see how to go in production with an implementation of Ocelot, an open source project written in ASP.NET Core.

  • Смотреть запись

    Тип доклада: Доклад

    Successfully decomposing your monolith

    From monolith thinking to distributed thinking, moving from one data model to multiple vertical bounded contexts. The talk is trying to offer a way to move from monolith design to distributed design (microservices). It is based on old design concepts like DDD and SOA and clean code.

  • Смотреть запись

    Тип доклада: Доклад

    Кросс-процедурный анализ потока управления

    Андрей с практическими примерами расскажет о том, как писать кросс-процедурные анализы кода и почему это теперь необходимо для самых разнообразных анализаторов C#-кода, неважно, написаны они на базе ReSharper, Roslyn или собственных моделях кода.

  • Смотреть запись

    Тип доклада: Доклад

    Writing a custom, real-world .NET GC

    Learn how to write valid GC, which is one that not only allocates objects but also actually collects the memory after those no longer used.

  • Смотреть запись

    Тип доклада: Доклад

    Многопоточность в .NET: когда производительности не хватает

    Рассмотрим несколько примеров, когда использование средств из стандартной библиотеки .NET привело к просадкам производительности, и поговорим о решениях, заточенных под конкретные задачи и лишённых этих недостатков.

  • Смотреть запись

    Тип доклада: Доклад

    How I built Rockstar: Parsing esoteric languages with .NET

    Dylan shows you how to build a parser and interpreter for an esoteric programming language using C# and .NET.

  • Смотреть запись

    Тип доклада: Доклад

    Async programming in .NET: Best practices

    На основании опыта и наблюдений Дмитрий расскажет про правильные и неправильные паттерны написания асинхронного кода.

  • Смотреть запись

    Тип доклада: Доклад

    Кросс-платформенное объектно-ориентированное взаимодействие C# и C++

    Никита представит решение, которое позволяет двухстороннее прозрачное взаимодействие между C++ и C# на уровне интерфейсов, которые могут реализовывать как классы C#, так и классы C++.

  • Тип доклада: Доклад

    Правильно написанные животные

    Сергей расскажет про принципы кибернетики в биологии — от подписывания каждой клетки тела уникальным ключом-белком главного комплекса гистосовместимости до того, как ферма кукурузы умеет брутфорсить эволюцию.

  • Смотреть запись

    Тип доклада: Доклад

    ASP.NET Core 3.0: State of the art

    The talk addresses the concerns of architects and managers needing to build durable solutions on the Microsoft stack and lists facts about setting up a web backend and frontend and cross-cutting concerns such as caching, security, health checking, API, configuration.

  • Смотреть запись

    Тип доклада: Доклад

    UI architectures: From imperative to functional through MVVM

    We will revive the journey from imperative UI frameworks, where the UI is represented by a big stateful object, revisit the MVVM pattern, where "proxy" objects communicate with the UI through bindings, and finally reach the functional style, where we describe the UI at a specific point in time and let the framework do the plumbing and translate it to actual pixels on the screen.

  • Смотреть запись

    Тип доклада: Доклад

    ASP.NET Blazor programming 101

    Blazor is a client-side framework capable of running C# code. We'll see a few examples and glimpses of what it could be to take Blazor for development.

  • Смотреть запись

    Тип доклада: Доклад

    Debugging asynchronous scenarios in .NET

    While debugging synchronous code can be straightforward, investigating an asynchronous deadlock or race condition proves to be surprisingly tricky. Follow us through real-life examples and investigations to cover the main asynchronous code patterns that can go wrong. You will tumble on deadlock and understand the reasons behind ThreadPool thread starvation.