|
|
Browse by Tags
All Tags » PDC 2005
Showing page 1 of 3 (29 total posts)
-
The source code for the PDC 2005 Session planner tool
-
Ready to use executable to generate apppointments for the sessions you are attendig at PDC 2005
-
Contains a slide deck I compiled from various PDC2005 sources about WinFx.
-
Shows a single item for a session
-
Show the result of using the PDC 2005 Planner tool
-
-
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 ...
-
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 ...
-
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 ...
-
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 ...
1
|
|
|