blog community

Welcome to blog community Sign in | Join | Help
in Search

Browse by Tags

All Tags » .NET » PDC 2005
Showing page 1 of 2 (16 total posts)
  • Using Lambda statement blocks with LINQ May CTP

    The new LINQ CTP also support lamba statement block, instead of only expressions. Still only expressions are compilable to expression treeds though (hence the name *expression* trees..) Anyway, this offers the opportunity to do away with anonymous method syntax. See the sample below: no more explicit typing of your parameter, it will be ...
    Posted to Raimond Brookman (Weblog) by Raimondb on June 23, 2006
  • Restoring Smart Tags in the C# IDE after installing LINQ Preview May 2006

    When you have installed the latest LINQ preview and have installed the Language Service, you wil notice that all of a sudden all the smart tags and refactoring commands stop working. The first time I solved this by reinstalling VS (somewhat harsh and time consuming :-)) It turns out that you also kan have both LINQ and smart tags by fixing a ...
    Posted to Raimond Brookman (Weblog) by Raimondb on June 14, 2006
  • Strong typed XLinq : experiment 1

    I've been experimenting with XLinq, so that you can just use class names. So instead of XElement(”Foo”) you just write Foo. This reduces the number of code lines even further, and also allows for more Intellisense and compile time checking. I put the results of this experiment in a little article. Please let me know what you ...
    Posted to Raimond Brookman (Weblog) by Raimondb on November 6, 2005
  • The Real Future of Windows: "Singularity" ?

    Microsoft watch writes that Microsoft research has been building a new micro kernel based OS from scratch. And it's all written in managed code! Not completely in C# though (and not in VB.NET either ), but also a portion in Sing# which is a derivative of Spec#, which is derived from C#. The main goal of the research project is to build an OS ...
    Posted to Raimond Brookman (Weblog) by Raimondb on November 6, 2005
  • XLinq talk on december 9th

    I will be giving a talk for Software Developer Network (www.sdn.nl). I will be covering how XLinq works, how it is related to Language Integrated Query and what are its advantages over traditional Xml programming. The talk is part of an SDN Software Developer Event and the theme of the event is XML & Deployment. Of course, there are ...
    Posted to Raimond Brookman (Weblog) by Raimondb on November 5, 2005
  • LINQ Preview updated to VS2005 RTM

    If you are (just as I am) impressed with LINQ and think I will fundamentally change the way we write programs, you just need to get the refresh that is available to make it work on the release version of Visual Studio 2005. Get it here: http://msdn.microsoft.com/netframework/future/linq/
    Posted to Raimond Brookman (Weblog) by Raimondb on October 29, 2005
  • UI Design guidelines for Vista

    At MSDN you can now download preliminary UI guidelines for Windows Vista. It is a whopping 20MB in the form of a web site and contains a lot of useful information. In the guidelines, all (new) Controls are mentioned and their appropriate use. I was pleased to see that it also contains a section about applying Windows Presentation ...
    Posted to Raimond Brookman (Weblog) by Raimondb on September 22, 2005
  • New link pages for the PDC's technologies

    With all the new stuff, I decided to create a new Link Page to keep track of all these new things..
    Posted to Raimond Brookman (Weblog) by Raimondb on September 22, 2005
  • Back from the PDC05

    After again a long flight of almost ten hours, and then some by car to get home from Schiphol (airport), I'm home again. While the PDC is over, the fun just starts. Now is the time to get all the information gathered from the PDC organized, further researched and put into action. So expect some more post from me on the subjects mentioned ...
    Posted to Raimond Brookman (Weblog) by Raimondb on September 18, 2005
  • Windows Workflow Foundation

    Microsoft has announced workflow technology to be part of the base framework you get with WinFx (I already hinted at it in this post). So what does it mean? Basically, it is designed to offer human workflow as well as systems workflow. Because it is a framework you can host it in any application and use it. Think of it as having the BizTalk ...
    Posted to Raimond Brookman (Weblog) by Raimondb on September 16, 2005
1 2 Next >
Powered by Community Server, by Telligent Systems