September 2013
Monthly Archive
Posted by Chris Alcock on 12 Sep 2013 | Tagged as: .NET, Development, Morning Brew
Software
- Toastr 2.0.1 Released – John Papa announces the release of Toastr 2.0.1 a nice little JavaScript library which provides notifications within HTML based applications.
Information
Community
Comments Off on The Morning Brew #1440
Posted by Chris Alcock on 11 Sep 2013 | Tagged as: .NET, Development, Morning Brew
Software
Information
- PageObject – Martin Fowler discusses the theory and use of the PageObject pattern, a vital one for making web UI tests possible, in that it wraps up all the actions that can be taken on a page, allowing tests to only speak PageObject’ and leaving the PageObject to know about the actual page
- Creating a Clean, Minimal-Footprint ASP.NET WebAPI Project with VS 2012 and ASP.NET MVC 4 – CodeProject – John Atten discusses the creation of a WebAPI project template which contains only the core required parts, rather than the default standard version which includes quite a lot of dependencies.
- WCF Data Services for Windows Store Applications – Sebastien Pertus discusses the use of the WCF Data Services from Windows Store applications in both XML and JSON format as of version 5.6.0 , looking at the updated tooling and walking through a sample project
- Hosting A JavaScript Engine In .NET – K Scott Allen takes a look at how ClearScript enables the hosting of the V8 or Chakra JavaScript engines inside a .NET process allowing you to create scripting features which allow coding in JavaScript.
- Early versions of Aero Peek: Aladdin, Bat Signal, and Squeegee – Raymond Chen looks back in time to the introduction of the Aero Peek functionality, discussing (and highlighting video demos from old MIX videos) some of the early prototypes
- What is new in Browser Link with Visual Studio 2013 RC? – Reshmi Mangalore discusses the Browser Link functionality and associated API which is being introduced in Visual Studio 2013, taking a look at how you can make use of it.
- Windows 8.1 says,"Forget all that Design Stuff from Windows 8.0" – Jerry Nixon discusses some of the Windows Store application practical and tactical guidance which differs from the advice in Windows 8.0, discussing how some applications would now fail certification, and the reasons the guidance has evolved.
Comments Off on The Morning Brew #1439
Posted by Chris Alcock on 10 Sep 2013 | Tagged as: .NET, Development, Morning Brew
Software
Information
- Verbatim identifiers – Eric Lippert takes a short look at the Verbatim Identifier syntax in C# which allows the use of keywords as identifiers for variables, and some of the problems that introducing new keywords to the language can cause with an example from the .NET 1.0 to 2.0 transition
- 30 Days of TDD: Day One – What is TDD and Why Should I Use It? – James Bender kicks off a new 30 part series looking at Test Driven Development, providing a good introduction for developers who have never tried it before.
- Hadoop for .NET Developers: Understanding Hadoop Streaming – Bryan C Smith continues his series looking at the use of Hadoop from a .NET Developers perspective with a look at how Hadoop Streaming allows for the use of .NET with the essentially Java based Hadoop.
- F# News: Ten F# one-liners to impress your friends – Jon Harrop shares 10 useful little snippets of code which do useful things in F#
- Fun with Favicons – Eric Lawrence takes us into the wonderful world of the FavIcon image, discussing how the format came about, some of its capabilities, and some of the improvements in Internet Explorer 11
- The Dark Side Of Software Development That No One Talks About – John Sonmez talks about an important issue which is not discussed enough, but occurs all too frequently in our industry. Read it, understand it, and make sure you aren’t part of the problem.
Comments Off on The Morning Brew #1438
« Previous Page — Next Page »