<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Mikael Söderström</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/default.aspx</link><description /><dc:language>sv-SE</dc:language><generator>CommunityServer 1.0 (Build: 1.0.1.50214)</generator><item><title>Blog moved</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2007/09/09/305644.aspx</link><pubDate>Sun, 09 Sep 2007 18:46:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:305644</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/305644.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=305644</wfw:commentRss><description>I have moved my blog to &lt;a href="http://weblogs.asp.net/mikaelsoderstrom"&gt;http://weblogs.asp.net/mikaelsoderstrom&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;
New rss feed:&lt;br&gt;
&lt;a href="http://weblogs.asp.net/mikaelsoderstrom/rss.aspx"&gt;http://weblogs.asp.net/mikaelsoderstrom/rss.aspx&lt;/a&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=305644" width="1" height="1"&gt;</description></item><item><title>Bugfix in VS 2008 Beta 2</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2007/07/29/273201.aspx</link><pubDate>Sun, 29 Jul 2007 18:21:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:273201</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>3</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/273201.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=273201</wfw:commentRss><description>There is a bug in Visual Studio 2008 Beta 2 that says you haven´t declared writeAccessProperties when you activate profileService in web.config. It´s easy to fix, though.

&lt;br&gt;&lt;br&gt;

What you have to do is change line 4121 in &lt;i&gt;%Program Files%\Microsoft Visual Studio 9.0\Xml\Schemas\DotNetConfig.XSD&lt;/i&gt;.
&lt;br&gt;
&lt;br&gt;
Old:&lt;br&gt;
&amp;lt;xs:attribute name="writeAccessProperites" type="xs:string" use="optional" /&amp;gt;
&lt;br&gt;&lt;br&gt;
New:&lt;br&gt;
&amp;lt;xs:attribute name="writeAccessProperties" type="xs:string" use="optional" /&amp;gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=273201" width="1" height="1"&gt;</description></item><item><title>Visual Studio Orcas March CTP is out!</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2007/03/01/204036.aspx</link><pubDate>Thu, 01 Mar 2007 13:31:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:204036</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/204036.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=204036</wfw:commentRss><description>I just found out that the Visual Studio "Orcas" March CTP was released yesterday. It seems like the February CTP was replaced with March, like December was replaed by January.&lt;br&gt;&lt;br&gt;
You can find the download here:&lt;br&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=cf76fcba-07af-47ac-8822-4ad346210670&amp;displaylang=en&amp;tm"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=cf76fcba-07af-47ac-8822-4ad346210670&amp;displaylang=en&amp;tm&lt;/a&gt;&lt;br&gt;&lt;br&gt;

Copy'n'pasted from msdn:&lt;br&gt;&lt;br&gt;
&lt;UL&gt;&lt;LI&gt;LINQ
&lt;br /&gt;The LINQ Project: this CTP represents a major milestone in the LINQ project. For more information about LINQ click &lt;a href="http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx"&gt;here&lt;/a&gt;.
&lt;UL&gt;&lt;LI&gt;VB 9.0 Language Support: This CTP contains the following language features:
&lt;UL&gt;&lt;LI&gt;Query Expressions: Basic querying, filtering, and ordering support &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Object Initializers &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Extension Methods  &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Local Variable Type Inference &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Anonymous Types &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;XML literals &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;XML properties &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;New Line and Expression IntelliSense&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;C# 3.0 Language Support: This CTP implements all of the C#3.0 language features from the May LINQ CTP including:

&lt;UL&gt;&lt;LI&gt;Query Expressions &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Object and Collection Initializers &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Extension Methods  &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Local Variable Type Inference and Anonymous Types&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Lambdas bound to Delegates and Expression trees &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Complete design-time support: Intellisense, Formatting, Colorization &lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;LINQ to ADO.NET

&lt;UL&gt;&lt;LI&gt;ADO.NET is fully integrated with LINQ and offers many options for using LINQ in various scenarios: LINQ to SQL provides direct access to database 

tables from the programming environment, LINQ to Entities enables developers to use LINQ over EDM models, and LINQ to DataSet allows the full expressivity 

of LINQ to be used over DataSets. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;LINQ to Entities enables developers to program against a relational database using a view of the data that is appropriate for the application they 

are building, independent of the structure of the underlying database. The use of the Entity Data Model (EDM) enables developers to design models that 

follow the concepts built into the application, instead of having to map them to constructs available in relational stores. LINQ to Entities is built on 

the ADO.NET Provider model and will support working against different back end relational stores in addition to Microsoft SQL Server.  This CTP includes a 

LINQ to Entities provider for SQL Server and SQL Server Compact Edition.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;LINQ to SQL (previous name DLinq)  has enhanced the functionality from the May 2006 LINQ CTP. You can find it in System.Data.Linq namespace in 

System.Data.Linq.dll. New in this release is that DataContext provides optimized modes for read-only use and serialization . Also new is that DataShape 

streamlines eager loading capabilities and adds the ability to set queries on relationships&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;LINQ To SQL Designer

&lt;UL&gt;&lt;LI&gt;Methods can be created from stored procedures and functions within the designer.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Better handling of database schemas.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Improved inheritance support in the designer.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;



&lt;UL&gt;&lt;LI&gt;LINQ over XML (XLinq)

&lt;UL&gt;&lt;LI&gt;System.Xml  Bridge Classes added – There is a set of extension methods allowing XPath / XSLT to be used over LINQ to XML trees, allow XSLT 

transformations to produce an LINQ to XML tree, and to validate an XElement tree against an XML Schema. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Event Model - This allows LINQ to XML trees to be efficiently synchronized with a GUI, e.g. a Windows Presentation Foundation application 

&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Class hierarchy changes - XObject class added, XStreamingElement class (temporarily) removed&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Various understandability / usability improvements – There have been a number of relatively minor changes done in response to internal 

reviews, usability studies, and external feedback to make the API more clean and consistent. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;LINQ to Objects API 

&lt;UL&gt;&lt;LI&gt;The LINQ to Objects API supports queries over any .NET collection, such as arrays and Generic Lists. This API is defined in the 

System.Linq namespaces inside System.Core.dll.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt; ADO.NET

&lt;UL&gt;&lt;LI&gt;Extended, more powerful data APIs with the ADO.NET Entity Framework

&lt;UL&gt;&lt;LI&gt;With the ADO.NET Entity Framework developers will be able to model the view of the data that is appropriate for each one of the applications they 

are building, independently of the structure of the data in the underlying database. The use of the Entity Data Model (EDM) enables developers to design 

models that follow the concepts built into the application, instead of having to map them to constructs available in relational stores. Once the model is 

in place, the powerful ADO.NET Entity Framework API is used to access and manipulate the data as .NET classes or as rows and columns, whatever is 

appropriate for each application. &lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Added  paging and stored procedures for update (“update customization”) for ADO.NET Entity Framework:

&lt;UL&gt;&lt;LI&gt;Paging: the paging support in the ADO.NET Entity Framework allows developers to “page” over data in a database by indicating the start row and 

number of rows to be included in the result. Paging is available through Entity SQL (using the LIMIT AND SKIP keywords) and through the query-builder 

methods in the ObjectQuery  class (Top and Skip). In a future CTP the feature will also be enabled to be used in LINQ queries by means of the standard 

Take and Skip LINQ operators. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Stored-procedures for update customization: the Entity Framework by default automatically generates SQL statements for insert, update and delete 

operations when processing changes to entities in memory to be sent to the database. With the stored-procedures update customization feature developers 

have the option to override the automatic SQL generation and instead provide stored-procedures that will perform the insert, update and delete operations, 

which the system will call during entity change processing. Among other things, this enables scenarios where direct access to tables is restricted in the 

database and the only way to make changes to the data is through stored-procedures. &lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Microsoft Synchronization Services for ADO.NET
&lt;UL&gt;&lt;LI&gt;Provides an application programming interface (API) to synchronize data between data services and a local store. The Synchronization Services API 

is modeled after the ADO.NET data access APIs and gives you an intuitive way to synchronize data. It makes building applications for occasionally 

connected environments a logical extension of building applications where you can depend on a consistent network connection. For details please visit  &lt;a href="http://go.microsoft.com/fwlink/?LinkId=80742"&gt;http://go.microsoft.com/fwlink/?LinkId=80742 &lt;/a&gt;.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;



&lt;UL&gt;&lt;LI&gt;Web

&lt;UL&gt;&lt;LI&gt;Improvements for web development in this CTP include:

&lt;UL&gt;&lt;LI&gt;New ASP.NET WebForms design-surface with advanced XHTML and CSS features&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;JScript intellisense for ASP.NET AJAX and browser DOM&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Multi-targetting for .NET Framework 2.0, 3.0, and 3.5 in websites and web applications&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;LINQ to SQL designer integration in websites and web applications&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Client App-Level Services

&lt;UL&gt;&lt;LI&gt;Enable client application developers to use the same user profile and login services as your Web applications. This enables customers to 

utilize on set of backend storage for user personalization and authentication regardless of the applications type.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;C# Workflow Rules

&lt;UL&gt;&lt;LI&gt;Workflow Rules allows users to enter rules (and conditions) in a code-like manner

&lt;UL&gt;&lt;LI&gt;Support the use of the new C# Extension methods features in their rules&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Enable operator overloading and the new operators in their rules&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;XML

&lt;UL&gt;&lt;LI&gt;XML Tools: XSLT Debugger
&lt;UL&gt;&lt;LI&gt;Enables Input Data Breakpoints allowing the user to break the execution of the style-sheet whenever a certain node in input document is 

hit.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;XML Editor Performance Improvements
&lt;UL&gt;&lt;LI&gt;Performance in the Xml Editor for Intellisense, schema validation etc is improved by implementing incremental parsing of the XML 

Document.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Seamless transition between XML Editor and XSD Designer
&lt;UL&gt;&lt;LI&gt;Improves the experience a user has when working with an XML Schema in textual and graphical mode at the same time.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;



&lt;UL&gt;&lt;LI&gt;MSBuild
&lt;UL&gt;&lt;LI&gt;Parallel/Multi-Processor Builds
&lt;UL&gt;&lt;LI&gt;Building multiple projects in parallel, as much as possible based on the use of dependency information in projects to parallelize&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Allowing the developer/builder to control the parallelism by providing them the ability to specify the number of processors to use for 

build.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;UAC Manifests in the Managed Build Process
&lt;UL&gt;&lt;LI&gt;Support for manifests that are embedded into the final executable via the Build process.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;IDE

&lt;UL&gt;&lt;LI&gt; Windows Presentation Foundation (WPF) Designer (“Cider”) &amp; Application Tools to deliver the ability to:

&lt;UL&gt;&lt;LI&gt;Create, edit, build, run and debug WPF projects&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Use the WPF Designer to:
		&lt;UL&gt;&lt;LI&gt;Preview any XAML in the designer including user defined controls and types &lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;Design Windows, Pages and UserControls&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;Do basic layout tasks in a Grid&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt; Do basic property editing using the new property browser&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;Easily understand and navigate “document structure” using the Document Outli&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;See changes in the designer immediately in the XAML&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
	
&lt;UL&gt;&lt;LI&gt;Use the XAML Editor to:
		&lt;UL&gt;&lt;LI&gt;Edit XAML with intellisense&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;See changes in the XAML immediately in the designer&lt;/LI&gt;&lt;/UL&gt;
		&lt;UL&gt;&lt;LI&gt;Build design time for WPF controls&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;UAC manifests in the IDE for Windows Vista applications

&lt;UL&gt;&lt;LI&gt;Enable developers on Windows Vista to easily include the UAC manifest as an embedded resource.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;CLR

&lt;UL&gt;&lt;LI&gt;Add IRI support (RFC 3987) to URI related classes
&lt;UL&gt;&lt;LI&gt;This allows resource identifiers to be specified using a character set that supports all languages.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;New Async model on Socket class
&lt;UL&gt;&lt;LI&gt;A new Async model is reduces the per I/O overhead compared to the current I/O model&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Peer Networking Classes
&lt;UL&gt;&lt;LI&gt;Delivers a set of peer-to-peer network APIs that allow a developer to easily extend an application with compelling collaboration 

functionality.&lt;/LI&gt;&lt;/UL&gt; 
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;WMI.NET Provider Extension 2.0
&lt;UL&gt;&lt;LI&gt;WMI.NET Provider Extension 2.0 simplifies and enhances the development of WMI providers in the .Net framework to enable the management of the .NET 

applications while minimizing the impact on the development time.  
&lt;UL&gt;&lt;LI&gt;Delivers equivalent access to WMI features and functions available to native code providers. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Exposes property updates and methods to managed code. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Improved scalability for large collections of WMI entities.&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Office
&lt;UL&gt;&lt;LI&gt;Enable ClickOnce deployment for Microsoft Office applications&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Developers now have an easy to use and version resilient security model for their applications that will exist for future versions of Visual 

Studio and Office. With full support for ClickOnce deployment of all Office 2007 customizations and applications, developers and administrators now have 

the right tools and framework for easy deployment and maintenance of their Office solutions. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Team Architect
&lt;UL&gt;&lt;LI&gt;Top-down service design
&lt;UL&gt;&lt;LI&gt;Top-down system design allows an application architect/lead developer to perform the design of a business solution without having to be confronted 

with technology decisions.  It enables the user to progressively refine a high-level system design, designing new sub-systems and applications in the 

context of the system in which they are to be used. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Architectural Roles on System, Applications and Endpoints
&lt;UL&gt;&lt;LI&gt;Enables an architect, while working on the high-level design of a system’s architecture using the System Designer, to introduce elements into the 

design that play a specific pre-defined architectural role(s) within architectural patterns.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Team Developer
&lt;UL&gt;&lt;LI&gt;Profiler Support for WCF Applications
&lt;UL&gt;&lt;LI&gt;Enable profiling of WCF based applications to improve application performance&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Customize and extend code correctness policies
&lt;UL&gt;&lt;LI&gt;Code Analysis Check-in Policy improvements to communicate to a developer why the check-in policy failed and to provide guidance on how to pass the 

policy requirements. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Customize and extend code correctness policies
&lt;UL&gt;&lt;LI&gt;Code Analysis Check-in Policy improvements to communicate to a developer why the check-in policy failed and to provide guidance on how to pass the 

policy requirements. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Performance tune an enterprise application
&lt;UL&gt;&lt;LI&gt;Enables developers to run profiling during load and test procedures for a system, to see how it behaves, and use integrated tools to profile, 

debug and tune. This also enables performance base-lining, so that users can save a baseline profile and then, if the performance degrades, compare 

up-to-date traces to identify the source of the regression&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Team Test

&lt;UL&gt;&lt;LI&gt;Unit Test Generation Improvements
&lt;UL&gt;&lt;LI&gt;Improvements to unit test generation provide an easy way for the user to specify what methods to test, and generate test methods and helper code 

to do unit testing, as well as providing unit test support for generics.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Web Test Validation Rule Improvements
&lt;UL&gt;&lt;LI&gt;Web Test rules improvements enable testers to create more comprehensive validation rules for the application being tested. These improvements include the following functions:
&lt;UL&gt;&lt;LI&gt;Stop test on error&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Search request and response&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Add validation rule for title&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Redirect validation&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Provide test level validation rules&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Expected HTTP code&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Warning level for errors on dependents&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Better Web Test Data Binding
&lt;UL&gt;&lt;LI&gt;This feature allows users to data bind .CSV and XML files, as well as databases to a web test, using a simple databinding wizard.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Improved Load Test Results Management
&lt;UL&gt;&lt;LI&gt;With this feature user can open or remove an existing load test result from the load test repository. User can also import and export load test results files. &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;


&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Team Foundation Server

&lt;UL&gt;&lt;LI&gt;Team Build

&lt;UL&gt;&lt;LI&gt;Support multi-threaded builds with the new MSBuild.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Continuous Integration – There are many components to this, including build queuing and queue management, drop management (so that users can set policies for when builds should be automatically deleted), and build triggers that allows configuration of exactly how when CI builds should be triggered, for example – every checkin, rolling build (completion of one build starts the next), etc.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Improved ability to specify what source, versions of source, etc to include in a build.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Improved ability to manage multiple build machines.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Simplified ability to specify what tests get run as part of a build&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Version Control support

&lt;UL&gt;&lt;LI&gt;Destroy- The version control destroy operation provides administrators with the ability to remove files and folders from the version control system. The destroyed files and folders cannot be recovered once they are destroyed. Destroy allows administrators to achieve SQL server disk space usage goals without constantly needing to add more disks to the data tier machine. Destroy also facilitates removing versioned file contents that must be permanently removed from the system for any other reason.&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Annotate - Annotate is a feature that allows developers to inspect a source code file and see at line-by-line level of detail who last changed each section of code.  It brings together changeset data with difference technology to enable developers to quickly learn change history inside a source file. &lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Folder Diff - Team Foundation Server now supports compare operations on folders, whereby the contents of the folder are recursively compared to identify files that differ.  Folder diff can compare local folders to local folders, local folders to server folders, and server folders to server folders.  It’s a great way of identifying differences between branches, files that you’ve changed locally, and files that have changed between two points in time.
&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Get Latest on Checkout - As an optional setting on a team project or on an individual basis, you can have Team Foundation Server always download the latest version of a file when you check it out.  This helps ensure that you don’t have to merge your changes with somebody else’s when you check the file back in.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;


&lt;UL&gt;&lt;LI&gt;Performance and Scale
&lt;UL&gt;&lt;LI&gt;This release includes numerous improvements in performance and scalability of Team Foundation Server.
&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;




&lt;UL&gt;&lt;LI&gt;Visual C++
&lt;UL&gt;&lt;LI&gt;Easily add the Windows Vista “Look and Feel” to native C++ applications
&lt;UL&gt;&lt;LI&gt;Developers can use Visual Studio to build ISV applications that exhibit the Windows Vista “look &amp; feel”.  A number of the Windows Vista “look &amp; 

feel” features are available simply by recompiling an MFC application. Deeper integration that requires more coding or design work on the part of the 

developer is also simplified with Visual Studio’s integrated support for the Windows Vista native APIs.&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Windows Communication Foundation and Workflow Foundation

&lt;UL&gt;&lt;LI&gt;WF Designer and Debugger integration with Visual Studio &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;WF &amp; WCF integration: 
	&lt;UL&gt;&lt;LI&gt;New WCF Send and Receive Activities &lt;/LI&gt;&lt;/UL&gt;
	&lt;UL&gt;&lt;LI&gt;Enhanced Workflow and Service hosting &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Enhancement to WF Rules: 
&lt;UL&gt;&lt;LI&gt;Added support for operator overloading &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Added support for the “new” operator to allow users to new up objects and arrays from WF Rules &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Added support for extension methods to make user’s experience calling extension methods from WF Rules compatible with how they code in C# &lt;/LI&gt;&lt;/UL&gt;

&lt;/LI&gt;&lt;/UL&gt;

&lt;UL&gt;&lt;LI&gt;Partial Trust support in WCF when using the BasicHttpBinding &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Enhanced REST/POX Support in WCF &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;RSS and Atom Programming Model&lt;/LI&gt;&lt;/UL&gt; 
&lt;UL&gt;&lt;LI&gt;Atlas Integration, end-to-end programming model for building Ajax style web applications using WCF services. &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;Support for OASIS specifications WS-AtomicTransaction 1.1, WS-Coordination 1.1, WS-ReliableMessaging 1.1, WS-SecureConversation 1.3, and WS-Trust 1.3 &lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;&lt;LI&gt;New Templates for simplified WCF Service Authoring &lt;/LI&gt;&lt;/UL&gt;
&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=204036" width="1" height="1"&gt;</description></item><item><title>So, whats up?</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2007/02/20/199124.aspx</link><pubDate>Tue, 20 Feb 2007 09:40:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:199124</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/199124.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=199124</wfw:commentRss><description>I haven´t had time to blog for a while, as you may have noticed, but I will do that asap.&lt;br&gt;&lt;br&gt;

I´m working on a very early alpha of a new version of the CZ Stats servce I used to work on before. For those who not know what it is, it is a web statistics service.&lt;br&gt;&lt;br&gt;

Some of the features I´m working on in the new version:&lt;br&gt;
* RSS support with daily statistics for you site&lt;br&gt;
* A windows vista sidebar gadget with daily statistics&lt;br&gt;
* Weekly e-mail with statistics&lt;br&gt;
* Enhanced api that allows youto show your statistics on your own site&lt;br&gt;
* More detailed statistics&lt;br&gt;
* Multi language support&lt;br&gt;&lt;br&gt;

And of course, it´s all free.&lt;br&gt;&lt;br&gt;

If you have any ideas, please let me now.&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=199124" width="1" height="1"&gt;</description></item><item><title>I'm not dead :-)</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/08/19/143998.aspx</link><pubDate>Sat, 19 Aug 2006 09:15:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143998</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>2245</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143998.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143998</wfw:commentRss><description>&lt;p&gt;I haven´t been blogging for some days, and that´s because I have a new customer. I will get back to SandCastle Helper as far as I´m done with this.&lt;/p&gt;
&lt;p&gt;The first thing I will do is to remake the GUI. Do you want me to use the old 2.0 way with Windows Forms or should I do it with Windows Presentation Foundation instead? You decide! :-)&lt;/p&gt;
&lt;p&gt;I have also started a CodePlex project for this where I will post the full source code:&lt;br&gt;&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=SandCastleHelper"&gt;The CodePlex Project&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And btw, I´m trying the new Windows Live Writer for this post. :)&lt;/p&gt;
&lt;p&gt;tags: &lt;a href="http://technorati.com/tag/SandCastle+Helper"&gt;SandCastle+Helper&lt;/a&gt;, &lt;a href="http://technorati.com/tag/CodePlex"&gt;CodePlex&lt;/a&gt;&lt;/p&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143998" width="1" height="1"&gt;</description></item><item><title>Please help me solve the problem</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/08/04/143314.aspx</link><pubDate>Fri, 04 Aug 2006 12:01:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143314</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>10</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143314.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143314</wfw:commentRss><description>If you read the comments on the last post, or if you have tried the last build of the project, you may know that there seems to be problems with the generation.
&lt;br&gt;&lt;br&gt;
To solve the problem asap I need your help. If you are interested in helping me, please add me on msn (vimpyboy@msn.com) so I can send you the latest builds and get feedback directly.
&lt;br&gt;&lt;br&gt;
Thanks,
&lt;br&gt;Mikael S&amp;ouml;derstr&amp;ouml;m&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143314" width="1" height="1"&gt;</description></item><item><title>SandCastle Helper now supports multiple files!</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/08/03/143253.aspx</link><pubDate>Thu, 03 Aug 2006 15:26:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143253</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143253.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143253</wfw:commentRss><description>You can add multiple binaries and XML Comments files in SandCastle Helper now. I have also updated the language pack, so if you are interested in translating SandCastle Helper to your language, download the language pack and send it to vimpyboy@msn.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_1.0.3.zip"&gt;&lt;b&gt;DOWNLOAD SANDCASTLE HELPER JULY CTP NOW!&lt;/b&gt;&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_1.0.3_Language_Pack.zip"&gt;&lt;b&gt;Download SandCastle Helper Language Packs&lt;/b&gt;&lt;/a&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143253" width="1" height="1"&gt;</description></item><item><title>New languages and localization bug fix</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/08/03/143243.aspx</link><pubDate>Thu, 03 Aug 2006 12:40:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143243</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>4</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143243.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143243</wfw:commentRss><description>New languages and localization bug fix

I have updated the SandCastle Helper with two new languages (german and dutch). Thanks to Jeroen Vos and Ernst Maderbacher for those!&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_1.0.2.zip"&gt;&lt;b&gt;DOWNLOAD SANDCASTLE HELPER JULY CTP NOW!&lt;/b&gt;&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_2006_08_01_Language_Pack.zip"&gt;&lt;b&gt;Download SandCastle Helper Language Packs&lt;/b&gt;&lt;/a&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143243" width="1" height="1"&gt;</description></item><item><title>SandCastle Helper now supports multiple languages</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/08/01/143106.aspx</link><pubDate>Tue, 01 Aug 2006 14:49:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143106</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>8</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143106.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143106</wfw:commentRss><description>In the latest version of SandCastle Helper there is support for different languages (only english and swedish for the moment) in &lt;b&gt;both the GUI and the documentation&lt;/b&gt;! There is also some bug fixes and a new setup.&lt;br&gt;&lt;br&gt;
&lt;b&gt;Interested in translating the GUI and documentation to your language?&lt;/b&gt;&lt;br&gt;
In order to do this you must download a zip file containing the language files. When you have translated it, send it to &lt;a href="mailto:vimpyboy@msn.com"&gt;vimpyboy@msn.com&lt;/a&gt; and I will put it up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_2006_08_01.zip"&gt;&lt;b&gt;DOWNLOAD SANDCASTLE HELPER JULY CTP NOW!&lt;/b&gt;&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_2006_08_01_Language_Pack.zip"&gt;&lt;b&gt;Download SandCastle Helper Language Packs&lt;/b&gt;&lt;/a&gt;

&lt;br&gt;&lt;br&gt;
&lt;b&gt;Update: Seems to be an error with the localization in this release. I will post an update with the fix and two additional languages soon.&lt;/b&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143106" width="1" height="1"&gt;</description></item><item><title>SandCastle Helper is updated with new GUI</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/07/31/143020.aspx</link><pubDate>Mon, 31 Jul 2006 19:30:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:143020</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>8</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/143020.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=143020</wfw:commentRss><description>First of all, I want to thank you all for showing interest in this tool!&lt;br&gt;&lt;br&gt;
I have been working on a GUI today for this, and I am releasing the first version of it now. I am going to add a lot of features in a while like adding multiple binaries and xml comments files, importing vs 2005 projects and much more. And yes, I will update the GUI. :-)&lt;br&gt;&lt;br&gt;
If you have any wishes, please let me know.
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Files/Blog/SandCastle/SandCastle_Helper_2006_07_31.jpg"&gt;&lt;img src="http://www.mikaelsoderstrom.com/Files/Blog/SandCastle/SandCastle_Helper_2006_07_31.jpg" height="200" width="300"&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;h4&gt;&lt;a href="http://www.dotnetjunkies.com/WebLog/mikaels"&gt;NEW VERSION AVAILABLE!&lt;/a&gt;&lt;/h4&gt;
&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper_2006_07_31.zip"&gt;&lt;b&gt;DOWNLOAD SANDCASTE HELPER JULY CTP V2 NOW!&lt;/b&gt;&lt;/a&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=143020" width="1" height="1"&gt;</description></item><item><title>Announcing SandCastle Helper</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/07/30/142960.aspx</link><pubDate>Sun, 30 Jul 2006 14:13:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:142960</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>1692</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/142960.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=142960</wfw:commentRss><description>Creating documentation with the new SandCastle can be hard work. There are many steps to go through each time and you have to do this everytime you have updated the XML comments in your project.
&lt;br&gt;&lt;br&gt;
It is because of this I created a tool called SandCastle Helper that will go through all these steps automagically and give you a fresh documentation in seconds.
&lt;br&gt;&lt;br&gt;
Before you get started, please read the included readme file. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;h4&gt;&lt;a href="http://www.dotnetjunkies.com/WebLog/mikaels"&gt;NEW VERSION AVAILABLE!&lt;/a&gt;&lt;/h4&gt;
&lt;b&gt;&lt;a href="http://www.mikaelsoderstrom.com/Download.aspx?file=SandCastle_Helper.zip"&gt;DOWNLOAD SANDCASTLE HELPER NOW!&lt;/a&gt;&lt;/b&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=142960" width="1" height="1"&gt;</description></item><item><title>SandCastle July CTP</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/07/29/142928.aspx</link><pubDate>Sat, 29 Jul 2006 23:04:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:142928</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>5</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/142928.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=142928</wfw:commentRss><description>Microsoft is working on their own documentation builder called "SandCastle". It produces MSDN style documentation by reflecting over the source assemblies and the generated XML Documention comments.&lt;br&gt;&lt;br&gt;

&lt;b&gt;Features:&lt;/b&gt;&lt;br&gt;
 - Works with or without authored comments
&lt;br&gt;
 - Supports Generics and .NET Framework 2.0 
&lt;br&gt;
 - SandCastle has 2 main components (MrefBuilder and Build Assembler) 
&lt;br&gt;
 - MrefBuilder generates reflection xml file for Build Assembler 
&lt;br&gt;
 - Build Assembler includes syntax generation, transformation..etc 
&lt;br&gt;
&lt;br&gt;
You can download the July CTP &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E82EA71D-DA89-42EE-A715-696E3A4873B2&amp;amp;displaylang=en"&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;
Prerequisites:&lt;br&gt;
1. .Net Framework 2.0&lt;br&gt;
2. For Chm generation download &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp"&gt;HTML Help Workshop&lt;/a&gt;.&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=142928" width="1" height="1"&gt;</description></item><item><title>Bill Gates keynote</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/05/23/138704.aspx</link><pubDate>Tue, 23 May 2006 12:01:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:138704</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/138704.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=138704</wfw:commentRss><description>&lt;P&gt;Countdown to Bill Gates keynote:&lt;BR&gt;&lt;A href="http://www.timeanddate.com/counters/customcounter.html?day=23&amp;amp;month=5&amp;amp;year=2006&amp;amp;hour=10am&amp;amp;min=0&amp;amp;sec=0&amp;amp;p0=234"&gt;http://www.timeanddate.com/counters/customcounter.html?day=23&amp;amp;month=5&amp;amp;year=2006&amp;amp;hour=10am&amp;amp;min=0&amp;amp;sec=0&amp;amp;p0=234&lt;/A&gt;&lt;A href="http://metahost.savvislive.com/microsoft/20060523/winhec_billgates_20060523_300.asx"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;How to watch the keynote:&lt;BR&gt;&lt;A href="http://metahost.savvislive.com/microsoft/20060523/winhec_billgates_20060523_300.asx"&gt;http://metahost.savvislive.com/microsoft/20060523/winhec_billgates_20060523_300.asx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=138704" width="1" height="1"&gt;</description></item><item><title>Internet Explorer 7 Beta 2 is out</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/04/26/137355.aspx</link><pubDate>Wed, 26 Apr 2006 09:51:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:137355</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>0</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/137355.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=137355</wfw:commentRss><description>&lt;P&gt;Today, Microsoft released Internet Explorer 7 Beta 2. I recommend you to download it in order to test your websites compatibility with it.&lt;/P&gt;
&lt;LI&gt;&lt;A href="http://go.microsoft.com/fwlink/?linkid=64066"&gt;Internet Explorer 7 Beta 2 for Windows XP Service Pack 2 (SP2) &lt;/A&gt;
&lt;LI class=""&gt;&lt;A href="http://go.microsoft.com/fwlink/?linkid=64069"&gt;Internet Explorer 7 Beta 2 for Windows XP Professional x64 Edition and Windows Server 2003 x64 Edition&lt;/A&gt; 
&lt;LI class=""&gt;&lt;A href="http://go.microsoft.com/fwlink/?linkid=64068"&gt;Internet Explorer 7 Beta 2 for Windows Server 2003 Service Pack 1 SP1&lt;/A&gt; 
&lt;LI class=""&gt;&lt;A href="http://go.microsoft.com/fwlink/?linkid=64070"&gt;Internet Explorer 7 Beta 2 for Windows Server 2003 ia64 Edition (Windows Server 2003 for Itanium-based systems)&lt;/A&gt; 
&lt;LI class=""&gt;&lt;A href="http://www.ieaddons.com/"&gt;Add-Ons for Internet Explorer 7&lt;/A&gt; 
&lt;H2 class=""&gt;Checklists:&lt;/H2&gt;
&lt;H3 class=""&gt;&lt;U&gt;Consumers&lt;/U&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Current Internet Explorer 7 Beta 2 Preview users&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you're running a version of the Internet Explorer 7 Beta 2 Preview, follow these steps prior to downloading the latest version:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class=""&gt;Click your &lt;STRONG&gt;Start&lt;/STRONG&gt; button, then go to &lt;STRONG&gt;Control Panel&lt;/STRONG&gt; 
&lt;LI class=""&gt;Go to &lt;STRONG&gt;Add or Remove Programs&lt;/STRONG&gt; 
&lt;LI class=""&gt;Go to &lt;STRONG&gt;Change or Remove Programs&lt;/STRONG&gt; and make sure "Show updates" is checked. 
&lt;LI class=""&gt;If you are running Internet Explorer 7 Beta 2 Preview, released on March 20 or later, it is no longer necessary to check "Show updates." 
&lt;LI class=""&gt;Scroll down on the list and highlight "Internet Explorer 7 Beta 2 Preview." 
&lt;LI class=""&gt;Click "Remove" to uninstall the previous version of Internet Explorer 7. 
&lt;LI class=""&gt;Reboot your PC and return to the &lt;A href="http://www.microsoft.com/windows/ie/downloads/default.mspx"&gt;download page for Internet Explorer 7&lt;/A&gt; to begin downloading the latest version. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;New users of Internet Explorer 7 Beta 2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;After you &lt;A href="http://www.microsoft.com/windows/ie/downloads/default.mspx"&gt;install Internet Explorer 7 Beta 2&lt;/A&gt; and &lt;A href="var x = window.open('/windows/ie/ie7/tour/interface/index.html','popup','resizable=0,status=0,menubar=0,toolbar=0,scrollbars=0,location=0,directories=0,width=699,height=500');"&gt;review the tour&lt;/A&gt;, make sure you: &lt;/P&gt;
&lt;UL&gt;
&lt;LI class=""&gt;Check out your favorite websites and see how they look in Internet Explorer 7. 
&lt;LI class=""&gt;Try printing a webpage from your favorite website. 
&lt;LI class=""&gt;Conduct a single search through multiple search providers. 
&lt;LI class=""&gt;Create a Tab Group of your favorite sites and check out the Quick Tabs feature. 
&lt;LI class=""&gt;Verify that your Favorites have migrated from your old version of Internet Explorer. 
&lt;LI class=""&gt;Look for the feed discovery button on your favorite websites and subscribe to those feeds.&lt;/LI&gt;&lt;/UL&gt;
&lt;H3 class=""&gt;&lt;SPAN&gt;&lt;U&gt;Developers and Web Developers&lt;/U&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;LI class=""&gt;Verify that your User Agent String detection recognizes Internet Explorer 7 using the procedure outlined in the &lt;A href="http://blogs.msdn.com/ie/"&gt;Internet Explorer Blog&lt;/A&gt;. 
&lt;LI class=""&gt;Check your website for Cascading Style Sheet (CSS) filters (hacks) that may be turned off in Internet Explorer 7, using the procedures described in the MSDN &lt;EM&gt;Exploring Internet Explorer&lt;/EM&gt; article &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/ie7_css_compat.asp"&gt;Cascading Style Sheet Compatibility&lt;/A&gt;. 
&lt;LI class=""&gt;Verify that transparent images on your website are rendered correctly, using &lt;A href="http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx"&gt;Transparent PNG&lt;/A&gt;, now supported in Internet Explorer 7. 
&lt;LI class=""&gt;Use the &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ietechcol/cols/dnexpie/ie7_compat_log.asp"&gt;Application Compatibility Toolkit&lt;/A&gt; to evaluate changes in the behavior of your web applications. 
&lt;LI class=""&gt;Read an &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/workshop/essentials/whatsnew/whatsnew_70_sec.asp"&gt;Overview of Security and Compatibility&lt;/A&gt; changes in Internet Explorer 7. 
&lt;LI class=""&gt;Verify that your website hasn't been adversely affected by these Internet Explorer 7 security changes: 
&lt;OL&gt;
&lt;LI class=""&gt;SSL 2.0 Support has been turned off. 
&lt;LI class=""&gt;Support for HTML scriptlets has been turned off by default. 
&lt;LI class=""&gt;Sites using HTTPS must deliver a valid digital certificate for their DNS name. 
&lt;LI class=""&gt;HTTP content cannot be included in an HTTPS page (see the &lt;A href="http://blogs.msdn.com/ie/archive/2005/04/20/410240.aspx"&gt;Internet Explorer Blog article&lt;/A&gt;). &lt;/LI&gt;&lt;/OL&gt;
&lt;LI class=""&gt;Read &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=B4022C66-99BC-4A30-9ECC-8BDEFCF0501D&amp;amp;displaylang=en"&gt;Microsoft's Anti-Phishing White Paper&lt;/A&gt; to understand how the Microsoft Phishing Filter may affect your webpages. 
&lt;LI class=""&gt;If you develop using ActiveX controls, make sure they are installed in the "disabled" state so users will activate them only when needed and reduce their surface area vulnerable to attack. (See the &lt;EM&gt;Exploring Internet Explorer&lt;/EM&gt; article on &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/activex_security.asp"&gt;ActiveX Security&lt;/A&gt;.) 
&lt;LI class=""&gt;Make sure that your feeds are discoverable in Internet Explorer 7 by following the process in the &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/feedsapi/rss/overviews/msfeeds_ovw.asp"&gt;Microsoft Feeds API Overview&lt;/A&gt;. 
&lt;LI class=""&gt;Make sure your feeds work correctly: Navigate to them in Internet Explorer 7 and refer to the &lt;A href="http://blogs.msdn.com/rssteam/articles/PublishersGuide.aspx"&gt;Publisher's Guide&lt;/A&gt; to see how they should look. 
&lt;LI class=""&gt;Add search providers to Internet Explorer without writing executable code or mastering the registry, using the window.external.AddSearchProvider(URL) call to prompt the end user. (See the &lt;A href="http://blogs.msdn.com/ie/"&gt;Internet Explorer Blog&lt;/A&gt; article for details.) 
&lt;LI class=""&gt;Download the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;displaylang=en"&gt;Internet Explorer Developer Toolbar&lt;/A&gt; and use it to explore the DOM tree and view and change elements on your webpage. The Developer Toolbar also provides links to the references in the W3C specifications, the Internet Explorer Blog, and other useful resources. 
&lt;LI class=""&gt;Check out the &lt;A href="http://msdn.microsoft.com/ie/infoindex/default.aspx"&gt;Information Index&lt;/A&gt; and &lt;A href="http://msdn.microsoft.com/ie/releasenotes/default.aspx"&gt;Release Notes&lt;/A&gt; for Internet Explorer 7 Beta 2 to see the most recent news about Internet Explorer 7. 
&lt;H3 class=""&gt;&lt;SPAN&gt;&lt;U&gt;IT Professionals&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/H3&gt;
&lt;LI class=""&gt;Verify that your User Agent String detection recognizes Internet Explorer 7 using the procedure outlined in the &lt;A href="http://blogs.msdn.com/ie/"&gt;Internet Explorer Blog&lt;/A&gt;. 
&lt;LI class=""&gt;Check your website for Cascading Style Sheet (CSS) filters (hacks) that may be turned off in Internet Explorer 7, using the procedures described in the MSDN &lt;EM&gt;Exploring Internet Explorer&lt;/EM&gt; article &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/ie7_css_compat.asp"&gt;Cascading Style Sheet Compatibility&lt;/A&gt;. 
&lt;LI class=""&gt;Verify that transparent images on your website are rendered correctly, using &lt;A href="http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx"&gt;Transparent PNG&lt;/A&gt;, now supported in Internet Explorer 7. 
&lt;LI class=""&gt;Verify that your website hasn't been adversely affected by these Internet Explorer 7 security changes: 
&lt;OL&gt;
&lt;LI class=""&gt;SSL 2.0 Support has been turned off. 
&lt;LI class=""&gt;Support for HTML scriptlets has been turned off by default. 
&lt;LI class=""&gt;Sites using HTTPS must deliver a valid digital certificate for their DNS name. 
&lt;LI class=""&gt;HTTP content cannot be included in an HTTPS page (see the &lt;A href="http://blogs.msdn.com/ie/archive/2005/04/20/410240.aspx"&gt;Internet Explorer Blog article&lt;/A&gt;). &lt;/LI&gt;&lt;/OL&gt;
&lt;LI class=""&gt;Read &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=B4022C66-99BC-4A30-9ECC-8BDEFCF0501D&amp;amp;displaylang=en"&gt;Microsoft's Anti-Phishing White Paper&lt;/A&gt; to understand how the Microsoft Phishing Filter may affect your webpages. 
&lt;LI class=""&gt;If you develop using ActiveX controls, make sure they are installed in the "disabled" state so users will activate them only when needed and reduce their surface area vulnerable to attack. (See the &lt;EM&gt;Exploring Internet Explorer&lt;/EM&gt; article on &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/activex_security.asp"&gt;ActiveX Security&lt;/A&gt;.) 
&lt;LI class=""&gt;Make sure that your feeds are discoverable in Internet Explorer 7 by following the process in the &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/feedsapi/rss/overviews/msfeeds_ovw.asp"&gt;Microsoft Feeds API Overview&lt;/A&gt;. 
&lt;LI class=""&gt;Make sure your feeds work correctly: Navigate to them in Internet Explorer 7 and refer to the &lt;A href="http://blogs.msdn.com/rssteam/articles/PublishersGuide.aspx"&gt;Publisher's Guide&lt;/A&gt; to see how they should look. 
&lt;LI class=""&gt;Add search providers to Internet Explorer without writing executable code or mastering the registry, using the window.external.AddSearchProvider(URL) call to prompt the end user. (See the &lt;A href="http://blogs.msdn.com/ie/"&gt;Internet Explorer Blog&lt;/A&gt; article for details.) 
&lt;LI class=""&gt;Download the &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;displaylang=en"&gt;Internet Explorer Developer Toolbar&lt;/A&gt; and use it to explore the DOM tree and view and change elements on your webpage. The Developer Toolbar also provides links to the references in the W3C specifications, the Internet Explorer Blog, and other useful resources 
&lt;LI class=""&gt;Make sure you've tested your browser add-ins to ensure they activate correctly with the &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp"&gt;updated changes to Internet Explorer&lt;/A&gt;. 
&lt;LI class=""&gt;Validate the removal of the Intranet zone for non-domain joined machines. 
&lt;LI class=""&gt;Check out the &lt;A href="http://www.microsoft.com/technet/prodtechnol/ie/ieak7/default.mspx"&gt;Internet Explorer 7 Administration Kit (IEAK)&lt;/A&gt;. 
&lt;LI class=""&gt;Check out the &lt;A href="http://msdn.microsoft.com/ie/infoindex/default.aspx"&gt;Information Index&lt;/A&gt; and &lt;A href="http://msdn.microsoft.com/ie/releasenotes/default.aspx"&gt;Release Notes&lt;/A&gt; for Internet Explorer 7 Beta 2 to see the most recent news about Internet Explorer 7. &lt;/SPAN&gt;&lt;/LI&gt;&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=137355" width="1" height="1"&gt;</description></item><item><title>Live.com is updated! Wow!</title><link>http://www.dotnetjunkies.com/WebLog/mikaels/archive/2006/03/08/135821.aspx</link><pubDate>Wed, 08 Mar 2006 20:26:00 GMT</pubDate><guid isPermaLink="false">58df7014-fd75-437c-9641-150997716d1c:135821</guid><dc:creator>Vimpyboy</dc:creator><slash:comments>3</slash:comments><comments>http://www.dotnetjunkies.com/WebLog/mikaels/comments/135821.aspx</comments><wfw:commentRss>http://www.dotnetjunkies.com/WebLog/mikaels/commentrss.aspx?PostID=135821</wfw:commentRss><description>Microsoft have updated &lt;a href="http://www.live.com"&gt;Live.com&lt;/a&gt; and.. wow! Really good job!&lt;br&gt;&lt;br&gt;

New things are updated themes, new manager for gadgets (HOT!), &lt;b&gt;pages&lt;/b&gt; (you can add pages with different content, so damn good), yo can save your searches, and there are new gadgets.&lt;br&gt;&lt;br&gt;
I think I´m in love. :-)&lt;img src="http://www.dotnetjunkies.com/WebLog/aggbug.aspx?PostID=135821" width="1" height="1"&gt;</description></item></channel></rss>