Posts Tagged ‘Brendan Richards’
NDC Sydney 2017 – Ask Me Anything! with Brendan Richards and Troy Hunt (Security, Hack your Career)
NDC returned to Sydney this year and SSW TV was there to catch all 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. SSW TV was there to run the ‘Ask Me Anything’ booth, where we grabbed some…
Read MoreLINQPad: Insights from its creator Joseph Albahari (2017 NDC Sydney)
LINQPad is a software utility targeted at .NET Framework development supporting several dialects for coding. Here’s your chance to get insights from its creator and author: Joseph Albahari. During this “Ask Me Anything” session, SSW’s Brendan Richards discusses with Joseph who introduces us how his life is now impacted by the “software lifestyle business” he…
Read MoreNDC Sydney 2017 – Ask Me Anything! with Brendan Richards and Dominick Baier (Identity and Identity Server)
NDC returned to Sydney this year and SSW TV was there to catch all 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. SSW TV was there to run the ‘Ask Me Anything’ booth, where we grabbed some…
Read MoreHow to Tame a Penguin – Master Linux with ASP.NET Core | Brendan Richards
“Microsoft Heart Linux” is a big statement backed up by exciting software releases that give the .NET developer more choices than ever before. But how to get started? Brendan is a former Linux fundamentalist turned .NET Developer, and this talk will teach some essential Linux command-line basics before going on to deploy a dotnet web…
Read MoreSearch Engines in .NET | Brendan Richards at DDD Brisbane 2016
Databases are good general purpose solution for many things. Searching is not one of these. Explore options and code samples for adding search indexes to your .NET applications including Lucene.net, Elastic Search and Azure search
Read MoreHack4Good competiton Sydney | Microsoft CEO Satya Nadella presents… | SSW Develops Right4Me.io in 2 days
Hack4Good is a hackathon event run by Microsoft Australia. Multiple teams compete to create the best app designed for the disabled community, with the winners being given an award by Satya Nadella, plus funding to further develop their app. SSW was there to take part in the event. We entered a web store app called…
Read MoreElastic Search – Interview with Russ Cam
In this video SSW’s Brendan Richards interviews Russ Cam from Elastic Search. Elastic Search is a search analytics engine that’s used by many major corporates around the world, including the Microsoft Azure Team.
Read MoreSearch Indexing: It’s your Data – But Faster | Brendan Richards
Ever wonder why Google can return results from billions of pages in a fraction of a second while your database query across mere thousands seems to drag? In this session we’ll show you how to really rock search by leveraging the capabilities of the top Open Source search index tools and libraries – either embedded…
Read MoreIntroducing Entity Framework Core: Everything you need to know | by Brendan Richards
Entity Framework Core (previously known as EF7) has been self-described as “Microsoft’s recommended data access technology for new applications in .NET” EF Core is effectively a complete rewrite of Entity Framework designed to work in more places and with more persistence stores so you can use non-SQL data sources. This talk covers: What has changed…
Read MoreOnion Architecture Without the Tears – Brendan Richards
“In spaghetti code the relations between the pieces of code are so tangled that it is nearly impossible to add or change something without unpredictably breaking something somewhere else.” This talk explores techniques in avoiding spaghetti code including Onion Architecture and Dependency Injection, followed by how to effectively apply these principles to your persistence layer.…
Read More