Yesterday was my 2 part session about Design Patterns as part of dotNETwork 7th gathering. Thank you all guys for being there, There was so much interesting stuff about the audience. The conversation we all had even before the session starts, the interaction with all parts of the session, and the great questions.
Thank you all.
You can find the slides for the 2 parts combined in single downloadable file.
For the code examples/demos, you can find them in single ZIP file as well.
I hope you enjoyed the session.
Related Links
Technorati Tags:
design patterns,
patterns,
gof,
gang of four,
oop,
object oriented programming,
ddd,
mvc,
C#,
C Sharp,
C# 3,
C Sarp 3,
C# 3.0,
C Sharp 3.0
Permanent link to this post (157 words, 2 images, estimated 38 secs reading time)
.NET, .NET FAQ, C#, dotNETwork, Local Events, OOP, Patterns
dotNETwork, the most active offline user group in Egypt is having its 7th gathering next Saturday, August 30, which will have two parallel tracks for the first time in the group gathering. BizTalk Introduction, and C# 3.0 Design Patterns, which I will be delivering!
If I were you to attend the event, it would have been a hard choice too (unless you go simply for BizTalk) ! BizTalk beginner introduction as a topic was not delivered in public sessions before. The only BiTalk sessions I know of were either advanced ones or introducing newer version to those familiar with old version. If you are my friend or you are pretty much into patterns, you may want to give what I have to say a look.
The session parts were primarily intended to be in a couple of dotNETwork gatherings. Now that dotNETwork decided to try out the parallel tracks model having two sessions in the same topic in each track (which is a decision I really like, except that I’d love more distinction between the topics), it was logical to have them in the same gathering / track. I have been thinking whether this should go for the simplest level possible ever, then, decided to stick to the original plan, and even use the long time available for the presentation (1:30h for each part) to go say more about related topics, as I have so much interest in delivering this in certain way for long time now.
Read the full post ... (737 words, 3 images, estimated 2:57 mins reading time)
.NET, C#, dotNETwork, Local Events, OOP, Patterns
It all started with an email Mohamed Hossam (AKA, Bashmohandes) sent to SilverKey Tech. (the company I work for) local office here in Egypt, referring to the article "Foundations of Functional Programming – Part 1 – B# .NET Blog".
It inspired me to send few more language links:
I also referred to the latest version of DLR hosting spec., stating that it’s quickly changing and already not up to date still.
Besides, I included some more reading bonuses:
Read the full post ... (287 words, 2 images, estimated 1:09 mins reading time)
ADO.NET, ASP.NET, C#, F#, Link List
The "C# 3.0 in a nutshell" book has some neat free extras that are worth mentioning for those who haven’t already heard of (they have been released for long). Those are like must-have LINQ tools and helpers.
The homepage of LINQKit (the major part of the extras I’m going to cover here) provides great information and short code samples about the components:
- LINQPad
This is a snippet compiler (application to run/try small codes in separation than big VS projects, like this), that’s customized for LINQ queries. You can use the SQL Server Query Analyzer -like application to try your codes on the tables in the DB, and see the resultant output and SQL query. Very useful for learning LINQ and/for for making up complex LINQ Queries
Read the full post ... (591 words, 3 images, estimated 2:22 mins reading time)
C#, LINQ