(Joydip Kanjilal) There are plenty of Object Relational Mapping tools available now. You have nHibernate, LINQ to SQL, Entity Spaces, and what not. The ADO.NET Entity Framework is an extended Object Relational Mapping Tool from Microsoft that has over the past few years become increasingly popular a
Tag: Development
Creating an Action
Learn how to add a new action to an ASP.NET MVC controller. Learn about the requirements for a method to be an action.
Implementing Deletes with Template Event Handlers
(Peter Vogel) Over the last three columns, I built a page with basic updating, deleting, and display functionality using the new templating and data linking functionality in jQuery.
Using $.ajaxPrefilter() To Configure AJAX Requests In jQuery 1.5
(Ben Nadel) Last week, I started to explore Deferred objects and the AJAX updates made to jQuery 1.5 by Julian Aubourg. To kick off the exploration, I created a function that would essentially proxy the XHR request object, normalizing the core response in order to account for web services that use m
Getting Started with ASP.NET MVC 3 and Razor
(Dan Wahlin) I had a chance to give a talk on ASP.NET MVC 3, Razor and jQuery today at a company and wanted to post the slides and demos from the talk. The focus was on getting started with ASP.NET MVC 3 projects and .cshtml files including creating pages using the new Razor syntax (which I personal
Using ASP.NET, Membership, and jQuery to Determine Username Availability
(Scott Mitchell) Chances are, at some point you’ve tried creating a new user account on a website and were told that the username you selected was already taken. This is especially common on very large websites with millions of members, but can happen on smaller websites with common usernames, such
How to download a file in ASP.Net
(Andrew Fenster) Here is perhaps the simplest, shortest way to download a file in an ASP.Net application:
Styling ASP.NET GridView using jQuery Theme Switcher Widget 9retweet
(Suprotim Agarwal) In this article, we will see how to style the ASP.NET GridView using the jQuery Theme Switcher Widget.
Using jQuery.ajaxSetup() To Accumulate Global Data Parameters For AJAX Requests
(Ben Nadel) In jQuery, we have the ability to make one-off AJAX requests with the $.ajax() method, or any one of its short-hand versions (ie. get(), post(), etc.). We also have the $.ajaxSetup() function which allows us to define globally-shared properties for all the AJAX requests made within a sin
Calling a WCF Service using jQuery in SharePoint
(Anweshi Deverasetty) This blog post explains how a WCF service can be called using jQuery in a SharePoint application. I won’t cover all of the implementation details. This post will highlight the relevant parts of configuring a WCF service to be accessible using jQuery in SharePoint.
