Skip to main content

Home/ ASP.Net MVC/ Group items tagged data

Rss Feed Group items tagged

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

Introducing System.Web.Providers - ASP.NET Universal Providers for Session, Membership,... - 1 views

  •  
    "Crazy random logo of evocative clipart combining the .NET Logo and some universal powerplugs into an unofficial logoI always like to remind folks of the equation ASP.NET > (ASP.NET MVC + ASP.NET WebForms). The whole "base of the pyramid" of ASP.NET has lots of things you can use in you applications. Some of these useful bits are Session State, Membership (Users), Roles, Profile data and the provider model that underlies it. Using these isn't for everyone but they are very useful for most applications, even ones as large as the ASP.NET site itself."
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

InfoQ: Fulfilling the Promise of MVC - 0 views

  •  
    "Model-View-Controller (MVC) is probably the most cited example of an architectural software pattern. It was conceived by Trygve Reenskaug working in the SmallTalk group at Xerox Parc in 1978. One motivation for the pattern was the separation of concerns: to allow Model objects to be concerned only with modeling business capabilities, not with how their data and methods were presented to the user, nor with capturing or responding directly to user inputs.[1] "
Jacques Bosch

Unleash The Grid « jQuery UI Blog - 1 views

  •  
    "The jQuery UI Team is proud to announce that we are building a rich, fast grid widget that will enhance an HTML table with data linking, sorting, paging, filtering, row selection, and inline editing. As part of this process, we'll be building the features of the grid as standalone widgets and revisiting existing jQuery UI components. At the end of this process, not only will we have a grid, but also a better-tested, more feature-complete user interface library."
Wicked Tunez

ASP.NET MVC and Multiple Submit Buttons - 3 views

  •  
    Handy trick to pass extra data to the controler. 
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?
Jacques Bosch

Securing your MVC Application - Ricka on MVC & Dynamic Data - Site Home - MSDN Blogs - 0 views

  •  
    "You cannot use routing or web.config files to secure your MVC application. The only supported way to secure your MVC application is to use a base class with an [Authorize] attribute, and then have each controller type subclass that base type. "
Jean-Paul Malherbe

ProfiledDbConnection.cs - mvc-mini-profiler - A simple but effective mini-profiler for ... - 0 views

  •  
    A simple but effective mini-profiler for ASP.NET MVC
Johann Strydom

Uploading a File (Or Files) With ASP.NET MVC - 1 views

  • form action="" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" />
1 - 14 of 14
Showing 20 items per page