Roughing it: IoC, AoP and Mocking without frameworks with Ashic Mahtab

Organiser
Canary Wharf .NET User Group
Date
Wed, 2 May 2012, 17:30 - 19:30 (Add to calendar) GMT
Venue
(Exact location not available) , London, GB
Cost
Free

In this session, Ashic takes us back to basics. He will talk about howyou don't need to depend on frameworks to help you write good,testable SOLID code. There are some magicalframeworks out there which do some wonderful things, but if you cansurvive by yourself in the wilderness of your own code you will be abetter developer for it. A lot of the value that these frameworksprovide can be achieved through classic object oriented practices inand a dash of functional programming.


The session will target three things:

1. IoC: where it fits, where to do it and how to use the commandpattern. How functional programming techniques in plain old C# cangive inversion of control without outside help.

2. Aspect Oriented Programming: How decorator classes and delegateskeep things simple and avoid things like IL weaving (mangling) andruntime code generation.

3. Mocking: How proper encapsulation and event driven approaches canresult in domain models that are easily testable without touchingtheir code, and what value this brings.

 

 

Ashic is a Software Consultant and has been with .NET since the 1.0 beta days. He is a moderator of the official ASP.NET community, an ASP.NET MVP and is passionate about software architecture and design.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Java is to JavaScript what Car is to Carpet.” - Chris Heilmann