| |
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.
|
40 Articles match "Overview","Web"
| Related DevelopMentor Courses | MORE | | Service-Orientation Today and Tomorrow Training WCF - Overview and Architecture In this module, we learn what a WCF service is. Web Programming Model?, 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. In hands-on labs you can roll up your sleeves and fully understand the code through a series of in-depth exercises. WCF includes the ?Web DevelopMentor Courses - Tuesday, March 1, 2011 Spring 3.0 and the Enterprise Training This course provides coverage of the concepts and practices for interacting between Spring and relational databases, security components, distributed resources, web services, messaging, EJB3, and other components. Web Services Interoperability Organization XML and Java APIs at a Glance J2EE and Web Services Web Services Stacks at a Glance SOAP in a Nutshell SOAP and HTTP SOAP Specification Why do I need SOAP? Students who attend Spring 3.0 Processes and best practices are discussed and illustrated through both discussions and group activities. DevelopMentor Courses - Tuesday, March 1, 2011 Windows Azure Platform: Cloud Computing for.NET Developers Day 1 Windows Azure platform Overview & Architecture The Windows Azure platform is Microsoft's holistic cloud computing offering for developers. In addition, you will see Web Role, Worker Role and the VM role in action and learn about when to use what. Microsoft launched their vision of cloud based computing and storage under the name "Azure Service Platform". Azure provides rentable computing and storage facilities and offers all these services as HTTP addressable resources. Windows Azure Storage Running applications in a hosted infrastructure presents its own challenges. DevelopMentor Courses - Wednesday, February 22, 2012 |
12 Articles match "Overview","Web"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Now there is one less worry in managing your web-scale data. Key features : Gain a quick and effective overview of your database (size, usage, doc count, etc). really like the “overview” view for a given database to see just how much space everything is using and how your data is growing. Installs into your web app (provided you’re using Ruby or PHP). My take : This is a very interesting web monitoring app. 'I’ve been working with MongoDB for a long time now. SQL Server Management Studio ). Since then, things have changed significantly. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Token based Authentication for WCF HTTP/REST Services: Authentication Should work with WCF web programming model either self-host or IIS hosted. Implementation overview. The accompanying sample has a implementation for a Simple Web Token (SWT) token handler, and as soon as JSON Web Token are ready, simply adding a corresponding token handler will add support for this token type, too. And even better, can be also shared with e.g. a “surrounding” web application. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 Customer Access Terminal V2 So it seems a convenient time to mention we now have a web site that provides a detailed overview of all the features in V2. Rich and myself are just about to install the next version of our Customer Access Terminal solution at one of our existing customers. Face 2 Face Asssit DevelopMentor Courses - Friday, August 12, 2011 | -
| The Best from DevelopMentor | MORE | - WIF, ADFS 2 and WCF–Part 1: Overview
A lot has been written already about passive federation and integration of WIF and ADFS 2 into web apps. Over the next few posts I will try to compile all relevant information about the above topics – but let’s start with an overview. The whole active/WS-Trust feature area is much less documented or covered in articles and blogs. ADFS 2 has a number of endpoints under the /services/trust base address that implement the WS-Trust protocol. You can see the endpoints in the MMC console under the Service/Endpoints page. in IdP –> RSTS scenario). Stay tuned…. www.leastprivilege.com - Monday, October 11, 2010 - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
Part 1 – Overview. This video does a quick walkthrough of the solution and shows the web application part. Part 4 – Silverlight and Web Identity Integration. The Silverlight Client shows ho to sign in to the application using a registered identity provider (including web identities) and using the resulting SWT token to call our REST service. Over the weekend I worked a little more on my ACS2 sample. Instead of writing it all down, I decided to quickly record four short videos that cover the relevant features and code. Have fun ;). watch. watch. But it is working. www.leastprivilege.com - Tuesday, May 24, 2011 - A Roundup of MongoDB Management Tools
Now there is one less worry in managing your web-scale data. Key features : Gain a quick and effective overview of your database (size, usage, doc count, etc). really like the “overview” view for a given database to see just how much space everything is using and how your data is growing. Installs into your web app (provided you’re using Ruby or PHP). My take : This is a very interesting web monitoring app. 'I’ve been working with MongoDB for a long time now. SQL Server Management Studio ). Since then, things have changed significantly. - How to rip audio books
Overview we are going to create bite size files about 30 minutes each. mp3 15) then i convert from filename to ID3 Tag again, but using the format *Artist - *Title.mp3 16) Last, to add the photo add these files to itunes (drag and drop), select them, right click and pick info, then drag a photo from your web browser, i usually do a image lookup on google to find it. So i listen to a lot of audio books, and here's how i create the mp3 of them. then label them, and create the id tags. finally we'll attach a picture. Make sure the book is UNABRIDGED 1) get a ipod - i prefer the nano. Llewellyn Falco - Sunday, July 6, 2008 - MDN - Augusta Developer Event, 24th of February 2010
Section 508 requires that all Web site content be equally accessible to people with disabilities. This applies to Web applications, Web pages and all attached files. It applies to intranet as well as public-facing Web pages.” ( [link] ). Silverlight architecture overview. Silverlight + Windows Communication Foundation overview. Silverlight + RIA Service overview. Time for the first Augusta Developer Event of 2010. Join us for a morning filled with information about Silverlight. February 24th, 2010 at 9:00am. What is Silverlight? Wrap up. Augusta. The Blomsma Code - Tuesday, February 2, 2010 - Building Windows Machines in Amazon EC2
In this article I'm going to give you a simple, step-by-step overview of how to create a Windows 2008 server image in Amazon's Elastic Cloud Compute (EC2) infrastructure. Register for an Amazon Web Services account at [link]. You can do with it what you will, install software, start serving web pages, etc. If your intent is to run a web server, then let it run. Now I must admit I'd rather have found a good tutorial on The Internets or even in a book. Feel free to send me any I missed. My experience is they are either dated or about Linux and so on. Here we go. Michael C. Kennedy's Weblog - Saturday, January 30, 2010 - Token based Authentication for WCF HTTP/REST Services: Authentication
Should work with WCF web programming model either self-host or IIS hosted. Implementation overview. The accompanying sample has a implementation for a Simple Web Token (SWT) token handler, and as soon as JSON Web Token are ready, simply adding a corresponding token handler will add support for this token type, too. And even better, can be also shared with e.g. a “surrounding” web application. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 %>
| | |