public marks

PUBLIC MARKS from tadanderson with tags microsoft & development

February 2008

LINQ in Action Book Review

This book is a pure pleasure to read. The presentation of content is awesome. They breakdown code in a new refreshing way that I have not seen before. Maybe it is done in all the Action Books from Manning, but this is the first I have read. They use code annotations to show what the code is doing at all the key points, highlighting important concepts. The beginner will benefit greatly from this, as will the experienced developer getting into the new C# language features.

January 2008

Visual Studio 2008 Product Comparison Data Sheet

Microsoft has compiled a very nice product comparison data sheet for Visual Studio 2008.

New Web Client Software Factory Modularity Bundle from patterns & practices

Modularity is the separation of an application in independent and collaborative modules. You use modules to encapsulate a set of concerns of your application and independently develop and deploy them to your applications. These modules are developed and maintained by multiple teams.

Ajax Data Controls v1.0 Released

The Ajax Data Controls v1.0 have been released on CodePlex.

Framework Engineering Video: Architecting, Designing, and Developing Reusable Libraries

This session covers the main aspects of reusable library design: API design, architecture, and general framework engineering processes. Well-designed APIs are critical to the success of reusable libraries, but there are other aspects of framework development that are equally important, yet not widely covered in literature. Organizations creating reusable libraries often struggle with the process of managing dependencies, compatibility, and other design processes so critical to the success of modern frameworks. Come to this session and learn about how Microsoft creates its frameworks. The session is based on experiences from the development of the .NET Framework and Silverlight, and will cover processes Microsoft uses in the development of managed frameworks.

.NET Architecture and Development Book Recommendations

We have updated our .NET Architecture and Development Book Recommendations page on the Real World Software Process Engineering site. We have posted a version of what is there in this blog. We will however only make updates to the page on the SPE website.

Framework Design Guidelines 2nd Edition In the works!

This is great news!!! I have used this book as a coding standard on all my projects since the release of the first edition. On several projects I have made the companies buy the first edition for every developer on my team.

Pro LINQ: Language Integrated Query in C# 2008 Book Review

This book claims to be about code, code, and then more code. I completely agree with the author's claim, it is code from front to back.

Pro C# 2008 and the .NET 3.5 Platform Book Review

Andrew hits the mark again. This is the 3rd version of this book I own. Everyone of them does an excellent job of covering all the new features in the latest release.

Pro ASP.NET 3.5 in C# 2008 Book Review

This book is an excellent resource for learning ASP.NET 3.5. It also serves as a great reference. Matthew does a great job relating everything to real world scenarios. He also provides very usable code samples. If you are developing in ASP.NET 3.5, this is a must have book.

December 2007

Service Factory - Modeling Edition CTP (VS2008) Available

The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly and consistently build WCF and ASMX Web services that adhere to well-known architecture and design patterns. These resources consist of models with code generation in the form of tools integrated with Visual Studio 2008 and patterns and architecture topics in the form of written guidance.

Real World Software Architecture

David has posted a new MVP Bundle Screencast on the WCSF v2.0 Model View Presenter Design Pattern.

Tafiti goes Shared Source

Microsoft released the Tafiti Search Visualization source code to CodePlex, which means any developer can download, modify, and resell the code.

New Video on the New Features in the Entity Data Model Tools December CTP

Microsoft has posted a new Camtasia video that demonstrates a number of important new features in the Entity Data Model Tools December CTP. It is worth checking out.

ASP.NET 3.5 Extensions Preview Updated Release Available

The ASP.NET 3.5 Extensions Preview is a preview of new functionality being added to ASP.NET 3.5 and ADO.NET. The release includes an ASP.NET MVC, ASP.NET Dynamic Data, Silverlight controls for ASP.NET, ADO.NET Data Services, Entity Framework runtime, and new features for ASP.NET AJAX.

The New Iteration: XAML transforms the collaboration between Designers and Developers

A new white paper has been released on windowsclient.net, "The New Iteration: How XAML transforms the collaboration between Designers and Developers in Windows Presentation Foundation."

Visual Studio 2008 Linq Samples and the Query Visualizer

If you haven't had the chance to check out the linq Samples that come with Visual Studio 2008, I'd suggest you do. It is a great way to get familiar with the linq syntax. Microsoft has included a that allows you to see the code and the results of the code. It also organizes the examples based on attributes in the code.

Microsofts Volta: Web Development Using Only the Materials in the Room

The Microsoft Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns.

November 2007

WCF, WF and .NET 3.5 Whitepapers by David Chappell

Collection of whitepapers authored by David Chappell on .NET Framework 3.5. This includes an introduction to Windows Communication Foundation, an introduction to Windows Workflow Foundation and an overall introduction to .NET Framework 3.5. There's also a paper describing the diverse array of communications protocols and transports supported by WCF.

Service Factory - Modeling Edition (VS2005) Released

The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly and consistently build WCF and ASMX Web services that adhere to well-known architecture and design patterns.