Deploying ASP.NET Core Applications including Octopus, Docker & RM | Danijel Malik
ASP.NET Core is a whole new world for ASP.NET developers because it opens the door to cross-platform development. However, it comes with a hefty price. Not only does it take some time before you get your head around, even deployment is now quite different. So how can you bring ASP.NET Core application and DevOps under…
Power BI and SharePoint | Adam Cogan
You wouldn’t have a website without google analytics. You wouldn’t attend the races without a top hat. So why use SharePoint without beautiful insights on what users are doing? PowerBI is Microsoft’s premier interactive data reporting and visualization platform. Every business should integrate PowerBI reporting into SharePoint 2016 to give end users the power to…
SharePoint 2016 – The future’s so bright I gotta wear shades | Adam Cogan
SharePoint 2016 is live and this is most exciting release ever! In this session Adam will walk you through what you can get today and what features are coming soon. You’ll see: Updated Team Sites that are modern, responsive and give you a much better content editing experience Better Document Libraries A better portal with…
Integration Tests are a Scam | Damian Maclennan
In 2009 J.B. Rainsberger began a popular and controversial blog and talk series on the topic of Integration Testing. In this talk Damian will look into the problems raised in the blog series with Integration Testing efforts, then delve into a discussion of testing outcomes and explore some patterns and techniques to achieve appropriate test…
Lessons learned: ASP.NET Core 1.0 + Docker in Production – Jeremy Cade
Containers, while not a new technology, are still the cool new thing in the Microsoft space. But as with all technologies, there are some rough edges and things to be wary of. In this talk Jeremy steps through some of the hard-fought lessons learned from running production ASP.NET Core 1.0 applications in Linux Containers on…
Introducing 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…
API Management | Dev Superpowers Episode 19 – Danijel Malik
The area of multi-platform development is rapidly evolving, and APIs are becoming key components in modern solutions. While ASP.NET WebAPI gives you almost everything to build a great API, there are a few areas to address, such who can access it, or should we charge for it. Find out more with Danijel Malik. Welcome to…
ASP.NET 5 De-bamboozled – Lessons I wish some-one else had learned | Adam Stephensen
The change from ASP.NET 4 to 5 brings a whole lot of awesome to web development, but it’s the biggest change since MVC was introduced and the learning curve is massive. SSW shipped two enterprise apps on ASP.NET 5 while it was still in Beta (wow, that hurt). Don’t spend weeks trying to understand how…
What is a compiler? We thought we knew… | Mads Torgersen at DDD Brisbane 2015
SSW TV was proud to sponsor and record 2015’s DDD event in Brisbane. This video features Mads Torgersen, Program Manager at Microsoft, who talks about compilers, specifically Roslyn. This is a fascinating talk and should be watched by any developer. From the description: Project “Roslyn” revamps C#’s fundamental compiler infrastructure, and challenges our concept of…