.NET Core
What 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 MoreCortana integration and other top tips for better appointments in your Outlook calendar
Ulysses Maclaren and Adam Cogan discuss the best ways to keep organized using Outlook Calendar. Check out the rule here: https://rules.ssw.com.au/rules-to-bet… || Subscribe for more content from SSW TV || || Press like and leave a comment below to let us know how we’re doing || Twitter ↴ https://twitter.com/ssw_tv Facebook ↴ https://www.facebook.com/SSW.page Created by SSW…
Read MoreThe people behind SSW – Australia’s leading software consultancy
In this video you will get insight into the people behind SSW. Hear from SSW’s General Manager, Ulysses Maclaren, and SSW’s Chief Architect + Microsoft Regional Director, Adam Cogan, on why SSW is Australia’s leading custom software development company. Consulting page: https://www.ssw.com.au/ssw/Consulting… || Subscribe for more content from SSW TV || || Press like and…
Read MoreTips and tricks to maintain your professional integrity in the workplace
Ulysses Maclaren with the best tips on how to keep your professional integrity. Read the rules ↴ https://rules.ssw.com.au/do-you-have-… https://rules.ssw.com.au/professional… 00:00 – Why Professional Integrity? 00:45 – Example – What Not to Do 01:46 – How to Maintain Your Integrity 04:27 – Good Example Benefits of Integrity 06:56 – Tools to Improve Your Integrity 13:13 –…
Read MoreWeb Application development is hard – Why choose SSW
Web Application development is hard – Why choose SSW Featuring SSW General Manager, Ulysses Maclaren. Consulting page: https://www.ssw.com.au/ssw/Consulting… || Subscribe for more content from SSW TV || || Press like and leave a comment below to let us know how we’re doing || Twitter ↴ https://twitter.com/ssw_tv Facebook ↴ https://www.facebook.com/SSW.page Created by SSW TV | Videos…
Read MoreFederated Identity: OAuth2, Open Id Connect & Duende IdentityServer 5 | Anthony Nguyen
In this talk, Anthony will take an in depth look at Federated Identity using OpenID Connect and OAuth2 Framework for ASP. NET Core using Duende IdentityServer (aka IdentityServer 5). Securing your application is bloody important! With so much jargon to sift through, it’s easy to get lost, for example there’s SSO, OAuth2, SAML 2.0, OpenID…
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 MoreThe 5 important questions about .NET 5 | Brendan Richards
The 5 important questions about .NET 5 Back in 2016 Microsoft made the brave step of building a brand new .Net Core away from the classic “Full Framework” .NET. This meant they were able to hit the “Redo button” in so many ways, bringing us the modern, open-source, fast and cross-platform framework that we use…
Read MoreEF Core Query Tags and logging | Jernej “JK” Kavka
.NET Core allows us to log just about everything very easily, but when something goes wrong with SQL queries, how exactly do you figure out where it’s coming from…? This is where EF Core Query Tags comes into play, along with a couple of logging strategies, you’ll never be confused by the intent and location…
Read More