Silicon Valley Code Camp : October 3rd and 4th, 2009

Juval Lowy

IDesign
About Juval

Juval Löwy is the founder of IDesign and a master software architect. Over the past 21 years, Juval has led the industry with some of his ideas such as microservices serving as the foundation of software design and development. In his Master Classes Juval has mentored thousands of architects across the globe, sharing his insights, techniques, and breakthroughs, and has helped hundreds of companies meet their commitments. Juval participated in the Microsoft internal strategic design reviews and is a frequent speaker at major international software development conferences. He is the author of several bestsellers, and his latest book is Righting Software (Addison-Wesley, 2019) contains his groundbreaking ideas on system and project design.

Juval published numerous articles, regarding almost every aspect of modern software development and architecture. Microsoft recognized Juval as a Software Legend as one of the world's top experts and industry leaders. 

{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Introducing the .NET Service Bus

    9:45 AM Saturday   Room: Hearthside Lounge
    The .NET services bus is part of the new Microsoft Cloud Computing Windows Azure initiative, and arguably, it is the most accessible, ready to use, powerful, and needed piece. The service bus allows clients to connects to services across any machine, network, firewall, NAT, routers, load balancers, virtualization, IP and DNS as if they were part of the same local network, and doing all that without compromising on the programming model or security. The service bus also supports callbacks, event publishing, authentication and authorization and doing all that in a WCF-friendly manner. This session will present the service bus programming model, how to configure and administer service bus solutions, working with the dedicated relay bindings including the available communication modes, relying on authentication in the cloud for local services and the various authentication options, and how to provide for end-to-end security through the relay service. You will also see some advanced WCF programming techniques, original helper classes, productivity-enhancing utilities and tools, as well as discussion of design best practices and pitfalls.

  • Beyond the Relay – Routers and Queues in the .NET Service Bus

    11:00 AM Saturday   Room: Hearthside Lounge
    The .NET services bus was developed with solving the connectivity issue of web services, and as a general way of relaying messages to services. But controlling a messaging junction in the cloud has the potential for much more than messages relay. The services bus can act as a sophisticated interceptor, adding valuable aspects to your application. The first such aspects are routing and queuing. You can install a router to send messages to multiple subscribers or act as a load balancer. You can have the services bus queue up your client calls until the service is ready to process them. You can combine routers and queues, and have queues and routers subscribe to routers, enabling application features that would be very difficult without the services bus. This session presents the new capabilities and the new design patterns and pitfalls. You will also see some advanced WCF programming techniques, original helper classes, productivity-enhancing utilities and tools.