Posts Tagged ‘C#’
Exploring Functional Programming with C# | Simon Painter & Matt Wicks | NDC Melbourne 2022
Join Matt Wicks from SSW TV as he interviews Simon Painter, a Senior Developer at Müller Dairy and self-proclaimed Code Monkey with over a decade of experience.
Read MoreRequired Members in C# 11 with David Wengier | NDC Melbourne 2022
David Wengier reveals some of C# shortcomings when using person classes. He gives us an elegant solution to constructors to fix errors and address the issues of nullability. The new C# 11 has answers to all these challenges and David will be guiding us through the updates to “Required Members”
Read MoreBuild Multi-Platform Applications for Mobile, Desktop and Web in .NET with the Uno Platform with Nick Randolph
The ability to deploy the same UI codebase across all platforms is a great productivity booster. But the application lifecycle starts much earlier – at design time. Uno Platform provides a Figma plugin, which eliminates the timely designer-developer handoff. In addition, the platform now provides a set of non-UI extensions to help jump-start your apps. Lastly, the VS Code extensions allows C# and XAML to use VS Code with IntelliSense-like experience, C# and XAML Hot Reload, and more.
Read MoreWhat I’ve learned from 20 years of programming in C# | Joe Albahari
Hear from Joe Albahari, a C# Programming guru! In April 2001, Joe wrote and published his first C# program. Join him in discovering the most valuable principles that he’s learned in the 20 years of C# programming that followed. In this video he covers a range of topics, with plenty of samples and useful code…
Read MoreSymmetric encryption, hashing & digital signatures + More – Cryptography 101 | Robert Boedigheimer
Learn the fundamentals of cryptography, including public/private and symmetric encryption, hashing, and digital signatures. Discover which techniques are appropriate for various situations. Review practical real life examples for storing passwords, protecting URL parameters, securely exchanging information with partners, and safely encrypting sensitive information on public web sites. Concepts apply to all platforms, examples will be…
Read MoreFluxor + C#9 – Redux Pattern in Blazor WebAssembly
Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…
Read MoreBlazor Web Apps – Goodbye JavaScript! I’m in love with C#
By this time next year most of us will be hooked on Blazor WebAssembly. Now we can run C# code directly in our browsers and get the added bonus of having a full .NET stack for building enterprise web applications. In this talk, William explains how for many years the only option we had was…
Read MoreC# 8.0 – New Features & Beyond with Filip Ekberg | Tech Tips NDC Sydney 2019
New features of C#8.0 SSW’s Andreas Lengkeek talks with ‘the C# guy’ Filip Ekberg on the new features of C# 8.0 and what’s coming down the line. They discuss: – Nullable Types – Async Streams – Pattern Matching – Coming up features
Read MoreCoding Haskell and F# with Daniel Chambers, Richard Campbell and Carl Franklin on .NET Rocks! Live from NDC Sydney 2018
NDC returned to Sydney this year and SSW TV was there alongside .NET Rocks! to catch all of the action with our Ask Me Anything! sessions. As usual there were a host of top industry pros talking about various subjects related to software development. This year, SSW TV worked alongside .NET Rocks! to run an…
Read MoreMark Seemann & Brendan Richards – Dependency Injection, Unit Testing, & C# vs F#, an AMA! from NDC Sydney 2018
NDC returned to Sydney this year and SSW TV was there alongside .NET Rocks! to catch all of the action with our Ask Me Anything! sessions. As usual there were a host of top industry pros talking about various subjects related to software development. This year, SSW TV worked alongside .NET Rocks! to run and…
Read More