July 2009

Monthly Archive

The Morning Brew #387

Posted by on 10 Jul 2009 | Tagged as: .NET, Development, Morning Brew

Software

Information

  • Free Ebook Developers Developers Developers Developers – Derek Hatchard highlights a free e-book of articles from Microsoft’s ‘{You Shape} It’ campaign. Covering topics such as working with brownfield code, C# features you should be using, creating installers, and much more its a worthy read
  • A simple include for ASP.NET – Bertrand Le Roy follows on from his previous post on master pages with a simple extension method which can be used in place of masterpages if you don’t require designer support
  • C# And Accepting Parameters. – ‘webdev_hb’ looks at two different ways of passing unknown numbers of parameters into your methods in this Code Project article
  • Reuse: Is the Dream Dead? – Kirk Knoernschild looks at the reasons why we arn’t getting huge re-use out of our code despite that being one of the guiding principles in development for a considerable time
  • Parallel.Invoke() vs. Explicit Task Management – Cristina Manu looks at the differences between Parallel.Invoke and using Parallel Tasks in the Parallel Extensions Framework, and looks at when you should use each
  • Building a 3-Tier App with Silverlight 3, .NET RIA Services and Azure Table Storage – Modesty Zhang writes about the creation of 3 tier applications using Silverlight and Windows Azure table storage giving a good run through of the code required

Community

The Morning Brew #386

Posted by on 09 Jul 2009 | Tagged as: .NET, Development, Morning Brew

Information

Community

  • The Europe Virtual ALT.NET Blog – Jan Van Ryswyck highlights the new European Virtual Alt.Net events blog and twitter, which will be the official home of the European VAN announcements.
  • LIDNUG: Advanced developer features in Visual Studio 2010 – ‘AngelaB’ highlights the Linked In .NET Usergroup event for July 26th where Daryush Laqab and Andrew Hall will talks about some of the more advanced features in Visual Studio 2010. This is a virtual (and free) event, and is also timed nicely for viewers in the UK

The Morning Brew #385

Posted by on 08 Jul 2009 | Tagged as: .NET, Development, Morning Brew

There was lots of Buzz yesterday in the developer community about Google announcing their own Operating System, to be called ChromeOS, and also the fact that Google Apps are no longer beta

Software

Information

  • LINQ is not LINQ To SQL – Justin Etheredge sets about removing the confusion that leads a large number of developers to think that LINQ is all about interactions with the database and that all it does is the stuff LINQ to SQL does. Well worth reading if you have any confusion over LINQ
  • Day #8: Custom Fonts in Silverlight – Jeff Blankenburg is running a Post a Day series throughout July on Silverlight. Today’s piece is about fonts in Silverlight, with previous posts on interactions with WCF serivces, Drag and Drop, and a whole lot more – worth keeping an eye on this month
  • Event Aggregation with jQuery – K. Scott Allen uses some JQuery JavaScript code to highlight some principles from Prism, and looks at applying the same principles in the JavaScript
  • Sneak Peek at our book Beginning ASP.NET MVC 1.0 – Simone Chiaretta provides the chapter level contents list of his ASP.NET MVC book, along with a download of the draft chapter 9 on Testing ASP.NET MVC Applications, along with the full collection of code Samples
  • Refactoring challenge Part 1 – Examination – Jimmy Bogard starts dissecting the code his posted yesterday which he was aiming to refactor
  • CodePlex Turns 3 years old; Breaks the 10,000 project mark – Congratulations to the CodePlex team on their 3rd birthday and breaking the 10000 project boundary. This post also contains some interesting statistical information about the use of CodePlex since its ‘birth’
  • Thrive for Developers – Michael S. Scherotter highlights a new Microsoft Campaign aimed at improving the skills and enhance the careers of developers providing community features and online training opportunities, along with Job Postings and other technical content
  • Faking COM to fool the C# compiler – Jon Skeet takes a look at some of the features of C#4 that make it easier to work with and produce COM Components.
  • MVVM – Philosophy and Case Studies – Introduction – Rob Eisenberg introduces a new series of posts on Model- View-ViewModel, starting with a simple introduction to the concept

« Previous PageNext Page »