| |
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.
|
52 Articles match "2011","Web"
| Related DevelopMentor Courses | MORE | | Using Reporters in Approval Tests While the screenshot above will help you to understand what the web page LOOKS like, it won’t help you to figure out why the test is no longer passing. Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. Updates include new capabilities around the Reporters feature set for ApprovalTests. These enhancements were driven by feature requests from Peik Aschan(@peikas). He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. Why Use Reporters? The three reasons for using different types of reporters are as below. png, *.html, DevelopMentor Courses - Saturday, December 31, 2011 Augusta Business Intelligence Event, May 16th, 2011 Presenters: Slava Kokaev - Principal BI Developer/Architect at Industrial Defender, specializing in Design and Development of Business Intelligence Systems, Custom BI Web Applications and BI Integration. On May 16th the Maine Developer Network will be hosting the Augusta Business Intelligence Event and you're invited to attend. Thanks goes to John Gagnon for putting together a great event! Here is the tentative agenda for the day: 8:30am - 9:00am Registration (and Breakfast if we find a sponsor). 00 am - 10:00 am Designing the Business Process Dimensional Model. Florian Auditorium. DevelopMentor Courses - Monday, May 2, 2011 Self Hosted Web API / Nuget Gotcha Just 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). This is due to the likely project types (Console, Windows Service, WPF) defaulting to the client profile rather than the full framework. If you change the project to the full framework the Nuget packages install correctly. Yet again bitten by the Client Profile.NET;REST;WCF DevelopMentor Courses - Wednesday, June 15, 2011 |
87 Articles match "2011","Web"
| The Latest from DevelopMentor | MORE | | 2011 Recap thought I would start by taking a look back at 2011 and recapping some of my experiences, with a sneak peek at blogging topics I plan to cover in the next several weeks. On a personal level, we added a new member to our family: Kornelius Aaron Sneed, born February 8, 2011. From a professional standpoint, 2011 was also an interesting year. Then I picked up an ASP.NET MVC project in Plano, Texas, creating a web portal hosting several ASP.NET and Silverlight apps. After a rather long break from blogging, it’s time for me to jump back in! So what’s next for blogging? Tony and Zuzana's World - Tuesday, January 31, 2012 Using Reporters in Approval Tests While the screenshot above will help you to understand what the web page LOOKS like, it won’t help you to figure out why the test is no longer passing. Today I pushed new versions of ApprovalTests for both C# and Java to SourceForge. Updates include new capabilities around the Reporters feature set for ApprovalTests. These enhancements were driven by feature requests from Peik Aschan(@peikas). He and I pair-programmed remotely (he lives in Finland) to extend ApprovalTests per his ‘asks’. Why Use Reporters? The three reasons for using different types of reporters are as below. png, *.html, DevelopMentor Courses - Saturday, December 31, 2011 HTML5 sessie bij 4DotNet in Utrecht Hij laat onder meer diverse nieuwe HTML5 onderdelen zien als local storage, web sockets, achtergrondtaken en nieuwe elementen zoals de video tag en het canvas. HTML5 is niet alleen belangrijk als web-taal, maar ook in de nieuwste versie van Windows zal het maken van applicaties op de Windows Runtime met HTML5 een belangrijke optie worden. Op donderdag 5 januari 2012 beginnen we het nieuwe jaar met een herhaling van de sessie van Maurice de Beijer over HTML5. Deze avond wordt gehost door 4dotnet en zal plaats vinden in Utrecht. Je kan je hier inschrijven. www.TheProblemSolver.nl The Problem Solver - Thursday, December 15, 2011 | -
| The Best from DevelopMentor | MORE | - Using the WCF Web API in an ASP.NET MVC 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. 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. 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. Just like in this post we can add a reference to the WCF Web API to our project. repo = repo; }. Enjoy! The Problem Solver - Monday, June 13, 2011 - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
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 ;). Part 1 – Overview. watch. Part 2 – SOAP Service and Client. www.leastprivilege.com - Tuesday, May 24, 2011 - Access Control Service v2: Registering Web Identities in your Applications [code]
You can download the full solution here. The relevant parts in the sample are: Configuration. use the standard WIF configuration with passive redirect. This kicks automatically in, whenever authorization fails in the application (e.g. when the user tries to get to an area the requires authentication or needs registration). Checking and transforming incoming claims. In the claims authentication manager we have to deal with two situations. Users that are authenticated but not registered, and registered (and authenticated) users. incomingPrincipal.Identity.IsAuthenticated). {. Claims.Add(. www.leastprivilege.com - Saturday, May 21, 2011 - Access Control Service v2: Registering Web Identities in your Applications [concepts]
ACS v2 support two fundamental types of client identities– I like to call them “enterprise identities” (WS-*) and “web identities” (Google, LiveID, OpenId in general…). Web identities – the fact that a user can authenticate with Google et al does not necessarily mean he is a legitimate (or registered) user of an application. Sometimes also a mixture of both approaches exist, for the sake of this post, I will focus on the web identity case. Application offers to authenticate (or sign in) via web identity accounts like LiveID, Google, Facebook etc. in ASP.NET terms). www.leastprivilege.com - Saturday, May 21, 2011 - 11 Killer Open Source Projects I Found with NuGet
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). Let's just say you should learn about NuGet if you don't know it already. RazorEngine at [link]. Just use the hot new @Razor syntax from ASP.NET MVC 3. Lucene.Net at [link]. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Getting started with the WCF Web API
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. Enter the WCF Web API The new Web API is supposed to change that and enable a lot more flexibility to create more powerful REST services using WCF. At the moment the Web API is still in a preview state so things might change quite a bit before it is actually released so keep that in mind if you read this some time in the future. The equivalent service using the WCF Web API is very similar. ServiceContract]. Enjoy! The Problem Solver - Tuesday, May 31, 2011 - Augusta Business Intelligence Event, May 16th, 2011
Presenters: Slava Kokaev - Principal BI Developer/Architect at Industrial Defender, specializing in Design and Development of Business Intelligence Systems, Custom BI Web Applications and BI Integration. On May 16th the Maine Developer Network will be hosting the Augusta Business Intelligence Event and you're invited to attend. Thanks goes to John Gagnon for putting together a great event! Here is the tentative agenda for the day: 8:30am - 9:00am Registration (and Breakfast if we find a sponsor). 00 am - 10:00 am Designing the Business Process Dimensional Model. Florian Auditorium. DevelopMentor Courses - Monday, May 2, 2011 %>
| | |