Pages

Friday, December 13, 2013

Developing Real-Time Web Applications with SignalR

Developing Real-Time Web Applications with SignalR

This is the second full day session I gave this week. This one was about Building Real-Time Web Applications with ASP.NET SignalR, as part of Expert Days 2013 event, held by E4D at Kfar Hamacabia.

Thanks for everyone who came, participated, and contributed...

Slide Deck


You can download the slide deck from here, or if you like, view it directly from here.

Code Demos


All the demos are available to download from here.

Enjoy,
Yaniv

Wednesday, December 11, 2013

Building RESTful Services with Web API

Building RESTful Services with Web API

Early this week I gave a full day lecture about Building RESTful Services with ASP.NET Web API, as part of Expert Days 2013 event, held by E4D at Kfar Hamacabia.

Thanks for everyone who came, participated, and contributed...

Slide Deck


You can download the slide deck from here, or if you like, view it directly from here.

Code Demos


All the demos are available to download from here.

Enjoy,
Yaniv


Saturday, November 30, 2013

Expert Days 2013

Expert Days 2013

In the up-coming Expert Days 2013 event, taking place about a week from now, I'm going to give 2 sessions:

1. RESTful Services with Web API
2. Building Real-Time Web Applications with SignalR

The details can be found here:
http://www.e4d.co.il/Events/ExpertDays2013/Home/Trainer/Yaniv-Yechezkel

Hope to see you there,
Yaniv

Thursday, October 17, 2013

Quick Tour to Front-End Unit Testing

Quick Tour to Front-End Unit Testing Presentation

This week I gave a presentation about Java Script Unit Testing at the Front-End.IL User Group which was hosted at NICE's auditorium at Ra`anana.

We've talked about the motivations for doing Unit Testing in this era of Single Page Applications with tons of lines of code, and then we drilled down to QUnit, Sinon, and JSTD...

You might find it helpful to go over the series of posts below while you're going over the demos.

JavaScript Unit Testing in Visual Studio:

- Part I   - JavaScript is all around
- Part II  - Setting up the Environment for Headless Tests
 

Slide Deck

You can download the Slide Deck from here, or view it directly from here.

Demos

Also, the demos can be downloaded from here.

Thanks to Gil Fink for organizing these meetups. :)

Enjoy,
Yaniv

Thursday, July 4, 2013

NHibernate HiLo Identity Generator on SQL Azure

NHibernate POID Generators

NHibernate supports several POID (Persistent Object ID) Generators, including: Identity, Guid, Guid.Comb, and HiLo.


You can find a good explanation here, about the various strategies.

Avoiding Identity and going with Guid.Comb or HiLo is a good practice, but there's a slight problem when your Database is SQL Azure...