DCSIMG
Browse by Tags - MS Israel Community
  • How to decide which WCF binding to choose??!!

    Hi, I decided to share a nice diagram that can help you decide which WCF binding you should choose for your application or SOA architecture. (If you can see the entire image you can download it using right click and "Save Picture As...")
  • WF & WCF in .NET 4 Survey

    As part of being a part of Microsoft WCF/WF advisory board we tend to answer survey here and there about future directions… few hours ago I've been asked the following questions… I've answered my own answers but i thought that it would be nice also to give your own personal answers to the team. Have you used WCF/WF in your applications ? some of you probably did… 1. If you used WCF in your application Which WCF features you found the most useful/valuable while implementing your application...
  • Dev Academy 4

    הסתיים לו "Dev Academy 4" ואני כל כולי כבר בהכנות לסדר הפסח. התגובות להרצאה בכנס היו מעולות וגם אני נהניתי מאד מהקהל ומתהליך ההכנה לכנס. תהליך ההכנה כולל בחירת הנושא, איסוף מידע מכל מקורות האפשריים, הכרות מעמיקה עם ספריות וגרסאות שהשתחררו בימים האחרונים ממש, הגדרת המסר המרכזי שאותו רוצים להעביר, תכנון ובנית Demo מתאים, חזרות, מדידת זמנים ותיקונים. נתבקשתי ע"י מיקרוסופט להציג את WF4.0 ללא התיחסות ל Workflows Services . הכותרת שבחרתי להרצאה היא "WF 4.0 Asynchronous Programming"...
  • עדכון ושדרוג "Advance Enterprise .Net Application"

    שלום למפתחים קורס "Advance Enterprise .Net Application" עובר עדכון ושדרוג Ado.Net Entity framework -- EF יועבר בגרסת 4.0 ולא בגרסת 3.5 המקורית לנוכח השיפורים המשמעותיים שהוכנסו בגרסה זאת LinqToSQL -- יורד מרשימת הנושאים מאותה סיבה Distributed Caching -- Velocity יועבר תחת Windows Server App Fabric Workflow Foundation -- WF יועבר תחת Windows Server App Fabric Workflow Foundation -- WF יועבר בגרסת 4.0 לנוכח השיפורים המשמעותיים שהוכנסו בגרסה זאת LinQ & CSharp -- חידושים בשפה יועברו תוך...
  • Just Released – Claims-Identity Guide online

    Security זה דבר מורכב מאוד ב- WCF ולכן אני חושב שצריך להיות על זה ספר שלם באמזון. בינתיים אפשר לעזר בספרים חינמיים שמיקרוסופט משחררת. Claims-Identity Guide online WCF Security Guidance
  • יום עיון בנושא What’s New in WCF and Workflow Services 4.0

    בעקבות הביקוש הרב לנושא פתחנו יום עיון נוסף. :-) לינק לרישום. לינק למצגות והקוד של היום העיון הראשון מ- 30.11.09   אשמח לענות לשאלות לכל מי שרוצה, אני זמין גם בקבוצה שלי בלינקדאין - I Love C אשמח אם תצטרפו.
  • WCF 4.0 Routing with WAS

    A few days ago I wanted to build a simple message broker so I’ve decided to tryout the new routing feature WCF 4.0 is offering. When doing so I’ve encountered two problems: The first problem was that I needed to figure out a way on how to do the routing when hosting the services under WAS (Windows Process Activation Service) since I’ve been using netTcpBinding for my services. And the second problem was how to do XPath Message Filtering on a service operation parameters (not a Data Contract). I’ve...
  • ארכוויז מס’ 4 – מה הקונפיגורציה האופטימאלית ל-WCF?

    שירות ניתוח פערי ארכיטקטורה (PDF) שירות ניתוח פערים ושיפור ביצועים (PDF) שירות תכנון וניתוח בדיקות ביצועים (PDF) סדנת פיתוח מערכות מונחה ביצועים (PDF) WCF היא טכנולוגיה המאפשרת הפעלת רכיבים מרחוק ויש לה מספר מקומות הניתנים לאופטימיזציה: Proxy . יצירת Proxy היא פעולה לא קלה ולכן ניתן להפתות לבצע Caching ל-Proxy כדי לחסוך זמן הקמת Proxy מחדש. מצד שני Cached Proxy יכול ליצור מצב שבו הערוץ תקוע או תפוס ולא ניתן לבצע עוד פניות – משהו שחוסם יכולת Scalability. אבטחת מידע . חלק מ-Bindings מפעילים Windows...
  • Sending .NET configuration section over the wire using WCF

    Hi, Have you ever needed to implement configuration sections for the application configuration file? Well probably you have. Let's say you want to read the configuration section from your *.config file and send it thru WCF service. The default behavior when working with configuration object is use the System.Configuration namespace that doesn't support WCF. So the question is what can we do? A nice solution is to use the IConfigurationSectionHandler interface and mark the section implementation...
  • Coupling Issue Solution by WCF Technology - Part II

    In my first post we could see different client and service contract interfaces that successfully worked in reviewed example . The differences between two interfaces were in following details: Namespace: CustomBaseServer and CustomBaseClient – works without specify solution Interface Name: Trading and Trading1 – solved by [ServiceContract (Name=...)] Method Name: GetRate and GetRate1 - solved by [OperationContract(Name=...)] So we have enough reasons to say that interfaces really diverse. But between...

Page 1 of 3 (30 items) 1 2 3 Next >