Posted by Chris Alcock on 05 Oct 2010 | Tagged as: .NET, Development, Morning Brew
It’s a Brew Anniversary today – 700 editions old today, and a useful time to remind you all that if you have had articles featured in The Morning Brew, or you are a reader of The Morning Brew you can get a badge to display on your blog or website asserting that fact – full instructions are in Edition 500.
Software
Information
- jQuery Templates, Data Link, and Globalization Accepted as Official jQuery Plugins – Scott Guthrie proudly announces that the first three jQuery Plugins developed by Microsoft as a part of their partnership with the jQuery Project have now been officially accepted into the library. Scott gives a brief outline of the three plugins (jQuery Templates, jQuery Data Link, and jQuery Globalisation) along with links to the now official jQuery documentation.
- Javascript Libraries and ASP.NET: A Guide to jQuery, AJAX and Microsoft – Dave Ward blogs on the MIX Online site about the new jQuery Plugins from Microsoft, along with looking at what the shift to jQuery has meant for the ASP.NET Ajax, Microsoft Ajax Library, ASP.NET Ajax Library and Ajax Control Toolkit projects giving a review of the origins and evolution of these projects
- Developer Review – Four ASP.NET MVC View Engines – Jason Haley gives a detailed Developer Review of 4 of the most popular / common ASP.NET MVC View Engines, examining the WebFormsViewEngine, Spark, NHaml and Razor engines, looking at the features they offer compared to each other, and looks at them in use, giving a good basis to help you decide which to use for your projects.
- Working with RavenDB Documents + Entities – The Debate – Rob Ashton takes a post aside from his RavenDB series to discuss the variety of possible solutions for working with Documents and Entities using RavenDB, looking at 4 approaches storing entiy data in the document store, looking at the pros and cons of each.
- Defense in Depth: A Developer’s Perspective – Nick Harrison talks about the importance of having some level of depth in your security practices, talking about the importance of not just the network security infrastructure, but how developers should also put multiple layers of security into the code.
- No backtracking, Part One – Eric Lippert talks about backtracking algorithms, and goes on to discuss how the C# compiler does no back tracking across the different phases of compilation, meaning each phase has to give a concrete solution, and examines this in the context of the lexing of expressions.
- There’s no substitute for customer feedback! [Improving Windows Phone 7 application performance now a bit easier with LowProfileImageLoader and DeferredLoadListBox updates] – David Anson shares updates to the LowProfileImageLoader and DeferredLoadListBoc Windows 7 UI Classes which help improve the performance of Windows Phone 7 Applications. This update addresses a number of customer reported issues and suggestions.
- Silverlight Sessions Coming to DevConnections Las Vegas November 1-4 – Dan Wahlin talks about some of the sessions he is going to be delivering at DevConnections, and gives a nice introduction to the MVVM (Model Viiew ViewModel) pattern in this blog post to set the scene for his more advanced session at the conference.
Community
- The European NHDay will be streamed online – Great news for anyone who was unable to attend the first NHibernate Conference, being held in Bologna this Saturday (9th October), they will be streaming the talks from both tracks live on UStream, with recordings to be made available for on-demand viewing after the event.
- Want a Windows Phone 7? Here’s your chance! – Pete Brown highlights the full day MSDN Simulcast of the Windows Phone 7 launch event on Tuesday 12th October, 5 hours of streamed content live from the event covering a range of topics from the basics of building applications for the Phone, design guidelines, games development with XNA, to the market place and the cloud.
1 Comment »
Posted by Chris Alcock on 04 Oct 2010 | Tagged as: .NET, Development, Morning Brew
Software
- Extension Analyzer V3 – Mynor Ivan Muralles announces the release of Extension Analyzer V3 on the Visual Studio Blog. This extension provides exploration and diagnostic information for other extensions (covering VSIX, PkgDef, VS Packages and MEF components), allowing you to trouble shoot problems with extension loading
- Introducing: Emaroo 1.0 – Roland Weigelt releases the first version of his Recently Used Files browser which gives a quick and easy way of opening recently used documents across a range of applications including Visual Studio, Blend and Office.
Information
- 31 Days of Windows Phone | Day #1: Project Template – Jeff Blankenburg kicks off a month long series of posts on developing for Windows Phone 7 promising a post a day throughout October. This first post dives straight in and starts exploring the key parts of the project templates for Windows Phone 7 development
- The curious case of the publicity-seeking interface and the shy abstract class – Jon Skeet explores some of the complexities of using Interfaces when you have internal types, and looks at alternatives using abstract classes to solve the problem, illustrated with an example from his NodaTime project.
- Technical Debt Is Like Your Friend, The Mafia Bookie – Derick Bailey shares an amusing piece comparing techincal debt incurred during a push to delivery to a mafia bookie. I’m sure anyone who has experienced technical debt firsthand will recognise the link here.
- MSDN Magazine: October 2010 Issue – The October edition of MSDN Magazine is now available in online format. This month’s topics include ThreadPools, Bing Maps, .NET Micro Framework, Interop with the Enterprise Distributed Cache, Windows Phone 7 Development and AppFabric Serivce Bus Discovery, along with a range of topics covered in the regular columns.
- The Null Object pattern and the Maybe monad – Derek Fowler talks about the Maybe monad and shares a comparable implementation using the Null Object pattern, sharing his code examples.
- RavenDB – Image Gallery Project (V) – The Structure &
(VI) – Entities, Repositories and Commands – Rob Ashton continues his series looking at a real application implementation using the RavenDB Document database, looking at the structure of the application, the views and entities, unit of work and the implementation of the documents for storage, along with the repository and commands for accessing the documents
- NHibernate – Customize the Linq provider to call your user defined SQL functions – Giorgetti Alessandro looks at using a custom dialect in NHibernate, along with custom implementation of the HQL generation to give the Linq implementation the ability to call custom functions in the database.
- Interested in PEX & MOLES? Wish you could go to a five hour workshop on them? Here’s the next best thing… – Greg Duncan highlights the recordings of the PEX and Moels Workshop event held in Madrid back in July. This recording offers 5 hours of content on the features and applications of PEX and Moles in testing.
- Public static fields gone from F# 2.0 – Ian Voyce discusses the decision to remove support for Public Static Fields in F# 2.0, discussing why they were removed, and looking at alternatives for when you need to use something like them.
- Ten caching mistakes that break your app – Omar Al Zabir takes a look at 10 of the common problems / mistakes that can creep into your application when you cache objects, discussing some of the more obvious ones, and some where your application performance may actually degrade once caching is enabled rather than improve.
- The easy way to create an Entity Framework "Defining Query" – David Ebbo shares an example of the Defining Query support in Entity Framework which allows you to define a client side database view which you can use in your code as though it was a database view, showing how to create one manually as the designer does not offer tooling for this feature.
Community
- Brighton ALT.NET – The Brighton Alt.Net Community are meeting for beers tomorrow (Tuesday 5th October) at their usual venue, The Skiff. Th event is informal and follows the usual turn up, suggest topics, vote on them and then discuss the most interesting ones pattern
- Europe Virtual ALT.NET: Recording of Andreas Öhlund on NServiceBus @ E-VAN 29 September 2010 – The European Virtual Alt.Net group have now posted the recording of Andreas Öhlund’s session on NServiceBus, in which he covered the message sending aspects of the service bus recorded at last Wednesday’s live meeting event
- Europe Virtual ALT.NET: Glenn Block on "Embracing HTTP in the .NET platform" on 18 October 2010 – The European Virtual Alt.Net Group have their next event planned for the 18th October 2010, and will feature Glen Block talking on REST, and the improvements coming in WCF for working with REST and HTTP
- NxtGenUG Event: C# Abuse with Jon Skeet – The Manchester chapter of the NxtGen User Group welcome Jon Skeet delivering a session on abusing the C# compiler creating code which causes the compiler (or your code reviewer) pain. The event is being held on Wednesday 20th October 2010 in Daresbury.
- Event: SQL Server User Goup meeting in Edinburgh – Scottish Developers highlight a SQL Server User group event being held in Edinburgh this Thursday (7th October) at Microsoft’s offices. The event features Tony Rogerson and Allan Michell looking at implementing Hierarchies in relational data and exploring StreamInsight.
- SQLBits videos (distinctly amateur) – Jamie Thomson shares a collection of behind the scenes interviews from this weekend’s SQLBits 7 event held in York giving a taste of what the event is all about. I had a great time at the event, and if you deal with SQL Server and you’ve never attended you really should.
- WIN a FREE Phone with like NO effort and attend the Windows Phone 7 Developer Launch – Scott Hanselman has brokered a deal where (US Only unfortunately) you can win a Windows Phone 7 device in return for a small amount of promotion of the Windows Phone 7 Launch events
Comments Off on The Morning Brew #699
Posted by Chris Alcock on 01 Oct 2010 | Tagged as: .NET, Development, Morning Brew
Looking forward to the SqlBits Saturday community event in York this weekend, always good to learn a bit more about SQL Server and to catch up with old acquaintances. If you see me there, come and say hello.
Software
- AntiXSS 4.0 Released – The Microsoft Security Tools blog highlights the release of the AntiXSS 4.0 library. This is the binary release, the source code will be published on Codeplex next week. This release targets .NET 3.5, and helps you as a developer deal with correct encoding of values to ensure user provided values do not get executed at cause a security vulnerability.
- ASP.NET Security Fix Now on Windows Update – Scott Guthrie discusses the release of the ASP.NET Padding Oracle fix on to Windows Update, and provides some answers to some further Frequently Asked Questions about the deployment and implications of the patch.
- Neovolve.Toolkit 1.0 RTW – Rory Primrose announces the stable 1.0 release of his Neovolve Toolkit, and this release includes a number of features for Windows Workflow 4, along with additions and helpers for working with various areas of the .NET Framework including threading, reflection, communication, and the Unity container.
Information
- A DSL For Handling Zero, One, Many – Derick Bailey looks at applying the functioanl programming concepts he’s been exploring recently, an takes a look at creating a monad like DSL to refactor some code into using.
- The Truth About Value Types – Eric Lippert sets about debunking some of the myths about Value Types, and their place on the stack, giving a more correct restating of the statement ‘Value types go on the stack’, and discussing the storage of data values by the CLR
- RavenDB – Image Gallery Project (IV) -Tracking Documents – Rob Ashton continues his series on building a sample application using the RavenDB Document database, giving a recap on the basic interactions with the data store, showing the code for CRUD type operations.
- Smart Dispatcher – Getting Back to the UI Thread – John Papa shares a simple implementation of a dispatcher class to allow your background work threads in Silverlight get back to the UI thread to update the UI.
- Heartbeat: a progress monitor for long-running processes – Elton Stoneman looks at implementing a simple heartbeat signalling mechanism for use within long running transactions, sharing his resultant implementation.
- Custom Windows Workflow activity for dependency resolution – Wrap up – Rory Primrose wraps up his series of posts looking at implementing Dependency injection / resolution in Windows Workflow based code, and shares the activity which provides the DI capabilities as a part of his Neovolve Toolkit.
- The Immediate Window: Running WinDbg and SOS (Son of Strike) Commands – Zain Naboulsi looks at using the SOS debugger extension from within the Visual Studio Immediate window, showing how to load, configure and execute the SOS commands from within the IDE
- Implementing Reliable Inter-Role Communication Using Windows Azure AppFabric Service Bus, Observer Pattern & Parallel LINQ – Valery Mizonov looks at the implementation of loosely couple communications between different role instances within Windows Azure using the AppFabric Service Bus, the Observer Pattern and the Parallel Linq extensions. Full source for the solution is available
Comments Off on The Morning Brew #698