DCSIMG
March 2008 - Posts - I Love C#
Sign in | Join | Help

I Love C#

Eyal Vardi

March 2008 - Posts

ServiceHost Customization

פורסם בתאריך Mar 27 2008, 06:56 AM על ידי Vardi

אני מזמין אותכם להרצאה שלי ב-TechEd אילת לשמוע על איך אפשר להתאים את ServiceHost לצרכים של הארגון, ולהרחיבו בתשתיות המתאימות. בין השאר אני אעבור על הנושאים והבעיות הבאות:

1. איך בנוי ה- ServiceDescription, ואיך הוא משפיע על ServiceHost.

2. איך עובד ה-WCF ואיך עובד ה- Service Model Layer בפרט.

3. אדגים פתרונות אפשרים לבעיות כמו:
-- טיפול בשגיאות.

-- שמירה של State  של שירות.

-- עבודה עם Pool של שירותים לשיפור הביצועים.

-- בעיות בהעברת נתונים מורכבים ובעיות של Serialization.

אשמח לראות אתכם ב-TechEd
ראו הוזהרתם ההרצאה ברמה 400.


נ.ב אני ממליץ בחום על ,WCF Visualizer.

Untitled

Silverlight 2.0 Beta 1 Course

פורסם בתאריך Mar 05 2008, 10:36 PM על ידי Vardi

אני שמח להכריז על פתיחת הקורס הראשון על Silverlight 2.0. להלן רשימת הנושאים שילמדו בקורס במשך יומיים.
לפרטים נוספים שלחו לי אימייל.

Part I – X A M L

Module 1: Silverlight Overview

clip_image001[158] What is Silverlight?

clip_image001[159] Silverlight Architecture

clip_image001[160] XAML Overview

clip_image001[161] Class Hierarchy

Module 2: Layout

clip_image001[162] Powerful Layout ToolBox

clip_image001[163] Canvas

clip_image001[164] StackPanels

clip_image001[165] Grids

Module 3: Controls

clip_image001[166] New Platform, New Controls

clip_image001[167] Content Controls

clip_image001[168] Items Controls

clip_image001[169] Range Controls

clip_image001[170] Text Controls


Module 4: Data Binding

clip_image001[171] Data Binding Connects

clip_image001[172] Data Binding Modes

clip_image001[173] Binding in Markup

clip_image001[174] DataContext

clip_image001[175] INotifyPropertyChanged

clip_image001[176] Data Template

clip_image001[177] Collection & Views

clip_image001[178] Converters

Module 5: Styling & Templates

clip_image001[179] Resources

clip_image001[180] Style & Separation

clip_image001[181] Setting Properties

clip_image001[182] Triggers

clip_image001[183] Control Template

clip_image001[184] Data Template

Module 6: Graphics

clip_image001[185] Shapes

clip_image001[186] Brushes

clip_image001[187] Video Brush

clip_image001[188] Geometries

clip_image001[189] Path Markup

clip_image001[190] Transforms

Module 7: Multimedia

clip_image001[191] The MediaElement Object

clip_image001[192] MediaElement Properties

clip_image001[193] Control Media Playback Interactively

clip_image001[194] Timeline Markers (Synchronization Points)


Module 8: Animations

clip_image001[195] Animation Fundamentals

clip_image001[196] Timelines

clip_image001[197] Storyboards Key Frame Animation

clip_image001[198] Creating Animation Procedurally


Part II – Silverlight .NET

Module 9: CLR & BCL in Silverlight

clip_image001[199] CLR Overview

clip_image001[200] C# 3.0

clip_image001[201] Garbage Collection

clip_image001[202] Class Hierarchy

clip_image001[203] IO & .NET

clip_image001[204] Reflection

clip_image001[205] LINQ

Module 10: WPF New Concept

clip_image001[206] XAML & Code

clip_image001[207] Logical & Visual Tree

clip_image001[208] Class Hierarchy

clip_image001[209] Dependency Properties

clip_image001[210] Routed Events

Module 11: Control Authoring

clip_image001[211] Control UI and Object Model

clip_image001[212] Defining the UI

clip_image001[213] Implementing the Functionality of the Control

clip_image001[214] Adding and Raising Events in Your Control

clip_image001[215] Publishing the Control Contract for Your Control


Module 12: Networking & Communication

clip_image001[216] Send and Receive Plain XML

clip_image001[217] Http Web Request

clip_image001[218] Http Web Response

clip_image001[219] Proxy & WCF Service

clip_image001[220] WebClient Object

clip_image001[221] Accessing Syndication Feeds

Module 13: Silverlight & ASP.NET 3.5

clip_image001[222] Interacting Between HTML and Managed Code

clip_image001[223] Isolated Storage and Application Settings

clip_image001[224] ASP.NET Integration

Module 14: Threading Model

clip_image001[225] Threads and Threading

clip_image001[226] Synchronizing Data for Multithreading

clip_image001[227] The Managed Thread Pool

clip_image001[228] Synchronization Primitives

clip_image001[229] Exceptions in Managed Threads

clip_image001[230] Open File Dialog Box

clip_image001[231] Background Worker Class