sharing about .NET and technology RSS 2.0
# Monday, October 27, 2008

With the PDC 08 going on you can download a CTP of Visual Studio 2010.

Monday, October 27, 2008 9:11:56 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
.NET | Links
# Saturday, October 25, 2008

Cool, Microsoft decided to bring a fresh new .NET logo. The old .NET logo survived for about 8 years. I like the logo very much!

image

Saturday, October 25, 2008 12:27:52 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | Links
# Wednesday, October 08, 2008

Today I needed to install extra stuff on my VPC, but it turned out that there was not enough space. Donn Felker blogged a nice article how you can resize your VHD, I followed all the steps and It worked like a charm.

Wednesday, October 08, 2008 1:10:52 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
Links | Vitualization
# Wednesday, August 06, 2008

SQL Server 2008 is now available on MSDN and TechNet, see the announcement here. To have an overview of the new features, you can have a look here and you may download the SQL Server 2008 Books Online. Apparently has SQL Server 2008 powershell support!

Wednesday, August 06, 2008 9:40:44 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [1] -
Links | SQL Server
# Monday, March 03, 2008

PowerCommands is a set of useful extensions for the Visual Studio 2008 adding functionality to various area of the IDE.
The features I found very useful are:

  • Copy/Paste References
  • Edit Project File
  • Remove and Sort Usings

PowerCommands can be downloaded here and below you find the complete list of features:

  • Collapse Projects
    This command collapses a hierarchy in the solution explorer starting from the root selected node. It can be executed from three different places: solution, solution folders and project nodes respectively.
  • Copy Class
    This command copies a selected class entire content to the clipboard. It can be executed from a single project item or a project item with dependent sub items.
  • Paste Class
    This command pastes a class entire content from the clipboard. It can be executed from a project or folder node.
  • Copy References
    This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.
  • Paste References
    This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.
  • Copy As Project Reference
    This command copies a project as a project reference to the clipboard. It can be executed from a project node.
  • Edit Project File
    This command opens the MSBuild project file for a selected project inside Visual Studio. It can be executed from a project node.
  • Open Containing Folder
    This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node
  • Open Command Prompt
    This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.
  • Unload Projects
    This command unloads all projects in a solution. It can be executed from the solution node.
  • Reload Projects
    This command reloads all unloaded projects in a solution. It can be executed from the solution node.
  • Remove and Sort Usings
    This command removes and sort using statements for all classes given a project. It can be executed from a solution node or a single project node.
    Note: The Remove and Sort Usings feature is only available for C# projects since the C# editor implements this feature as a command in the C# editor (which this command calls for each .cs file in the project). The Visual Basic IDE implements this functionality for Imports in an interactive way: Project properties, go to the References tab, then click the Unused References... button, then select which references you want removed via a listbox.
  • Extract Constant
    This command creates a constant definition statement for a selected text. It can be executed from the code window over a selected text.
  • Clear Recent File List
    This command clears the Visual Studio recent file list.
  • Clear Recent Project List
    This command clears the Visual Studio recent project list.
  • Transform Templates
    This command executes the associated custom tool with text templates items. It can be executed from a DSL project node or a folder node.
  • Close All
    This command closes all documents. It can be executed from a document tab.
Monday, March 03, 2008 11:42:58 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
Links | Visual Studio
# Friday, November 23, 2007

Jihaaa, Visual Studio 2008 has been released on MSDN. If you want to have a nice overview of the new features in VS2008, take a look at this post from ScottGu.

Take a look at the following downloads available for VS2008

Friday, November 23, 2007 12:24:13 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
Links | Visual Studio
# Sunday, January 14, 2007

Yep, version 1.0 of the Web Client Software Factory has been released. Release 2 is expected around the end of June 2007.

Sunday, January 14, 2007 5:22:56 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [3] -
.NET | Links
# Sunday, December 24, 2006

That's what I call a christmas present. A CTP for Enterprise Library v3.0 has been released on CodePlex. More info can be found in this post.

Sunday, December 24, 2006 1:16:47 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
.NET | EntLib | Links
# Tuesday, November 28, 2006

Tom Hollander revealed some features/scenarios about the upcoming Validation Application Block that will be included in Enterprise Library v3. There are already some validation libraries available, for example

The fact that you can define rules through configuration is really cool. I can't wait for the CTP!

Tuesday, November 28, 2006 1:18:44 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
.NET | EntLib | Links
# Sunday, November 19, 2006

I must have missed that one, but some weeks ago, version 3.0 of Windows Desktop Search for Windows XP/2003 has been released. If you need to search in netwerk files you can download Windows Desktop Search: Add-in for UNC/FAT. If you want to recognize more filetypes, check out the IFilters page on Channel9.

Sunday, November 19, 2006 1:41:50 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
.NET | Links
# Wednesday, November 15, 2006

PowerShell 1.0 has been released for Windows XP SP2 and Windows Server 2003. The bits can be downloaded here. If you already have installed a previous release of PowerShell, you need to uninstall by selecting 'Show Updates' in the 'Change or Remove Programs'.

Wednesday, November 15, 2006 12:39:07 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
.NET | Links | PowerShell
# Wednesday, November 01, 2006

The Microsoft Patterns & Practicess Team recently released a new version of the Web Client Software Factory that can be found on CodePlex. One of the things I noticed directly, is that they implemented a web version of the Composite UI based on the ObjectBuilder.

The goals of Web Client Software Factory are:

  • CAB for Web
    • Hiding complexity
    • Separation of infrastructure & biz logic
    • Biz logic reuse amongst different UI Technologies
    • Promoting consistent development practices
  • Navigation
  • UI Richness
  • UI Layout management
  • State management
  • Best use of technology available (Ajax, WinForms controls, ...)
  • Security
  • SaaS implications on application design

More information about the vision & scope can be found here.

Wednesday, November 01, 2006 2:37:11 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [2] -
.NET | Links
# Thursday, October 12, 2006

Microsoft released the beta program for Virtual PC 2007. The new features are

  • Hardware-assisted virtualization
  • Support for Windows Vista as a guest and host operating system
  • Support for 64-bit host operating system

You can participate on the beta program through the Microsoft Connect web site.

Thursday, October 12, 2006 1:40:33 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [1] -
Links | Vitualization
# Thursday, October 05, 2006

A new version of CruiseControl.NET has been released. The release notes of version 1.1 can be found here. This is the defacto standard tool if you want to continuous integration together with unit testing, code metrics, code analysis, etc.

Thursday, October 05, 2006 1:48:25 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [2] -
.NET | Links
# Tuesday, May 23, 2006

That's right, a public preview of Office 2007 Beta 2 is available. You can download the bits from here. Note that right now it is very difficult to connect to the server, due to high traffic.

Tuesday, May 23, 2006 11:10:13 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | Links | Office | Software
# Friday, April 14, 2006

The Service Factory is a cohesive collection of various forms of guidance that have been build with the primary goal of helping you build high quality connected solutions in a more consistent way with less effort.

Check it out: http://practices.gotdotnet.com/projects/svcfactory

Friday, April 14, 2006 12:35:18 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | Links
# Wednesday, February 01, 2006

Microsoft announces on the msdn site that service pack 1 for Visual Studio 2005 will appear around Q3 of 2006.

Wednesday, February 01, 2006 10:46:43 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
.NET | Links | Visual Studio
# Monday, January 23, 2006

The patterns & practices team introduces a new project, called Baseline Architecture Toolkit (BAT). It's a collection of carefully selected, designed, and integrated guidance assets which include:

  • Reference Implementations
  • Application Blocks (such as CAB and EntLib)
  • Hands-On-Labs
  • How-Tos
  • Guidance Automation Packages automating common tasks
  • Documentation bringing all the parts together and describing the rationale behind the key smart client design recommendations.

The toolkit provides an effective way for architects, dev leads and developers to create high-quality baselines for their smart client applications, addressing non-trivial design and development challenges. The toolkit will provide reusable assets, guidance and examples for solving those challenges in the most common scenarios. Also, the guidance will be open and customizable, so you will be able to adjust it to your specific needs.

There is a Smart Client Baseline Architecture Toolkit released on GotDotNet and it will be updated every 3-4 weeks and is based on the CAB.

On Channel 9 you can find 2 casts about Smart Client BAT:

Monday, January 23, 2006 1:57:41 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
.NET | Links

Here are some interesting blogs that are dedicated to Virtual PC

There are some fundamental features in Virtual PC that you really have to look at. For example differencing disks, see HOWTO: Use Virtual PC's Differencing Disks to your Advantage and you can also compress your VHD files, see Compact Your VHD Files.

Tip

On several keyboard layouts and for example on a AZERTY belgian keyboard you need the [Alt Gr] key for the backslash, square brackets, etc. Inside Virtual PC the [Alt Gr] key doesn't work, therefore you can use an alternative for the [Alt Gr] key, which is [Ctrl] + [Alt].

Update:

There is a hotfix now for the ALTGR problem.

Monday, January 23, 2006 1:58:06 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [1] -
.NET | Links | Vitualization
# Monday, August 15, 2005

I have missed that one, but Dasblog has released a new version. The new Dasblog 1.8 can be downloaded here. I think that I am going to upgrade now, i'm still running 1.5.

Update: The upgrade went without any problems and the content can be converted with the DasBlogUpgrader.exe tool. As you can see there is a cool theme included named Portal from Johnny Hughes.

Monday, August 15, 2005 12:57:12 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | DasBlog | Links
# Saturday, July 02, 2005

A new version of the Enterprise Library has been released. More information about the changes since the January release can be found here.

Saturday, July 02, 2005 11:54:17 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | EntLib | Links
# Tuesday, June 28, 2005
Thoughtworks released a new version of CruiseControl.NET.
More information about the changes can be found here.
Tuesday, June 28, 2005 10:40:14 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
CruiseControl.NET | Links
# Friday, June 24, 2005

I don't use UML on a daily basis, therefore it is handy to have a summary of the UML diagrams. A very good quick reference of UML can be found here

Friday, June 24, 2005 12:18:08 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [1] -
Internet | Links
# Saturday, March 26, 2005

It has been a long time ago, but log4net has released a new version.
The release notes can be found here

Saturday, March 26, 2005 1:47:37 AM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
.NET | Links
# Tuesday, January 18, 2005

It has been a long time ago, but there is a new version of DasBlog.

More information and changes can be found here and can be downloaded here.

Tuesday, January 18, 2005 11:42:00 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
DasBlog | Links
# Tuesday, November 09, 2004

More information about CruiseControl.NET and the new features can be found here.

Tuesday, November 09, 2004 7:02:24 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [0] -
CruiseControl.NET | Links
# Tuesday, September 28, 2004

From Patterns and Practices we can expect soon an Enterprise Library. This is a single application block that will integrate the most used application blocks. For the first release it will include:

  • Data Access
  • Exception Handling
  • Caching
  • Configuration
  • Logging
  • Security
  • Cryptography
I am convinced that the Enterprise Library will be the defacto standard application block for each application/project. All the functionalities are so fundamental that you can't without it. Like the site mentions, it enforces Consistency, Extensibility, Ease of Use and Integration. The GodDotNet workspace for Enterprise Library can be found here.
Tuesday, September 28, 2004 6:26:56 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [1] -
.NET | EntLib | Links
# Thursday, July 01, 2004

Novell announced the release of version 1.0 of Mono yesterday. More information can be found here.

I am not sure if we will hear about it at TechEd2004 :)

Thursday, July 01, 2004 2:11:06 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
Links
# Monday, March 08, 2004

The ASP.NET Resource Kit is a nice bundle of tutorials, tools and free controls for any developer starting ASP.NET. It can be downloaded here (about 134MB). Go and get it!

Monday, March 08, 2004 11:31:16 PM (Romance Standard Time, UTC+01:00) -  # -  Comments [3] -
.NET | Links
Navigation
Archive
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Christoph De Baene
Sign In
Statistics
Total Posts: 176
This Year: 2
This Month: 0
This Week: 0
Comments: 250
All Content © 2010, Christoph De Baene
DasBlog theme 'Business' created by Christoph De Baene