Crad

Stories kicked by Crad

Best of 2009: the 5 most popular posts(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 4 months ago

Simone looks at the last year's stats and lists the most popular posts we wrote in 2009. And also writes his overall top 10 read more...

1 comment |category: |Views: 527

tags: another

A lap around MIX09 keynote announcements(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff read more...

add a comment |category: |Views: 364

tags: another

ASP.NET MVC goes RTM before MIX09(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. read more...

1 comment |category: |Views: 169

tags: another

Extending Ninject to inject dependencies into Action Filters (codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

In this last post of the series Simone shows the changes he did to Ninject to make it transparent for the developer to inject dependencies into ASP.NET Action Filters. And he also release the small integration library as opensource read more...

add a comment |category: |Views: 114

tags: another

Learn the Basics Before Programming(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 3 months ago

Simone Chiaretta wraps up the recent discussion on the community about the controversy opinions of building a software that only works versus building the software that has a high quality. After that, the leaves his own opinions on this. read more...

2 comments |category: |Views: 498

tags: another

How to put a backround image in a HR for IE with jQuery(tech.piyodesign.it)

submitted by simonechsimonech(10.1k) 3 years, 3 months ago

IE till version 7 has a bug: you cannot put a background image in a <HR /> tag, so you cannot have a nice graphical line and keeping the semantic coolness of the hr tag. This post explain how to reach that goal using a bit of jQuery read more...

add a comment |category: |Views: 170

tags: another

Implementing Conversation per Business Transaction(fabiomaulo.blogspot.com)

submitted by fabiomaulofabiomaulo(605) 3 years, 4 months ago

NHibernate session handling pattern implementation read more...

add a comment |category: |Views: 163

tags: another

Again about differences about Binary versus Xml Serialization(nablasoft.com)

submitted by CradCrad(170) 3 years, 6 months ago

In this post Alk explain why XmlSerialization should not be used for objects storage purposes. read more...

add a comment |category: |Views: 15

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

Insert an image into a Docx document(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 8 months ago

In this post I show how to include an image into a word document using the openxml format. read more...

add a comment |category: |Views: 316

tags: another

Which is faster? Silverlight or Flash?(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Benchmarks of RIA performances: Flash/Flex is faster when it comes to graphic rendering, but Silverlight is faster when it comes to pure computation speed. read more...

2 comments |category: |Views: 406

tags: another

ASP.NET MVC P5 released on Codeplex(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

Keeping on with the 6 weeks release plan, the ASP.NET MVC team quietly release P5 of ASP.NET MVC on Codeplex. read more...

add a comment |category: |Views: 307

tags: another

No GoLive required to use ASP.NET MVC in production(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 9 months ago

ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production read more...

add a comment |category: |Views: 192

tags: another

detect if a finally block is executed during exception handling(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 10 months ago

With disposable action pattern it can be useful to detect if code inside the dispose is called because we exit the using block with or without an exception. read more...

add a comment |category: |Views: 24

tags: another

Relation in a domain are really useful(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 10 months ago

This is a ruminatino on the usefulness of relation in a domain model, the key concept is, do not use relations as a meaning to minimize load instruction with lazy load, they are used to express business meaning, two objects are to be relate only if they are related in business. read more...

add a comment |category: |Views: 9

tags: another

Domain Model & Aggregates: when do master-detail associations happen?(codemetropolis.com)

submitted by CradCrad(170) 3 years, 10 months ago

In this post I point out on the complexity of handling master-detail association in a domain model, giving some advices on why and when they are useful or not. read more...

add a comment |category: |Views: 15

tags: another