DCSIMG
Smart Client - Ohad's Blog

Ohad's Blog

Lets talk about .net !

Mirror at:
weblogs.asp.net/israelio

News

         Ohad Israeli's Facebook profile

Grab this badge here!

Browse by Tags

All Tags » Smart Client (RSS)
אני בוחר בתמיר חסון – קהילת נס ציונה
מחר (יום רביעי) בשעה 17:00 יעביר תמיר חסון הרצאה מס’ 4 במסגרת פעילות קהילת נס ציונה (בית יד לבנים - רחוב הבנים 9 נס ציונה) נושא ההרצאה הפעם: פיתוח Smart Client הווה ועתיד להלן תקציר ההרצאה: Those days, when it seemed, that web applications have overthrown standard “cumbersome” client apps, we’ll speak about present and future of consumer oriented desktop applications. This includes, but not restricted to patterns of LOB applications development with WPF, right multimedia support of DirectX bridge...
Building Service Oriented UI (SCSF & CAB Training)
Building Service Oriented UI using SCSF & Acropolis
You’ve probably already heard about Service Oriented Architecture but have you ever figured out how to build a service oriented UI? How do you mix a bunch of well known design patterns together and rapidly build a font end for your great SOA design? Furthermore, How would you build a font end today while maintaining a migration path for tomorrow? Microsoft Acropolis, Composite UI & Smart Client Software Factory are some of the technologies which are used to leverage the known benefits of SOA...
SCSF WPF Enabled at CSharp Usergroup
Last week i've presented my SCSFWPF at the Microsoft C# Usergroup, during the show we build on the fly WPF smart client solution using several of the cab abilities. I've promised to publish the code that was created live during the event so here it is: download
CAB - Support for Custom Commands
In my last post I've talked about how to expose an OutlookBar as UIExtensionSite, during this post I would like to cover what are the needed actions needed to be added in order to support also the ability of using the command invokers with our OutlookBar. The idea is the same... in order for the CAB infrastructure to recognize our OutlookBar we need to introduce to the infrastructure an EventCommandAdapter. The EventCommandAdapter is used to link an event name like "Click" event to the Button or...
CAB - Support for Custom UIExtensionSites
Almost every client I've been working with on CAB projects wanted the look and feel of Microsoft Outlook where you have a navigation pane on the side of the shell host and a content which is changing on the right pane. So lets see how we can get this cool look and feel in out CAB application... Searching over the web you might find an Outlook Bar that you might want to use in your CAB application, In my search I found on CodeProject - Herre Kuijpers Outlook Bar and i'll be using it to demonstrate...