Roundup #12: TypeScript 3, EFCore.InMemoryHelpers, HTTP Caching, Standards.REST
Here are the things that caught my eye this week. I’d love to hear what you found most interesting this week. Let me know in the comments or on Twitter. TypeScript 3.0 Which brings us to TypeScript 3.0! Despite the new big number, 3.0 has few breaking changes (meaning it should be veryeasy to upgrade) and introduces a new flexible and scalable way to structure your projects, powerful new support for operating on parameter lists, new types to enforce explicit checks, better JSX support, an overall better error UX, and much more! Link: https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/ EFCore.InMemoryHelpers Provides a wrapper around the EF Core… Read More »Roundup #12: TypeScript 3, EFCore.InMemoryHelpers, HTTP Caching, Standards.REST