| |
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.
|
9 Articles match "2008","WCF"
| Related DevelopMentor Courses | MORE | | Roll Your Own REST-ful WCF Router Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. However, as the MSDN documentation for the WCF Router states, “ The Routing Service does not currently support routing of WCF REST services. In fact, using the BasicHttpBinding with AspNetCompatibility enabled on the built-in WCF router results in a somewhat cryptic error : “Shouldn’t allocate SessionChannels if session-less and impersonating.”. Technical WCFEnjoy. DevelopMentor Courses - Tuesday, April 24, 2012 Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 for Windows Server. So why this blog post? First a little background into why there is an issue. For 1. DevelopMentor Courses - Wednesday, July 25, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. This led me to develop the Common Instance Factory , as an alternative to the Common Service Locator, and to extend it with support for WCF services that are decoupled from any particular DI container. Technical DI WCFAh, but there’s a problem. DevelopMentor Courses - Wednesday, May 23, 2012 |
55 Articles match "2008","WCF"
| The Latest from DevelopMentor | MORE | | Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 for Windows Server. So why this blog post? First a little background into why there is an issue. For 1. DevelopMentor Courses - Wednesday, July 25, 2012 Use Common Instance Factory to Abstract Away the Dependency Injection Container Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. This led me to develop the Common Instance Factory , as an alternative to the Common Service Locator, and to extend it with support for WCF services that are decoupled from any particular DI container. Technical DI WCFAh, but there’s a problem. DevelopMentor Courses - Wednesday, May 23, 2012 Roll Your Own REST-ful WCF Router Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. However, as the MSDN documentation for the WCF Router states, “ The Routing Service does not currently support routing of WCF REST services. In fact, using the BasicHttpBinding with AspNetCompatibility enabled on the built-in WCF router results in a somewhat cryptic error : “Shouldn’t allocate SessionChannels if session-less and impersonating.”. Technical WCFEnjoy. DevelopMentor Courses - Tuesday, April 24, 2012 | -
| The Best from DevelopMentor | MORE | - Roll Your Own REST-ful WCF Router
Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. However, as the MSDN documentation for the WCF Router states, “ The Routing Service does not currently support routing of WCF REST services. In fact, using the BasicHttpBinding with AspNetCompatibility enabled on the built-in WCF router results in a somewhat cryptic error : “Shouldn’t allocate SessionChannels if session-less and impersonating.”. Technical WCFEnjoy. DevelopMentor Courses - Tuesday, April 24, 2012 - Username/Password Validation with Geneva
In my previous post I mentioned that Geneva takes over parts of the WCF security system - I used the example of certificate validation. This is because Geneva takes over parts of the WCF processing pipeline and injects its own token parsing and validation system. Tags: IdentityModel;WCF This is also true for username/password authentication. In the case you have an existing service with a UserNamePasswordValidator - as soon as you opt-into Geneva, the validator will stop to work. In Geneva, so-called SecurityTokenHandlers read and validate incoming tokens. get. {. www.leastprivilege.com - Thursday, November 13, 2008 - 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. Here are the steps for these installations: Developer or Standard Edition of SQL Server 2008 R2: Trial Edition: [link]. SQL Server 2008 R2 Express Edition (database engine only): [link]. When I teach my DevelopMentor course on Entity Framework 4.0 In addition, the setup folks often have a hard time getting the permissions right. Execute SQLEXPR32_x86_ENU.exe, Tony and Zuzana's World - Thursday, August 5, 2010 - P2P and WCF: The PeerName Tool
Tags: WCF www.leastprivilege.com - Tuesday, May 13, 2008 - How to build a Development/Test/Demo CA
Install Windows Server (2003 or 2008) - either phyiscally or virtually. If this network location cannot be accessed, many applications and frameworks will fail certificate validation (the default WCF binding security settings e.g.). I often need X509 certificates - but I never really became friendly with makecert. So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. You can have one at home or carry it around in a VM. Perfect. There are some gotchas you can run into and I refined my configuration over the years. Basic Installation. www.leastprivilege.com - Thursday, August 14, 2008 - Certificate Validation and Setting up Service Bus 1.0 Beta for Windows Server
Well if you install the beta on a Windows Server 2008 R2 box and you actually develop on another machine then there’s a couple of things not mentioned in the documentation that you need to do (having previously spent long hour glaring at certificate errors allowed me to resolve things pretty quickly). With these in place the Getting Started / Brokered Messaging / QueuesOnPrem sample should work fine.NET;Azure;ServiceBus;WCFMicrosoft recently announced the beta of Service Bus 1.0 for Windows Server. So why this blog post? First a little background into why there is an issue. For 1. DevelopMentor Courses - Wednesday, July 25, 2012 - Use Common Instance Factory to Abstract Away the Dependency Injection Container
Download the Common Instance Factory with WCF Extensions here and is also available on NuGet. When searching for a way to abstract away the DI container, the first solution I examined was the Common Service Locator , built by Microsoft’s Patterns and Practices group back in 2008 with the source code posted on CodePlex. This led me to develop the Common Instance Factory , as an alternative to the Common Service Locator, and to extend it with support for WCF services that are decoupled from any particular DI container. Technical DI WCFAh, but there’s a problem. DevelopMentor Courses - Wednesday, May 23, 2012 %>
| | |