The Morning Brew #2056
Posted by Chris Alcock on Monday 21st March 2016 at 09:28 am | Tagged as: .NET, Development, Morning Brew
Software
- Open Sourcing the Visual Studio Productivity Power Tools – Justin Clareburt & Michael Dick announces the open-sourcing of the Visual Studio Productivity Power Tools as a true Open Source project taking pull requests from the community
Information
- Understanding CSRF, the video tutorial edition – Troy Hunt shares a 30 video tour round the concepts of Cross Site Request Forgery and how ASP.NET provides functionality to protect against such attacks
- That Code’s Not Dead – It Went To a Farm Upstate… And You’re Paying For It – Erik Dietrich discusses the concepts of dead code, and how its presence in a code base can cost you dearly in maintenance.
- Agile Anarchy – Remote working – Seb Lambla continues his series on the Agile approach he took with a team recently, discusssing in this part how they enabled remote working with maintaining the concepts of Mob Programming.
- Integrating ASP.NET Core Configuration in MVC 4
– Scott Dorman discusses the range of configuration options available for ASP.NET MVC running on ASP.NET Core 1.0 - Using Specflow to test Web API – PART 1 – Veronica S. Zotali shares a look at performing testing of ASP.NET WebAPI services using the Specflow BDD Testing framework
- The need for multi-platform npm packages – Dr. Axel Rauschmayer discusses why you might want to have multiple packages for the same project and version to help support the different platforms that JavaScript code is increasingly being run upon.
- About memory leaks again – Anton Gorbikov discusses the increasing importance in carking about the memory use profile of your web pages when running in the browser, and discusses common causes of memory leaks.
- Delay task – Kingcean looks at the implementation of a delay task in both JavaScript and C#
- MVVM – The User as an Asynchronous API (w/ Knockout) – Eli Weinstock-Herman discusses the concept of thinking about the User as being an Asynchronous API for the purposes of testing you client side JavaScript applications.
Comments Off on The Morning Brew #2056