Adelaide .net User Group Podcast

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Mas informaciones

Informações:

Sinopsis

Recordings of presentations made at monthly meetings of the Adelaide .NET User Group

Episodios

  • Leveraging Azure Cognitive Services for accessible Unity games, with Scott Cabot

    12/06/2019

    With the pervasive spread of gaming through popular culture it is now more important than ever to cater to a wide audience of potential users. In this talk, Scott will discuss how you can easily consume the Cognitive Services API to add Text-To-Speech to a Unity game on a budget.

  • About Blazor with Ben Laan

    10/04/2019

    Blazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards (no plugins or code transpilation). Blazor works in all modern web browsers, including mobile browsers. In this talk I will provide an overview of *What* it is, and *Why* it is important. I'll offer some speculation about *Where* its headed, and finally a demo on *How* to build an application with custom Blazor components.

  • Azure DevOps CI and Docker with Jack Ni

    10/04/2019

    How to achieve DevOps (including security checks) by using Azure DevOps, Docker and other tooling. How to using Azure DevOps with GitFlow.

  • Building rich cross-platform applications with WebAssembly and Uno Platform with David Oliver

    13/03/2019

    WebAssembly has huge implications for the web— it provides a way to run code written in multiple languages on the web at near-native speed, with client apps running on the web that previously couldn’t have done so. This presentation will discuss how to build rich apps with WebAssembly and present Uno Platform, a new UI framework that compiles and runs C# code that allows for the creation of rich UI apps that can target mobile and web simultaneously. You will learn how to reuse .NET Standard application and C# code to make your applications run across all browsers and all OS with WASM. In this talk, not only you will be able to see the magic happen in front of your very eyes, you will also learn how to create apps using C# and XAML that can work on WASM but also on iOS, Android, and Windows.

  • Putting the Sec in DevSecOps with Jakob Pennington

    13/03/2019

    DevSecOps seems to be the flavour of the month when it comes to software security. Is this just a buzzword, an ideology that's only applicable in unicorn start-ups, or are there tools and practices that we should be using to write more secure code. In his talk, Jakob explores DevSecOps as an approach to avoiding the common issues he sees as a penetration tester, and presents a process to build out a DevSecOps pipeline.

  • ASP.NET + TypeScript: Frontend Architecture with Dan Harris

    13/02/2019

    There’s been a lot of buzz in the frontend world around various frameworks and architectures. In the midst of this explosion in experimentation, sometimes a more basic, ‘vanilla’ approach, is left on the sidelines. When is a SPA a good option? When is a jQuery-style solution appropriate? How do you manage state? These are some of the questions we’ll explore in this talk. Additionally, we’ll run through an example setup using ASP.NET & TypeScript (sans any ‘frameworks’). So, get your thinking hats on, and let’s start our quest.

  • Migrating from AngularJS and ASP.NET MVC3 to Angular6, With Kayes Islam

    14/11/2018

    There are basically two options for integrating Angular6 into an existing site that has older technologies like AngularJS or JQuery: 1) Angular Elements 2) Angular downgradeComponent This talk looks at both of these, as well as moving from an ASP.NET MVC3 architecture to a modern SPA web application

  • Feature Flags with Sam Fernando

    12/09/2018

    Feature Toggles or Feature Flags are utilised by many organisations to control system behaviour without changing the code. They offer various uses and often used to manage continuous releases and rapid feature publishing without breaking branches or modifying the code. Sam will be discussing how a smart feature toggling mechanism can be implemented and some of the popular use cases.

  • Visual Studio Productivity for .NET devs with David Kean

    08/08/2018

    In this demo-heavy session, Dave will demonstrate the many features we've added to Visual Studio 2017 since it first released to make .NET developers more productive—improvements to editing, refactoring, debugging, and testing your code—which previously required additional extensions. Whether you’re new to Visual Studio or have been using it for many years, you’ll learn something that will make you more efficient.

  • Deploying Code with Octopus, with Andrew Katsivas

    11/07/2018

    Deployments are hard: nothing runs the same in production as it does on your local machine, and orchestrating the right changes at the right time, in a repeatable and reliable way, can be really tricky, and make you fear deployment time. Octopus Deploy is a deployment automation tool that helps to ease this pain, and give you confidence that your deployments will work consistently on every release. In this talk we'll have a look at the anatomy of a deployment, and some key Octopus features to help you eliminate your deployment pains for good.

  • Diving into Docker (Part 2) with Jack Ni

    13/06/2018

    Because too much Docker is barely enough! Jack is back for the sequel to his March presentation. Drilling deep into Docker and also covering the tooling to manage all those containers.

  • Blockchain for Mobile with Michael Williams

    09/05/2018

    Blockchain is the next big thing, have you ever wondered how we can incorporate this technology with mobile? In this session, we will learn how to integrate blockchain technology with your mobile applications, and have a look at the new Azure Blockchain Workbench

  • Programming in Microsoft Visual F# with Stephen Hosking

    09/05/2018

    F# is the third major language in .Net. It is a functional, object-oriented language suitable for most applications, and shines in large and/or technical projects. There will be a coding demonstration and pragmatic pointers for getting started and progressing to real world projects

  • Use Firebase to quickly build useful software that can scale, with Darren Neimke

    11/04/2018

    Firebase is an easy to use set of technologies that help us rapidly build and deploy applications. It follows a reactive approach, using Observables to supply realtime updates whenever data changes. In this talk, Darren takes us through the Firebase ecosystem, and explains how it can be used to build an Angular web application. Throughout the talk we will learn about the Firebase NoSQL data stores, how to implement security, and we will deploy an application using the Firebase CLI tooling.

  • What's new in the OWASP Top 10, with Jim Burger

    11/04/2018

    OWASP recently updated their top 10 web application development recommendations. I'll walk through some of the new items in the Top 10, and discussing their implications and ways to address them.

  • Diving into Docker and ASP.NET Core 2.0 with Jack Ni

    14/03/2018

    Learn about using Docker with ASP.NET Core, Docker Compose. Find out about ASP.NET Core's built in dependency injection support. Also see how to use Swagger 2.0 with API versioning.

  • Migrating to Git and VSTS with David Gardiner

    14/02/2018

    How does a team successfully move from an internally-hosted centralized version control system to Git running in Visual Studio Team Services? Hear how one group of developers did this by taking along the people, adapting their processes, embracing the technology, in a culture open to change.

  • Off-grid Peak PoE Systems with Ewan Parsons

    14/02/2018

    Learn about the new 60W Power over Ethernet standard, and how you can save up to 30% on power using demand-response programs.

  • Going Serverless with Azure Functions, with Sam Fernando

    10/01/2018

    The way systems are hosted are changing day by day and Azure serverless technologies make it easier for us to focus on the business logic and not worry about the underlying hosting and management. Azure functions assist with transitioning from monolithic software architectures to micro services patterns while providing the same experience for developers and administrators. Sam Fernando will step us through the basics of Azure Functions, how to develop and host functions and few integration scenarios with popular SaaS services.

  • Build automation with Cake

    13/12/2017

    Do you have a complex build process? Is your CI build not quite the same as building locally? Can you grab a fresh copy of the source code and be up and running in minutes? Cake is a build automation system based on C#. Find out how you can use Cake to orchestrate the entire build process, from compiling, testing, package and deployment. By using C# as the build DSL, you'll feel instantly at home! Hear about David's experiences moving from a traditional multi-step CI build process to driving the build entirely with Cake. See how you can make use of Cake's impressive built in functions and 3rd-party add-ins. Learn how to leverage Cake's extension model to write your own addins to provide custom functionality.

página 2 de 3