The Morning Brew #1830
Posted by Chris Alcock on Monday 30th March 2015 at 08:16 am | Tagged as: .NET, Development, Morning Brew
Information
- Download all your NuGet Package Licenses – Phil Haack discusses software licenses, and shares a useful bit of PowerShell to get the license details for all of your NuGet Dependencies
- ChessTDD 28: Preparing for Idiomatic SpecFlow – Erik Dietrich continues improving his use of SpecFlow with a look at representing the moves on the chess board as part of his tests
- Bitmap types, Binary Resources and Westwind.Globalization – Rick Strahl discusses image resources, how they are managed in standard RESX resources and the format used internally, questioning how he should implement images in his Westwind.Globalization library.
- TypeC – A Simple .NET Dependency Injection / IoC Container – ‘hanuk’ shares a simple .NET Dependency Injector / Inversion of Control Container, which allows you to register abstract types with their concrete implementation and then obtain instances of these concrete types from the container in your code.
- Horror: Migrating Angular-UI-Router to Angular New Router – Shaun Xu takes a look at what will be one of the first steps most people need to take in migrating Angular 1.x to Angular 2.x, implementing the new router to handle the application flow from URLs.
- Introduction to Basics of Angular 1.4 newRouter – Gaurav H also takes a look at the new Router implementation in Angualr 1.4, looking over its green field use
- ASP.NET 5 angularJS application using angular-ui-router – ‘damienbod’ is also looking at Angular Routing, looking at getting it all working alongside an ASP.NET 5 application
- Previewing Config Transforms – Colin Angus Mackay shares a useful tip for anyone working with a project which uses Config Transformations, allowing you to see previews of the transformed configuration files.
Comments Off on The Morning Brew #1830