Share on Facebook
Welcome to MSDN Blogs Sign in | Join | Help

SharePoint Saturday Dallas is Filling Up Fast

image

The first ever SharePoint Saturday Dallas event is filling up fast!  We’ve announced the speakers and agenda, and have an incredible lineup of sponsors for the event as well.  This will be a great day to immerse yourself in one of the hottest technologies in the market.  Registration is free, make sure you sign up at http://SharePointSaturday.org/Dallas so that we can order enough food for the day.

You can see the list of sessions for the day online.  There will be 3 tracks: Architecture, IT Professional, and Development.  We have a stellar cast of speakers, including SharePoint MVPs and professionals who work with SharePoint every day.  This is going to be an awesome event.

We have a few registration spots open, make sure that you register at http://SharePointSaturday.org/Dallas to attend.  We look forward to seeing you there!

SharePoint and Web Content Management: Using SharePoint for Public Sites

I was fortunate last fall to attend a week long training class by the amazing Mr. Todd Baginski that showed off the AdventureWorks Travel Site sample.  This is a fantastic sample that shows various extensibility points needed to build SharePoint on the web sites.  Even more, the MSSharePointDeveloper.com site is now updated with new training modules to help you walk through and see how much of Adventure-Works was built!

The new SharePoint On The Web modules cover the following topics:

  • Getting Started with SharePoint Development on the Web
  • Site Structure and Branding
  • Custom Field Types and Mode
  • FBA Authentication
  • Web Interoperability
  • SharePoint Search
  • Content Deployment
  • Minimal Publishing Site Definition
  • Enabling Social Networking
  • Silverlight and SharePoint

There is a lot of material on MSSharePointDeveloper.com, including the videos from the training session.  There are also webcasts that we hosted this past winter focused on this material, presented by some of the top SharePoint MVPs.  I highly recommend checking out these webcasts, the MVPs did an amazing job on them.

Session Presenter
Getting Started Todd Baginski
SharePoint and Silverlight Sahil Malik
Authentication Todd Bleeker
Content Deployment Spence Harbar
Custom Web Parts, Fields, and Lists Todd Bleeker
Search Ben Robb
.COM Branding Doug Ware
Enabling Social Networking Brendan Schwartz and Matt Ranlett

SharePoint Social Computing – NewsGator Social Sites

NewsGatorSocialSites_large_ch9[1]I just posted a new Channel9 interview about NewsGator Social Sites.  

I had the pleasure of talking with Brian Kellner, VP of Products for NewsGator Technologies, about the capabilities of NewsGator Social Sites.  Social Sites is an enterprise social computing platform built upon SharePoint 2007.  Laura Kellner, VP of Marketing for NewsGator, walks us through a detailed look at many of the features of Social Sites.

Social Sites is a fantastic product with a lot of exciting capabilities.  I have several large customers that are using Social Sites in their enterprise, and every time I talk to a customer that is using it they rave about what a transformation Social Sites provided with their intranet.  See for yourself what Social Sites can do in my interview with Brian Kellner and Laura Farrelly of NewsGator.

CriticalPath SharePoint Administrators Survival Camp Training – Day 3 and 4

This is a wrap-up of days 3 and 4 of the SharePoint Administrators Survival Camp training class by CriticalPath Training that I am attending this week, presented by Shane Young of SharePoint911. You can see recaps of Day 1 and Day 2.

I’ll admit, I missed most of day 3.  I had an important call with a customer that I couldn’t miss, one of those calls that comes along quite infrequently in your career.  Yet I hesitated, should I cut the call short so that I can get back to training class?  It’s quite rare that I have the attention span to sit through training, let alone 5 days of it.  However, I am finding this material so intriguing that I really don’t want to miss any of the material.

The second half of Day 3 covered many topics that I am already pretty familiar with.  We installed solution packages, activated and deactivated features, and talked about feature scope.  Shane had some great insight and recommendations, particularly around deployment of customizations.  Of course, do not simply elevate your trust level to Full, especially when the developer insists.  Instead, use WSS_Medium or, preferably, WSS_Minimal trust and force the developer to leverage private bin deployment with a CAS policy.  Shane goes so far as to saw that ops should not deploy solutions that deploy to the GAC without having an in-depth discussion with the developer.  His point is that code deployed to the GAC has full trust.  The challenge there is that some development tasks in SharePoint cannot be performed with a private bin deployment (such as development of list and feature receivers), instead requiring GAC deployment.  While this can’t be a blanket policy, it’s a good rule of thumb to start with.  As developers, we should be prepared to answer why we need to deploy to the GAC, and should deploy to the private bin when possible.  VSeWSS 1.3 enables private bin deployment of web parts (the most common deployment scenario), as do other tools, and an understanding of CAS, GAC, and assembly resolution should be required for any .NET developer.

Day 4 was awesome.  As a developer, I have focused on things like packaging into solution packages, features, content types, workflows, web parts, and using the SharePoint object model and web services APIs.  That’s a lot of ground.  I’ve also had to ignore certain areas such as Excel Services, Forms Services, BDC, and Search while I ramp up on development tasks.  I kind of took search for granted, it returns results.  I had no idea what search can really do, such as crawling file shares and security trimming results.  For the first time, I not only saw security trimming in search work, but configured it to work myself!  I created a content source to a restricted subsite, logged in as a user that does not possess credentials to see that information, and searched… the secure material was not shown, but was shown when I logged in as someone with credentials to see the material.  I always thought that SharePoint provided security trimming for search, but it’s really cool when you not only see it work but walk through the steps to make it work and prove to yourself how it works.  We also saw what happens when the search service doesn’t have access to a resource (such as an external share) and how to configure that.  We even deployed a PDF IFilter and updated docicon.xml to show the PDF icon next to search results.

I know, many of you SharePoint experts are probably thinking, “I’ve known how to do that for a long time.”  Probably, but it’s not something that developers would delve into unless they are customizing search or developing components for search.  I haven’t done that, it was nice to see how to configure these things.

We spent a lot of time on search, looking at how to provide a list of noise words (a, of, the, and, etc).  Shane pointed out that most customers don’t use noise words (I think he actually said he’s talked to thousands of customers and nobody uses this).  Just then, 3 different people in our class said they use it.  One works for the Supreme Court, providing noise words for legal terms that show up often such as “writ”.  Pretty cool. 

Thesaurus Files in Search

Slightly more often used is the concept of a thesaurus, enabling you to expand search terms.  For instance, internally at Microsoft, the really great discussions and presentations about new technologies are typically produced when the product is still in beta and people are just starting to learn how to apply it.  If I am giving a presentation to a group of Java developers to introduce them to ASP.NET for the first time, the more recent hits for ASP.NET near Java will produce marketing stuff and v.Next information.  However, if I search “Whidbey”, which was the code name for Visual Studio 2005 and .NET 2.0, then a ton of information surfaces.  As an admin, I can provide a thesaurus to expand search terms so that when someone searches for PowerPoint decks on ASP.NET, it includes the search term “Whidbey” as well.  When I search for WCF, it should include “Windows Communication Foundation” as well as “Indigo”, similarly “WPF” should include “Windows Presentation Foundation” and “Avalon”.  For my use, this would be a HUGE feature to implement as it would help make the mass of PowerPoint docs that our field produces much more easily discoverable.

Creating Internet Sites

We spent a lot of time creating internet sites as well.  We created a new site, extended it, provided alternate access mappings, applied SSL certs, even applied Forms Based Authentication for the site.  We leveraged a CodePlex project to manage FBA users that was quite slick.  I’ve gone through this pain several times, creating an FBA site from scratch.  Remembering that this is an Administrators class, the class labs didn’t create the ASPNET_DB database from scratch, but rather had the admin import the database.  However, we did have to edit the web.config for the application and Central Administration by hand, something that just plain sucks no matter how you slice it.  Once you get everything done, it works like a champ, but getting it to a working stage requires many confusing moving parts. 

We also focused a lot on Alternate Access Mappings and providing internal URLs.  I have worked with one customer who complained that there are only 5 zones for AAMs, they needed many more than that.  Once I learned about internal URLs, I realize that’s what the customer was asking for… a way to map internal URLs onto an AAM zone.  Shane also pointed out that the 5 zones for Alternate Access Mappings are deceptively named (Default, Intranet, Internet, Extranet, Custom).  They should instead be named Default, Zone 1, Zone 2, Zone 3, and Zone 4, because the names do not imply any functionality (other than default of course).  The point is that you could have multiple Intranet AAMs configured, but leveraging the Internet and Extranet zones.  Nothing wrong with that, it’s just a name.

I really loved day 4 as it focused on several topics that I struggle with (search and creating internet facing sites).  Looking forward to the final day, some great information packed into this last day.

Posted by kaevans | 0 Comments
Filed under:

CriticalPath SharePoint Administrators Survival Camp Training – Day 2

Today was day 2 of the SharePoint Administrators Survival Camp training class that I am attending by CriticalPath Training, led by instructor Shane Young of SharePoint911.

In a word… wow.

Seriously, I work at Microsoft.  I have access to tons and tons of information on SharePoint.  I use SharePoint day in and out, our Microsoft intranet is one huge SharePoint explosion.  I am on peer email distribution lists where we can bounce questions off each other and learn from MCS Consultants in the field, from product support escalation engineers to enthusiasts in multiple areas from development to operations, and I am able to attend an occasional internal webcast showing a specific feature or solution to a problem.  There are many internal training resources available (provided you can find them and make time to work through them).  I read a LOT of blogs, books, whitepapers, support articles, etc, the same stuff as you on MSDN, TechNet, and other sites.  I have even produced some content on developing for SharePoint (some of which I want to now go back and revise).  For the past year, I have tried to focus on self-education through online resources because I did not have a training budget. 

In short, I now realize that I could have saved myself a ton of time and made my self-education program so much more successful just by attending this class earlier this year.  I could have easily justified the early investment in SharePoint training had I compared one week of in-depth training to a year of self-education that missed many of the points brought up in a 5-day class.

You might have heard people say that SharePoint is huge, and nobody can master all facets of it.  That’s because it’s not just SharePoint, there’s also Active Directory, DNS, SQL Server, and the interactions between those.  For the past year, I’ve focused on the dev side of things, conveniently downloading pre-built VPCs without understanding how to set up or operate a SharePoint environment.  I have always had a deep appreciation for operations folks, it’s just not something I have had to do in my career.  I am DNS illiterate, and have to go read articles and blogs to try to set up an Active Directory instance from scratch.  I am not an operations person by any stretch of the imagination, but I sure know how to sling code around. 

Developers should study the operations side of things.

Seriously, holy smokes.  I learned so much today that it’s hard to enumerate the lessons learned and quantify where I was yesterday versus today.  I have a much deeper appreciation of the term “information architecture” and why site collections are both a security and a storage boundary.  I learned why, when creating extranets with SharePoint, you should create individual site collections per customer and limit the database size per site collection to 100 GB or less, ideally around 50 GB (this prevents table locking).  I fought through an issue with Alternate Access Mappings, and finally understand managed paths (I know, experienced SharePoint admindevs are giggling right now).  I did more with security permissions than I previously had done and have a much better understanding of how to structure security groups, witnessed security trimming working like it should (as opposed to my misunderstanding of how it should work), and talked through many scenarios with an instructor who has been there and done that.  I set up SharePoint using Kerberos, managed permissions to Excel Services, and can honestly explain exactly what is going on, not just regurgitate “I read it in this whitepaper that someone else wrote.”  I can actually explain the various service accounts being used, their purpose, what they access, when you interact with them, and when you need to include various accounts as farm admins, SSP admins, and site collection admins.

Today was mostly labs, getting our hands dirty with permissions.  There was lecture time, but there was far less today. 

For someone with no admin background, this class is a huge eye opener.  Talking with others in the class who are experienced admins and currently fighting managing SharePoint installations, they are realizing a huge amount of value from the class as well.  Shane has a dry sense of humor (he told a cow joke today that was pretty awful, but funny in its awfulness), and a passion and real understanding of SharePoint.  My favorite part of the class is that he has absolutely zero pre-prepared or scripted demos available.  When he feels there’s something he needs to demo, he uses Remote Desktop to go to one of his live sites (ShanesCows.com, SharePoint911.com) and demonstrates on the live server.  The guy really knows what he’s talking about, has written multiple training classes and books on SharePoint administration, has a successful company based on SharePoint, and is a successful trainer to boot.  There’s no reading of PowerPoint here, his lectures are largely unscripted.  I really enjoy that… he knows the topic so well that he sees a slide, talks about the topics, shares personal experiences, then tinkers with a live production server that actually makes him money to get his point across. 

Oops, I don’t think I was supposed to write that last part, as Shane pointed out multiple times not to tell his wife that he was screwing with the production server.  Hope she doesn’t end up reading this.

I now realize that I would have been leaps and bounds past where I am today had I started out with this class. 

If you are a developer, you need this class to understand why a SharePoint solution architect separated things into various site collections.  That isn’t done to make your life harder, there are security considerations.  If you are an architect, you need this class to understand how to design your solution for high availability and the storage implications (did you know that you probably shouldn’t use a SAN, but instead use Direct Access Storage, limiting individual databases to less than 100 GB, and why you should separate the index server from the WFEs?  I sure didn’t).

Absolutely recommended, and it’s only day 2 of 5.

Posted by kaevans | 1 Comments
Filed under:

Announcing SharePoint Saturday Dallas, July 25th 2009

Eric Shupps did such a great job with the first SharePoint Saturday Dallas announcement that I am going to borrow his text

Today we are officially announcing the first ever SharePoint Saturday event to be held in Dallas on July 25th, 2009. SharePoint Saturday is a free community-focused SharePoint event dedicated to educating and engaging members of the local technical community. Much like user groups and other community oriented events, SharePoint Saturday draws upon the expertise of local SharePoint IT professionals, developers and solutions architects who come together to share their real-world experiences, lessons learned, best practices, and general knowledge with other like-minded individuals.

SharePoint Saturday will be hosted at the Microsoft campus in Las Colinas and is free to anyone who wants to attend. The day starts at 9:00 AM with a short introductory keynote and ends at 4:30 PM. Lunch will be provided and there will be numerous giveaways throughout the day. There will be three primary content tracks – IT Professional, Developer, and Architect – from which attendees may select the topics which most closely align with their job function or area of interest. Each track will consist of five presentations lasting approximately an hour and ranging from introductory, 100-level content to highly-technical, 400-level "expert" sessions.   Speakers will represent a broad cross section of the community and offer a variety of different perspectives and points of view.

SharePoint Saturday is a great opportunity to learn, share and network. Please join us on Saturday, July 25th for a full day of education and excitement. A full session schedule will be posted soon. We look forward to seeing you there!

For more information, please visit the following site:

http://www.sharepointsaturday.org/dallas

CriticalPath SharePoint Administrators Survival Camp Training – Day 1

I am fortunate to be attending the SharePoint Administrators Survival Camp training class by CriticalPath Training this week, presented by Shane Young of SharePoint911.  The class is being taught at the Microsoft Las Colinas MTC.  Although I have a cube at the Las Colinas office, this is the second time I’ve ever been in the Las Colinas MTC and first time I found there are training rooms in the MTC section of LC1.  I got there a bit early this morning, so it’s also the first time I played with the toys in the MTC: I was able to play with a Surface table, an XBox 260 with Guitar Hero 3 World Tour (which I now want to buy), and a giant touch screen monitor where I was able to play with Virtual Earth. 

The class started at 9:00 am, and Shane dispensed with the necessary logistics and agenda stuff quickly and moved to the goods.  He moved to farm topologies, and for the first time I understand (and can even create) a medium farm.  I’ve been focusing on SharePoint for almost a year now, but focusing on the developer side of things.  If I needed a particular configuration, I’d just download a VPC image that was already configured like I needed.  Most of the time, I would just install SharePoint using a basic install.  Now I understand why the basic installation is a good thing to forget and why you should use the Advanced option in SharePoint’s setup program, choosing a Complete install.

I’ve had the fortune of attending several training classes by CriticalPath Training (previously Ted Pattison Group), including The Great SharePoint Adventure class (really a deep dive for developers) taught by Ted Pattison and AC’s WCM 401 class (which I still hold as one of the best training classes I have ever attended).  So far, Shane’s teaching style is consistent with the high quality bar that Ted and AC set, injecting humor and personal anecdotes to liven up the content and maintain the audience’s attention.

The first day was mostly lecture, concentrating on the physical architecture of a SharePoint medium farm.  Shane introduced many concepts, including why you want to separate your database and WFE from the start (because it’s much harder to separate them later), and how you can structure 2 WFE’s with query and Excel services, a separate WFE and index server, all separated from the SQL Server cluster.  More importantly, he focused on why you want to do this.  We also talked about information architecture, where the site collection is both a security and storage boundary.  He showed why a SAN could be a very poor choice for storage (favoring DAS and noting a Microsoft site that realized 4x performance gains moving from SAN to DAS), and discussed why you should not put all assemblies in the GAC (I see his point on this, but still think the GAC is a more practical place for in-house developed customizations while private bin deployments with CAS policy should be the norm for 3rd party customizations). 

At the end of the 1st day, we worked through a lab where we had to slipstream SP1 into the MOSS installation (never had to do this, I always downloaded VPCs where someone else did this for me), worked through a Complete installation (again, never did this, just downloaded multiple VPCs to mimic a farm), and configured the environment for Kerberos (I’ll admit I’ve done this one a few times on my own, but never for a production environment, and never with a least privileged install like I worked through today).  This was a real eye-opener, to work with a “real” installation scenario where I wasn’t using a local administrator account for everything.

So far, the course is highly recommended.  I am looking forward to the rest of the week as the material continues to get more challenging.

Posted by kaevans | 1 Comments

Democratization of IT: Creating WebParts for SharePoint Without IT Operations

I've had several conversations with customers lately about creating some type of gadget gallery for their intranet, something that will allow users to create their own widgets that can be reused by others within the organization. Folks are familiar with creating web parts using C#, but that requires you to write code and install it via a solution package. What they typically are asking for is something that an end user can create and upload without requiring IT support. It turns out that SharePoint provides this concept out of the box simply by creating a .webpart file and uploading it to the gallery.

This is done by customizing an existing web part, such as the Data View Web Part. For instance, there's a cool post that shows how to create a weather web part by customizing the Data View Web Part. The web part in that post is created using SharePoint Designer 2007, obtaining XML data from a remote data source and customizing the view of a Data View Web Part. There's another great example of creating a Tag Cloud for SharePoint Blog Sites.  Again, a very cool example of customizing the Data View Web Part that is reusable simply by exporting the web part to a .webpart file and uploading it back to the gallery. 

Besides the Data View Web Part, you can also leverage the Content Query Web Part. Heather Solomon has a great post that shows how to customize the Content Query Web Part and control the display of data. The Enterprise Content Management team also wrote a great blog post on customizing the CQWP.

The point is that there is a great "widget" framework in SharePoint already. You can do some pretty amazing things with SharePoint as an end user without requiring IT operations to deploy code. See EndUserSharePoint.com for more examples of the great stuff that you can do with SharePoint without IT intervention.

This is the amazing thing about SharePoint… you can do so much without requiring IT admins or even developers. Of course, having a development background is extremely beneficial since you are going to work with JavaScript and XSLT, and tools like Visual Studio 2008 can make this much easier, but as you can see from all the posts listed here you can do all of this with the freely available SharePoint Designer 2007. This is the Democratization of IT concept… enabling end users to get stuff done without going through the rigors of working with the IT department.

I know that most of my audience is developers, so it is uncomfortable to hear this. "But Kirk, people are going to build lots of junk that we're going to have to end up supporting anyway." Yep, that's right! People are going to be able to get their jobs done, and probably are going to do things that aren't best practices by IT standards. But think of the value here… this frees you up to create the higher-value stuff (workflows, site templates, lots of stuff) without boring you with creating yet another CRUD data entry application. And if the application outgrows the end user capabilities and requires developer intervention, then you already have their requirements in the form of a working example sitting in front of you!

The point is that SharePoint is a fantastic platform for end users as well as developers. The more that developers and IT operations can enable the end users to be self-sufficient, the more value that the business will see in IT.

Posted by kaevans | 2 Comments
Filed under:

Trying and Buying BPOS - It couldn't be easier!

There’s a very cool blog post over at The Amazing Adventures of Geek Girl : Trying and Buying BPOS - It couldn't be easier!  This post shows you how to sign up for the Microsoft Business Productivity Online Standard Suite (BPOS).  BPOS delivers hosted communication and collaboration tools that feature:

  • High availability
  • Comprehensive security
  • Simplified IT management

This includes Exchange Online, SharePoint Online, Office Communications Online, and Office Live Meeting.  BPOS combines these 4 products into a single suite of products, purchased together.  You are charged per user, per month, which can provide significant savings, especially when compared to the cost of self-hosting. 

You can sign up for a free 30 day trial, or purchase BPOS right from your browser.  To find out more, go sign up for your free trial, it’s quite easy to get started by setting up a free SharePoint Online account by following the steps outlined in the post, “Trying and Buying BPOS – It couldn’t be easier!

Posted by kaevans | 0 Comments

Bytes by MSDN

Looks like there is a really cool interview series called Bytes by MSDN where interviews with community influentials were taped at TechEd, each will talk about their recommended must-have resources.  The interviews will be posted between now and Labor Day. 

Bytes by MSDN Schedule

June 11

Scott Hanselman

June 18

Billy Hollis

June 25

Kate Gregory

July 2

Richard Campbell

July 9

Stephen Forte & Clemens Vasters

July 16

Tim Huckaby & Michele Leroux Bustamente

July 23

Jim Wilt & Brian Noyes

July 30

Loke Uei Tan

Aug 6

Matt Hessinger

Aug 13

Don Box

Aug 20

Juval Lowy

Aug 27

Jeffrey Palermo

Sept 3

Tim Heuer & Out Takes

 

Very cool!

Posted by kaevans | 1 Comments
Filed under:

Bing Maps World Tour

This is really cool.  Just got an email about an app that lets you see the updates to Bing Maps.

http://bingmapsupdates.cloudapp.net/

The Bing Maps platform gets a makeover just about every month.  We add new places, even better imagery and fresher views on locations near and far – to the tune of tens of terabytes of new content.

To bring the new Bing Maps additions to life, we’ve built an app - with a little bit of help from Silverlight and Azure - that shows what’s new this month and in months gone by.  You can sit back and watch us take you on a tour of the new hotspots or explore for yourself here or at www.microsoft.com/maps. There’s also a short video intro to it here and more info on Chris Pendleton’s blog.  Make sure you check back each month to see what’s new.

Posted by kaevans | 0 Comments
Filed under:

Intro to Data View Web Part by Laura Rogers

Laura Rogers has posted some great screencasts to introduce you to the Data View Web Part, showing how easy it is use SharePoint Designer to consume data from a data source and provide a UI to insert, update, and delete items… all with no code.  Check out the bottom section of her article that points to more articles in this series. 

I’ve got to admit, I am a developer who approaches SharePoint by looking for the things that I can extend using Visual Studio.  What I have found is that many of the things that I want to build I could instead create using tools like Access, Excel, SharePoint Designer, and InfoPath.  The lesson here is to spend the time researching what SharePoint provides out of the box (it’s quite a large surface area) to see if that is already implemented for you.

A great example of this is building custom web parts.  I can’t tell you how many times I have created a web part with an SPGridView in it that does exactly what Laura shows in her screencast.  Using the out of box functionality not only empowers end users, but also greatly reduces the amount of code that you need to maintain.

Posted by kaevans | 0 Comments
Filed under:

Excel 2007 Productivity Secrets

I love blog posts that show features of a product that I use frequently that I didn’t know existed.  Excel@Work has a great blog post “Do you know these Excel 2007 Productivity Secrets (Hint: Coffee is not one of them)”.  In that post, I found out how to see the items on the clipboard (knew this was there somewhere, never knew how to get to it), and how to lock a feature that you might use many times in a row and don’t want to have to keep clicking the button (like format painting). 

Great post, check it out.

Posted by kaevans | 0 Comments
Filed under:

WS-Discovery in WCF - .NET 4.0

Back in the early beta days of “Indigo”, before WCF, I saw an early demo using WS-Discovery.  The feature obviously was not included in .NET 3.0 or .NET 3.5, but looks like it is in the list of features targeted for .NET 4.0.  Very cool.

WS-Discovery fills a needed gap, providing a standard way to discover services in a network.  The spec is surprisingly short, sine there are only 4 operations:

  • Hello – sent by the service to announce it has joined the network.
  • Bye – sent by the service to announce that it is leaving the network. 
  • Probe – sent by the client to search for a service by type or scope.
  • Resolve – sent by the client to search for a service by name.

A simple way to think of this is a printer.  You install a new printer to the network, and it sends a one-way Hello message to all the nodes on the network.  A new client joins the network and can issue a Probe request asking for all printers in the marketing department’s subnet.  The client can also send a Resolve request asking for a specific printer by name (think of DNS resolution here).  Finally, we decommission the printer and take it off the network, causing the printer to try to send a Bye one-way notification telling everyone that it is being taken off the network. 

How this is done is typically over UDP.  This makes sense… you want an easy way to blast notifications in the Hello and Bye cases, doing so in a multicast fashion without bottlenecking an intermediary service.  UDP is a great protocol for this.

You can learn more about WS-Discovery and the WCF implementation in .NET 4.0 via the 10-4 show on Channel9.

clip_image002

Episode 19: Service Discovery with WCF

WCF in .NET 4 includes an implementation of the WS-Discovery protocol.  Sounds exciting right?  Actually it is very cool because it allows you to build applications and services that can discover other services using UDP multicast messages or via a discovery proxy.  In this episode I'll walk through the Service Discovery lab where we build a messenger style application I call "ChatWOW".  In this lab you will see how to make your service discoverable and how you can discover other services. 

 

Posted by kaevans | 2 Comments
Filed under: ,

What’s In Windows Server 2008 R2?

Don’t let the “R2” name fool you, there’s a lot packed into Windows Server 2008 R2.  Head over to the ISV team blog to see how to get started leveraging Windows Server 2008 R2 features.  For instance, I found out that you can you use the Windows 7 SDK on Windows Server 2008 R2 because they’re both based on the same kernel.  You can also use the SDK with Visual Studio 2008, including the Express editions. 

Posted by kaevans | 2 Comments
Filed under:
More Posts Next page »
 
Page view tracker