Showing posts with label Architecture. Show all posts
Showing posts with label Architecture. Show all posts

Sunday, March 8, 2009

Tuesday, July 29, 2008

Daily Links 29/07/2008

Visual Studio Item Templates
create custom file templates to give you a head start in implementing derived classes / patterns

Create PDF Files on the fly with C# and PDFSharp

Agilo for Scrum
Demo movie
"Agilo for Scrum is a simple, web-based and straightforward tool to support the Scrum"
"Agilo is distributed as Open Source Software"

Default Architecture: Layers
Interesting article by Ayende touching on most common architecture layering implementations.

Patterns I Hate #1: Singleton
I'm one of the guilty - singletons seem to spread like a virus in my code :|. One of the most convincing arguments not to use them is testability, so if you're going TDD, singletons are going to give you some roadblocks.

In-State Animation with Silverlight
One of the best things about silverlight is how it makes control animation so easy, even non-designers can use it :)

Friday, June 20, 2008

Daily Links 20/06/2008

DevExpress has released Beta 1 of it's FREE Silverlight DataGrid
* Data Grouping against multiple Silverlight Grid columns
* Data Sorting against multiple Silverlight Grid columns
* Comprehensive Summary Computation support against multiple Silverlight Grid columns
* Column Movement
* Column Resizing
* Column Auto-Width
* Row Editing
* Row Preview (with animation)
* Template Support (for cell content, cell editing, row preview and headers)
* Auto Height Support for cells, headers, and totals.
* Virtual StackPanel Row Container (simply means we are able to handle an unlimited number of rows)
* Focused Row and Focused Cell
* Multi-Row Selection
* Cell Text Wrapping
* Vertical/Horizontal Lines
* Multiple column types/editors
The Source code is also available.

CLR Fun Stuff: How is my C# code converted into machine instructions?

We Don't Need No Architects
Making a case for the software architect

To JSON or not to JSON?
A comparitive performance look at Json Serialization vs standard xml serialization using WCF 3.5

ViewModel Pattern in Silverlight using Behaviors

Silverlight wallpaper
...for all the silverlight geeks out there

Thursday, September 6, 2007

Daily Links - 6/9/2007

Programmer or Developer?
An article on the difference between the two.

Evolutionary Software Architecture
follow-up to previous linked post Do we need Software architects?

LinQPad
Query databases / objects etc with LinQ instead of SQL syntax

CodeSmith
Template-driven code generator (supports any language)

Merging .NET assemblies using ILMerge
Gilma - GUI for ILMerge Application
- this should come in handy for XCopy deployment ie: merge all your dependancies into the exe assembly