|
||||
|
רשימת ההרצאות: ALM301 - Web Sites Testing with Visual Studio Team System (Level 300) Visual Studio Team System makes your site better and more robust with its Web Testing capabilities. In this session we will see how to test your web application in various ways, how to extend the out-of-the-box rules and how to integrate it in the daily build.
שי רייטן
יועץ בכיר ומפתח, מכללת סלע |
|||||
|
|||||
|
ALM302 - Test Driven Development (TDD) with Visual Studio Team System (Level 300) Test Driven Development assures that your code behaves as it should while overcoming changes and keeping a live documentation of its functionality. In this session we will see how to implement TDD on your code and Database using Visual Studio Team System.
אריאל גור-אריה
סמנכ"ל פיתוח, MCD |
|||||
|
|||||
|
ALM303 - Professional Developer Tools in Visual Studio Team System (Level 300) Visual Studio Team System is not all about source control, and contains many tools for the developer. In this demo-driven session we will see tools such as Code Metrics, Hot Pathing, Code Analysis, Performance Run, Schema Compare & more.
מאור דוד
יועץ בכיר, SRL |
|||||
|
|||||
|
ARC202 - Architecting Real-World Enterprise Application – Considerations and Dilemmas (Level 200) From choosing a UI Platform and Data Access Layer up to Offline support and more architectural aspects in a real-world medical application in the IDF.
ממי לביא
יועץ ארכיטקטורה, מיקרוסופט ישראל מתן עצמון, ראש צוות תשתיות וארכיטקט, צה"ל |
||||
|
||||
|
ARC301 - "Velocity": Distributed Cache for Performance, Scalability and Availability (Level 300) A good architecture for scalable applications will use a distributed cache as the initial tier for all data access. In this session we will look into the architecture and API of Microsoft’s In-Memory distributed cache (code name “Velocity”) to increase your application’s performance, scale and availability.
יאיר שיבק
יועץ ומרצה, מכללת הי טק |
|||||
|
|||||
|
DEV301 - HTTP Web Services with Windows Communication Foundation 3.5 (Level 300) In this session we will see how to use WCF 3.5 to build REST Web Services that agents can interact with using simple HTTP verbs. We will also look into how ADO.Net Data Services were implemented.
אייל ורדי
מנכ"ל משותף, E4D Solutions |
|||||
|
|||||
|
DEV302 - Building Your First Great Silverlight 2 Application (Level 300) You have seen how exciting Silverlight applications are, now you want to do it yourself. With 50 minutes of demo-time you'll learn how to build Silverlight applications, give them a little style, and connect them to services and their data.
גיא בורשטיין
יועץ טכנולוגיות פיתוח, מיקרוסופט ישראל |
|||||
|
|||||
|
DEV303 - Integrating Silverlight 2 into Existing Web Sites (Level 300) After we have seen how to build a simple standalone Silverlight 2 application we will see how to integrate it into existing sites, and how to communicate with DOM elements and JavaScript functions.
אלכס גולש
יועץ בכיר ומרצה, מכללת סלע |
|||||
|
|||||
|
DEV305 - Leverage SQL Server 2008 in Your .Net Code with Visual Studio 2008 SP1 (Level 300) Visual Studio 2008 SP1 lets you leverage the new features in SQL Server 2008 such as Table Valued Parameters, Change Tracking, FILESTREAM and the new Date and Time types. In this session we'll see how easy they are to use, and how you can do it today.
דיויד סקסטין
CTO תחום מיקרוסופט פיתוח, ג'ון ברייס |
|||||
|
|||||
|
DEV306 - Windows Azure: Building Web Sites and Services in the Cloud (Level 300) Learn about the cloud services that enable developers to easily create or extend their applications and services. In this session we take a tour of Windows Azure by building and running a simple service using the platform SDK. This is a demo-heavy session.
מנו כהן ישר.
יועץ בכיר, מכללת סלע |
|||||
|
|||||
|
DEV308 - Internet Explorer 8 : What's New for Developers? (Level 300) Internet Explorer 8 brings new enhancements for the web developer. From CSS standards, through the new development tools and the new features, we will see how you can benefit from them all.
גל קוג'מן
יועץ בכיר ומרצה, ג'ון ברייס |
||||
|
||||
|
DEV309 - Building Web Sites with ASP.NET MVC Framework (Level 300) In this session we will introduce another way for building great web applications. We will talk about the new ASP.NET MVC Framework, take a Look at each layer, and the new routing mechanism.
נועם קינג
CTO ,מכללת סלע |
|||||
|
|||||
|
DEV311 - Building Windows 7 and Windows Vista Compatible Applications (Level 300) Security, Rich UI, Usability, Organization Navigation & Search, Improve File System and Better Networking are six good reasons to target your application to Windows Vista, and be compatibile with Windows 7. In the session you will see new features of Windows 7 from the user's perspective as well as the developer's point of view. We will also talk about what to be aware of regarding your application compatibility with the upcoming Windows 7.
אלון פליס
CTO קבוצת סלע |
|||||
|
|||||
|
DEV312 - Dynamic Languages and the .Net Framework (Level 300) Dynamic languages (Python, Ruby, etc.) have been receiving bigger slices of the dev cycle pie. Microsoft joins the ride and future frameworks will incorporate more dynamic capabilities. Come and see how dynamic languages will effect application development in various programming environments.
שי פרידמן
מפתח בכיר, ActionBase |
|||||
|
|||||
|
DEV313 - Building Composite Applications in WPF (Level 300) In this session we will talk about the challenges of Composite UI development, and learn how to leverage Composite Application Guidance for WPF on behalf of WPF for implementing modern enterprise applications UI.
תומר שמם
יועץ בכיר ומרצה, מכללת סלע |
|||||
|
|||||
|
DEV314 - Design Patterns – Learn From the Experience of Others (Level 200) You don’t want to reinvent the wheel, so you look for design patterns –lessons learnt by those who've faced same software design problems before. In this session we will look at key OO design principles and dive into design patters such as Decorator, Strategy, Template method, observer, Visitor and others, using the new features of C# 3.0.
אבי רוט
ארכיטקט ראשי, מל"ם-תים |
||||
|
||||
|
DEV401 - ASP.NET Ajax Internals (Level 400) This talk is a deep dive into the internals, the unknown and undocumented aspects of AJAX. It's a crucial for developers wishing to architect, design and build high performance user experiences the truly take advantage of the AJAX client-server paradigm.
דן אמיגה
יועץ בכיר ומרצה, DevelopMentor |
|||||
|
|||||
|
DEV402 - Concurrent Programming: From Thread Pool to Parallel Extensions (Level 400) We must develop concurrent applications today, but with concurrency come data races, contention and deadlocks. From System.Thread, the thread pool, through the Parallel Extensions for .NET – we will analyze design patterns specific to concurrent applications and learn to avoid common pitfalls.
סשה גולדשטיין
יועץ בכיר ומרצה, מכללת סלע |
|||||
|
|||||
|
DEV403 - A Deep Dive into LINQ (Level 400) Many developers already use LINQ on a daily basis, but most only scratch the surface of what’s possible. In this session we will dive more deeply into LINQ and see how it works behind the scenes, share tips, tricks and common pitfalls.
ערן שרעבי
מנהל מקצועי תחום NET. ומרצה בכיר, ג'ון ברייס הדרכה |
|||||
|
|||||
|
DEV404 - Hardcore C#: Hidden Power and Flexibility (Level 400) This almost demo-only session will explore the powerful, but less known capabilities of the C# language. Topics include partial classes & methods, expression trees & lambda expressions, dynamic delegates, extension methods, elegant iterators, anonymous delegates and more advanced stuff. Will be fun!
פבל יוסיפוביץ
CTO, מכללת הי טק |
|||||
|
|||||