A .NET Data Access Layer You're Proud of (Without Entity Framework)
Presented by: Jonathan "J." Tower
If you're a .NET developer, it almost goes without saying that you use Entity Framework as part of the data access code on your software projects. Sometimes, EF is just right for the job, but other times you want something more simple, with better control of the generated SQL queries, and more...
Format: General SessionLevel: IntermediateGoing crazy with CQRS
Presented by: Seth Kraut
CQRS stands for Command Query Responsibility Segregation, which doesn’t clarify that much. CQRS is a high performance, event oriented flavor of Domain Driven Design. CQRS challenges our normal conception of design. By separating read and write logic, this architecture unlocks unique possibilities....
Format: General SessionLevel: Intermediate[CANCELLED] Adding Search Capabilities to your Applications with Elastic Search
Presented by: Rod Paddock
This session has been cancelled. We apologize for any trouble this causes.
Format: General SessionLevel: IntermediateSecuring Your API Endpoints - A Practical Authentication Guide
Presented by: Seth Petry-Johnson
It's never been easier to expose services over HTTP. It's also never been easier to inadvertently expose security holes via those same services. ...
Format: General SessionLevel: IntermediateHold Up, Wait a Minute, Let Me Put Some Async In It
Presented by: Matthew Jones
The introduction of async/await to C# has irrevocably changed how .NET developers created their applications. But what about older applications? How can they get the async goodness? ...
Format: General SessionLevel: IntermediateWhat's New in Xamarin Forms 4.0
Presented by: Jason Awbrey
Xamarin Forms has evolved significantly since it's debug almost 5 years ago. The recently released v4 includes many awesome new features. In this session we'll look at the latest and greatest, including Shell, Visual Design, CollectionView and CarosuelView. We'll demonstrate hands-on examples of...
Format: General SessionLevel: IntermediateFrom idea to physical series: Additional Castle project walk-through Rhino project.
Can’t get enough model building? Want to make something more advanced than your basic cups/keychains/challenge coins? We’ve noticed we have some repeat students each year on our kids track that just love to build models, and we’ve also run several years of our introductory track for adults. We...
Format: General SessionLevel: IntermediateWell.. that's ONNX-pected
Presented by: Ron Dagdag
The world of machine learning frameworks is complex. What if we can use the lightest framework for inferencing on edge devices? That’s the idea behind ONNX format. Attend this session and find out how to train models using the framework of your choice, save or convert models into ONNX, and deploy...
Format: General SessionLevel: Intermediate