| |
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.
|
15 Articles match "2011","IIS"
| Related DevelopMentor Courses | MORE | | You are not Steve Jobs (and don't try to be him) Jobs started the MacIntosh project because he had Lisa taken from him: MacIntosh and Lisa could only exist because Apple had revenue from the Apple II line. Many people better than I have commented on the passing of Steve Jobs a few weeks ago, I too was sorry to see him go. He touched my life (indirectly): I’m writing this on a Mac, we have an iPad in the house, I might not like iPhones but my new Android phone clearly owes a lot to Jobs vision (i.e. it is a copy). Reading, watching and listening to the many obituaries about Jobs I started to get worried. Here are a few examples. Allan Kelly's Blog - Friday, November 18, 2011 An Effective Introduction to the STL Training Participants will gain: An understanding of the architecture behind the STL, including its core components and concepts. Mastery of the subtle differences in semantics of member and non-member functions with the same name, e.g., find, remove, etc. Knowledge of how to integrate STL containers with code expecting arrays and other C-like data structures. The ability to cope with the complex STL-related error messages compilers often generate. Format: Lectures and programming labs. The STL impressed me the first time I saw it, but the more I use it, the more impressed I become. DevelopMentor Courses - Tuesday, March 1, 2011 Service-Orientation Today and Tomorrow Training WCF - Hosting We learn about the different options for hosting a WCF service: IIS/WAS, Windows Services, and Smart Client applications. Are you someone who would like to develop solutions for today"s problems and be prepared for future challenges? We have the course for you! Together with advisers and experts from thinktecture, we present DevelopMentor"s five-days of deep dive, concentrated knowledge and practical lab exercises with Service-Orientation Today and Tomorrow course. good thing&apos, but what does this mean? We learn the basics of services?endpoints, Starting with.NET 3.5, DevelopMentor Courses - Tuesday, March 1, 2011 |
16 Articles match "2011","IIS"
| The Latest from DevelopMentor | MORE | | You are not Steve Jobs (and don't try to be him) Jobs started the MacIntosh project because he had Lisa taken from him: MacIntosh and Lisa could only exist because Apple had revenue from the Apple II line. Many people better than I have commented on the passing of Steve Jobs a few weeks ago, I too was sorry to see him go. He touched my life (indirectly): I’m writing this on a Mac, we have an iPad in the house, I might not like iPhones but my new Android phone clearly owes a lot to Jobs vision (i.e. it is a copy). Reading, watching and listening to the many obituaries about Jobs I started to get worried. Here are a few examples. Allan Kelly's Blog - Friday, November 18, 2011 Token based Authentication for WCF HTTP/REST Services: Authentication Should work with WCF web programming model either self-host or IIS hosted. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. Goals and requirements. Implementation overview. www.leastprivilege.com - Tuesday, November 15, 2011 | -
| The Best from DevelopMentor | MORE | - Using the WCF Web API in an ASP.NET MVC application
Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Not that there is anything specific to MVC I need here, all I need is a web site and I could have started with a WebForms application just the same. Enjoy! The Problem Solver - Monday, June 13, 2011 - You are not Steve Jobs (and don't try to be him)
Jobs started the MacIntosh project because he had Lisa taken from him: MacIntosh and Lisa could only exist because Apple had revenue from the Apple II line. Many people better than I have commented on the passing of Steve Jobs a few weeks ago, I too was sorry to see him go. He touched my life (indirectly): I’m writing this on a Mac, we have an iPad in the house, I might not like iPhones but my new Android phone clearly owes a lot to Jobs vision (i.e. it is a copy). Reading, watching and listening to the many obituaries about Jobs I started to get worried. Here are a few examples. Allan Kelly's Blog - Friday, November 18, 2011 - Token based Authentication for WCF HTTP/REST Services: Authentication
Should work with WCF web programming model either self-host or IIS hosted. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. Goals and requirements. Implementation overview. www.leastprivilege.com - Tuesday, November 15, 2011 - Getting started with the WCF Web API
That is very nice and sometimes useful but hosting a service in IIS is far more common so in a next blog post I am going to show how to host a Web API REST service in an ASP.NET MVC web site, something that is far more common. Warning: This post is based on a prerelease version of the WCF Web API When designing services the REST style is becoming more and more popular. Not that REST is anything new, it has been around for some time. The fact that WCF supports REST services isn’t new either as the WebServiceHost and WebHttpBinding where released with the.NET framework 3.5. Enjoy! The Problem Solver - Tuesday, May 31, 2011 - The SqlWorkflowInstanceStore and Windows Azure
However normally when I am hosting long running workflows in IIS I always add a SqlWorkflowInstanceStore to store the workflow state when it is not running so we can survive the inevitable IIS AppDomain restarts. After all hosting workflow services in IIS without using the SqlWorkflowInstanceStore is asking for problems as sooner or later IIS is going to recycle the AppDomain and abort our workflows. As shown previously it isn’t hard to run Workflow Services on Windows Azure. In fact all we need to do is add a bit of extra configuration and we can work as normal. The Problem Solver - Thursday, January 20, 2011 - Running Workflow Services on Windows Azure
As a result, by default, IIS doesn’t know what to do with a WorkflowService type, the base type of a workflow service. Windows Azure might not support the WCF and WF4 hosting parts of Windows AppFabric bit that doesn’t mean you can’t run workflow services on Windows Azure. After all a workflow is just a.NET 4 type and Windows Azure runs the.NET framework. As a result running a workflow service is quite easy once you know how to configure it. The web.config file The first problem is that the machine web.config of an Azure virtual machine is different than that on a regular machine. Enjoy! The Problem Solver - Tuesday, January 18, 2011 - Thinktecture.IdentityServer RC
But from that point it should be a little more straightforward as it used to be: Make sure SSL is configured correctly for IIS. Map the WebSite directory to a vdir in IIS. I just uploaded the RC of IdentityServer to Codeplex. This release is feature complete and if I don’t get any bug reports this is also pretty much the final V1. Changes from B1. The configuration data access is now based on EF 4.1 code first. This makes it much easier to use different data stores. for load balancing scenarios). included the ASP.NET Universal Providers in the download. Installation. thanks! www.leastprivilege.com - Thursday, October 20, 2011 %>
| | |