Skip to main content

Home/ Groups/ ASP.Net MVC
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

Naked Objects MVC has gone fully open source - 1 views

  •  
    " Naked Objects takes a domain object model, written as POCOs but following a few very simple conventions, and dynamically creates one or more complete user interfaces for it, using reflection (not 'code generation' or 'scaffolding'). It is highly effective in support of Domain-Driven Design, OO Modelling, and/or Agile Development. Naked Objects MVC builds upon the core framework to create a complete web-based user interface, using ASP.NET MVC 3. The generic user interface may be customised via the .CSS, by adding custom views, or custom controllers, as needed. Entity Framework is used to persist objects on a database. Security may be handled simply via Forms Authentication and attribute-based authorisation, or more comprehensively via Microsoft WIF and an STS. "
Jacques Bosch

InfoQ: Architecting TekPub - Moving from ASP.NET MVC to Ruby on Rails - 3 views

  •  
    "TekPub is an interesting study in a company who started on ASP.NET MVC and quickly moved to Ruby on Rails. InfoQ had the opportunity to talk with Rob and James about TekPub and their journey from using ASP.NET MVC to Ruby on Rails."
  •  
    Quite a thought provoking interview for us .Net veterans.
Peter Munnings

Glimpse - A client side look at whats going on in your server - 1 views

  •  
    Cool MVC debug tool
Peter Munnings

Posts in this group - 10 views

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

Peter Munnings

Manifesto for Agile Software Development - 3 views

  •  
    Manifesto for Agile Software Development
  •  
    I've decided this is a page I need bookmarked - probably useful to go through it each morning :)
Jean-Paul Malherbe

js-test-driver - Remote javascript console - Google Project Hosting - 0 views

  •  
    The goal of JsTestDriver is to build a JavaScript test runner which: easily integrates with continuous builds systems andallows running tests on multiple browsers quickly to ease TDD style development.
Jean-Paul Malherbe

Jasmine: BDD for your JavaScript - 1 views

  •  
    Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
Jean-Paul Malherbe

AmplifyJS - A Component Library for jQuery - 1 views

  •  
    AmplifyJS is a set of components designed to solve common web application problems with a simplistic API. Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source.
Peter Munnings

Before you use an IoC tool, some concepts to know first | Jeremy D. Miller - 0 views

  •  
    Di Concepts
  •  
    This is a great article on Dependency Injection and what it means
Wicked Tunez

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

  •  
    Site based on project Awesome (http://awesome.codeplex.com)
Johann Strydom

SeleniumExamples » Blog Archive » Selenium 2 in .NET framework - 1 views

  •  
    How to setup Selenium 2 in Dot Net
« First ‹ Previous 61 - 80 of 196 Next › Last »
Showing 20 items per page