Skip to main content

Home/ ASP.Net MVC/ Group items tagged http

Rss Feed Group items tagged

Jacques Bosch

HTTP Message Handlers: The Official Microsoft ASP.NET Site - 1 views

  •  
    "ASP.NET Web API has a pipeline for processing HTTP messages on both the client and server. The client and server sides are designed to be symmetrical but independent; you can use each half by itself. Both sides are built on some common objects:"
Jean-Paul Malherbe

Profiling your website like a true Ninja - 2 views

  • Profiling your website like a true Ninja 7 days ago After a mammoth effort by Jarrod Dixon the team’s production profiler is now ready for an open source release. http://code.google.com/p/mvc-mini-profiler/ Let me start with a bold claim. Our open-source profiler is perhaps the best and most comprehensive production web page profiler out there for any web platform. There I said it, so let me back up that statement.
  •  
    After a mammoth effort by Jarrod Dixon the team's production profiler is now ready for an open source release. http://code.google.com/p/mvc-mini-profiler/ Let me start with a bold claim. Our open-source profiler is perhaps the best and most comprehensive production web page profiler out there for any web platform.
Jacques Bosch

Use a Single Web.Config for IIS6 and IIS7 | Dave Donaldson - 1 views

  •  
    "The primary issue with running an ASP.NET site in IIS7 Integrated Pipeline mode is if you have any HTTP modules configured. See, the "problem" is that with ASP.NET under IIS6, there were essentially two pipelines: one for ASP.NET and one for IIS. A request would come into IIS and if the file extension was mapped to the ASP.NET ISAPI extension, the request would be passed off to aspnet_isapi.dll and was then processed by the ASP.NET pipeline, which is where the HTTP modules come into play with regards to events that occur in the pipeline. However, in IIS7 there is only one pipeline for those events, and its used for both IIS7 native modules and ASP.NET modules (once the pipeline events have been taken care of, the file is taken care of by the appropriate ISAPI extension)."
Jacques Bosch

Integrating Backbone.js with ASP.NET Web API - Pablo M. Cibraro (aka Cibrax) - 1 views

  •  
    "In case you did not see the latest news, what we used to know as WCF Web API was recently rebranded and included in ASP.NET MVC 4 as ASP.NET Web API. While both frameworks are similar in essence with focus on HTTP, the latter was primarily designed for building HTTP services that don't typically require an user intervention. For example, some AJAX endpoints or a Web API for a mobile application. While you could use ASP.NET MVC for implementing those kind of services, that would require some extra work for implementing things right like content-negotiation, documentation, versioning, etc. What really matter is that both framework share many of the extensibility points like model binders, filters or routing to name a few."
Peter Munnings

Posts in this group - 10 views

My fault - sorry - will post to more relevant groups in future

Wicked Tunez

icms - integrated case management system - Google Project Hosting - 1 views

  •  
    Site based on project Awesome (http://awesome.codeplex.com)
Jacques Bosch

Spark View Engine | Html friendly. Less is more. - 4 views

shared by Jacques Bosch on 09 Jan 12 - Cached
  •  
    "Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly."
  • ...2 more comments...
  •  
    Razor beats Spark hands down
  •  
    How so? You've tried it?
  •  
    Looked at Spark about a yaer ago and it seemed ok - better than the webforms one. Started using Razor very recently and it is just amazing.
  •  
    Yup, been using Razor in MM for the last 9 months or more, and it is awesome! But I read this, yesterday, that's why I tagged it: http://geek.ianbattersby.com/2012/01/07/battle-of-heart-vs-mind-you-win-again-razor-over-spark
Peter Munnings

jQuery 1.5 Templates - 5 views

Here are some great examples of the Microsoft Templates that are now included in jQuery 1.5 http://api.jquery.com/jQuery.tmpl/ http://api.jquery.com/tmpl

jQuery 1.5 templates

started by Peter Munnings on 14 Mar 11 no follow-up yet
Jacques Bosch

blowery.Web.HttpCompress.xml - kadirtour - for tour company - Google Project Hosting - 0 views

  •  
    " An HttpModule that hooks onto the Response.Filter property of the current request and tries to compress the output, based on what the browser supports"
Jacques Bosch

Speed Up Your Site! 8 ASP.NET Performance Tips (part 3) - Programming Discussions - 0 views

  •  
    " The open source HttpCompress library is very easy to incorporate into an ASP.NET web site. First, download the latest version of HttpCompress from the official web site. "
Jacques Bosch

Zen Coding in Visual Studio 2012 | John Papa - 1 views

  •  
    "Zen Coding is a faster way to write HTML using a CSS style selector syntax, and you can now use Zen Coding in Visual Studio via the Web Essentials 2012 plug in (v1.7). Zen Coding was introduced by Sergey Chikuyonok in 2009 (according to Smashing Magazine) and has been updated over time to become a great way to write monotonous HTML much more efficiently."
Johann Strydom

SignalR: Building real time web applications - .NET Web Development and Tools Blog - Si... - 0 views

  •  
    "SignalR offers a simple and clean API to write real time web applications where the server needs to continuously push data to clients. Common applications are chat, news feed, notifications, multiplayer games. In this sample, I demonstrate powerful features like: A server implementation hosted in IISExpress Client implementations running on IISExpress, a Console Application, and a Windows Store App Doing request/response operations sync and async Server pushing broadcast messages to ALL clients Server pushing group messages to specific devices like a web browser, a desktop, or a tablet."
Jacques Bosch

Back to basics: how to code an HTML5 template | Webdesigner Depot - 3 views

  •  
    "Markup is a beautiful thing, and it certainly has changed over the years. What was effectively HTML1, has certainly progressed to an amazing semantic markup language, to which we can largely thank the W3C. And, what do ya know, the next thing to thank them for has come about - HTML5."
Jacques Bosch

Official Google Webmaster Central Blog: Coding guidelines for HTML and CSS - 0 views

  •  
    " Great code has many attributes. It's effective, efficient, maintainable, elegant. When working on code with many developers and teams and maybe even companies, great code needs to also be consistent and easy to understand. For that purpose there are style guides. We use style guides for a lot of languages, and our newest public style guide is the Google HTML and CSS Style Guide."
Jacques Bosch

InfoQ: HTML5 offline web applications using ASP.NET MVC - 2 views

  •  
    "One of the major constraints of web applications has always been connectivity. We imagined leveraging the browser to bring fully competent web applications to the desktop, but failed due to the lack of decent browser support. Although there were some caching techniques available before, they were never really designed with the intention of making web applications run completely offline, making them fragile and complex to set up. HTML5 tries to make up for this missing browser capability by introducing the offline application cache; a more reliable way to make web applications truly available even offline."
1 - 20 of 196 Next › Last »
Showing 20 items per page