|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
39 Articles match "Service","WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. How can I create and consume data from the Internet cloud using REST-ful data services? Entity Framework Object Services Although LINQ makes it easier to leverage the ORM capabilities of the framework, underneath the covers the object services layer will do the heavy lifting, both to materialize entities based on queries and to save entity changes. In this course, you learn to: Leverage new features of C# 3.0, Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
NET Architecture and Design Principles: Building Distributed Applications
Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach.NET Architecture and Design presents key concepts in distributed systems. Using C# 3.0's
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
How can I use local files and external web services to store and retrieve data? The course shows you how to build Silverlight applications that utilize drag-and-drop, dynamic custom controls, streaming media, animation, and integrated Web Services to produce data-driven user interfaces. You will also examine the various validation techniques that can be used to control user input; how to manage paging, and you will enjoy an introduction to.NET RIA Services, Microsoft's next generation technology for simplifying the creation of complex, multi-tier applications.
DevelopMentor Courses
- Wednesday, June 17, 2009
|
99 Articles match "Service","WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
Moving StarterSTS to the (Azure) Cloud
The new version will have a pluggable SettingsProvider with versions for.NET configuration as well as Azure service configuration. There’s a hotfix for WCF 3.5 included in v4) that fixes this for WCF metadata. Quite some people asked me about an Azure version of StarterSTS. While I kinda knew what I had to do to make the move, I couldn’t find the time. Until recently. This blog post briefly documents the necessary changes and design decisions for the next version of StarterSTS which will work both on-premise and on Azure. Provider. URL Handling. New Features. Stay tuned.
www.leastprivilege.com
- Wednesday, August 11, 2010
Setting up SQL Server 2008 Express with Profiler
and WCF Data Services , I use the Express Edition of SQL Server 2008 R2, but I have need for the SQL Profiler tool, which comes only with the full version and is needed to inspect what SQL is sent to the database. Execute the file to extract contents to an installation directory, then run the following from an admin command prompt: setup.exe /FEATURES=Tools /Q /INDICATEPROGRESS /ACTION=Install /INSTANCENAME=MSSQLSERVER /BROWSERSVCSTARTUPTYPE=Automatic /AGTSVCACCOUNT="NT AUTHORITYNETWORK SERVICE" /IACCEPTSQLSERVERLICENSETERMS. Execute SQLEXPR32_x86_ENU.exe,
Tony and Zuzana's World
- Thursday, August 5, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Silverlight to Access WIF secured WCF Services
Another technology that comes up very often is Silverlight – and especially the “story” of Silverlight and WCF/WIF. In this case the.XAP comes from some server down to the client (in or out-of-browser) and wants to communicate with some back-end service on a different machine. This back-end service requires an issued token from a STS. Those of you with WCF background will say: “that’s what the federation bindings in WCF are for”. Thanks to WIF this is not hard to do when you control the token service. Sending the token to the Service. Passive.
www.leastprivilege.com
- Wednesday, October 28, 2009
-
WCF Duplex Messaging
I am one of the moderators of the MSDN WCF Forum. There are many ways that messages can be exchanged between two parties in a service based system: the client can send messages to the server and never get any back; the client can send a message and wait for a response; the client and service can send eachother messages without any pre-defined pattern; the client can send the service a message but not wait synchronously for a response and then then service can send a message back asynchronously; and there are many others. Duplex Contracts in WCF.
.NET Meanderings
- Tuesday, June 9, 2009
-
WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. Additional Resources: White Paper on RESTful Web Services with WCF 3.5
Tony and Zuzana's World
- Tuesday, April 13, 2010
-
Securing WCF Data Services using WIF
Since WCF Data Services is just a normal WCF service (using the web programming model), all the typical security APIs and extensibility points apply. That said, depending on your scenario you might have to be a little more creative for REST-style services. Here’s a quick walkthrough: Enabling WIF in the Data Service. The easiest way to get WIF wired up is by writing a custom service host factory. Sending a token header to the Data Service. The next step is to send a token to the Data Service. Using the Data Service.
www.leastprivilege.com
- Monday, February 15, 2010
-
Geneva is the new WCF Security
Geneva has evolved to not only a an extension to WCF/ASP.NET for STS/token related things - it also changes how base WCF security works - to the better IMO. Another big simplification with Geneva comes to custom token/credential types (ever tried adding a new credential type of WCF? So in summary - Geneva replaces parts of the WCF security system, simplifies it and makes it easier to extend - even if you are not using a security token service. Tags: IdentityModel;WCF Let me give you an example: Trusted certificate issuers. like that.
www.leastprivilege.com
- Thursday, October 30, 2008
-
Host Headers, SSL and WCF Metadata
The server also hosts some WCF services and I noticed that the imports and endpoint addresses in the WSDL point to the machine name and not to the DNS name. Some weeks later I added some more WCF endpoints to the machine, this time I was using SSL – including an SSL WSDL/MEX endpoint. Tags: WCF;IdentityModel One of my web servers here has a pretty common setup – a Windows machine name and a (different) DNS name (in this case dynamic DNS – but doesn’t matter). IIS has a single web site with bindings for HTTP and HTTPS. Everything looks good. What’s going on here?
www.leastprivilege.com
- Tuesday, February 10, 2009
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. Kennedy.
|
|
|