Wednesday, 21 September 2011

Recording of Mike Murray on Compositional and Convention-based Web Development With FubuMVC @ E-VAN 20 September 2011

Mike Murray did a great talk yesterday about FubuMVC, showing us how easy it is to get started with this open-source front-controller MVC web framework. Mike also demonstrated how to configure routes using conventions, action behaviors, view discovery, HTML conventions, model binding and a lot more of cool stuff. This session was a one way ticket to get up and running with FubuMVC. Great stuff!

For those who missed it, the recording is now available:

Mike Murray on Compositional and Convention-Based Web Development With FubuMVC @ E-VAN 20 September 2011

Here are the links that were referenced during the presentation:

The original file that we used for uploading can also be downloaded from Vimeo as well. So you just have to log on (or register if you don’t have an account) and download the original recording in the right down corner. The quality of the original recording is slightly better. It’s also possible to download the original OLM recording here. Keep in mind that this one will only be available for one year.

We’re still very interested in hearing your thoughts and opinions. Please let us know what you think or do suggest a topic that you’re interested in.

Details of the next E-VAN presentation will be posted soon.

Tuesday, 16 August 2011

Mike Murray on Compositional and Convention-based Web Development With FubuMVC on 20 September 2011

We’re very pleased to announce that Mike Murray has agreed to do a talk on FubuMVC. FubuMVC is a .NET open-source front-controller MVC web framework. Fubu (which stands for "for us, by us") focuses on rapid development, pluggability, and convention-based configuration. It tries to focus on SOLID principles, composability, separation of concerns, DRY, and other critical concepts of rapid, frictionless and pain-free web development. There are several differentiating features from ASP.NET MVC, such as behavior chains, packaging, routing conventions, HTML conventions, and much more.

Session agenda

  • Starting Bare Bones from the FubuMVC NuGet package
  • Exploring the Getting Started Sample from the FubuMVC Guides
  • Configuring Routes via Conventions
  • View Location and Discovery
  • Clean Controller Actions with Behavior Chains
  • HTML Markup Generated By View Model Conventions
  • Ultimate Modularity with Packages (Bottles)

For those of you who don’t know Mike, he’s a software engineer for Extend Health, Inc. Mike has been primarily developing with C# and .NET for 7 years, and currently entertains interests in F#, Ruby, and JavaScript on the side. At Extend Health, he is participating in the migration of the company's production website from ASP.NET MVC to FubuMVC, while also contributing back bug fixes and features to the open-source project.

Here are the details:

Start Time: Tuesday, September 20, 2011 07:00 PM GMT*

End Time: Tuesday, September 20, 2011 08:30 PM GMT

Attendee URL: http://snipr.com/virtualaltnet (Live Meeting)

VAN Calendar: http://www.virtualaltnet.com/Home/Calendar

(*) 08:00 PM UK, 09:00 PM Brussels, 03:00 PM EST, 01:00 PM MST and 12:00 Noon PST. For time zone arithmetic, you can consult the world clock site, use this time zone converter or every time zone.

This should be very interesting stuff, so we hope to (virtually) see you there. We would also love to hear your voice about future E-VAN sessions, so check out our feedback & suggestions page.

Wednesday, 15 June 2011

Recording of Me, Myself and I on Taking Baby Steps with Node.js @ E-VAN 14 June 2011

Last night I did an introductory presentation on Node.js where I tried to bring across some of the stuff I’ve been learning about during the last couple of months. I do hope that the folks who attended this session actually got something out of it and not consider it a too big waste of time :-). I must admit that I definitely had too much content for a single session (hence the long recording). You can find the slides of this talk on the Prezi website and the code can be downloaded here.

For those who missed it, the recording is now available:

Jan Van Ryswyck on Taking Baby Steps with Node.js @ E-VAN 14-06-2011

The original file that we used for uploading can also be downloaded from Vimeo as well. So you just have to log on (or register if you don’t have an account) and download the original recording in the right down corner. The quality of the original recording is slightly better. It’s also possible to download the original OLM recording here. Keep in mind that this one will only be available for one year.

We also already received some responses on our feedback & suggestions page, but we’re still very interested in hearing your thoughts and opinions. Please let us know what you think or do suggest a topic that you’re interested in.

Monday, 23 May 2011

Me, Myself and I on Taking Baby Steps with Node.js on 14 June 2011

For this last session before the start of the holiday season, I decided to step up to the plate and give a talk myself about a topic that is near and dear to my heart, which is Node.js. Those who have been reading my blog lately know that I’ve written a fair amount of blog posts on JavaScript and Node.js during the last couple of months. With this presentation, I’m going to make a humble attempt to recapitulate the things I’ve learned throughout my journey and provide an introduction for those who want to learn what this Node.js stuff is all about. I’ve prepared a couple of slides but expect to see lots of JavaScript code as well.

Here are the details:

Start Time: Tuesday, June 14, 2011 07:00 PM GMT*

End Time: Tuesday, June 14, 2011 08:30 PM GMT

Attendee URL: http://snipr.com/virtualaltnet (Live Meeting)

VAN Calendar: http://www.virtualaltnet.com/Home/Calendar

(*) 08:00 PM UK, 09:00 PM Brussels, 03:00 PM EST, 01:00 PM MST and 12:00 Noon PST. For time zone arithmetic, you can consult the world clock site, use this time zone converter or every time zone.

We hope to (virtually) see you there.

We also already received some responses on our feedback & suggestions page, but we’re still very interested in hearing your thoughts and opinions. Please let us know what you think or do suggest a topic that you’re interested in. 

Wednesday, 4 May 2011

Recording of Hadi Hariri on CouchDB for .NET Developers @ E-VAN 03 May 2011

Hadi Hariri did a superb talk last night on CouchDB and how to incorporate this popular document database into .NET applications. Hadi first started out with talking about the concepts behind CouchDB. Then he showed us how the REST API looks like and how it can generally be used. Next he showed us how to use this API from a .NET application, talking about Ottoman and his very own open-source library called EasyCouchDB. Hadi then concluded his talk by mentioning some of the pitfalls that you can run into when building applications on top of CouchDB. As you probably figured out by now, this session is really packed with great content.

For those who missed it, the recording is now available:

Hadi Hariri on CouchDB for .NET Developers @ E-VAN 03 May 2011

The original file that we used for uploading can also be downloaded from Vimeo as well. So you just have to log on (or register if you don’t have an account) and download the original recording in the right down corner. The quality of the original recording is slightly better. It’s also possible to download the original OLM recording here. Keep in mind that this one will only be available for one year.

We would also love to hear your voice about the previous and future E-VAN sessions, so make sure to check out our feedback & suggestions page.

Details of the next E-VAN presentation will be posted soon.

Monday, 25 April 2011

Hadi Hariri on CouchDB for .NET Developers on 03 May 2011

We’re very happy to announce that Hadi Hariri agreed to join us for doing a talk on CouchDB, showing us how to incorporate this excellent NoSQL document database into .NET applications. Last year, J. Chris Anderson already did an introductory presentation on CouchDB on the E-VAN. Hadi is going to expand on this, showing what CouchDB is all about and how to get your applications up and running using CouchDB and .NET in no time at all, also explaining how creating and maintaining applications that use this NoSQL thing from a .NET Developers perspective is actually very simple.  

Hadi Hariri is a developer, speaker, podcaster and Technical Evangelist at JetBrains. His passions include software architecture and web development. Book author and frequent contributor to developer publications, Hadi has been speaking at industry events for over a decade. He is based in Spain where he lives with his wife and two sons, and runs the .NET Malaga User Group. He is also a C# MVP and ASPInsider.

Here are the details:

Start Time: Tuesday, May 03, 2011 07:00 PM GMT*

End Time: Tuesday, May 03, 2011 08:30 PM GMT

Attendee URL: http://snipr.com/virtualaltnet (Live Meeting)

VAN Calendar: http://www.virtualaltnet.com/Home/Calendar

(*) 08:00 PM UK, 09:00 PM Brussels, 03:00 PM EST, 01:00 PM MST and 12:00 Noon PST. For time zone arithmetic, you can consult the world clock site, use this timezone converter or every time zone.

This should be very interesting stuff, so we hope to (virtually) see you there. We would also love to hear your voice about future E-VAN sessions, so check out our feedback & suggestions page.

Wednesday, 13 April 2011

Recording of Robert Greyling on Spark View Engine @ E-VAN 12 April 2011

An inspiring talk last night by Robert Greyling on the Spark View Engine. Rob first talked about JavaScript Spark Views, after which he discussed SparkSense and using the Spark View Engine with ASP.NET MVC, FubuMVC and NancyFx, closing of this session by talking a bit about bindings. Also make sure to check out his blog for some more Spark goodness.

For those who missed it, the recording is now available on Vimeo:

Robert Greyling on Spark View Engine @ E-VAN 12-04-2011

The original file that we used for uploading can also be downloaded from Vimeo as well. So you just have to log on (or register if you don’t have an account) and download the original recording in the right down corner. The quality of the original recording is slightly better. It’s also possible to download the original OLM recording here. Keep in mind that this one will only be available for one year.

Details of the next E-VAN presentation will be posted soon.