Posts Tagged ‘Entity Framework Core’
Checking 3rd Party Libraries before Installing with Chris Clement
Efficient software developers don’t reinvent the wheel and know the right libraries to use. Using an already existing and well-tested libraries will speed up development time.
Read MoreDeveloping Flexible Authorization Capabilities in ASP.NET Core with Jason Taylor
In this talk, Jason Taylor will demonstrate an approach using permission-based authorization to overcome these limitations by building a flexible approach to managing roles and permissions from within your system. This will improve the maintainability and visibility of access control across your system. Putting the power into the hands of application users and administrators, rather than developers.
Read MoreFrom Prototype in Production to Verifiably Stable Application with Luke Parker
SSW solutions Architect Luke Parker demonstrates how to measure tech debt, recognize anti-patterns, and slowly recover. You will learn how to tackle the seemingly impossible task of refactoring a prototype now in production into a Verifiably Stable Application (VSA).
Read MoreThe Ultimate .NET Core Developer Course (10 parts) – Dev SuperPowers .NET Core Tour
Build and host Enterprise Web Applications on .NET Core. .NET Core is out and it’s the most powerful and flexible version ever! Much of the day-to-day code you write will be the same – but the architecture and how your project fits together has changed. We will provide you with: A solid foundation in .NET…
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 More