Uncategorized
Archived Posts from this Category
Posted by Chris Alcock on 03 May 2013 | Tagged as: Uncategorized
Monday is a bank/public holiday here in the UK, so as is the usual Morning Brew tradition, I will be taking the day off from publishing here, and will return on Tuesday. Enjoy the weekend.
Information
- Producing permutations, part six - Eric Lippert continues his series looking at generation of permutations, with a discussion on the potential for bias in the random elements of generating random permutations, along with setting a challenge to predict the next cards picked by a sample program.
- .NET Security Part 1 - Simon Cooper takes a look at the built in Code Access Security included in the .NET Framework exploring partial and full trust assemblies, the testing of permissions and the different security modes/levels.
- C#/.NET Fundamentals: Three Tech.Pro Tutorials - James Michael Hare shares three tutorial articles he wrote for Tech.Pro exploring Linq, Tuples and Anonymous Types, and extension methods
- Configuring Nancy to use views in a separate assembly - Colin Angus Mackay takes a look at an alternative way of loading views when working with the Nancy Framework, looking at embedding views as resources in assemblies, and how to bootstrap Nancy to load these.
- Communication with Cross Domain IFrame - A Cross Browser Solution - Tadit Dash takes a look at the solution to passing information between browser frames, and even moving information across two different domains using message passing using postMessage
- Developers and Depression - Killing our Knowledge Workers - AgileScout discusses the importance of good mental health, and some of the typical developer traits and work patterns which don’t help - Important stuff which isn’t discussed often enough.
Community
- NxtGenUG - Cross platform game / app dev - Simon Jackson is giving a session on the issues and solutions for developing games to run on the multitude of different platforms available these days at the Manchester/Warrington NxtGenUG on the evening of Wednesday 15th May.
- NxtGenUG - Typescript - Mark Rendle journeys north to Birmingham to deliver a session on TypeScript on the evening of Tuesday 21st May
- Utilize Roslyn to create the next level plugin capability - Filip Ekberg shares the video of his dotnetConf session which looks at using the Compiler as a Service functionality provided by Roslyn as an alternative way of creating plugins for applications. Don’t forget all the other dotnetConf sessions are also available online and are well worth checking out.
3 Comments »
Posted by Chris Alcock on 05 Mar 2012 | Tagged as: Uncategorized
Another later edition today - normal service resumes tomorrow
Software
- Windows Server "8" Beta - Mark Michelet highlights the Windows 8 Beta release, released last week in amidst the excitement of the Windows 8 Consumer Preview release.
- ReSharper 7 EAP for Visual Studio 11 Beta is now OPEN! - The team over at JetBrains announce the opening of their Early Access Program for ReSharper 7, which now targets the Visual Studio 11 Beta release, giving you a taste (and them valuable feedback) about the next major version of the product.
- CSLA 4 version 4.3 release - Rockford Lhotka announces the v4.3 release of his CSLA 4 application Framework. This release adds support for Silverlight 5 to the extensive lists of supported platforms and technologies
Information
- MSDN Magazine: March 2012 - The March edition of MSDN Magazine is now available online with articles looking at the StreamInsight technology, the use of streaming on Windows Phone, building HTML 5 applications in Sharepoint, AppFabric Service Bus, and much more
- Visual Studio 11 Beta currently incompatible with AsyncCtpLibrary*.dll - Stephen Toub highlights the incompatibility between the current Async CTP for C# and VB.NET and the new Visual Studio 11 beta release, before moving on to look at Implementing a simple ForEachAsync,in response to a question from Jon Skeet, and shares slides and code from his session "The Zen of Async" at the MVP Summit 2012.
- Async Mashups using ASP.NET Web API - Henrik F Nielsen takes a look at combining multiple WebAPI services using Tasks and Asynchronous programming , looking and querying and combining multiple services without blocking the server thread
- ASP.NET Web API & Http Messaging - Sankarsan Bose takes a look at how the various parts of the WebAPI framework architecture come together to for the request processing piepline
- Looking Forward: Single Page Apps, Client-Side Databinding, Entity Change Tracking, and Windows 8 - Dan Wahlin highlights some of the new features of the releases of the last few weeks, discussing Windows 8 and the new Single Page Web Application features in the ASP.Net MVC beta, along with some further resources on the subjects
- What is Single Page Application? - Kalyan Bandarupalli takes a look at the architecture and some of the features behind the ASP.NET MVC Single Page web applications, looking at how they come together to provide for this new style of application.
- HTML5, CSS3 and JavaScript improvements in Visual Studio 11 - Pawel Bejger discusses some of the new functionality and improvements to the Visual Studio IDE for those working in web technologies (HTML, CSS, and JavaScript)
- ASP.NET Internals – Managed runtime loader - Jose Reyes discusses the Managed Runtime Loader and how you can control the CLR settings for the instance of the runtime loaded for specific application pools in IIS
- What’s new in WCF 4.5? WebSocket support (Part 1 of 2) - Ido Flatow continues his CodeProject series looking at the new features of WCF in .NET 4.5, with this part being the first of two looking at support for Web Sockets in the platform, giving an overview of the concepts of Web Sockets and how they are implemented in WCF.
- 5. Generic Parameters – Static typing without typing - Dorian Corompt continues this series on F# and Functional Programming with a look at static typing, and how F# performs analysis on the types used to infer the types being used, and how it differs from the imperative languages like C#
- XNA for Windows Phone Walkthrough–Creating the Bizzy Bees game - Tess Ferrandez shares a 7 part series looking at the creation of her first XNA game for Windows Phone 7, focusing on certain interesting aspects of the game’s creation
- Introducing MEF Lightweight Composition and an Updated Composition Provider for ASP.NET MVC - Nick, of the BCL team highlights the latest preview for the Managed Extensibility Framework for .NET which focuses on Lightweight composition, for a wider range of applications, based upon the feedback received for the MEF Composition Provider for ASP.NET MVC, looking at some of the changes and improvements made in this preview which is available via NuGet
- Moving The Philosophy Into Machinery - The latest chapter of the great RESTful debate continues, with Rob Conery issuing a challenge to some of the people involved in recent debates to help him design the most appropriate API for his Alt.Tekpub site, with John Sheehan weighing in with his suggestion in ‘Don’t build the best REST API, build the best HTTP API ‘ and Sean Fao following up in ‘Building a RESTful API - A Followup to John Sheehan‘
No Comments »
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
No Comments »
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
- Entity Framework Code First Migrations: Alpha - NuGet Package of the Week #10 - Scott Hanselman explores the newly released Entity Framework Code First Migrations CTP release as a part of his NuGet Package of the Week series, sharing some information about the package and looking at it in use.
- Code First Migrations: Walkthrough of August 2011 CTP - Reco of the ADO.NET team also gives a walkthrough of the functionality provided by the Code First Migrations CTP discussing the different types of migration it supports and how it scripts these changes.
- C#/.NET Little Pitfalls: Default Parameters are Compile-Time Substitutions - James Michael Hare continues his C#/.NET Little Pitfalls series with a look at the use of Default Parameters in C# 4 and how they are implemented using a compiler trick which bakes the default values at compile time
- Simple way of null parameter validation - Ishtiyaq Sheikh shares a simple helper extension method to make writing some of the common parameter validation code that appears in lots of methods shorter and simpler.
- Preprocessor? .NET don’t need no stinkin’ preprocessor! - David Anson also is looking at parameter and other variable validation using Debug.Assert, showing its default use, discussing how the message often duplicates the expression being asserted upon and shares an custom extension of the Debug.Assert which takes away this duplication using expression trees.
- Entity Framework v4.1 update 1, the Kill-The-Tool-Eco-system version & Entity Framework June 2011 CTP (v4.2) is now supported in Entity Framework Profiler - Frans Bouma and the Hibernating Rhinos team discuss a breaking change in Entity Framework 4.1 Update 1 which breaks the integration of their respective data access profilers in this version of Entity Framework, discussing how their integtration works, and what in this update caused them problems, and both look at work around solutions.
- MEF Features - with Examples - Mahadesh Mahalingappa digs into a number of the key features of the Managed Extensibility Framework, looking at the background to the feature and illustrating with examples of each.
- My eBook and articles series on OData for Silverlight and Windows Phone 7 is complete. - Michael Crump has updated his OData for Silverlight and Windows Phone 7 article series, and has also compiled it into e-book format, available for $2.99 via SilverlightShow.Net, All the article content is also available free of charge on the SilverlightShow site.
- Windows Phone Mango Feature Videos - Mike Ormond highlights a series of videos from the Windows Phone team where the people responsible for each of the new features discusses their feature and its use.
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
No Comments »
Posted by Chris Alcock on 25 May 2011 | Tagged as: Uncategorized
Windows Phone Mango
Information
- Windows Phone Mango - Whatâ’s New? ("Overview"- Part 0 of
- Alex Golesh shares a comprehensive 8 part series of posts looking at the various aspects and features of the Mango Windows Phone Release. Further parts of the series explore:
- Mango from the trenches part 1: Adding a new live tile to the start page #wp7dev - Laurent Bugnion also takes a look at the new release, kicking off a series looking at the new features, and in this first part explores the new Live Tile support.
- NuGet for the Enterprise: NuGet in a Continuous Integration Automated Build System - Scott Hanselman follows on from his TechEd talk on using NuGet in the Enterprise, discussing how NuGet can be integrated into your software development lifecycle, highlighting the videos of the session, and walking through the process of automating NuGet package creation using Continuous Integration.
- Don’t Do Role-Based Authorization Checks; Do Activity-Based Checks - Derick Bailey discusses developing Authorisation systems, discussing how he finds Role Based authorisation doesn’t always fit well, and discussing authorising using an Activity based approach.
- MVVM Backlash - Ward Bell discusses his like of the MVVM pattern, and then proceeds to take an objective view of the pattern discussing its major advantages, and how if you don’t care about those aspects then MVVM may not be the best fit for you.
- Creating a Line Chart using the HTML 5 Canvas - Dan Wahlin takes a look at programming against the HTML 5 Canvas using JavaScript, illustrating with the creation of a simple charting control which draws line graphs.
- The Darkness Behind DateTime.Now - Keyvan Nayyeri discusses the use of DateTime.Now, DateTime.UtcNow and the Stopwatch class, talking about where each should be used, and looking internal implementations and the relative performance of each.
- NHibernate Pitfalls: Specifying Event Listeners in XML Configuration , Collection Restrictions & The SaveOrUpdate Event - Ricardo Peres highlights a few NHibenate Pitfalls and Gotchas, some caused by bugs, others by misunderstandings, along with showing workarounds where appropriate
- What’s New in Silverlight 5? - Mohammad Elsheimy gives a run through of the features of Silverlight 5, illustrating with some shared demo code in this CodeProject article
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.
No Comments »
Posted by Chris Alcock on 28 Mar 2011 | Tagged as: Uncategorized
Software
Information
Community
No Comments »
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
2 Comments »
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.
No Comments »
Next Page »