mattcodes

Stories submitted by mattcodes

CQRS with Async Controllers in ASP.NET MVC 2 and NServiceBus (www.mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 2 years ago

Exploring async using nservicebus and non pure cqrs from asp.net mvc 2 and nservicebus read more...

add a comment |category: |Views: 263

tags: another

Closures & Scope in JavaScript vs C#(www.mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 2 years, 1 month ago

Looks at how scope affects closures in JavaScript vs how same pseudo code would work in C# given its addition of block scope. read more...

add a comment |category: |Views: 10

tags: another

NodeJS JSON Data Services & JavaScript web scraping fu(www.mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 2 years, 2 months ago

Using NodeJS (JavaScript server) to expose json data services quickly, this example shows NodeJS being used to scrape web pages too as the source of the cached data. read more...

add a comment |category: |Views: 198

tags: another

Debugging JavaScript closures - Browser optimizations we dont want(www.mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 2 years, 2 months ago

Explores debugging JavaScript/jQuery closures in all the mainstream browsers. read more...

add a comment |category: |Views: 11

tags: another

NHibernate & Linq(mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 3 years, 1 month ago

A quick mock up of what NHibernate and Linq can bring to your application, finally making it easy to remove the leakage both through your code and mentally that NHibernate sometimes causes.. read more...

add a comment |category: |Views: 25

tags: another

NHibernate - Opinionated Style(mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 3 years, 3 months ago

Opinionated ideas/style related to creation, validation, encapsulation and repositories when using NHibernate read more...

add a comment |category: |Views: 11

tags: another

Learning Powershell (mattfreeman.co.uk)

submitted by mattcodesmattcodes(80) 3 years, 4 months ago

My first steps with Powershell, the shell for .Net developers read more...

add a comment |category: |Views: 18

tags: another

NHibernate 2.1 Trunk - Entity-Name, Some Inheritance and Dynamic Compo(mattcodes.wordpress.com)

submitted by mattcodesmattcodes(80) 3 years, 4 months ago

Looks at expoliting the new entity-name feature of NH 2.1 along with current NHibernate 2.0 features to achieve modelling a scenario that has a dynamic database schema. read more...

add a comment |category: |Views: 30

tags: another

NHibernate Feature - dynamic-component(mattcodes.wordpress.com)

submitted by mattcodesmattcodes(80) 3 years, 4 months ago

An overview and example of using the dynamic-component mapping element in your nhibernate projects. read more...

add a comment |category: |Views: 124

tags: another