I’ve been a fan (and user) of VirtualBox for several years now for desktop virtualization, so it’s great to keep seeing updates with exciting new features added.
The latest version of VirtualBox delivers some compelling new features, including support for live migration and branched snapshots. Migration capabilities reflect VirtualBox's potential for ascending into the enterprise arena.
via [...]
Archive for the ‘Uncategorized’ Category
VirtualBox 3.1 Adds New Features
Posted in Uncategorized, tagged microsoft, enterprise, virtualization, virtualbox, virtual, VM, virtual-machine, sun, vmware on 2009/12/01 | Leave a Comment »
Dean Gou and Project Trident – .NET Rocks!
Posted in Uncategorized, tagged microsoft, project-trident, research, scientific-workflow, scientist, windows-workflow-foundation, workflow on 2009/11/25 | Leave a Comment »
Another excellent podcast in which .NET Rocks! interviews Dean Gou about Project Trident. Project Trident was created for the real/near-time monitoring of thousands of oceanic sensors, in short it helps to crunch large quantities of data.
The boys talk to Dean Gou about Project Trident, a scientific workflow workbench. With Project Trident, you can author workflows [...]
Wikis in the Workplace: A Practical Introduction
Posted in Uncategorized, tagged knowledge-management, microsoft, sharepoint, wiki, word, work on 2009/11/25 | Leave a Comment »
Decent overview of wikis at work, the ways in which they can be used, and an overview of typical concerns before implementing them with rebuttal.
The wiki crops up in many companies’ internal discussions about process improvements and efficient collaboration, but it is often shot down because so few people have exposure to good models of [...]
Binding to Nested Properties
Posted in Uncategorized, tagged .net, bind, combobox, data, datagridviewcomboboxcolumn, datatridview, grid, nested, winforms on 2009/11/16 | Leave a Comment »
Ugh, grids. Seems like no matter what I want to do it ends up being more complicated than I’d like. Same goes for binding to nested properties…
My workmate Vijay is playing with WCF with a small project, and was asking me how to display a “nested” property of his business object in a DataGridView. I'll [...]
Does Entity Framework/LINQ to SQL Implment ITypedList?
Posted in Uncategorized, tagged data-binding, entity-framework, ITypedList, Ling-to-Sql, reflection on 2009/11/11 | Leave a Comment »
As I looked into the ITypedList interface I realized that perhaps everything I needed was already implemented as my business objects are generated by Linq-To-Sql? The answer turns out to be “sort-of”.
I’m taking a peek at both the Entity Framework and LINQ to SQL, and while I like the systems (and of course the LINQ [...]
Binding Grids to Hierarchical Data Using the ITypedList Interface
Posted in Uncategorized, tagged bind, business-objects, collection, data, data-model, datagridview, Devexpress, grid, hierarchical, ITypedList, XtraGrid on 2009/11/11 | 1 Comment »
This looks to be the solution to my current struggle with binding a collection of multiple types of related objects to a grid. (Or a Devexpress XtraGrid!)
Let’s start with an overview of the problem. If you want to create a grid-like user interface in an application, the easiest solution is to use the Microsoft DataGrid [...]
EDMX Issues With Visual Studio 2010 Beta 1 to Beta 2
Posted in Uncategorized, tagged .net-4.0, beta-2, diagram, edmx, entity, entity-framework, visual-studio-2010, visual-studio-2010-beta-1, visual-studio-2010-beta-2, xml on 2009/11/10 | Leave a Comment »
Scenario: Important meeting! Too much coffee! Bad lighting! In walks the killer! Wait…
No, that’s wrong. In walks Visual Studio 2010 Beta 2 with an inability to open an EDMX created with Visual Studio 2010 Beta 1, asking if I’d like to open the file in an XML editor. Ack! A previously printed paper diagram (for [...]
ReportViewer Issue on IIS7 (After Migrating from IIS6)
Posted in Uncategorized, tagged control, IIS, IIS6, IIS7, migrate, reportviewer, SSRS, web.config on 2009/11/02 | Leave a Comment »
After migrating a web application from IIS6 to IIS7 I experienced issues with the ReportViewer rendering incorrectly and incompletely. Google and Antonio Ooi to the rescue with an easy fix that required just a bit of web.config editing…
OTK Founder’s Column: Solving ReportViewer Rendering Issue on IIS7.
Detecting Design-time in C#
Posted in Uncategorized, tagged .net, c#, design-mode, design-time, visual-studio, visual-studio-2008 on 2009/10/29 | Leave a Comment »
Excellent, now I can detect Visual Studio design time anywhere in my code. (Make sure to read the comments, they provide a valuable correction.)
I came across interesting issue with one of our controls. I needed a different behavior during design-time and run-time. I was sure that .NET Framework has a nice solution for me, but [...]
.NET 4.0 Beta Breaks WCF Activation
Posted in Uncategorized, tagged .net, 4.0, activation, beta, visual-studio, vs2010, WCF on 2009/10/07 | Leave a Comment »
I suppose that’s why it’s a “beta” but I honestly only expected the .NET beta to break itself, not other applications. Here’s a better worded post than I feel like writing that describes the issue…
I’ve had a problem on my most recent Windows 7 install with getting the WCF activation to install. I kept getting [...]