Feeds:
Posts
Comments

Archive for November, 2009

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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.

Read Full Post »