Today I received a message from codeplex telling me that I needed to publish my tfsproxy project on codeplex. I tried doing that but it won’t let me because I didn’t had any source code in the tfs servers. So I decided to let the project get closed on May 1 2009.
For those that are still looking for the code You can find it here on my skydrive folder.
http://cid-81c1c1a3ae5a0b08.skydrive.live.com/self.aspx/TfsProxy
Filed under: .net, .net 2.0, Team Foundation Server, Visual Studio .Net 2005, Web Services
Anson Horton wrote a very nice article for the MSDN magazine June 2007 edition. It gives you an overview of how LINQ (Language Integrated Query) has evolved from the idea of the concept to an actual technology. A nice extra on this article is that he shows a lot which new language features in C# 3.0 made it actually possible to come to version on LINQ we have now. It’s thanks to Lambda Expressions, Extension Methods, Anonymous Type, Implicitly Type Local Variables, Object Intitializers and Query expressions that LINQ can offer you a very nice language enhancement to query for example objects, dataset, xml, …
Check it out at:
http://msdn.microsoft.com/msdnmag/issues/07/06/csharp30/default.aspx
Filed under: .net, .net 3.0, .net 3.5, LINQ, Visual Studio .Net "Orcas", Visual Studio .Net 2005
Glenn Block wrote a comparison of the new Microsoft Codename “Acropolis” and SCSF/CAB. If you take a look you’ll immediate notice some similarities or perhaps the logical evolution of SCSF for applications that support the new “stuff” like WPF, WF and so on… Check it out if you like the CAB concept you will definitely like Acropolis!!!
Filed under: .net, Acropolis, CAB, Visual Studio .Net 2005
If you want a small introduction for the dynamic data controls that exist in the ASP.NET Futures CTP. You can watch the webcast below:
Filed under: .net, Asp.net, Visual Studio .Net "Orcas", Visual Studio .Net 2005
F or those that like to get started with the new Microsoft products Expression Blend and Expression Design. You should check out these links below. They give you access to tons of FREE video tutorials hosted by lynda.com
Links:
- Getting started with Expression Blend
In Getting Started with Expression Blend , Lee Brimelow covers all the basics that every designer and developer of WPF and Silverlight content needs to know. He starts with an overview of how Expression Blend fits into WPF and Silverlight workflows, then guides viewers through the process of creating and manipulating objects, building timeline-based animations, and exporting compositions into XMAL for use in Visual Studio.
- Getting started with Expression Design
From basic vector-based drawings to professional three-dimensional graphics built with Live Effects, Ted LoCascio covers the full range of possibilities in Getting Started with Expression Design. He starts by explaining Expression Design’s interface and how to work with documents, then moves on to cover working with objects and applying fills, strokes, and effects for best results. Exercise files accompany this training.
Enjoy!
note: the lynda.com logo is protected by copyrights. Suddenelfilio.net is not in any way affiliated with lynda.com or any of its partners.
Filed under: .net, .net 3.0, Expression Blend, Expression Design, Visual Studio .Net "Orcas", Visual Studio .Net 2005, WPF
Code Style Enforcer is a DXCore plug-in for Visual Studio 2005 that checks the code against a configurable code standard and best practices. It is developed for C#, but some of the rules will also work for VB .NET, though not tested.
You can create your own design rules to which everybody needs to comply. This very nice if you want to enforce certain coding standards.
Filed under: .net, Visual Studio .Net 2005
As you can read on the home page:

The WindowsClient.NET Community Site Launches
Welcome to WindowsClient.net, the community learning resource for Windows Forms and Windows Presentation Foundation.
This site focuses on all aspects of rich client development on Windows using the .NET Framework. New content from both the Microsoft product teams and from the community will be added regularly to highlight the many user experience and developer productivity benefits of rich client applications on Windows.
Everytime they launch a new site I’m amazed by the looks and the ease to navigate it. They really put in an effort to make their sites look-a-like.
Filed under: .net, Visual Studio .Net 2005, WPF

I’ve released the source code of the FileBrowser Control. Check the projects section!
Filed under: .net 2.0, .net Compact Framework, Visual Studio .Net 2005
Since I had to look for this at work for a co-worker of mine I decided to share it. Because it’s actually an on-demand webcast which requires you to register and so on…
To save you all that hassle the webcast can be downloaded from this post.
[display_podcast]
Filed under: .net, Unit testing, Visual Studio .Net 2005, msdn
April 19, 2007 • 12:31 am
A colleague of mine wrote a small, but very nice component called “BlendPanel” I know there are already versions, but anyways it’s a very nice component.I’ve added it as an attachment to this post, as well as a test project that you can use to play a bit with it. So thanks to Steeve for making it available to the public.
Filed under: .net 2.0, Visual Studio .Net 2005