| |
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.
|
54 Articles match "Module","Windows"
| Related DevelopMentor Courses | MORE | | Service-Orientation Today and Tomorrow Training In Deutsch , klicken Sie hier Based on the ranges of topics below, you will be able to take the first steps in the world of Service-Orientation and Cloud Computing with confidence and above all be prepared for future projects: Service-Orientation Cloud and Cloud Computing Identity Management and Claims-Based Identity Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) Azure Services Platform (with Windows Azure and.NET Services) In Deutsch , klicken Sie hier Are you tired of constantly reading about "crisis" and "restrictions"? Starting with.NET 3.5, DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Communication Foundation 4 Training Windows Communication Foundation (WCF) replaces previous technologies such as.NET Remoting, ASMX, and COM+. This first module introduces you to service orientation which is the key to understand why WCF works the way it does. WCF Architecture This module introduces you to the basic architecture of WCF itself. In this module you learn about the recommended ways to design contracts depending on given requirements. Here you learn about the different options like self hosting, IIS/WAS, and Windows Server AppFabric. How can I model services in a pure Web style? DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! How do I develop network services with Windows Communication Foundation? In this module we look at the Silverlight architecture and how user interfaces are designed using a markup language XAML. couldn't? Register now. DevelopMentor Courses - Tuesday, March 1, 2011 |
18 Articles match "Module","Windows"
| The Latest from DevelopMentor | MORE | | Identity in.NET 4.5–Part 2: Claims Transformation in ASP.NET (Beta 1) An example would be a Windows token – it contains things like the name of the user and to which groups he belongs to. Anyhow, a number of people asked me about it, and the following is a little HTTP module that brings that feature back in 4.5. In my last post I described how every identity in.NET 4.5 is now claims-based. If you are coming from WIF you might think, great – how do I transform those claims? Sidebar: What is claims transformation? One of the most essential features of WIF (and.NET 4.5) is the ability to transform credentials (or tokens) to claims. return ; }. www.leastprivilege.com - Tuesday, April 3, 2012 Need WIF Training? Intro to Claims-based Identity & the Windows Identity Foundation. In this module you will learn the basics of the WIF programming model and how WIF integrates into existing.NET code. This module looks at this scenario both from an application and identity provider point of view and walks you through the necessary concepts to centralize application login logic both using a standard product like Active Directory Federation Services as well as a custom token service using WIF’s API support. If you are looking for an open enrollment style of training, have a look here. www.leastprivilege.com - Wednesday, November 9, 2011 Weird 302 Redirects in Windows Azure This all works fine in local IIS – but in the Azure Compute Emulator and Windows Azure many of my tests are failing and I suddenly see 302 status codes where I expected 401s (the web service calls). After some debugging kung-fu and enabling FREB I found out, that there is still the Forms Authentication module in effect turning 401s into 302s. Even if it shouldn’t be necessary, an explicit removal of the forms auth module from the module list fixed it, and I now have the same behavior in local IIS and Windows Azure. strange. Azure IdentityServer www.leastprivilege.com - Monday, May 30, 2011 | -
| The Best from DevelopMentor | MORE | - 11 Killer Open Source Projects I Found with NuGet
51degrees.mobi Foundation is an ASP.NET open source module which detects mobile devices and browsers, enhancing the information available to ASP.NET. The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). Here you go. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. really? link]. www.leastprivilege.com - Wednesday, July 21, 2010 - TryCatch activity in WF4
I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. However where you normally would use the stack trace to see where the error occurred this is useless in Windows Workflow Foundation. No matter which execution module you choose, WorkflowInvoker, WorkflowApplication or WorkflowServiceHost, they all support this mechanism. For starters there is a Finally block where you can add some activities you want to execute. Sounds nice and very much like the try/catch/finally code construct we have in C# or Visual Basic. Enjoy! The Problem Solver - Thursday, November 26, 2009 - ASP.NET Routing in Windows Azure Using WebForms
But what about Windows Azure ? Modify the web.config by adding a handler and module to the system.webServer section: <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. In a wise move, Microsoft moved the routing infrastructure out of ASP.NET MVC and into its own assembly with the release of.NET 3.5 link]. link]. What if you don't want ASP.NET MVC? link]. Kennedy. - Identity in.NET 4.5–Part 2: Claims Transformation in ASP.NET (Beta 1)
An example would be a Windows token – it contains things like the name of the user and to which groups he belongs to. Anyhow, a number of people asked me about it, and the following is a little HTTP module that brings that feature back in 4.5. In my last post I described how every identity in.NET 4.5 is now claims-based. If you are coming from WIF you might think, great – how do I transform those claims? Sidebar: What is claims transformation? One of the most essential features of WIF (and.NET 4.5) is the ability to transform credentials (or tokens) to claims. return ; }. www.leastprivilege.com - Tuesday, April 3, 2012 - Need WIF Training?
Intro to Claims-based Identity & the Windows Identity Foundation. In this module you will learn the basics of the WIF programming model and how WIF integrates into existing.NET code. This module looks at this scenario both from an application and identity provider point of view and walks you through the necessary concepts to centralize application login logic both using a standard product like Active Directory Federation Services as well as a custom token service using WIF’s API support. If you are looking for an open enrollment style of training, have a look here. www.leastprivilege.com - Wednesday, November 9, 2011 - Weird 302 Redirects in Windows Azure
This all works fine in local IIS – but in the Azure Compute Emulator and Windows Azure many of my tests are failing and I suddenly see 302 status codes where I expected 401s (the web service calls). After some debugging kung-fu and enabling FREB I found out, that there is still the Forms Authentication module in effect turning 401s into 302s. Even if it shouldn’t be necessary, an explicit removal of the forms auth module from the module list fixed it, and I now have the same behavior in local IIS and Windows Azure. strange. Azure IdentityServer www.leastprivilege.com - Monday, May 30, 2011 %>
| | |