Uncategorized

Archived Posts from this Category

The Morning Brew #968

Posted by Chris Alcock on 27 Oct 2011 | Tagged as: Uncategorized

Software

  • OpenWrap 1.0.2 available - Seb Lambla announces an updated version of his OpenWrap package manager for .NET. This update introduces the features necessary to support compatibility with the future 2.0 release
  • OData Service for Team Foundation Server 2010 v1.0 RTW! - Greg Duncan highlights the release of the RTM of the OData Service for TFS, providing a powerful API to get data from TFS onto other devices and applications.

Information

  • Visual Studio 11 .NET Advances - Somasegar continues his series looking at the features included with Visual Studio 11. This part discusses some of the significant updates to the .NET Framework in the 4.5 release.
  • Lap Around Roslyn CTP: Syntax Analysis and Flow Analysis - Sasha Goldshtein continues his series of posts looking at the Roslyn CTP release. This part explores the use of Syntax Analysis and Flow Analysis illustrating the use of these techniques to look for ignored method return values ins some code.
  • Building Visual Studio Extensions with Roslyn - Jonathan Allen is also exploring the use of Roslyn in a series of articles on InfoQ, and in this piece he discusses the various features and providers which enable you to bolt Roslyn powered functionality into Visual Studio, extending the IDE.
  • MSDN Magazine November Issue Preview - Michael Desmond gives his usual preview of the content coming in next month’s edition of MSDN Magazine, due out next week.
  • Async messaging realities - Jimmy Bogard highlights a short post from Ayende which helps to illustrate one of the key concepts in message based architectures, discussing the concept, and how it can make migrating to message based architectures more difficult.
  • Effective Techniques and Tools for Reducing Leaks in .NET (C#) - Chuck England discusses a variety of techniques and things you can do to help ensure that your code does not leak memory, ranging from coding standards o the use of profiling.
  • Nokia’s First Two Windows Phones Are Here. And They’re Awesome. - The Windows Phone Blog highlights yesterday’s launch of Nokia’s first Windows Phone 7 devices - the moment I and many others have been waiting for to jump on board the WP7 bandwagon.
  • Using Windows Azure Regions efficiently - Pablo M. Cibraro discusses the notion of Windows Azure regions and how they map to particular data centres around the world, looking at how the choice of where to host affects performance and reliability, discussing the use of the Windows Azure Traffic Manager CTP, the Content Delivery Network and SQL Azure Data Sync.
  • Tombstoning with PhoneGap for Windows Phone 7 (and KnockoutJS) - Colin Eberhardt discusses handling the Windows Phone 7 application lifecycle states and transitions in HTML 5 / KnockoutJS based applications running on the phone within PhoneGap

Community

The Morning Brew #905

Posted by Chris Alcock on 29 Jul 2011 | Tagged as: .NET, Development, Morning Brew, Uncategorized

Software

  • Code First Migrations: August 2011 CTP Released - The ADO.NET Entity Framework Team announce the release of the August 2011 CTP (first CTP) of Entity Framework Code First Migrations. This library adds support for migrating the database schema from one model setup to a later version of the same model. This early CTP requires the Entity Framework 4.1 Update 1, As is usual with CTP release, the team are very interested in your feedback.
  • Announcing the Windows Azure AppFabric July release - The Windows Azure AppFabric Team announced the release of their July update and enhancements to the Windows Azure AppFabric Management Portal and the Access Control service, including improved localisation for the Management Portal, support for Access Control rules with 2 input claims, UTF-8 support for O-Auth and the removal of ACS quotas on configuration data.

Information

Community

  • NxtGenUG - Event: .Net Minimalist Web Dev - The Manchester / Warrington chapter of the NxtGenUG welcome Mark Rendle on Wednesday 17th August for a session looking at two lightweight alternative frameworks on the .NET platform, Simple.Data for data access and Nancy for a Sinatra like web framework
  • Coding for PowerShell - DevEvening - The DevEvening User Group in Woking welcome Jimmy Skowronski for a session exploring PowerShell development, from the basics upwards on Wednesday 31st August

The Morning Brew #859

Posted by Chris Alcock on 25 May 2011 | Tagged as: Uncategorized

Windows Phone Mango

Information

Community

  • NxtGenUG - Event - MVC 3 - The Coventry NxtGenUG welcome Ian Russell for a session on ASP.NET MVC3 on the evening of Monday 20th June at the The Royal British Legion in Coventry
  • TechDays 2011: dev session recordings, slides and content online - The MSDN ‘Belux’ team highlight the recordings of the sessions from their recent TechDays events featuring an excellent range of speakers and topics allowing those not able to attend to gain considerable benefit from the event.

The Morning Brew #821

Posted by Chris Alcock on 28 Mar 2011 | Tagged as: Uncategorized

Software

Information

Community

The Morning Brew #673

Posted by Chris Alcock on 26 Aug 2010 | Tagged as: .NET, Development, Morning Brew, Uncategorized

Update: Looks like I forgot to assign the Tags/Categories to this post, so some of you may have missed out on it. I’ve added them now - thanks to Dan Puzey for spotting it

Software

  • Microsoft Project Code-Named ‘Houston’ CTP 1 (August 2010 Update) - The SQL Azure team announce the August 2010 CTP release of ‘Houston’ their light weight database management tool for SQL Azure. This CTP update features improved navigation and search, better visibility of database statistics, table, view and stored procedure designers. This preview version has also been deployed to all datacenters allowing you to experience better performance by using an instance local to your database.

Information

Community

The Morning Brew #359

Posted by Chris Alcock on 02 Jun 2009 | Tagged as: Uncategorized

Software

  • SubMain acquires GhostDoc, releases new version, integrates it with CodeIt.Right - SubMain have taken on the GhostDoc tool, and have been further developing it to add in VB support, VS2010 support and done some re-architecting. Part of the agreement is that GhostDoc will continue to have a free version. Roland Weigelt, the orignial creator of Ghost Doc gives further details in his post The Future of GhostDoc
  • Nova Commons - Nova Software make their first release of Nova Commons an application architecture for MVC which pulls together a number of common patterns along with a number of other open source frameworks and tools
  • MsSqlSchemaDoc Version 4.2 Released - Henk Oberholzer announces version 4.2 of his Sql Server Schema Documentation tool. This release fixes problems with triggers linked to more than one event.

Information

  • Free ASP.NET 4.0 beta hosting available - Gunnar Peipman highlights the availability of free ASP.NET 4.0 hosting from the team over at ORCSWeb. The hosting is free until October, allowing you to host your .NET 4 creations making use of SQL2008 and all the new toys in the .NET Framework
  • Git For Windows Developers - Git Series - Part 1 - Jason Meridth starts a series looking at running the Git version control system on Windows machines. This first part runs through the setup and gets you up and running with your code in Git.
  • Starting Out in Web, SharePoint or Mobile Dev? Why not Ramp Up? - Mike Ormond highlights the Ramp Up series of online training in Web, SharePoint and Mobile Development on the Microsoft platforms
  • Why goto Still Exists in C# - Steve Wellens looks at s situation where he considers the goto statement to be vital to improve the readability and comprehension and simplicity of code.
  • Anti-Patterns and Worst Practices - Utils Class - Chris Missal continues his Anti patterns series with a look at the somewhat nasty catch all of a Utils class, suggesting that you should actually create classes for the particular purposes of your utility functions.
  • Abstract Class Vs Interface - Arati Kadi explores the differences between abstract classes and interfaces in this Code Project article
  • Fluent Silverlight - Part 1 - Gabriel Schenker introduces the work he and Ray Houston have been doing on creating a fluent interface for Silverlight to help improve the easy of working with Silverlight and implementing the Model View View Model. The Second part (Fluent Silverlight - Part 2 - Binding Properties) of the series explores property binding in their framework
  • NHibernate Mapping - <list/> - Ayende talks about the <list /> mapping type in NHibernate looking at its differences from other types of collection and looking at how the data is stored.
  • Is Code Complete? - Saurabh_Saxena gives a brief run down of a number of common key software development principles illustrating a number of them with code examples.

The Morning Brew #290

Posted by Chris Alcock on 19 Feb 2009 | Tagged as: Uncategorized

Software

  • YUI 2.7.0 Released - The Yahoo User Interface library team announce the release of YUI 2.7.0, which brings with it new functionality in the form of the StyleSheet utility, improves support for IE8, fixes a load of bugs and promotes three components out of ‘beta’ status

Information

Community

  • WebDD ‘09 - Reading - 18th April 2009 - The first of 2 clashing community events announced yesterday, Web DD is a Free conference to be hosted at Microsoft’s Reading campus. Like the other DeveloperDeveoperDeveloper events this is a Saturday event which will cover all things web and web related, and will have information about many of the things that are to be announced at Mix09. Speaker submissions for this event are now open
  • Announcing the Alt.Net.UK ‘in the North’ Conference - Richard Fennell announces an ALT.NET event in the north of England, unfortunatly to be held on the same day as Web DD 09. This will be the usual Alt.Net style of an open spaces event with session planning taking place on the Friday evening and the main conference on the Saturday.
  • Hereford Falls To The Mighty NxtGen Empire - Guy Smith-Ferrier announces the latest branch of the NxtGen usergroup to operate out of Hereford, with the first meeting being on the 17th May.
  • Alt.net London Beers #6 - Sebastien Lambla announces the 6th Alt.Net London Beers event, a short open spaces session ina pub. This time round they event is sponsored by TeQUILA\UK and Thoughtworks

The Morning Brew #275

Posted by Chris Alcock on 29 Jan 2009 | Tagged as: Uncategorized

Slightly later than planned, here’s today’s edition….

Information

Community

Next Page »