| |
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.
|
10 Articles match "Google","Sample"
| The Latest from DevelopMentor | MORE | | Improve perceived performance of ASP.NET MVC websites with asynchronous partial views In the sample case, it’s kind of an iGoogle landing page with different items: TODO, news, etc. Google found an extra.5 Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Imagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 HTML5, Google Chrome Frame and older browsers So it turns out there is a great solution out there called Google Chrome Frame. Users can install Google Chrome Frame in their machine and by default it does nothing noticeable. And then it intercepts the response and starts rendering it using Google Chrome Frame instead. However this is done inside the Internet Explorer window so the user has no clue he or she has just switched to Google Chrome Frame. And with a simple addition of the HTML header the sample starts working. Detecting Google Chrome Frame. See a possible list of HTML5 polyfills here. Maurice de Bejeir - Thursday, December 8, 2011 HTML5, Google Chrome Frame and older browsers So it turns out there is a great solution out there called Google Chrome Frame. Users can install Google Chrome Frame in their machine and by default it does nothing noticeable. And then it intercepts the response and starts rendering it using Google Chrome Frame instead. However this is done inside the Internet Explorer window so the user has no clue he or she has just switched to Google Chrome Frame. And with a simple addition of the HTML header the sample starts working. Detecting Google Chrome Frame. See a possible list of HTML5 polyfills here. The Problem Solver - Thursday, December 8, 2011 | -
| The Best from DevelopMentor | MORE | - HTML5, Google Chrome Frame and older browsers
So it turns out there is a great solution out there called Google Chrome Frame. Users can install Google Chrome Frame in their machine and by default it does nothing noticeable. And then it intercepts the response and starts rendering it using Google Chrome Frame instead. However this is done inside the Internet Explorer window so the user has no clue he or she has just switched to Google Chrome Frame. And with a simple addition of the HTML header the sample starts working. Detecting Google Chrome Frame. See a possible list of HTML5 polyfills here. The Problem Solver - Thursday, December 8, 2011 - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
In the sample case, it’s kind of an iGoogle landing page with different items: TODO, news, etc. Google found an extra.5 Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Imagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - 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. Now the issue is, when you switch to ACS, and someone with a Google account authenticates, indeed IsAuthenticated is true – because that’s what he is! It just proves he was able to authenticate with Google. in ASP.NET terms). Guilty ;). www.leastprivilege.com - Saturday, May 21, 2011 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
You can find NoRM on GitHub and discuss it in its related Google Group. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Tell me we aren’t we going back to flat files.”. Don’t take my word on it. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Significant Advances in Unit Testing Windows Workflow
Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). don't have to write about that now, but you'll see it used in the sample with my library. The Sample: Let me set the stage first before we see the test code. So you might want to sell 5 shares of Google and buy 10 shares of Microsoft and pocket the difference. This post describes a unit testing library for testing Windows Workflow Foundations. It is not a framework like HarnessIt , NUnit , or MsTest. You can also just jump to the code. If you like this post, be sure to. Enjoy! Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - Article: Azure Storage
few companies have realized this dream - Google and Amazon come to mind as a couple of the rare exceptions who have accomplished this goal. Some reports have Google spending over $2.4 Today we have at least three highly reputable companies offering some kind of pay as you go cloud computing platform - Microsoft, Amazon, and Google. Thus, a sample library serves as the de facto.NET API to Azure Storage and ships with the Azure SDK. Setting The Stage: The Sample Application. You can look at the sample to see how that is done. Enjoy! by Michael Kennedy. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Access Control Service: Protocol and Token Transition
Once example would be using WS-Federation/SAML between your application and ACS to sign in with a Google account. Google is using OpenId and non-SAML tokens, but ACS transitions into WS-Federation and sends back a SAML token. This way you application only needs to understand a single protocol whereas ACS acts as a protocol bridge (see my ACS2 sample here ). ACS v2 supports a number of protocols (WS-Federation, WS-Trust, OpenId, OAuth 2 / WRAP) and a number of token types (SWT, SAML 1.1/2.0) – see Vittorio’s Infographic here. Azure IdentityModel www.leastprivilege.com - Tuesday, June 21, 2011 %>
| | |