| |
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.
|
33 Articles match "Restful","Windows"
| Related DevelopMentor Courses | MORE | | Secure WCF REST Services with a Custom UserNamePasswordValidator < serviceBehaviors > < behavior > < serviceCredentials > < userNameAuthentication userNamePasswordValidationMode = " Custom " customUserNamePasswordValidatorType = " Security.PasswordValidator, Security " /> </ serviceCredentials > </ behavior > </ serviceBehaviors > This is all fine and dandy, but it assumes that clients will only be talking Soap – what about REST-ful clients who don’t know a thing about Soap? This assumes you’re running Windows Vista or later. Technical REST Security WCFEnjoy. DevelopMentor Courses - Monday, May 28, 2012 WCF SOAP and REST Multi-Project Visual Studio Templates Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. Similarly, the service resides in a separate project than the web host, which makes it easier to re-deploy it in a self-hosting scenario (such as a Windows Service). It’s a similar idea as the REST Template, but using SOAP services. Technical REST SOAP Visual Studio WCFSelect the Templates category from the Online Gallery, then search for “WCF SOAP”. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 Self Hosted Web API / Nuget Gotcha This is due to the likely project types (Console, Windows Service, WPF) defaulting to the client profile rather than the full framework. Yet again bitten by the Client Profile.NET;REST;WCFJust a heads up that when self hosting the new WCF Web API. By default if you try to add the Web API references via Nuget you will get a failure (E_FAIL returned from a COM component). If you change the project to the full framework the Nuget packages install correctly. DevelopMentor Courses - Wednesday, June 15, 2011 |
38 Articles match "Restful","Windows"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Robomongo, price: $0 / open-source, platforms: Windows, OS X, Linux. The shell , price: $0 / open-source, platforms: Windows, OS X, Linux. Mongovue , price: $0 / $35 / $up, platforms: Windows. MongoVUE is an innovative MongoDB desktop application for Windows OS that gives you an elegant and highly usable GUI interface to work with MongoDB. LINQPad, , price: $0 / $39, platforms: Windows. REST view, price: $0 / open-source, platforms: Windows, OS X, Linux. Just requires the –rest command-line to mongod. SQL Server Management Studio ). Michael C. Kennedy's Weblog - Monday, April 22, 2013 Join Me at Guerrilla.NET in November in Los Angeles. Newly Updated with: Windows 8, VS 2012, MVC 4 and Entity Framework 5. You learn a myriad of patterns and best practices, and you get hands-on experience developing applications using Visual Studio 2012 and Windows 8. Learn to write code using new.NET class libraries like Entity Framework 5, MVC 4, and even the new Windows Runtime (WinRT). Course Topic Highlights: Windows 8 For The Developer. Building RESTful Services with The ASP.NET Web API. hope to see you there! Feel free to contact me with any questions. mkennedy. Guerrilla.NET. C# 5.0. Michael C. Kennedy's Weblog - Tuesday, September 25, 2012 DotNed podcast: Matt Milner over REST, de ASP.NET Web API en meer Ze hebben het onder meer over REST service en waarom je die wil gebruiken ipv SOAP services. Daarnaast komt Windows Workflow Foundation aan bod en wat daar allemaal nieuw is. Verder spreken ze over Windows Azure en de Azure Service Bus. WF4 Podcast DotNed Azure REST WebAPIIn deze podcast spreekt Maurice de Beijer met Matt Milner over zijn TechDays presentaties. Links: TechDays presentaties: [link] Blog: [link] Met dank aan onze sponsor RedGate. Hij is hier te downloaden. Enjoy! The Problem Solver - Friday, June 15, 2012 | -
| The Best from DevelopMentor | MORE | - Secure WCF REST Services with a Custom UserNamePasswordValidator
< serviceBehaviors > < behavior > < serviceCredentials > < userNameAuthentication userNamePasswordValidationMode = " Custom " customUserNamePasswordValidatorType = " Security.PasswordValidator, Security " /> </ serviceCredentials > </ behavior > </ serviceBehaviors > This is all fine and dandy, but it assumes that clients will only be talking Soap – what about REST-ful clients who don’t know a thing about Soap? This assumes you’re running Windows Vista or later. Technical REST Security WCFEnjoy. DevelopMentor Courses - Monday, May 28, 2012 - WCF SOAP and REST Multi-Project Visual Studio Templates
Last year I published a REST Multi-Project Visual Studio Template on the Visual Studio Extensions Gallery, available for download from the Tools-Manage Extensions menu from within Visual Studio 2010. Similarly, the service resides in a separate project than the web host, which makes it easier to re-deploy it in a self-hosting scenario (such as a Windows Service). It’s a similar idea as the REST Template, but using SOAP services. Technical REST SOAP Visual Studio WCFSelect the Templates category from the Online Gallery, then search for “WCF SOAP”. Enjoy. DevelopMentor Courses - Sunday, June 10, 2012 - Token based Authentication and Claims for Restful Services
While there is limited support for WCF WebServiceHost based services (for standard credential types like Windows and Basic), there is no ready to use plumbing for RESTful services that do authentication based on tokens. This is not an oversight from the WIF team, but the REST services security world is currently rapidly changing – and that’s by design. So just like the WIF APIs integrate tokens and claims into other hosts, this is also (easily) possible with RESTful services. So it didn’t make sense to bake that into the core feature set of WIF. Here’s how. www.leastprivilege.com - Tuesday, November 15, 2011 - DotNed podcast: Matt Milner over REST, de ASP.NET Web API en meer
Ze hebben het onder meer over REST service en waarom je die wil gebruiken ipv SOAP services. Daarnaast komt Windows Workflow Foundation aan bod en wat daar allemaal nieuw is. Verder spreken ze over Windows Azure en de Azure Service Bus. WF4 Podcast DotNed Azure REST WebAPIIn deze podcast spreekt Maurice de Beijer met Matt Milner over zijn TechDays presentaties. Links: TechDays presentaties: [link] Blog: [link] Met dank aan onze sponsor RedGate. Hij is hier te downloaden. Enjoy! The Problem Solver - Friday, June 15, 2012 - Self Hosted Web API / Nuget Gotcha
This is due to the likely project types (Console, Windows Service, WPF) defaulting to the client profile rather than the full framework. Yet again bitten by the Client Profile.NET;REST;WCFJust a heads up that when self hosting the new WCF Web API. By default if you try to add the Web API references via Nuget you will get a failure (E_FAIL returned from a COM component). If you change the project to the full framework the Nuget packages install correctly. DevelopMentor Courses - Wednesday, June 15, 2011 - IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? really? link]. see here for a complete module including IIS management integration: [link]. www.leastprivilege.com - Wednesday, July 21, 2010 - Getting started with the ASP.NET Web API
The ASP.NET Web API is a framework build on top of the core ASP.NET engine for creating REST services. And REST services have become relatively popular as a result of the popularity of web and mobile applications where the traditional SOAP service are a bit to rigid and cumbersome to work with. Now this certainly doesn’t mean that SOAP services are going to disappear but we will see an increasing number of REST services as an addition. On.NET there are a number of different options for REST services. Console, Windows Service you name it and it should just work. The Problem Solver - Friday, March 9, 2012 %>
| | |