Skip to main content

Home/ ASP.Net MVC/ Group items tagged web

Rss Feed Group items tagged

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."
Jacques Bosch

Making your ASP.NET Web API's secure | John V. Petersen - 0 views

  •  
    "Recently, I've been exploring the new ASP.NET Web API. So far, I've been impressed with how easy it is to build RESTful web interfaces. In the examples I've published, none have been secure. In the real world - the world that exists beyond the world of samples and demos - security is a matter than cannot be brushed aside. In this post, I squarely tackle that issue by showing you an approach that locks down and secures your ASP.NET Web API."
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."
Wicked Tunez

Thoughts on ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (Razor) open source ann... - 1 views

  •  
    Thoughts on ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (Razor) open source announcements
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

NetBash - An Alternative to Endless Admin Pages in Asp.Net Web Applications | lukencode - 2 views

  •  
    "One thing that always annoys me when working on a web app is having to write those inevitable pages full of admin functions some of which are just a single button. When hacking up one such page I had a thought - a plug in library providing a command line for your web app might save me a lot of time. NetBash is what I came up with."
Jacques Bosch

Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard... - 0 views

  •  
    "I'm excited to announce the release today of several products: * ASP.NET MVC 3 * NuGet * IIS Express 7.5 * SQL Server Compact Edition 4 * Web Deploy and Web Farm Framework 2.0 * Orchard 1.0 * WebMatrix 1.0 "
Jacques Bosch

Microsoft Web Farm Framework 2.0 - ScottGu's Blog - 0 views

  •  
    "The Microsoft Web Farm Framework is a free, fully supported, Microsoft product that enables you to easily provision and mange a farm of web servers. It enables you to automate the installation and configuration of platform components across the server farm, and enables you to automatically synchronize and deploy ASP.NET applications across them."
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

What's New in ASP.NET 4.5 and Visual Studio 11 Beta: The Official Microsoft ASP.NET Site - 1 views

  •  
    "This document describes new features and enhancements that are being introduced in ASP.NET 4.5. It also describes improvements being made for web development in Visual Studio (Visual Web Developer). "
Jacques Bosch

Leon Cullens' Blog | Essential guide to ASP.NET MVC3 performance - 1 views

  •  
    "The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. "
Jacques Bosch

Microsoft Web Protection Library - 1 views

  •  
    "The Microsoft Web Protection Library (WPL) is a set of .NET assemblies which will help you protect your web sites, current, future and past. The WPL includes "
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:"
Wicked Tunez

Sometimes a pretty picture is all the excuse you need to start coding - Liquid Electron... - 1 views

  •  
    Project of a site that makes use of the new ASP.NET Web API via the MVC 4 beta. It creates a single-page web application that looks and works great no matter what kind of device is accessing it. It is also going to form the basis for a number of different design demonstrations, from building cloud-based applications in Azure to creating a responsive, rich UI using the Knockout.js MVVM library.
Jacques Bosch

Walkthrough: Using Forms Authentication in ASP.NET MVC - 0 views

  •  
    "Many Web applications require a way to restrict access to some resources (such as specific pages) so that those resources are accessible only to authenticated users. The default Web application project template for ASP.NET MVC provides a controller, data models, and views that you can use to add ASP.NET forms authentication to your application. The built-in functionality lets users register, log on and off, and change their password. For many applications, this functionality provides a sufficient level of user authentication."
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

Using an Asynchronous Controller in ASP.NET MVC - 2 views

  •  
    "The AsyncController class enables you to write asynchronous action methods. You can use asynchronous action methods for long-running, non-CPU bound requests. This avoids blocking the Web server from performing work while the request is being processed. A typical use for the AsyncController class is long-running Web service calls."
Jacques Bosch

Bundling and Minification in ASP.NET 4.5 « Abhijit's World of .NET - 0 views

  •  
    "Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance using Bundling and Minification features which is introduced with ASP.NET 4.5 Developer Preview. ASP.NET 4.5 Developer Preview introduced bundling, which combines multiple JavaScript files for faster loading with less number of requests for download and minification, which reduces the size of JavaScript and CSS files by removing unneeded characters . Combination of these bundling and minification helps web pages to load very faster. Let's have a looks how it works."
Jacques Bosch

FubuMVC | The MVC framework that doesn't get in your way. - 1 views

  •  
    "FubuMVC is a "Front Controller" pattern-style MVC framework designed for use in web applications built on ASP.NET."
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)."
1 - 20 of 55 Next › Last »
Showing 20 items per page