Skip to main content

Home/ ASP.Net MVC/ Group items tagged framework

Rss Feed Group items tagged

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

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.
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

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

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

Naked Objects MVC - 0 views

  •  
    "Naked Objects MVC combines the power of the naked objects pattern with Microsoft's ASP.NET MVC 2 framework. Now you can take a POCO domain object model and turn it into a fully-functional web application in minutes, without writing a single line of user interface code. You can then customise the generic user interface by adding custom style sheets, custom views and custom controllers, following standard ASP.NET patterns."
Jacques Bosch

ASP.NET MVC3 Razor Script Loading Tips - Kazi Manzur Rashid - 1 views

  •  
    "Lately, I have been playing with few JavaScript frameworks and in today's modern web applications it is very common that we are including tons of JavaScript files in our application. One of the thing that plays important role in application performance is how fast these script files are delivered into the browsers. I have extensively blogged on combining, compression and caching of JavaScript files in my old blog, in this post I will show you, how you can achieve parallelism in delivering the scripts in the browser with the Head JS library. If you do not know what parallel script downloading is and how does it impact on page speed, then I would suggest to read this article of the YSlow creator. In short, when a browser encounters a script tag in a page it halts its rending until it downloads the script file, the parallelism is actually archived by adding the script dynamically or by XHR depending upon the browser it is running."
Jacques Bosch

WatiN Home - 1 views

  •  
    "Welcome at the WatiN (pronounced as What-in) website. Inspired by Watir development of WatiN started in December 2005 to make a similar kind of Web Application Testing possible for the .Net languages. Since then WatiN has grown into an easy to use, feature rich and stable framework. WatiN is developed in C# and aims to bring you an easy way to automate your tests with Internet Explorer and FireFox using .Net."
Wicked Tunez

ASP.NET - Download: Sprite and Image Optimization Preview 3 - 0 views

  •  
    ASp.net Sprite and image optimization framework. Works for Asp.net MVC3 and Asp.net webforms 4
Johann Strydom

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

  •  
    How to setup Selenium 2 in Dot Net
Jean-Paul Malherbe

Knockout : Home - 4 views

  •  
    Alternative AJAX frontend for Asp.Net MVC applications
  •  
    Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM) pattern.
Peter Munnings

EF Code first and Data Scaffolding - 2 views

  •  
    Great article about EF Code first. Looks very much like Active Record on Rails
  •  
    Hi I was wondering what you think the advantage of EF is, when compared to NHibernate?
1 - 16 of 16
Showing 20 items per page